aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik3-71/+108
2010-05-21Trim includes in fs/super.cAl Viro1-7/+0
2010-05-21Move grabbing s_umount to callers of grab_super()Al Viro2-2/+3
2010-05-21Take statfs variants to fs/statfs.cAl Viro4-192/+197
2010-05-21new helper: iterate_supers()Al Viro5-82/+55
2010-05-21Bury __put_super_and_need_restart()Al Viro4-28/+6
2010-05-21fix prune_dcache()/umount() raceAl Viro1-11/+6
2010-05-21In get_super() and user_get_super() restarts are unconditionalAl Viro1-8/+10
2010-05-21fix get_active_super()/umount() raceAl Viro1-7/+7
2010-05-21fix do_emergency_remount()/umount() racesAl Viro1-3/+3
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeAl Viro4-20/+11
2010-05-21get rid of restarts in sync_filesystems()Al Viro2-26/+4
2010-05-21Leave superblocks on s_list until the endAl Viro6-4/+25
2010-05-21Saner locking around deactivate_super()Al Viro2-91/+30
2010-05-21get rid of S_BIASAl Viro2-36/+24
2010-05-21get rid of open-coded grab_super() in get_active_super()Al Viro1-16/+3
2010-05-21ceph: should use deactivate_locked_super() on failure exitsAl Viro1-2/+1
2010-05-21Clean ecryptfs ->get_sb() upAl Viro1-83/+66
2010-05-21fix a couple of ecryptfs leaksAl Viro2-24/+7
2010-05-21Simplify devpts_get_sb() failure exitsAl Viro1-6/+3
2010-05-21remove incorrect comment in do_emergency_remountChristoph Hellwig1-2/+0
2010-05-21clean DCACHE_CANT_MOUNT in d_delete()Al Viro1-0/+1
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6Linus Torvalds3-19/+29
2010-05-21Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6Linus Torvalds35-509/+747
2010-05-21dquot: Detect partial write error to quota file in write_blk() and add printk_ratelimit for quota error messagesJiaying Zhang3-22/+36
2010-05-21ocfs2: Fix lock inversion in quotas during umountJan Kara2-4/+4
2010-05-21ocfs2: Use __dquot_transfer to avoid lock inversionJan Kara1-12/+5
2010-05-21ocfs2: Fix NULL pointer deref when writing local dquotJan Kara3-12/+12
2010-05-21ocfs2: Fix estimate of credits needed for quota allocationJan Kara1-2/+3
2010-05-21ocfs2: Fix quota lockingJan Kara3-186/+214
2010-05-21ocfs2: Avoid unnecessary block mapping when refreshing quota infoJan Kara4-7/+24
2010-05-21ocfs2: Do not map blocks from local quota file on each writeJan Kara3-9/+36
2010-05-21quota: Refactor dquot_transfer code so that OCFS2 can pass in its referencesJan Kara1-35/+26
2010-05-21quota: unify quota init condition in setattrDmitry Monakhov9-15/+15
2010-05-21quota: remove sb_has_quota_active in get/set_infoChristoph Hellwig1-4/+0
2010-05-21quota: unify ->set_dqblkChristoph Hellwig5-37/+86
2010-05-21quota: unify ->get_dqblkChristoph Hellwig4-21/+39
2010-05-21ext3: make barrier options consistent with ext4Eric Sandeen1-7/+26
2010-05-21quota: Make quota stat accounting lockless.Dmitry Monakhov3-38/+72
2010-05-21suppress warning: "quotatypes" defined but not usedSergey Senozhatsky1-0/+2
2010-05-21ext3: Fix waiting on transaction during fsyncJan Kara2-12/+10
2010-05-21jbd: Provide function to check whether transaction will issue data barrierJan Kara2-1/+40
2010-05-21ufs: add ufs speciffic ->setattr callDmitry Monakhov5-3/+13
2010-05-21BKL: Remove BKL from ext2 filesystemJan Blunck2-16/+0
2010-05-21ext2: Add ext2_sb_info s_lock spinlockJan Blunck3-1/+30
2010-05-21ext2: Move ext2_write_super() out of ext2_setup_super()Jan Blunck1-3/+5
2010-05-21ext2: Fold ext2_commit_super() into ext2_sync_super()Jan Blunck1-19/+9
2010-05-21ext2: Remove duplicate code from ext2_sync_fs()Jan Blunck1-7/+0
2010-05-21ext2: Set the write time in ext2_sync_fs()Jan Blunck1-1/+1
2010-05-21ext2: Use ext2_clear_super_error() in ext2_sync_fs()Jan Blunck1-17/+3