summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-20Merge tag 'vfs-6.14-rc1.mount.v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2025-01-20Merge tag 'vfs-6.14-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-01-16fs: Fix return type of do_mount() from long to intSentaro Onizuka
2025-01-09Merge tag 'vfs-6.14-rc7.mount.fixes'Christian Brauner
2025-01-09fs: remove useless lockdep assertionChristian Brauner
2025-01-09fs: use xarray for old mount idChristian Brauner
2025-01-09fs: cache first and last mountChristian Brauner
2025-01-09fs: simplify rwlock to spinlockChristian Brauner
2025-01-09fs: lockless mntns lookup for nsfsChristian Brauner
2025-01-09fs: lockless mntns rbtree lookupChristian Brauner
2025-01-09fs: add mount namespace to rbtree lateChristian Brauner
2025-01-09mount: remove inlude/nospec.h includeChristian Brauner
2025-01-09fs: prepend statmount.mnt_opts string with security_sb_mnt_opts()Jeff Layton
2025-01-09fs: kill MNT_ONRBChristian Brauner
2024-12-22pidfs: allow bind-mountsChristian Brauner
2024-12-13fs: fix is_mnt_ns_file()Miklos Szeredi
2024-11-21statmount: fix security option retrievalChristian Brauner
2024-11-21statmount: clean up unescaped option handlingMiklos Szeredi
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-18Merge tag 'vfs-6.13.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-11-14statmount: retrieve security mount optionsChristian Brauner
2024-11-13statmount: add flag to retrieve unescaped optionsMiklos Szeredi
2024-11-13fs: add the ability for statmount() to report the sb_sourceJeff Layton
2024-11-12fs: add the ability for statmount() to report the fs_subtypeJeff Layton
2024-11-12fs: don't let statmount return empty stringsJeff Layton
2024-11-03fdget(), more trivial conversionsAl Viro
2024-10-22namespace: Use atomic64_inc_return() in alloc_mnt_ns()Uros Bizjak
2024-10-17fs: don't try and remove empty rbtree nodeChristian Brauner
2024-09-24Merge tag 'fuse-update-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2024-09-16Merge tag 'vfs-6.12.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-09-04namespace: introduce SB_I_NOIDMAP flagAlexander Mikhalitsyn
2024-08-30fs/namespace.c: Fix typo in commentYuesong Li
2024-08-19mount: handle OOM on mnt_warn_timestamp_expiryOlaf Hering
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro
2024-08-09Merge patch series "nsfs: iterate through mount namespaces"Christian Brauner
2024-08-09nsfs: iterate through mount namespacesChristian Brauner
2024-08-09fs: allow mount namespace fdChristian Brauner
2024-07-24fs: use all available idsChristian Brauner
2024-07-15Merge tag 'vfs-6.11.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2024-07-08fs: reject invalid last mount id earlyChristian Brauner
2024-07-08fs: refuse mnt id requests with invalid ids earlyChristian Brauner
2024-07-06fs: find rootfs mount of the mount namespaceChristian Brauner
2024-07-04fs: only copy to userspace on success in listmount()Christian Brauner
2024-06-28fs: export mount options via statmount()Josef Bacik
2024-06-28fs: use guard for namespace_sem in statmount()Christian Brauner
2024-06-28fs: Allow statmount() in foreign mount namespaceChristian Brauner
2024-06-28fs: Allow listmount() in foreign mount namespaceChristian Brauner