summaryrefslogtreecommitdiffstats
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-4/+2
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-271-1/+1
* vfs: drop lock/unlock superMarco Stornelli2012-10-091-23/+0
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-061-1/+1
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-021-6/+0
* vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-041-40/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-011-22/+230
|\
| * fs: Remove old freezing mechanismJan Kara2012-07-311-1/+0
| * fs: Improve filesystem freezing handlingJan Kara2012-07-311-21/+230
* | vmscan: remove obsolete shrink_control commentMinchan Kim2012-07-311-1/+1
* | Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-301-1/+1
|\ \ | |/ |/|
| * writeback: Fix some comment errorsWanpeng Li2012-06-091-1/+1
* | VFS: Pass mount flags to sget()David Howells2012-07-141-11/+11
|/
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-241-1/+1
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-281-1/+1
* | Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-221-1/+1
|\ \
| * \ Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk2012-03-191-1/+1
| |\ \ | | |/ | |/|
| | * mm: cleancache: s/flush/invalidate/Dan Magenheimer2012-01-231-1/+1
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-211-0/+1
|\ \ \ | |/ / |/| |
| * | security: trim security.hAl Viro2012-02-141-0/+1
* | | vfs: Provide function to get superblock and wait for it to thawJan Kara2012-02-131-0/+22
|/ /
* / wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio2012-01-171-0/+2
|/
* vfs: prevent remount read-only if pending removesMiklos Szeredi2012-01-061-4/+0
* vfs: protect remounting superblock read-onlyMiklos Szeredi2012-01-061-4/+18
* vfs: keep list of mounts for each superblockMiklos Szeredi2012-01-061-0/+2
* vfs: fix the rest of sget() racesAl Viro2012-01-031-7/+13
* vfs: convert fs_supers to hlistAl Viro2012-01-031-12/+14
* trim fs/internal.hAl Viro2012-01-031-2/+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