aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-02-21ocfs2: remove kfree() redundant null checksTim Gardner1-4/+2
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov1-0/+5
2012-03-20ocfs2: fix leaks on failure exits in module_initAl Viro1-19/+21
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-03-20... and the same failure exits cleanup for ocfs2Al Viro1-6/+4
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-5/+4
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-17ocfs2: send correct UUID to cleancache initializationDan Magenheimer1-1/+1
2011-08-21Merge branch 'mw-3.1-jul25' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-fixesJoel Becker1-6/+6
2011-07-28ocfs2: serialize unaligned aioMark Fasheh1-2/+8
2011-07-24ocfs2: Clean up messages in the fsSunil Mushran1-5/+5
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-05-31ocfs2: Bugfix for hard readonly mountTiger Yang1-1/+2
2011-05-26Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-1/+1
2011-05-26ocfs2: add cleancache supportDan Magenheimer1-0/+2
2011-05-23ocfs2: clean up mount option about atime in ocfs2.txtTiger Yang1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-28Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-62/+27
2011-03-16Merge branch 'for-2.6.39' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-7/+0
2011-02-23ocfs2: Remove masklog ML_SUPER.Tao Ma1-19/+10
2011-02-21ocfs2: Add ocfs2_trace.h.Wengang Wang1-0/+3
2011-03-07ocfs2: Remove EXIT from masklog.Tao Ma1-23/+14
2011-02-21ocfs2: Remove ENTRY from masklog.Tao Ma1-26/+6
2011-02-20ocfs2: Check heartbeat mode for kernel stacks onlyMark Fasheh1-8/+20
2011-02-01ocfs2: use system_wq instead of ocfs2_quota_wqTejun Heo1-7/+0
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-3/+2
2011-01-12switch ocfs2, close racesAl Viro1-0/+1
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-3/+2
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-10-29new helper: mount_bdev()Al Viro1-7/+4
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-7/+0
2010-10-15Merge branch 'globalheartbeat-2' of git://oss.oracle.com/git/smushran/linux-2.6 into ocfs2-merge-windowJoel Becker1-15/+44
2010-10-11ocfs2: Add a mount option "coherency=*" to handle cluster coherency for O_DIRECT writes.Tristan Ye1-0/+15
2010-10-11Initialize max_slots earlyGoldwyn Rodrigues1-9/+9
2010-10-07ocfs2: Add support for heartbeat=global mount optionSunil Mushran1-14/+41
2010-10-09ocfs2: Add an incompat feature flag OCFS2_FEATURE_INCOMPAT_CLUSTERINFOSunil Mushran1-1/+3
2010-10-04BKL: Remove BKL from OCFS2Arnd Bergmann1-12/+0
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-0/+5
2010-09-10ocfs2: Cache system inodes of other slots.Tao Ma1-3/+17
2010-09-10OCFS2: Allow huge (> 16 TiB) volumes to mountPatrick J. LoPresti1-5/+46
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+1