aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c
AgeCommit message (Expand)Author
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-10-09fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo
2014-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro
2014-08-07drop ->s_umount around acct_auto_close()Al Viro
2014-08-07acct: get rid of acct_listAl Viro
2014-07-15quota: remove dqptr_semNiu Yawei
2014-06-04fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen
2014-06-04fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner
2014-04-16fs: Don't return 0 from get_anon_bdevThomas Bächler
2014-03-13fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o
2014-01-31fs/super.c: sync ro remount after blocking writersAndrew Ruder
2014-01-21fs/super.c: fix WARN on alloc_super() fail pathVladimir Davydov
2013-11-09get rid of s_files and files_lockAl Viro
2013-10-24make freeing super_block rcu-delayedAl Viro
2013-10-24uninline destroy_super(), consolidate alloc_super()Al Viro
2013-10-01fs/super.c: fix lru_list leak for realAl Viro
2013-09-10super: fix for destroy lrusGlauber Costa
2013-09-10list_lru: dynamically adjust node arraysGlauber Costa
2013-09-10fs: convert inode and dentry shrinking to be node awareDave Chinner
2013-09-10dcache: convert to use new lru list infrastructureDave Chinner
2013-09-10inode: convert inode lru list to generic lru list code.Dave Chinner
2013-09-10shrinker: convert superblock shrinkers to new APIDave Chinner
2013-09-10dentry: move to per-sb LRU locksDave Chinner
2013-09-10super: fix calculation of shrinkable objects for small numbersGlauber Costa
2013-09-07prune_super(): sb->s_op is never NULLAl Viro
2013-09-04direct-io: Implement generic deferred AIO completionsChristoph Hellwig
2013-07-20livelock avoidance in sget()Al Viro
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin
2013-02-27idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo
2012-10-09vfs: drop lock/unlock superMarco Stornelli
2012-10-06idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu
2012-10-02fs: push rcu_barrier() from deactivate_locked_super() to filesystemsKirill A. Shutemov
2012-08-04vfs: kill write_super and sync_supersArtem Bityutskiy
2012-08-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-07-31vmscan: remove obsolete shrink_control commentMinchan Kim
2012-07-31fs: Remove old freezing mechanismJan Kara
2012-07-31fs: Improve filesystem freezing handlingJan Kara
2012-07-30Merge tag 'writeback-proportions' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2012-07-14VFS: Pass mount flags to sget()David Howells
2012-06-09writeback: Fix some comment errorsWanpeng Li
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2012-03-22Merge tag 'stable/for-linus-3.4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2012-03-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2012-03-19Merge branch 'stable/cleancache.v13' into linux-nextKonrad Rzeszutek Wilk
2012-02-28fs: reduce the use of module.h wherever possiblePaul Gortmaker
2012-02-13vfs: Provide function to get superblock and wait for it to thawJan Kara
2012-02-14security: trim security.hAl Viro
2012-01-23mm: cleancache: s/flush/invalidate/Dan Magenheimer