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