summaryrefslogtreecommitdiffstats
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds2014-08-131-1/+0
|\
| * quota: remove dqptr_semNiu Yawei2014-07-151-1/+0
* | make fs/{namespace,super}.c forget about acct.hAl Viro2014-08-071-2/+1
* | drop ->s_umount around acct_auto_close()Al Viro2014-08-071-4/+14
* | acct: get rid of acct_listAl Viro2014-08-071-1/+1
|/
* fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen2014-06-041-4/+8
* fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner2014-06-041-3/+1
* fs: Don't return 0 from get_anon_bdevThomas Bächler2014-04-161-1/+4
* fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-2/+0
* fs/super.c: sync ro remount after blocking writersAndrew Ruder2014-01-311-1/+2
* fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov2014-01-211-1/+2
* get rid of s_files and files_lockAl Viro2013-11-091-13/+2
* make freeing super_block rcu-delayedAl Viro2013-10-241-1/+1
* uninline destroy_super(), consolidate alloc_super()Al Viro2013-10-241-120/+86
* fs/super.c: fix lru_list leak for realAl Viro2013-10-011-2/+2
* super: fix for destroy lrusGlauber Costa2013-09-101-0/+3
* list_lru: dynamically adjust node arraysGlauber Costa2013-09-101-2/+9
* fs: convert inode and dentry shrinking to be node awareDave Chinner2013-09-101-9/+14
* dcache: convert to use new lru list infrastructureDave Chinner2013-09-101-6/+5
* inode: convert inode lru list to generic lru list code.Dave Chinner2013-09-101-7/+5
* shrinker: convert superblock shrinkers to new APIDave Chinner2013-09-101-31/+49
* dentry: move to per-sb LRU locksDave Chinner2013-09-101-0/+1
* super: fix calculation of shrinkable objects for small numbersGlauber Costa2013-09-101-7/+7
* prune_super(): sb->s_op is never NULLAl Viro2013-09-071-1/+1
* direct-io: Implement generic deferred AIO completionsChristoph Hellwig2013-09-041-9/+9
* livelock avoidance in sget()Al Viro2013-07-201-15/+10
* 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
OpenPOWER on IntegriCloud