summaryrefslogtreecommitdiff
path: root/fs/namespace.c
AgeCommit message (Expand)Author
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
2024-06-28fs: export the mount ns id via statmountJosef Bacik
2024-06-28fs: keep an index of current mount namespacesJosef Bacik
2024-06-28fs: relax permissions for statmount()Christian Brauner
2024-06-28fs: relax permissions for listmount()Christian Brauner
2024-06-28listmount: allow listing in reverse orderChristian Brauner
2024-06-28fs: simplify error handlingChristian Brauner
2024-06-28fs: don't copy to userspace under namespace semaphoreChristian Brauner
2024-06-27vfs: support statx(..., NULL, AT_EMPTY_PATH, ...)Mateusz Guzik
2024-06-21Improve readability of copy_treeJemmy
2024-05-28fhandle: relax open_by_handle_at() permission checksChristian Brauner
2024-02-07fs: relax mount_setattr() permission checksChristian Brauner
2024-01-13fs: rework listmount() implementationChristian Brauner
2024-01-10Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2024-01-10Merge tag 'for-6.8-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds
2024-01-08Merge tag 'vfs-6.8.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-12-28fs: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2023-12-15fs: indicate request originates from old mount APIChristian Brauner
2023-12-14fs: keep struct mnt_id_req extensibleChristian Brauner