aboutsummaryrefslogtreecommitdiffstats
path: root/fs/super.c
AgeCommit message (Expand)Author
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman
2016-06-23userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman
2016-06-23mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman
2016-04-18Merge branch 'master' into for-nextJiri Kosina
2016-04-18Doc: treewide : Fix typos in DocBook/filesystem.xmlMasanari Iida
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov
2015-12-08fs/super.c: use && instead of & for warn_on conditionVincent Stehlé
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro
2015-08-17sync: serialise per-superblock sync operationsDave Chinner
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner
2015-08-15change sb_writers to use percpu_rw_semaphoreOleg Nesterov
2015-08-15shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov
2015-08-15document rwsem_release() in sb_wait_write()Oleg Nesterov
2015-08-15fix the broken lockdep logic in __sb_start_write()Oleg Nesterov
2015-07-01fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...Wang YanQing
2015-04-14cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2015-02-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-12fs: shrinker: always scan at least one object of each typeVladimir Davydov
2015-02-12fs: make shrinker memcg awareVladimir Davydov
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov
2015-02-02Make super_blocks and sb_lock staticAl Viro
2015-01-25allow attaching fs_pin to a group not associated with some superblockAl Viro
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig
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