aboutsummaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-25split invalidate_inodes()Gravatar Al Viro 1-4/+4
2010-08-18fs: scale files_lockGravatar Nick Piggin 1-0/+18
2010-08-09no need for list_for_each_entry_safe()/resetting with superblock listGravatar Al Viro 1-15/+21
2010-08-09Fix sget() race with failing mountGravatar Al Viro 1-0/+6
2010-08-09vfs: don't hold s_umount over close_bdev_exclusive() callGravatar Tejun Heo 1-0/+9
2010-06-29fs: fix superblock iteration raceGravatar npiggin@suse.de 1-0/+6
2010-05-30Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Gravatar Linus Torvalds 1-11/+2
2010-05-27fs/super: fix kernel-doc warningGravatar Randy Dunlap 1-2/+2
2010-05-24quota: explicitly set ->dq_op and ->s_qcopGravatar Christoph Hellwig 1-3/+0
2010-05-24quota: move unmount handling into the filesystemGravatar Christoph Hellwig 1-1/+0
2010-05-24quota: move remount handling into the filesystemGravatar Christoph Hellwig 1-7/+2
2010-05-21vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsGravatar Roland Dreier 1-0/+1
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlGravatar Josef Bacik 1-0/+90
2010-05-21Trim includes in fs/super.cGravatar Al Viro 1-7/+0
2010-05-21Move grabbing s_umount to callers of grab_super()Gravatar Al Viro 1-2/+2
2010-05-21Take statfs variants to fs/statfs.cGravatar Al Viro 1-25/+0
2010-05-21new helper: iterate_supers()Gravatar Al Viro 1-0/+30
2010-05-21Bury __put_super_and_need_restart()Gravatar Al Viro 1-28/+2
2010-05-21In get_super() and user_get_super() restarts are unconditionalGravatar Al Viro 1-8/+10
2010-05-21fix get_active_super()/umount() raceGravatar Al Viro 1-7/+7
2010-05-21fix do_emergency_remount()/umount() racesGravatar Al Viro 1-3/+3
2010-05-21Convert simple loops over superblocks to list_for_each_entry_safeGravatar Al Viro 1-5/+3
2010-05-21get rid of restarts in sync_filesystems()Gravatar Al Viro 1-1/+1
2010-05-21Leave superblocks on s_list until the endGravatar Al Viro 1-3/+13
2010-05-21Saner locking around deactivate_super()Gravatar Al Viro 1-26/+19
2010-05-21get rid of S_BIASGravatar Al Viro 1-17/+11
2010-05-21get rid of open-coded grab_super() in get_active_super()Gravatar Al Viro 1-16/+3
2010-05-21remove incorrect comment in do_emergency_remountGravatar Christoph Hellwig 1-2/+0
2010-04-29fs: fs/super.c needs to include backing-dev.h for !CONFIG_BLOCKGravatar Jens Axboe 1-0/+1
2010-04-25Catch filesystems lacking s_bdiGravatar Jörn Engel 1-3/+5
2010-03-03Mirror MS_KERNMOUNT in ->mnt_flagsGravatar Al Viro 1-0/+3
2010-03-03fs: improve remount,ro vs buffercache coherencyGravatar Nick Piggin 1-3/+15
2009-12-23vfs: get_sb_single() - do not pass options twiceGravatar Kay Sievers 1-1/+2
2009-09-24freeze_bdev: grab active reference to frozen superblocksGravatar Christoph Hellwig 1-1/+47
2009-09-24freeze_bdev: kill bd_mount_semGravatar Christoph Hellwig 1-2/+7
2009-09-24vfs: change sb->s_maxbytes to a loff_tGravatar Jeff Layton 1-0/+10
2009-09-22const: mark remaining super_operations constGravatar Alexey Dobriyan 1-1/+1
2009-09-16fs: Assign bdi in super_blockGravatar Jens Axboe 1-0/+6
2009-09-11writeback: switch to per-bdi threads for flushing dataGravatar Jens Axboe 1-1/+1
2009-09-11writeback: move dirty inodes from super_block to backing_dev_infoGravatar Jens Axboe 1-3/+0
2009-06-24... and the same for vfsmount id/mount group idGravatar Al Viro 1-2/+4
2009-06-24Make allocation of anon devices cheaperGravatar Al Viro 1-1/+6
2009-06-17remove unlock_kernel() left accidentallyGravatar J. R. Okajima 1-9/+3
2009-06-11Push BKL down into ->remount_fs()Gravatar Alessio Igor Bogani 1-2/+0
2009-06-11->write_super lock_super pushdownGravatar Christoph Hellwig 1-2/+0
2009-06-11Push BKL down into do_remount_sb()Gravatar Al Viro 1-5/+11
2009-06-11Push lock_super() into the ->remount_fs() of filesystems that care about itGravatar Al Viro 1-2/+0
2009-06-11push BKL down into ->put_superGravatar Christoph Hellwig 1-3/+0
2009-06-11No need to do lock_super() for exclusion in generic_shutdown_super()Gravatar Al Viro 1-2/+2
2009-06-11Make sure that all callers of remount hold s_umount exclusiveGravatar Al Viro 1-2/+3