summaryrefslogtreecommitdiff
path: root/fs/super.c
Commit message (Expand)AuthorAge
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo2013-02-27
* vfs: drop lock/unlock superMarco Stornelli2012-10-09
* idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu2012-10-06
* fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov2012-10-02
* vfs: kill write_super and sync_supersArtem Bityutskiy2012-08-04
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-08-01
|\
| * fs: Remove old freezing mechanismJan Kara2012-07-31
| * fs: Improve filesystem freezing handlingJan Kara2012-07-31
* | vmscan: remove obsolete shrink_control commentMinchan Kim2012-07-31
* | Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-07-30
|\ \ | |/ |/|
| * writeback: Fix some comment errorsWanpeng Li2012-06-09
* | VFS: Pass mount flags to sget()David Howells2012-07-14
|/
* Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2012-03-24
|\
| * fs: reduce the use of module.h wherever possiblePaul Gortmaker2012-02-28
* | Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-22
|\ \
| * \ Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk2012-03-19
| |\ \ | | |/ | |/|
| | * mm: cleancache: s/flush/invalidate/Dan Magenheimer2012-01-23
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-03-21
|\ \ \ | |/ / |/| |
| * | security: trim security.hAl Viro2012-02-14
* | | vfs: Provide function to get superblock and wait for it to thawJan Kara2012-02-13
|/ /
* | wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio2012-01-17
|/
* vfs: prevent remount read-only if pending removesMiklos Szeredi2012-01-06
* vfs: protect remounting superblock read-onlyMiklos Szeredi2012-01-06
* vfs: keep list of mounts for each superblockMiklos Szeredi2012-01-06
* vfs: fix the rest of sget() racesAl Viro2012-01-03
* vfs: convert fs_supers to hlistAl Viro2012-01-03
* trim fs/internal.hAl Viro2012-01-03
* vfs: ignore error on forced remountMiklos Szeredi2011-11-02
* vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka2011-10-31
* Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds2011-07-25
|\
| * fixlet: Remove fs_excl from struct task.Justin TerAvest2011-07-12
* | vfs: increase shrinker batch sizeDave Chinner2011-07-20
* | superblock: add filesystem shrinker operationsDave Chinner2011-07-20
* | superblock: introduce per-sb cache shrinker infrastructureDave Chinner2011-07-20
* | superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner2011-07-20
* | inode: move to per-sb LRU locksDave Chinner2011-07-20
* | inode: Make unused inode LRU per superblockDave Chinner2011-07-20
* | btrfs: kill magical embedded struct superblockAl Viro2011-07-20
* | new helper: iterate_supers_type()Al Viro2011-07-20
|/
* more conservative S_NOSEC handlingAl Viro2011-06-03
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds2011-05-26
|\
| * mm/fs: add hooks to support cleancacheDan Magenheimer2011-05-26
* | VFS: trivial: fix comment on s_maxbytes value warning checkJeff Layton2011-05-19
|/
* Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2011-03-24
|\
| * fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe2011-03-17
* | vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro2011-03-17
* | vfs: bury ->get_sb()Al Viro2011-03-16
|/
* vfs: call rcu_barrier after ->kill_sb()Boaz Harrosh2011-02-11
* sanitize vfsmount refcounting changesAl Viro2011-01-16