aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-08-09convert ocfs2 to ->evict_inode()Al Viro1-2/+1
2010-06-16Merge branch 'master' into for-nextJiri Kosina1-27/+23
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-9/+9
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-8/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-9/+5
2010-05-24ocfs2: Fix use after free on remount read-onlyJan Kara1-1/+7
2010-05-21ocfs2: Fix lock inversion in quotas during umountJan Kara1-0/+4
2010-05-18Merge branch 'discontig-bg' of git://oss.oracle.com/git/tma/linux-2.6 into ocfs2-merge-windowJoel Becker1-1/+2
2010-05-10ocfs2: Wrap signal blocking in void functions.Joel Becker1-0/+20
2010-05-05ocfs2: Make nointr a default mount optionSunil Mushran1-1/+1
2010-05-05ocfs2: Add dir_resv_level mount optionMark Fasheh1-0/+23
2010-05-05ocfs2: increase the default size of local alloc windowsMark Fasheh1-1/+2
2010-05-05ocfs2: clean up localalloc mount option size parsingMark Fasheh1-5/+5
2010-05-05ocfs2: use allocation reservations during file writeMark Fasheh1-0/+2
2010-05-05ocfs2: allocation reservationsMark Fasheh1-0/+25
2010-04-13ocfs2: ocfs2_group_bitmap_size has to handle old volume.Tao Ma1-1/+2
2010-04-13ocfs2: Define data structures for discontiguous block groups.Joel Becker1-1/+1
2010-02-26ocfs2: add extent block stealing for ocfs2 v5Tiger Yang1-3/+7
2010-01-25ocfs2/trivial: Remove trailing whitespacesSunil Mushran1-1/+1
2009-12-24Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-47/+48
2009-10-29ocfs2: return f_fsid info in ocfs2_statfs()Coly Li1-0/+4
2009-10-28ocfs2: Set MS_POSIXACL on remountJan Kara1-0/+4
2009-10-28ocfs2: Make acl use the defaultJan Kara1-38/+44
2009-10-28ocfs2: Always include ACL supportJan Kara1-9/+0
2009-10-28ocfs2: Return -EINVAL when a device is not ocfs2.Joel Becker1-7/+9
2009-10-01const: constify remaining file_operationsAlexey Dobriyan1-1/+1
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2Linus Torvalds1-4/+9
2009-09-23ocfs2: __ocfs2_abort() should not enable panic for local mountsSunil Mushran1-1/+2
2009-09-22ocfs2: Add refcount tree lock mechanism.Tao Ma1-0/+5
2009-09-22const: make struct super_block::s_qcop constAlexey Dobriyan1-1/+1
2009-09-04ocfs2: move ip_created_trans to struct ocfs2_caching_infoJoel Becker1-1/+0
2009-09-04ocfs2: move ip_last_trans to struct ocfs2_caching_infoJoel Becker1-1/+0
2009-09-04ocfs2: Take the inode out of the metadata read/write paths.Joel Becker1-1/+1
2009-09-04ocfs2: Change metadata caching locks to an operations structure.Joel Becker1-2/+2
2009-09-04ocfs2: Make the ocfs2_caching_info structure self-contained.Joel Becker1-1/+2