aboutsummaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2022-07-05switch try_to_unlazy_next() to __legitimize_mnt()Gravatar Al Viro 1-1/+1
2022-06-04Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2022-05-19uninline may_mount() and don't opencode it in fspick(2)/fsopen(2)Gravatar Al Viro 1-1/+1
2022-05-12fs: hold writers when changing mount's idmappingGravatar Christian Brauner 1-2/+3
2022-04-21fs: unset MNT_WRITE_HOLD on failureGravatar Christian Brauner 1-1/+13
2022-04-01Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-11/+12
2022-03-24Merge tag 'fs.rt.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-2/+18
2022-03-24Merge tag 'fs.v5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner...Gravatar Linus Torvalds 1-70/+78
2022-03-22mount: warn only once about timestamp range expirationGravatar Anthony Iliopoulos 1-0/+2
2022-03-15mount_setattr(): clean the control flow and calling conventionsGravatar Al Viro 1-42/+40
2022-02-14fs: clean up mount_setattr control flowGravatar Christian Brauner 1-41/+43
2022-02-14fs: don't open-code mnt_hold_writers()Gravatar Christian Brauner 1-5/+2
2022-02-14fs: simplify check in mount_setattr_commit()Gravatar Christian Brauner 1-7/+2
2022-02-14fs: add mnt_allow_writers() and simplify mount_setattr_prepare()Gravatar Christian Brauner 1-6/+22
2022-02-14fs: add kernel doc for mnt_{hold,unhold}_writers()Gravatar Christian Brauner 1-0/+30
2022-02-13clean overflow checks in count_mounts() a bitGravatar Al Viro 1-9/+10
2022-01-30constify struct path argument of finish_automount()/do_add_mount()Gravatar Al Viro 1-2/+2
2022-01-22fs: move namespace sysctls and declare fs base directoryGravatar Luis Chamberlain 1-1/+23
2022-01-11Merge tag 'fs.idmapped.v5.17' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-14/+39
2021-12-30fs/mount_setattr: always cleanup mount_kattrGravatar Christian Brauner 1-5/+4
2021-12-05fs: support mapped mounts of mapped filesystemsGravatar Christian Brauner 1-13/+38
2021-12-03fs: add is_idmapped_mnt() helperGravatar Christian Brauner 1-1/+1
2021-11-26fs/namespace: Boost the mount_lock.lock owner instead of spinning on PREEMPT_RT.Gravatar Sebastian Andrzej Siewior 1-2/+18
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+4
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyGravatar Vasily Averin 1-1/+1
2021-09-03memcg: enable accounting for mnt_cache entriesGravatar Vasily Averin 1-2/+3
2021-08-31Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/...Gravatar Linus Torvalds 1-1/+76
2021-08-23fs: remove mandatory file locking supportGravatar Jeff Layton 1-19/+10
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Gravatar Linus Torvalds 1-1/+5
2021-08-21fs: warn about impending deprecation of mandatory locksGravatar Jeff Layton 1-1/+5
2021-08-10ovl: prevent private clone if bind mount is not allowedGravatar Miklos Szeredi 1-14/+28
2021-07-26move_mount: allow to add a mount into an existing groupGravatar Pavel Tikhomirov 1-1/+76
2021-06-01mount: Support "nosymfollow" in new mount apiGravatar Christian Brauner 1-3/+6
2021-05-12fs/mount_setattr: tighten permission checksGravatar Christian Brauner 1-1/+5
2021-03-31fs/namespace: correct/improve kernel-doc notationGravatar Randy Dunlap 1-6/+8
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-33/+20
2021-01-24fs: introduce MOUNT_ATTR_IDMAPGravatar Christian Brauner 1-7/+115
2021-01-24fs: add mount_setattr()Gravatar Christian Brauner 1-0/+263
2021-01-24fs: add attr_flags_to_mnt_flags helperGravatar Christian Brauner 1-16/+24
2021-01-24fs: split out functions to hold writersGravatar Christian Brauner 1-6/+18
2021-01-24namespace: only take read lock in do_reconfigure_mnt()Gravatar Christian Brauner 1-6/+6
2021-01-24mount: make {lock,unlock}_mount_hash() staticGravatar Christian Brauner 1-0/+10
2021-01-24namespace: take lock_mount_hash() directly when changing flagsGravatar Christian Brauner 1-14/+8
2021-01-24mount: attach mappings to mountsGravatar Christian Brauner 1-0/+9
2021-01-04umount(2): move the flag validity checks firstGravatar Al Viro 1-2/+5
2021-01-04vfs: don't unnecessarily clone write access for writable fdsGravatar Eric Biggers 1-33/+20
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-3/+6
2020-12-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Gravatar Linus Torvalds 1-2/+2
2020-12-10fs/namespace.c: WARN if mnt_count has become negativeGravatar Eric Biggers 1-3/+6
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+2