summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c
AgeCommit message (Expand)Author
2014-06-04fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpyFabian Frederick
2014-06-04ocfs2: remove NULL assignments on staticFabian Frederick
2014-04-04Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2014-04-03ocfs2: avoid system inode ref confusion by adding mutex lockjiangyiwen
2014-04-03ocfs2: revert iput deferring code in ocfs2_drop_dentry_lockGoldwyn Rodrigues
2014-04-03ocfs2: implement delayed dropping of last dquot referenceJan Kara
2014-04-03ocfs2: improve fsync efficiency and fix deadlock between aio_write and sync_fileDarrick J. Wong
2014-04-03ocfs2: remove unused variable uuid_net_key in ocfs2_initialize_superjoyce.xue
2014-04-03ocfs2: change ip_unaligned_aio to of type mutex from atomit_tWengang Wang
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-01-21ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneouslyYiwen Jiang
2014-01-21ocfs2: add clustername to cluster connectionGoldwyn Rodrigues
2014-01-21ocfs2: remove versioning informationGoldwyn Rodrigues
2013-11-13ocfs2: return ENOMEM when sb_getblk() failsRui Xiang
2013-09-24fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volumeGoldwyn Rodrigues
2013-08-28fs/ocfs2/super.c: Use bigger nodestr to accomodate 32-bit node numbersGoldwyn Rodrigues
2013-07-03ocfs2: remove unecessary variable needs_checkpointGoldwyn Rodrigues
2013-03-07fs: Limit sys_mount to only request filesystem modules (Part 2).Eric W. Biederman
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-03-20ocfs2: fix leaks on failure exits in module_initAl Viro
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro
2012-03-20... and the same failure exits cleanup for ocfs2Al Viro
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro
2011-11-17ocfs2: send correct UUID to cleancache initializationDan Magenheimer
2011-08-21Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 in...Joel Becker
2011-07-28ocfs2: serialize unaligned aioMark Fasheh
2011-07-24ocfs2: Clean up messages in the fsSunil Mushran
2011-06-03more conservative S_NOSEC handlingAl Viro
2011-05-31ocfs2: Bugfix for hard readonly mountTiger Yang
2011-05-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jl...Linus Torvalds
2011-05-26ocfs2: add cleancache supportDan Magenheimer
2011-05-23ocfs2: clean up mount option about atime in ocfs2.txtTiger Yang
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2011-02-23ocfs2: Remove masklog ML_SUPER.Tao Ma
2011-02-21ocfs2: Add ocfs2_trace.h.Wengang Wang
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma
2011-02-20ocfs2: Check heartbeat mode for kernel stacks onlyMark Fasheh
2011-02-01ocfs2: use system_wq instead of ocfs2_quota_wqTejun Heo
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2011-01-12switch ocfs2, close racesAl Viro
2011-01-12quota: Fix deadlock during path resolutionJan Kara
2011-01-07fs: icache RCU free inodesNick Piggin
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann
2010-10-29new helper: mount_bdev()Al Viro
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds