summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2019-02-07Merge 4.9.155 into android-4.9Greg Kroah-Hartman34-106/+292
2019-02-06fs: don't scan the inode cache before SB_BORN is setDave Chinner1-6/+24
2018-03-05Merge 4.9.86 into android-4.9Greg Kroah-Hartman60-133/+486
2018-03-03sget(): handle failures of register_shrinker()Al Viro1-1/+5
2017-03-15fs: Better permission checking for submountsEric W. Biederman13-22/+47
2017-03-15fs: Better permission checking for submountsEric W. Biederman13-22/+47
2017-01-31ANDROID: vfs: Allow filesystems to access their private mount dataDaniel Rosenberg5-10/+38
2017-01-27ANDROID: Fix for in kernel emergency remount when loop mounts are usedChristian Poetzsch1-1/+1
2016-10-15fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov1-12/+25
2016-10-15fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov1-3/+3
2016-07-29Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds36-213/+418
2016-07-26fs/fs-writeback.c: add a new writeback list for syncDave Chinner6-25/+110
2016-06-23userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman3-4/+3
2016-06-23userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman2-18/+4
2016-06-23mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman2-4/+4
2016-06-23fs: Add user namespace member to struct super_blockEric W. Biederman3-7/+60
2016-06-23vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman5-29/+29
2016-04-18Merge branch 'master' into for-nextJiri Kosina18218-904139/+1512611
2016-04-18Doc: treewide : Fix typos in DocBook/filesystem.xmlMasanari Iida3-5/+5
2016-03-03writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo3-13/+47
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds22-29/+30
2016-01-06fs: use block_device name vsprintf helperDmitry Monakhov17-90/+49
2015-12-08fs/super.c: use && instead of & for warn_on conditionVincent Stehlé1-1/+1
2015-08-21Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro12-88/+128
2015-08-17sync: serialise per-superblock sync operationsDave Chinner3-0/+14
2015-08-17inode: convert inode_sb_list_lock to per-sbDave Chinner10-54/+57
2015-08-15change sb_writers to use percpu_rw_semaphoreOleg Nesterov2-94/+36
2015-08-15shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov2-5/+21
2015-08-15document rwsem_release() in sb_wait_write()Oleg Nesterov1-3/+9
2015-08-15fix the broken lockdep logic in __sb_start_write()Oleg Nesterov1-33/+40
2015-07-01fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...Wang YanQing1-1/+1
2015-04-14cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov3-182/+94
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds23-378/+356
2015-02-13Merge branch 'akpm' (patches from Andrew)Linus Torvalds207-1420/+2214
2015-02-13fs: shrinker: always scan at least one object of each typeVladimir Davydov1-3/+6
2015-02-13fs: make shrinker memcg awareVladimir Davydov1-3/+3
2015-02-13list_lru: organize all list_lrus to listVladimir Davydov3-0/+45
2015-02-13fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov3-12/+13
2015-02-13list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov9-43/+51
2015-02-02Make super_blocks and sb_lock staticAl Viro2-4/+2
2015-01-26allow attaching fs_pin to a group not associated with some superblockAl Viro4-10/+17
2015-01-20fs: remove default_backing_dev_infoChristoph Hellwig6-22/+6
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds74-960/+889
2014-10-09fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa1-0/+2
2014-09-08percpu_counter: add @gfp to percpu_counter_init()Tejun Heo23-42/+49
2014-08-13Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds17-196/+189
2014-08-07make fs/{namespace,super}.c forget about acct.hAl Viro5-10/+13
2014-08-07drop ->s_umount around acct_auto_close()Al Viro1-4/+14
2014-08-07acct: get rid of acct_listAl Viro6-85/+62
[next]