aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-15/+10
* wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio2012-05-211-0/+2
* more conservative S_NOSEC handlingAl Viro2011-06-031-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds2011-05-261-0/+3
|\
| * mm/fs: add hooks to support cleancacheDan Magenheimer2011-05-261-0/+3
* | VFS: trivial: fix comment on s_maxbytes value warning checkJeff Layton2011-05-191-2/+1
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-241-0/+2
|\
| * fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe2011-03-171-0/+2
* | vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro2011-03-171-80/+16
* | vfs: bury ->get_sb()Al Viro2011-03-161-61/+6
|/
* vfs: call rcu_barrier after ->kill_sb()Boaz Harrosh2011-02-111-0/+5
* sanitize vfsmount refcounting changesAl Viro2011-01-161-1/+1
* Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-01-131-9/+10
|\
| * block: clean up blkdev_get() wrappers and their usersTejun Heo2010-11-131-4/+5
| * block: make blkdev_get/put() handle exclusive accessTejun Heo2010-11-131-7/+7
* | fs: scale mntget/mntputNick Piggin2011-01-071-1/+1
* | fs: dcache per-bucket dcache hash lockingNick Piggin2011-01-071-1/+2
|/
* switch get_sb_ns() usersAl Viro2010-10-291-8/+6
* convert get_sb_nodev() usersAl Viro2010-10-291-7/+20
* convert get_sb_single() usersAl Viro2010-10-291-6/+19
* new helper: mount_bdev()Al Viro2010-10-291-7/+21
* beginning of transtion: ->mount()Al Viro2010-10-291-3/+14
* split invalidate_inodes()Al Viro2010-10-251-4/+4
* fs: scale files_lockNick Piggin2010-08-181-0/+18
* no need for list_for_each_entry_safe()/resetting with superblock listAl Viro2010-08-091-15/+21
* Fix sget() race with failing mountAl Viro2010-08-091-0/+6
* vfs: don't hold s_umount over close_bdev_exclusive() callTejun Heo2010-08-091-0/+9
* fs: fix superblock iteration racenpiggin@suse.de2010-06-291-0/+6
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2010-05-301-11/+2
|\
| * quota: explicitly set ->dq_op and ->s_qcopChristoph Hellwig2010-05-241-3/+0
| * quota: move unmount handling into the filesystemChristoph Hellwig2010-05-241-1/+0
| * quota: move remount handling into the filesystemChristoph Hellwig2010-05-241-7/+2
* | fs/super: fix kernel-doc warningRandy Dunlap2010-05-271-2/+2
|/
* vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsRoland Dreier2010-05-211-0/+1
* Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik2010-05-211-0/+90
* Trim includes in fs/super.cAl Viro2010-05-211-7/+0
* Move grabbing s_umount to callers of grab_super()Al Viro2010-05-211-2/+2
* Take statfs variants to fs/statfs.cAl Viro2010-05-211-25/+0
* new helper: iterate_supers()Al Viro2010-05-211-0/+30
* Bury __put_super_and_need_restart()Al Viro2010-05-211-28/+2
* In get_super() and user_get_super() restarts are unconditionalAl Viro2010-05-211-8/+10
* fix get_active_super()/umount() raceAl Viro2010-05-211-7/+7
* fix do_emergency_remount()/umount() racesAl Viro2010-05-211-3/+3
* Convert simple loops over superblocks to list_for_each_entry_safeAl Viro2010-05-211-5/+3
* get rid of restarts in sync_filesystems()Al Viro2010-05-211-1/+1
* Leave superblocks on s_list until the endAl Viro2010-05-211-3/+13
* Saner locking around deactivate_super()Al Viro2010-05-211-26/+19
* get rid of S_BIASAl Viro2010-05-211-17/+11
* get rid of open-coded grab_super() in get_active_super()Al Viro2010-05-211-16/+3
* remove incorrect comment in do_emergency_remountChristoph Hellwig2010-05-211-2/+0