summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-07fs/namespace: fix reference leak in grab_requested_mnt_nsAndrei Vagin1-3/+4
2025-11-24fs/namespace: correctly handle errors returned by grab_requested_mnt_nsAndrei Vagin1-16/+16
2025-10-19mount: handle NULL values in mnt_ns_release()Christian Brauner1-1/+1
2025-10-19fs: Add 'initramfs_options' to set initramfs mount optionsLichen Liu1-1/+10
2025-10-19statmount: don't call path_put() under namespace semaphoreChristian Brauner1-5/+3
2025-10-19listmount: don't call path_put() under namespace semaphoreChristian Brauner1-28/+59
2025-09-09fs/fhandle.c: fix a race in call of has_locked_children()Al Viro1-4/+14
2025-08-28use uniform permission checks for all mount propagation changesAl Viro1-14/+20
2025-07-24clone_private_mnt(): make sure that caller has CAP_SYS_ADMIN in the right usernsAl Viro1-0/+5
2025-07-06attach_recursive_mnt(): do not lock the covering tree when sliding something ...Al Viro1-4/+4
2025-06-19do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-19fix propagation graph breakage by MOVE_MOUNT_SET_GROUP move_mount(2)Al Viro1-1/+1
2025-06-19path_overmount(): avoid false negativesAl Viro1-6/+13
2025-05-29__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-02fix a couple of races in MNT_TREE_BENEATH handling by do_move_mount()Al Viro1-33/+36
2025-04-20umount: Allow superblock owners to force umountTrond Myklebust1-1/+2
2025-02-17statmount: let unset strings be emptyMiklos Szeredi1-4/+12
2025-02-17fs: fix adding security options to statmount.mnt_optMiklos Szeredi1-15/+14
2025-02-17fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()Jeff Layton1-0/+4
2025-01-17fs: kill MNT_ONRBChristian Brauner1-8/+6
2025-01-17fs: fix is_mnt_ns_file()Miklos Szeredi1-2/+8
2024-10-17fs: don't try and remove empty rbtree nodeChristian Brauner1-1/+3
2024-09-25Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-9/+9
2024-09-16Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-11/+63
2024-09-04namespace: introduce SB_I_NOIDMAP flagAlexander Mikhalitsyn1-0/+4
2024-08-30fs/namespace.c: Fix typo in commentYuesong Li1-2/+2
2024-08-19mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering1-3/+11
2024-08-13introduce fd_file(), convert all accessors to it.Al Viro1-6/+6
2024-08-09Merge patch series "nsfs: iterate through mount namespaces"Christian Brauner1-11/+63
2024-08-09nsfs: iterate through mount namespacesChristian Brauner1-4/+31
2024-08-09fs: allow mount namespace fdChristian Brauner1-7/+32
2024-07-24fs: use all available idsChristian Brauner1-1/+1
2024-07-15Merge tag 'vfs-6.11.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-76/+374
2024-07-08fs: reject invalid last mount id earlyChristian Brauner1-1/+7
2024-07-08fs: refuse mnt id requests with invalid ids earlyChristian Brauner1-1/+5
2024-07-06fs: find rootfs mount of the mount namespaceChristian Brauner1-5/+11
2024-07-04fs: only copy to userspace on success in listmount()Christian Brauner1-0/+2
2024-06-28fs: export mount options via statmount()Josef Bacik1-1/+36
2024-06-28fs: use guard for namespace_sem in statmount()Christian Brauner1-77/+83
2024-06-28fs: Allow statmount() in foreign mount namespaceChristian Brauner1-6/+25
2024-06-28fs: Allow listmount() in foreign mount namespaceChristian Brauner1-18/+70
2024-06-28fs: export the mount ns id via statmountJosef Bacik1-0/+11
2024-06-28fs: keep an index of current mount namespacesJosef Bacik1-2/+111
2024-06-28fs: relax permissions for statmount()Christian Brauner1-1/+2
2024-06-28fs: relax permissions for listmount()Christian Brauner1-1/+1
2024-06-28listmount: allow listing in reverse orderChristian Brauner1-10/+49
2024-06-28fs: simplify error handlingChristian Brauner1-12/+6
2024-06-28fs: don't copy to userspace under namespace semaphoreChristian Brauner1-42/+56