summaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2010-08-18fs: scale files_lockNick Piggin1-0/+18
2010-08-10no need for list_for_each_entry_safe()/resetting with superblock listAl Viro1-15/+21
2010-08-10Fix sget() race with failing mountAl Viro1-0/+6
2010-08-10vfs: don't hold s_umount over close_bdev_exclusive() callTejun Heo1-0/+9
2010-06-29fs: fix superblock iteration racenpiggin@suse.de1-0/+6
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds1-11/+2
2010-05-28fs/super: fix kernel-doc warningRandy Dunlap1-2/+2
2010-05-24quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig1-3/+0
2010-05-24quota: move unmount handling into the filesystemChristoph Hellwig1-1/+0
2010-05-24quota: move remount handling into the filesystemChristoph Hellwig1-7/+2
2010-05-22vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsRoland Dreier1-0/+1
2010-05-22Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik1-0/+90
2010-05-22Trim includes in fs/super.cAl Viro1-7/+0
2010-05-22Move grabbing s_umount to callers of grab_super()Al Viro1-2/+2
2010-05-22Take statfs variants to fs/statfs.cAl Viro1-25/+0
2010-05-22new helper: iterate_supers()Al Viro1-0/+30
2010-05-22Bury __put_super_and_need_restart()Al Viro1-28/+2
2010-05-22In get_super() and user_get_super() restarts are unconditionalAl Viro1-8/+10
2010-05-22fix get_active_super()/umount() raceAl Viro1-7/+7
2010-05-22fix do_emergency_remount()/umount() racesAl Viro1-3/+3
2010-05-22Convert simple loops over superblocks to list_for_each_entry_safeAl Viro1-5/+3
2010-05-22get rid of restarts in sync_filesystems()Al Viro1-1/+1
2010-05-22Leave superblocks on s_list until the endAl Viro1-3/+13
2010-05-22Saner locking around deactivate_super()Al Viro1-26/+19
2010-05-22get rid of S_BIASAl Viro1-17/+11
2010-05-22get rid of open-coded grab_super() in get_active_super()Al Viro1-16/+3
2010-05-22remove incorrect comment in do_emergency_remountChristoph Hellwig1-2/+0
2010-04-29fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCKJens Axboe1-0/+1
2010-04-25Catch filesystems lacking s_bdiJörn Engel1-3/+5
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsAl Viro1-0/+3
2010-03-03fs: improve remount,ro vs buffercache coherencyNick Piggin1-3/+15
2009-12-23vfs: get_sb_single() - do not pass options twiceKay Sievers1-1/+2
2009-09-24freeze_bdev: grab active reference to frozen superblocksChristoph Hellwig1-1/+47
2009-09-24freeze_bdev: kill bd_mount_semChristoph Hellwig1-2/+7
2009-09-24vfs: change sb->s_maxbytes to a loff_tJeff Layton1-0/+10
2009-09-22const: mark remaining super_operations constAlexey Dobriyan1-1/+1
2009-09-16fs: Assign bdi in super_blockJens Axboe1-0/+6
2009-09-11writeback: switch to per-bdi threads for flushing dataJens Axboe1-1/+1
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoJens Axboe1-3/+0
2009-06-24... and the same for vfsmount id/mount group idAl Viro1-2/+4
2009-06-24Make allocation of anon devices cheaperAl Viro1-1/+6
2009-06-17remove unlock_kernel() left accidentallyJ. R. Okajima1-9/+3
2009-06-12Push BKL down into ->remount_fs()Alessio Igor Bogani1-2/+0
2009-06-12->write_super lock_super pushdownChristoph Hellwig1-2/+0
2009-06-12Push BKL down into do_remount_sb()Al Viro1-5/+11
2009-06-12Push lock_super() into the ->remount_fs() of filesystems that care about itAl Viro1-2/+0
2009-06-12push BKL down into ->put_superChristoph Hellwig1-3/+0
2009-06-12No need to do lock_super() for exclusion in generic_shutdown_super()Al Viro1-2/+2
2009-06-12Make sure that all callers of remount hold s_umount exclusiveAl Viro1-2/+3
2009-06-12cleanup sync_supersChristoph Hellwig1-12/+15