aboutsummaryrefslogtreecommitdiffstats
path: root/fs/nsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-10-07nsfs: handle inode number mismatches gracefully in file handlesDeepanshu Kartikey1-1/+3
2025-10-03Merge tag 'pull-f_path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds1-1/+1
2025-09-25ns: move ns type into struct ns_commonChristian Brauner1-9/+9
2025-09-19nsfs: port to ns_ref_*() helpersChristian Brauner1-1/+1
2025-09-19nsfs: add missing id retrieval supportChristian Brauner1-12/+13
2025-09-19nsfs: support exhaustive file handlesChristian Brauner1-0/+10
2025-09-19nsfs: support file handlesChristian Brauner1-0/+158
2025-09-19mnt: support ns lookupChristian Brauner1-2/+2
2025-09-15nsfs: validate extensible ioctlsChristian Brauner1-1/+3
2025-09-15nsfs: drop tautological ioctl() checkChristian Brauner1-1/+1
2025-03-24Merge tag 'vfs-6.15-rc1.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+31
2025-02-24nsfs: remove d_op->d_deleteChristian Brauner1-1/+0
2025-02-20nsfs: validate ioctlsChristian Brauner1-1/+31
2025-01-09fs: lockless mntns lookup for nsfsChristian Brauner1-4/+1
2024-09-27[tree-wide] finally take no_llseek outAl Viro1-1/+0
2024-08-09nsfs: iterate through mount namespacesChristian Brauner1-2/+100
2024-07-18nsfs: use cleanup guardChristian Brauner1-3/+3
2024-07-15Merge tag 'vfs-6.11.pidfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-24/+31
2024-07-15Merge tag 'vfs-6.11.nsfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+52
2024-06-28nsfs: add open_namespace()Christian Brauner1-24/+31
2024-06-28fs: add an ioctl to get the mnt ns id from nsfsJosef Bacik1-0/+14
2024-06-25nsfs: add pid translation ioctlsChristian Brauner1-1/+52
2024-03-13pidfs: remove config optionChristian Brauner1-4/+7
2024-03-01libfs: improve path_from_stashed()Christian Brauner1-11/+22
2024-03-01libfs: add stashed_dentry_prune()Christian Brauner1-14/+2
2024-03-01libfs: improve path_from_stashed() helperChristian Brauner1-28/+22
2024-03-01pidfs: convert to path_from_stashed() helperChristian Brauner1-3/+4
2024-03-01nsfs: convert to path_from_stashed() helperChristian Brauner1-55/+18
2023-11-25nsfs: use d_make_root()Al Viro1-5/+2
2023-10-18fs: convert core infrastructure to new timestamp accessorsJeff Layton1-1/+1
2023-07-13fs: convert to ctime accessor functionsJeff Layton1-1/+1
2023-04-20kill the last remaining user of proc_ns_fget()Al Viro1-18/+0
2023-01-11nsfs: repair kernel-doc for ns_match()Lukas Bulwahn1-1/+1
2023-01-11nsfs: add compat ioctl handlerThomas Weißschuh1-0/+1
2022-08-20dynamic_dname(): drop unused dentry argumentAl Viro1-1/+1
2020-05-13nsproxy: attach to namespaces via pidfdsChristian Brauner1-0/+5
2020-03-12fs/nsfs.c: Added ns_matchCarlos Neira1-0/+14
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-15/+14
2020-01-04fs/nsfs.c: include headers for missing declarationsEric Biggers1-0/+3
2019-12-08nsfs: clean-up ns_get_path() signature to return intAleksa Sarai1-15/+14
2019-05-25vfs: Convert nsfs to use the new mount APIDavid Howells1-5/+11
2019-05-25mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro1-1/+1
2019-04-09nsfs: unobfuscateAl Viro1-13/+10
2019-04-09dcache: sort the freeing-without-RCU-delay mess for good.Al Viro1-2/+1
2018-02-15net: Export open_related_ns()Kirill Tkhai1-0/+1
2017-12-31nsfs: generalize ns_get_path() for path resolution with a taskJakub Kicinski1-3/+26
2017-11-27Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-06VFS: Provide empty name qstrDavid Howells1-2/+1
2017-05-08ns: allow ns_entries to have custom symlink contentKirill Tkhai1-1/+3