summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c
Commit message (Expand)AuthorAgeFilesLines
* ocfs: no need to check return value of debugfs_create functionsGreg Kroah-Hartman2019-07-121-26/+3Star
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 145Thomas Gleixner2019-05-301-15/+1Star
* Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-blockLinus Torvalds2019-05-081-10/+0Star
|\
| * block: remove CONFIG_LBDAFChristoph Hellwig2019-04-061-10/+0Star
* | ocfs2: switch to ->free_inode()Al Viro2019-05-021-9/+3Star
|/
* ocfs2: fix the application IO timeout when fstrim is runningGang He2019-03-061-0/+2
* ocfs2: add kobject for online file checkGang He2018-04-061-4/+23
* ocfs2: remove unnecessary null pointer check before kmem_cache_destroy()piaojun2018-04-061-12/+6Star
* ocfs2: use 'osb' instead of 'OCFS2_SB()'piaojun2018-04-061-2/+2
* ocfs2: return -EROFS to mount.ocfs2 if inode block is invalidpiaojun2018-02-011-3/+2Star
* ocfs2: give an obvious tip for mismatched cluster namesGang He2018-02-011-2/+6
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-14/+14
* ocfs2: no need flush workqueue before destroying itpiaojun2017-11-161-3/+1Star
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2017-09-151-9/+6Star
|\
| * VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)David Howells2017-07-171-9/+6Star
* | ocfs2: clean up some dead codeJun Piao2017-09-071-1/+0Star
|/
* fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-051-1/+1
* sched/headers: Prepare for the reduction of <linux/sched.h>'s signal API depe...Ingo Molnar2017-03-021-0/+1
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2016-12-191-1/+0Star
|\
| * ocfs2: Protect periodic quota syncing with s_umount semaphoreJan Kara2016-11-301-1/+0Star
* | ocfs2: use time64_t to represent orphan scan timesDeepa Dinamani2016-12-131-1/+1
|/
* fs/ocfs2/super: remove deprecated create_singlethread_workqueue()Bhaktipriya Shridhar2016-10-081-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-07-271-1/+0Star
|\
| * ocfs2: cleanup implemented prototypesJoseph Qi2016-07-271-1/+0Star
* | fs: have ll_rw_block users pass in op and flags separatelyMike Christie2016-06-071-1/+1
|/
* mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-2/+2
* ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen2016-03-261-22/+15Star
* ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding2016-03-261-1/+0Star
* ocfs2: record UNWRITTEN extents when populate write descRyan Ding2016-03-261-0/+1
* ocfs2: create/remove sysfile for online file checkGang He2016-03-221-0/+5
* ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen2016-03-161-2/+3
* kmemcg: account certain kmem allocations to memcgVladimir Davydov2016-01-151-1/+1
* ocfs2: clean up redundant NULL check before iputJoseph Qi2016-01-151-2/+1Star
* ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu2016-01-151-6/+2Star
* fs: create and use seq_show_option for escapingKees Cook2015-09-051-2/+2
* ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches2015-09-051-2/+2
* ocfs2: add errors=continueGoldwyn Rodrigues2015-09-051-19/+44
* ocfs2: fix race between dio and recover orphanJoseph Qi2015-09-051-2/+0Star
* Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds2015-04-211-5/+4Star
* cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov2015-04-151-1/+1
* ocfs2: copy fs uuid to superblockVladimir Davydov2015-04-151-0/+2
* ocfs2: logging: remove static buffer, use vsprintf extension %pVJoe Perches2015-04-151-15/+18
* ocfs2: incorrect check for debugfs returnsChengyu Song2015-04-151-4/+5
* ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi2015-02-171-0/+2
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-111-0/+17
|\
| * ocfs2: add a mount option journal_async_commit on ocfs2 filesystemalex chen2015-02-101-0/+17
* | ocfs2: Use generic helpers for quotaon and quotaoffJan Kara2015-01-301-31/+1Star
|/
* Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds2014-12-111-1/+2
|\
| * ocfs2: fix error handling when creating debugfs root in ocfs2_init()Jan Kara2014-12-111-1/+2
* | ocfs2: Convert to private i_dquot fieldJan Kara2014-11-101-0/+8
|/