aboutsummaryrefslogtreecommitdiff
path: root/fs/super.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v4.9.155' of https://git.kernel.org/pub/scm/linux/kernel/git/stabl...Josh Chasky2019-02-071-6/+24
|\
| * fs: don't scan the inode cache before SB_BORN is setDave Chinner2019-02-061-6/+24
* | Merge LA.UM.7.3.9.08.00.00.385.328 via branch qcom-msm-4.9 into android-msm-b...Cyan_Hsieh2018-06-011-1/+5
|\ \
| * \ Merge android-4.9.86 (b324a70) into msm-4.9Blagovest Kolenichev2018-04-171-1/+5
| |\ \
| | * | Merge 4.9.86 into android-4.9Greg Kroah-Hartman2018-03-051-1/+5
| | |\|
| | | * sget(): handle failures of register_shrinker()Al Viro2018-03-031-1/+5
* | | | fs-verity: prototype implementationEric Biggers2018-04-261-1/+29
|/ / /
* / / block: Use pointer to backing_dev_info from request_queueJan Kara2018-02-281-1/+1
|/ /
* | fs: Better permission checking for submountsEric W. Biederman2017-03-151-3/+10
|\|
| * fs: Better permission checking for submountsEric W. Biederman2017-03-151-3/+10
* | ANDROID: vfs: Allow filesystems to access their private mount dataDaniel Rosenberg2017-01-311-5/+23
* | ANDROID: Fix for in kernel emergency remount when loop mounts are usedChristian Poetzsch2017-01-271-1/+1
|/
* fs/super.c: don't fool lockdep in freeze_super() and thaw_super() pathsOleg Nesterov2016-10-141-12/+25
* fs/super.c: fix race between freeze_super() and thaw_super()Oleg Nesterov2016-10-141-3/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2016-07-291-8/+61
|\
| * userns: Remove the now unnecessary FS_USERNS_DEV_MOUNT flagEric W. Biederman2016-06-231-2/+1
| * userns: Remove implicit MNT_NODEV fragility.Eric W. Biederman2016-06-231-0/+3
| * mnt: Move the FS_USERNS_MOUNT check into sget_usernsEric W. Biederman2016-06-231-0/+4
| * fs: Add user namespace member to struct super_blockEric W. Biederman2016-06-231-6/+46
| * vfs: Pass data, ns, and ns->userns to mount_nsEric W. Biederman2016-06-231-3/+10
* | fs/fs-writeback.c: add a new writeback list for syncDave Chinner2016-07-261-0/+2
|/
* Merge branch 'master' into for-nextJiri Kosina2016-04-181-3/+2
|\
| * writeback: flush inode cgroup wb switches instead of pinning super_blockTejun Heo2016-03-031-0/+1
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-01-141-1/+1
| |\
| * | fs: use block_device name vsprintf helperDmitry Monakhov2016-01-061-3/+1
* | | Doc: treewide : Fix typos in DocBook/filesystem.xmlMasanari Iida2016-04-181-1/+1
| |/ |/|
* | fs/super.c: use && instead of & for warn_on conditionVincent Stehlé2015-12-081-1/+1
|/
* Merge branch 'superblock-scaling' of git://git.kernel.org/pub/scm/linux/kerne...Al Viro2015-08-211-1/+3
|\
| * sync: serialise per-superblock sync operationsDave Chinner2015-08-171-0/+1
| * inode: convert inode_sb_list_lock to per-sbDave Chinner2015-08-171-1/+2
* | change sb_writers to use percpu_rw_semaphoreOleg Nesterov2015-08-151-81/+30
* | shift percpu_counter_destroy() into destroy_super_work()Oleg Nesterov2015-08-151-4/+19
* | document rwsem_release() in sb_wait_write()Oleg Nesterov2015-08-151-3/+9
* | fix the broken lockdep logic in __sb_start_write()Oleg Nesterov2015-08-151-33/+40
|/
* fs:super:get_anon_bdev: fix race condition could cause dev exceed its upper l...Wang YanQing2015-07-011-1/+1
* cleancache: remove limit on the number of cleancache enabled filesystemsVladimir Davydov2015-04-141-1/+1
* trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov2015-02-221-22/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-02-171-2/+2
|\
| * allow attaching fs_pin to a group not associated with some superblockAl Viro2015-01-251-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-02-121-19/+28
|\ \
| * | fs: shrinker: always scan at least one object of each typeVladimir Davydov2015-02-121-3/+6
| * | fs: make shrinker memcg awareVladimir Davydov2015-02-121-3/+3
| * | list_lru: organize all list_lrus to listVladimir Davydov2015-02-121-0/+8
| * | fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov2015-02-121-6/+6
| * | list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov2015-02-121-13/+11
| |/
* | Make super_blocks and sb_lock staticAl Viro2015-02-021-2/+2
* | fs: remove default_backing_dev_infoChristoph Hellwig2015-01-201-6/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-0/+2
|\
| * fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa2014-10-091-0/+2
* | percpu_counter: add @gfp to percpu_counter_init()Tejun Heo2014-09-081-1/+2
|/