aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-11-02vfs: ignore error on forced remountMiklos Szeredi1-2/+7
2011-10-31vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka1-1/+1
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+0
2011-07-20vfs: increase shrinker batch sizeDave Chinner1-0/+1
2011-07-20superblock: add filesystem shrinker operationsDave Chinner1-12/+33
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner1-1/+50
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner1-0/+33
2011-07-20inode: move to per-sb LRU locksDave Chinner1-0/+1
2011-07-20inode: Make unused inode LRU per superblockDave Chinner1-0/+1
2011-07-20btrfs: kill magical embedded struct superblockAl Viro1-9/+23
2011-07-20new helper: iterate_supers_type()Al Viro1-0/+36
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest1-4/+0
2011-06-03more conservative S_NOSEC handlingAl Viro1-1/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm/tmemLinus Torvalds1-0/+3
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer1-0/+3
2011-05-19VFS: trivial: fix comment on s_maxbytes value warning checkJeff Layton1-2/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-0/+2
2011-03-17vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro1-80/+16
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe1-0/+2
2011-03-16vfs: bury ->get_sb()Al Viro1-61/+6
2011-02-11vfs: call rcu_barrier after ->kill_sb()Boaz Harrosh1-0/+5
2011-01-16sanitize vfsmount refcounting changesAl Viro1-1/+1
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-9/+10
2011-01-07fs: scale mntget/mntputNick Piggin1-1/+1
2011-01-07fs: dcache per-bucket dcache hash lockingNick Piggin1-1/+2
2010-11-13block: clean up blkdev_get() wrappers and their usersTejun Heo1-4/+5
2010-11-13block: make blkdev_get/put() handle exclusive accessTejun Heo1-7/+7
2010-10-29switch get_sb_ns() usersAl Viro1-8/+6
2010-10-29convert get_sb_nodev() usersAl Viro1-7/+20
2010-10-29convert get_sb_single() usersAl Viro1-6/+19
2010-10-29new helper: mount_bdev()Al Viro1-7/+21
2010-10-29beginning of transtion: ->mount()Al Viro1-3/+14
2010-10-25split invalidate_inodes()Al Viro1-4/+4
2010-08-18fs: scale files_lockNick Piggin1-0/+18
2010-08-09no need for list_for_each_entry_safe()/resetting with superblock listAl Viro1-15/+21
2010-08-09Fix sget() race with failing mountAl Viro1-0/+6
2010-08-09vfs: 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/jack/linux-fs-2.6Linus Torvalds1-11/+2
2010-05-27fs/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-21vfs: add lockdep annotation to s_vfs_rename_key for ecryptfsRoland Dreier1-0/+1
2010-05-21Introduce freeze_super and thaw_super for the fsfreeze ioctlJosef Bacik1-0/+90
2010-05-21Trim includes in fs/super.cAl Viro1-7/+0
2010-05-21Move grabbing s_umount to callers of grab_super()Al Viro1-2/+2
2010-05-21Take statfs variants to fs/statfs.cAl Viro1-25/+0
2010-05-21new helper: iterate_supers()Al Viro1-0/+30
2010-05-21Bury __put_super_and_need_restart()Al Viro1-28/+2