aboutsummaryrefslogtreecommitdiff
path: root/fs/super.c
AgeCommit message (Expand)Author
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
2012-01-17wake up s_wait_unfrozen when ->freeze_fs failsKazuya Mio
2012-01-06vfs: prevent remount read-only if pending removesMiklos Szeredi
2012-01-06vfs: protect remounting superblock read-onlyMiklos Szeredi
2012-01-06vfs: keep list of mounts for each superblockMiklos Szeredi
2012-01-03vfs: fix the rest of sget() racesAl Viro
2012-01-03vfs: convert fs_supers to hlistAl Viro
2012-01-03trim fs/internal.hAl Viro
2011-11-02vfs: ignore error on forced remountMiklos Szeredi
2011-10-31vmscan: fix shrinker callback bug in fs/super.cMikulas Patocka
2011-07-25Merge branch 'for-3.1/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2011-07-20vfs: increase shrinker batch sizeDave Chinner
2011-07-20superblock: add filesystem shrinker operationsDave Chinner
2011-07-20superblock: introduce per-sb cache shrinker infrastructureDave Chinner
2011-07-20superblock: move pin_sb_for_writeback() to fs/super.cDave Chinner
2011-07-20inode: move to per-sb LRU locksDave Chinner
2011-07-20inode: Make unused inode LRU per superblockDave Chinner
2011-07-20btrfs: kill magical embedded struct superblockAl Viro
2011-07-20new helper: iterate_supers_type()Al Viro
2011-07-12fixlet: Remove fs_excl from struct task.Justin TerAvest
2011-06-03more conservative S_NOSEC handlingAl Viro
2011-05-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djm...Linus Torvalds
2011-05-26mm/fs: add hooks to support cleancacheDan Magenheimer
2011-05-19VFS: trivial: fix comment on s_maxbytes value warning checkJeff Layton
2011-03-24Merge branch 'for-2.6.39/core' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds
2011-03-17vfs: split off vfsmount-related parts of vfs_kern_mount()Al Viro
2011-03-17fs: assign sb->s_bdi to default_backing_dev_info if the bdi is going awayJens Axboe