aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/nsfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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
2017-04-19nsfs: mark dentry with DCACHE_RCUACCESSCong Wang1-0/+1
2017-02-03nsfs: Add an ioctl() to return owner UID of a usernsMichael Kerrisk (man-pages)1-0/+11
2017-01-25nsfs: Add an ioctl() to return the namespace typeMichael Kerrisk (man-pages)1-0/+2
2016-10-31net: add an ioctl to get a socket network namespaceAndrey Vagin1-1/+1
2016-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-09-27fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani1-1/+1
2016-09-22nsfs: Simplify __ns_get_pathEric W. Biederman1-5/+2
2016-09-22nsfs: add ioctl to get a parent namespaceAndrey Vagin1-0/+4
2016-09-22nsfs: add ioctl to get an owning user namespace for ns file descriptorAndrey Vagin1-13/+83
2015-09-11fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches1-1/+2
2015-07-11nsfs: Add a show_path method to fix mountinfoEric W. Biederman1-0/+10
2015-04-15VFS: assorted weird filesystems: d_inode() annotationsDavid Howells1-2/+2
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro1-0/+161