aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa2014-12-141-0/+2
* wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio2012-05-311-0/+2
* vfs: ignore error on forced remountMiklos Szeredi2011-11-021-2/+7
* vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka2011-10-311-1/+1
* Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-251-4/+0
|\
| * fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-121-4/+0
* | vfs: increase shrinker batch sizeDave Chinner2011-07-201-0/+1
* | superblock: add filesystem shrinker operationsDave Chinner2011-07-201-12/+33
* | superblock: introduce per-sb cache shrinker infrastructureDave Chinner2011-07-201-1/+50
* | superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner2011-07-201-0/+33
* | inode: move to per-sb LRU locksDave Chinner2011-07-201-0/+1
* | inode: Make unused inode LRU per superblockDave Chinner2011-07-201-0/+1
* | btrfs: kill magical embedded struct superblockAl Viro2011-07-201-9/+23
* | new helper: iterate_supers_type()Al Viro2011-07-201-0/+36
|/
* 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