summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)AuthorFilesLines
2025-02-07fs: fix adding security options to statmount.mnt_optMiklos Szeredi1-15/+14
2025-02-07statmount: let unset strings be emptyMiklos Szeredi1-9/+16
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados1-1/+1
2025-01-20Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-76/+124
2025-01-20Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+8
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2025-01-16fs: Fix return type of do_mount() from long to intSentaro Onizuka1-1/+1
2025-01-09Merge tag 'vfs-6.14-rc7.mount.fixes'Christian Brauner1-8/+6
2025-01-09fs: remove useless lockdep assertionChristian Brauner1-2/+0
2025-01-09fs: use xarray for old mount idChristian Brauner1-9/+10
2025-01-09fs: cache first and last mountChristian Brauner1-4/+13
2025-01-09fs: simplify rwlock to spinlockChristian Brauner1-9/+6
2025-01-09fs: lockless mntns lookup for nsfsChristian Brauner1-13/+29
2025-01-09fs: lockless mntns rbtree lookupChristian Brauner1-46/+70
2025-01-09fs: add mount namespace to rbtree lateChristian Brauner1-1/+1
2025-01-09mount: remove inlude/nospec.h includeChristian Brauner1-1/+0
2025-01-09fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()Jeff Layton1-0/+4
2025-01-09fs: kill MNT_ONRBChristian Brauner1-8/+6
2025-01-09samples: add a mountinfo program to demonstrate statmount()/listmount()Jeff Layton0-0/+0
2024-12-22pidfs: allow bind-mountsChristian Brauner1-2/+8
2024-12-13fs: fix is_mnt_ns_file()Miklos Szeredi1-2/+8
2024-11-21statmount: fix security option retrievalChristian Brauner1-1/+1
2024-11-21statmount: clean up unescaped option handlingMiklos Szeredi1-25/+19
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-32/+15
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-7/+154
2024-11-14statmount: retrieve security mount optionsChristian Brauner1-14/+60
2024-11-13statmount: add flag to retrieve unescaped optionsMiklos Szeredi1-1/+46
2024-11-13fs: add the ability for statmount() to report the sb_sourceJeff Layton1-1/+35
2024-11-12fs: add the ability for statmount() to report the fs_subtypeJeff Layton1-2/+17
2024-11-12fs: don't let statmount return empty stringsJeff Layton1-4/+11
2024-11-03fdget(), more trivial conversionsAl Viro1-32/+15
2024-10-22namespace: Use atomic64_inc_return() in alloc_mnt_ns()Uros Bizjak1-1/+1
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