summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-19fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu1-1/+10
2025-08-28use uniform permission checks for all mount propagation changesAl Viro1-14/+20
2025-08-28clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+5
2025-07-10attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro1-4/+4
2025-06-27do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-27fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
2025-06-04__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro1-5/+1
2025-05-18do_umount(): add missing barrier before refcount checks in sync caseAl Viro1-1/+2
2025-05-02umount: Allow superblock owners to force umountTrond Myklebust1-1/+2
2024-10-17mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering1-3/+11
2024-10-17fs/namespace: fnic: Switch to use %ptTdAndy Shevchenko1-6/+3
2024-10-17mount: warn only once about timestamp range expirationAnthony Iliopoulos1-0/+2
2024-01-26fs: indicate request originates from old mount APIChristian Brauner1-0/+11
2023-04-13fs: drop peer group ids under namespace lockChristian Brauner1-1/+1
2023-03-17fs: hold writers when changing mount's idmappingChristian Brauner1-9/+20
2022-08-31fs: require CAP_SYS_ADMIN in target namespace for idmapped mountsSeth Forshee1-0/+7
2022-07-02fs: support mapped mounts of mapped filesystemsChristian Brauner1-13/+38
2022-07-02fs: add is_idmapped_mnt() helperChristian Brauner1-1/+1
2022-01-05fs/mount_setattr: always cleanup mount_kattrChristian Brauner1-5/+4
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+4
2021-09-03memcg: enable accounting for new namesapces and struct nsproxyVasily Averin1-1/+1
2021-09-03memcg: enable accounting for mnt_cache entriesVasily Averin1-2/+3
2021-08-31Merge tag 'fs.move_mount.move_mount_set_group.v5.15' of git://git.kernel.org/...Linus Torvalds1-1/+76
2021-08-23fs: remove mandatory file locking supportJeff Layton1-19/+10
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-1/+5
2021-08-21fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-10ovl: prevent private clone if bind mount is not allowedMiklos Szeredi1-14/+28
2021-07-26move_mount: allow to add a mount into an existing groupPavel Tikhomirov1-1/+76
2021-06-01mount: Support "nosymfollow" in new mount apiChristian Brauner1-3/+6
2021-05-12fs/mount_setattr: tighten permission checksChristian Brauner1-1/+5
2021-03-31fs/namespace: correct/improve kernel-doc notationRandy Dunlap1-6/+8
2021-02-27Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-33/+20
2021-01-24fs: introduce MOUNT_ATTR_IDMAPChristian Brauner1-7/+115
2021-01-24fs: add mount_setattr()Christian Brauner1-0/+263
2021-01-24fs: add attr_flags_to_mnt_flags helperChristian Brauner1-16/+24
2021-01-24fs: split out functions to hold writersChristian Brauner1-6/+18
2021-01-24namespace: only take read lock in do_reconfigure_mnt()Christian Brauner1-6/+6
2021-01-24mount: make {lock,unlock}_mount_hash() staticChristian Brauner1-0/+10
2021-01-24namespace: take lock_mount_hash() directly when changing flagsChristian Brauner1-14/+8
2021-01-24mount: attach mappings to mountsChristian Brauner1-0/+9
2021-01-04umount(2): move the flag validity checks firstAl Viro1-2/+5
2021-01-04vfs: don't unnecessarily clone write access for writable fdsEric Biggers1-33/+20
2020-12-25Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+6
2020-12-15Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-2/+2
2020-12-11fs/namespace.c: WARN if mnt_count has become negativeEric Biggers1-3/+6
2020-10-24Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-0/+2
2020-10-18task_work: cleanup notification modesJens Axboe1-1/+1
2020-10-13Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+2
2020-09-23fs: remove compat_sys_mountChristoph Hellwig1-2/+2
2020-09-04fs: Handle intra-page faults in copy_mount_options()Catalin Marinas1-7/+18