aboutsummaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 1-0/+1
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextGravatar Konrad Rzeszutek Wilk 1-1/+1
2012-02-28fs: reduce the use of module.h wherever possibleGravatar Paul Gortmaker 1-1/+1
2012-02-13vfs: Provide function to get superblock and wait for it to thawGravatar Jan Kara 1-0/+22
2012-02-14security: trim security.hGravatar Al Viro 1-0/+1
2012-01-23mm: cleancache: s/flush/invalidate/Gravatar Dan Magenheimer 1-1/+1
2012-01-17wake up s_wait_unfrozen when ->freeze_fs failsGravatar Kazuya Mio 1-0/+2
2012-01-06vfs: prevent remount read-only if pending removesGravatar Miklos Szeredi 1-4/+0
2012-01-06vfs: protect remounting superblock read-onlyGravatar Miklos Szeredi 1-4/+18
2012-01-06vfs: keep list of mounts for each superblockGravatar Miklos Szeredi 1-0/+2
2012-01-03vfs: fix the rest of sget() racesGravatar Al Viro 1-7/+13
2012-01-03vfs: convert fs_supers to hlistGravatar Al Viro 1-12/+14
2012-01-03trim fs/internal.hGravatar Al Viro 1-2/+2
2011-11-02vfs: ignore error on forced remountGravatar Miklos Szeredi 1-2/+7
2011-10-31vmscan: fix shrinker callback bug in fs/super.cGravatar Mikulas Patocka 1-1/+1
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-4/+0
2011-07-20vfs: increase shrinker batch sizeGravatar Dave Chinner 1-0/+1
2011-07-20superblock: add filesystem shrinker operationsGravatar Dave Chinner 1-12/+33
2011-07-20superblock: introduce per-sb cache shrinker infrastructureGravatar Dave Chinner 1-1/+50
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cGravatar Dave Chinner 1-0/+33
2011-07-20inode: move to per-sb LRU locksGravatar Dave Chinner 1-0/+1
2011-07-20inode: Make unused inode LRU per superblockGravatar Dave Chinner 1-0/+1
2011-07-20btrfs: kill magical embedded struct superblockGravatar Al Viro 1-9/+23
2011-07-20new helper: iterate_supers_type()Gravatar Al Viro 1-0/+36
2011-07-12fixlet: Remove fs_excl from struct task.Gravatar Justin TerAvest 1-4/+0
2011-06-03more conservative S_NOSEC handlingGravatar Al Viro 1-1/+1
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Gravatar Linus Torvalds 1-0/+3
2011-05-26mm/fs: add hooks to support cleancacheGravatar Dan Magenheimer 1-0/+3
2011-05-19VFS: trivial: fix comment on s_maxbytes value warning checkGravatar Jeff Layton 1-2/+1
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-0/+2
2011-03-17vfs: split off vfsmount-related parts of vfs_kern_mount()Gravatar Al Viro 1-80/+16
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayGravatar Jens Axboe 1-0/+2
2011-03-16vfs: bury ->get_sb()Gravatar Al Viro 1-61/+6
2011-02-11vfs: call rcu_barrier after ->kill_sb()Gravatar Boaz Harrosh 1-0/+5
2011-01-16sanitize vfsmount refcounting changesGravatar Al Viro 1-1/+1
2011-01-13Merge branch 'for-2.6.38/core' of git://git.kernel.dk/linux-2.6-blockGravatar Linus Torvalds 1-9/+10
2011-01-07fs: scale mntget/mntputGravatar Nick Piggin 1-1/+1
2011-01-07fs: dcache per-bucket dcache hash lockingGravatar Nick Piggin 1-1/+2
2010-11-13block: clean up blkdev_get() wrappers and their usersGravatar Tejun Heo 1-4/+5
2010-11-13block: make blkdev_get/put() handle exclusive accessGravatar Tejun Heo 1-7/+7
2010-10-29switch get_sb_ns() usersGravatar Al Viro 1-8/+6
2010-10-29convert get_sb_nodev() usersGravatar Al Viro 1-7/+20
2010-10-29convert get_sb_single() usersGravatar Al Viro 1-6/+19
2010-10-29new helper: mount_bdev()Gravatar Al Viro 1-7/+21
2010-10-29beginning of transtion: ->mount()Gravatar Al Viro 1-3/+14
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