aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext3/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-15userns: Convert ext3 to use kuid/kgid where appropriateEric W. Biederman1-10/+25
2012-03-31ext3: move headers to fs/ext3/Al Viro1-14/+4
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro1-2/+1
2012-01-09Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds1-7/+8
2012-01-09ext3: replace ll_rw_block with other functionsZheng Liu1-5/+5
2012-01-06vfs: switch ->show_options() to struct dentry *Al Viro1-2/+2
2012-01-06vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro1-1/+1
2012-01-03vfs: fix the stupidity with i_dentry in inode destructorsAl Viro1-1/+0
2011-11-09ext3: call ext3_mark_recovery_complete() when recovery is really neededEryu Guan1-2/+3
2011-08-17ext3: remove deprecated oldallocLukas Czerner1-4/+4
2011-08-17ext3: fix message in ext3_remount for rw-remount caseToshiyuki Okajima1-2/+2
2011-07-26Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+13
2011-07-20ext3: make ext3 mount default to barrier=1Christoph Hellwig1-0/+2
2011-06-25ext3: Add fixed tracepointsLukas Czerner1-0/+13
2011-05-26ext3: add cleancache supportDan Magenheimer1-0/+2
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-0/+7
2011-03-15ext3: Copy fs UUID to superblock.Aneesh Kumar K.V1-0/+1
2011-02-28ext3: skip orphan cleanup on rocompat fsAmir Goldstein1-0/+7
2011-01-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-18/+7
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-10/+2
2011-01-12quota: Fix deadlock during path resolutionJan Kara1-18/+7
2011-01-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-22/+42
2011-01-07fs: icache RCU free inodesNick Piggin1-1/+8
2011-01-06ext3: Return error code from generic_check_addressableDarrick J. Wong1-2/+4
2011-01-06fs/ext3/super.c: Use printf extension %pVJoe Perches1-19/+37
2011-01-06ext3: don't update sb journal_devnum when RO devMaciej Żenczykowski1-1/+1
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-1/+1
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-10/+2
2010-10-29new helper: mount_bdev()Al Viro1-4/+4
2010-10-27Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds1-9/+32
2010-10-28ext3: Use DIV_ROUND_UP() on group desc block countingNamhyung Kim1-2/+1
2010-10-28ext3: Return proper error code on ext3_fill_super()Namhyung Kim1-0/+2
2010-10-28ext3: Remove unnecessary casts on bh->b_dataNamhyung Kim1-3/+3
2010-10-28ext3: Cleanup ext3_setup_super()Namhyung Kim1-3/+3
2010-10-28ext3/jbd: Avoid WARN() messages when failing to write the superblockDarrick J. Wong1-1/+23
2010-10-22Merge branch 'vfs' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-13/+0
2010-10-04BKL: Remove BKL from ext3_put_super() and ext3_remount()Jan Blunck1-9/+0
2010-10-04BKL: Remove BKL from ext3 fill_super()Jan Blunck1-12/+1
2010-10-04BKL: Explicitly add BKL around get_sb/fill_superJan Blunck1-1/+8
2010-09-10ext3/ext4: Factor out disk addressability checkPatrick J. LoPresti1-2/+2
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-13/+1
2010-08-09convert ext3 to ->evict_inode()Al Viro1-13/+1
2010-07-21ext3: remove vestiges of nobh supportChristoph Hellwig1-13/+4
2010-05-24quota: rename default quotactl methods to dquot_Christoph Hellwig1-10/+10
2010-05-24quota: drop remount argument to ->quota_on and ->quota_offChristoph Hellwig1-6/+3
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-0/+2
2010-05-24quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappersChristoph Hellwig1-5/+3
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-0/+11