summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2025-10-29fs: 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-28move_mount: allow to add a mount into an existing groupPavel Tikhomirov1-1/+76
2025-07-17attach_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-04__legitimize_mnt(): check for MNT_SYNC_UMOUNT should be under mount_lockAl Viro1-5/+1
2025-06-04do_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
2021-08-26fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi1-14/+28
2021-01-19umount(2): move the flag validity checks firstAl Viro1-2/+5
2021-01-06fs/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
2020-08-27Add a "nosymfollow" mount option.Mattias Nissler1-0/+2
2020-08-08Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-14/+18
2020-08-08fs: fix a struct path leak in path_umountChristoph Hellwig1-14/+18
2020-08-07Merge branch 'hch.init_path' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-54/+53
2020-07-31init: add an init_umount helperChristoph Hellwig1-2/+2
2020-07-31init: add an init_mount helperChristoph Hellwig1-1/+1
2020-07-31fs: refactor ksys_umountChristoph Hellwig1-22/+18
2020-07-31fs: refactor do_mountChristoph Hellwig1-32/+35
2020-07-14fuse: reject options on reconfigure via fsconfig(2)Miklos Szeredi1-0/+1
2020-06-11Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-4/+1
2020-06-10Merge tag 'ovl-update-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+16
2020-06-04ovl: make private mounts longtermMiklos Szeredi1-0/+16
2020-06-03Merge tag 'threads-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds1-4/+11
2020-06-02Merge branch 'from-miklos' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-16/+75
2020-05-29vfs: Remove duplicated d_mountpoint check in __is_local_mountpointNikolay Borisov1-4/+1
2020-05-14proc/mounts: add cursorMiklos Szeredi1-16/+75
2020-05-13nsproxy: attach to namespaces via pidfdsChristian Brauner1-0/+5
2020-05-09nsproxy: add struct nssetChristian Brauner1-4/+6
2020-04-21docs: filesystems: fix renamed referencesMauro Carvalho Chehab1-1/+1
2020-03-14LOOKUP_MOUNTPOINT: fold path_mountpointat() into path_lookupat()Al Viro1-2/+2
2020-02-27follow_automount(): get rid of dead^Wstillborn codeAl Viro1-1/+8
2020-02-27fix automount/automount race properlyAl Viro1-7/+33
2020-02-10do_add_mount(): lift lock_mount/unlock_mount into callersAl Viro1-23/+24
2020-02-04saner copy_mount_options()Al Viro1-42/+7
2020-01-05fs/namespace.c: make to_mnt_ns() staticEric Biggers1-1/+1
2019-12-12init: use do_mount() instead of ksys_mount()Dominik Brodowski1-8/+2
2019-12-08Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+3
2019-10-21fs/namespace: add __user to open_tree and move_mount syscallsBen Dooks1-3/+3
2019-10-17fs/namespace.c: fix use-after-free of mount in mnt_warn_timestamp_expiry()Eric Biggers1-8/+7