summaryrefslogtreecommitdiffstats
path: root/fs/nsfs.c
Commit message (Expand)AuthorAgeFilesLines
* vfs: Convert nsfs to use the new mount APIDavid Howells2019-05-261-5/+11
* mount_pseudo(): drop 'name' argument, switch to d_make_root()Al Viro2019-05-251-1/+1
* nsfs: unobfuscateAl Viro2019-04-101-13/+10Star
* dcache: sort the freeing-without-RCU-delay mess for good.Al Viro2019-04-101-2/+1Star
* net: Export open_related_ns()Kirill Tkhai2018-02-151-0/+1
* nsfs: generalize ns_get_path() for path resolution with a taskJakub Kicinski2017-12-311-3/+26
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* VFS: Provide empty name qstrDavid Howells2017-07-061-2/+1Star
* ns: allow ns_entries to have custom symlink contentKirill Tkhai2017-05-091-1/+3
* nsfs: mark dentry with DCACHE_RCUACCESSCong Wang2017-04-201-0/+1
* nsfs: Add an ioctl() to return owner UID of a usernsMichael Kerrisk (man-pages)2017-02-031-0/+11
* nsfs: Add an ioctl() to return the namespace typeMichael Kerrisk (man-pages)2017-01-251-0/+2
* net: add an ioctl to get a socket network namespaceAndrey Vagin2016-10-311-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-111-1/+1
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-281-1/+1
* | nsfs: Simplify __ns_get_pathEric W. Biederman2016-09-231-5/+2Star
* | nsfs: add ioctl to get a parent namespaceAndrey Vagin2016-09-231-0/+4
* | nsfs: add ioctl to get an owning user namespace for ns file descriptorAndrey Vagin2016-09-231-13/+83
|/
* fs/seq_file: convert int seq_vprint/seq_printf/etc... returns to voidJoe Perches2015-09-121-1/+2
* nsfs: Add a show_path method to fix mountinfoEric W. Biederman2015-07-111-0/+10
* VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-151-2/+2
* take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-111-0/+161