aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2016-07-26ocfs2: cleanup implemented prototypesJoseph Qi1-1/+0
2016-06-07fs: have ll_rw_block users pass in op and flags separatelyMike Christie1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-2/+2
2016-03-25ocfs2: fix occurring deadlock by changing ocfs2_wq from global to localjiangyiwen1-22/+15
2016-03-25ocfs2: fix ip_unaligned_aio deadlock with dio work queueRyan Ding1-1/+0
2016-03-25ocfs2: record UNWRITTEN extents when populate write descRyan Ding1-0/+1
2016-03-22ocfs2: create/remove sysfile for online file checkGang He1-0/+5
2016-03-15ocfs2: use spinlock_irqsave() to downconvert lock in ocfs2_osb_dump()jiangyiwen1-2/+3
2016-01-14kmemcg: account certain kmem allocations to memcgVladimir Davydov1-1/+1
2016-01-14ocfs2: clean up redundant NULL check before iputJoseph Qi1-2/+1
2016-01-14ocfs2: optimize bad declarations and redundant assignmentNorton.Zhu1-6/+2
2015-09-04fs: create and use seq_show_option for escapingKees Cook1-2/+2
2015-09-04ocfs2: neaten do_error, ocfs2_error and ocfs2_abortJoe Perches1-2/+2
2015-09-04ocfs2: add errors=continueGoldwyn Rodrigues1-19/+44
2015-09-04ocfs2: fix race between dio and recover orphanJoseph Qi1-2/+0
2015-04-21Revert "ocfs2: incorrect check for debugfs returns"Linus Torvalds1-5/+4
2015-04-14cleancache: zap uuid arg of cleancache_init_shared_fsVladimir Davydov1-1/+1
2015-04-14ocfs2: copy fs uuid to superblockVladimir Davydov1-0/+2
2015-04-14ocfs2: logging: remove static buffer, use vsprintf extension %pVJoe Perches1-15/+18
2015-04-14ocfs2: incorrect check for debugfs returnsChengyu Song1-4/+5
2015-02-16ocfs2: wait for orphan recovery first once append O_DIRECT write crashJoseph Qi1-0/+2
2015-02-10Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+17
2015-02-10ocfs2: add a mount option journal_async_commit on ocfs2 filesystemalex chen1-0/+17
2015-01-30ocfs2: Use generic helpers for quotaon and quotaoffJan Kara1-31/+1
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-1/+2
2014-12-10ocfs2: fix error handling when creating debugfs root in ocfs2_init()Jan Kara1-1/+2
2014-11-10ocfs2: Convert to private i_dquot fieldJan Kara1-0/+8
2014-10-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-13/+17
2014-09-26ocfs2: free vol_label in ocfs2_delete_osb()Joseph Qi1-0/+1
2014-09-17ocfs2: Don't use MAXQUOTAS valueJan Kara1-13/+17
2014-06-23ocfs2: revert "ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously"Xue jiufei1-6/+2
2014-06-04fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick1-2/+2
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick1-2/+2
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-0/+2
2014-04-03ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen1-0/+2
2014-04-03ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues1-29/+1
2014-04-03ocfs2: implement delayed dropping of last dquot referenceJan Kara1-0/+8
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong1-0/+3
2014-04-03ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue1-3/+0
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang1-7/+2
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o1-0/+2
2014-01-21ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang1-2/+6
2014-01-21ocfs2: add clustername to cluster connectionGoldwyn Rodrigues1-3/+5
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues1-3/+1
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsRui Xiang1-2/+2
2013-09-24fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volumeGoldwyn Rodrigues1-1/+1
2013-08-28fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues1-1/+1
2013-07-03ocfs2: remove unecessary variable needs_checkpointGoldwyn Rodrigues1-4/+2
2013-03-07fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman1-0/+1