aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/namespaces.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-26procfs: switch instantiate_t to d_splice_alias()Al Viro1-11/+8
2018-05-22procfs: get rid of ancient BS in pid_revalidate() usesAl Viro1-6/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-05-08pidns: expose task pid_ns_for_children to userspaceKirill Tkhai1-0/+1
2016-11-14proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher1-2/+1
2016-05-02switch all procfs directories ->iterate_shared()Al Viro1-1/+2
2016-02-16cgroup: introduce cgroup namespacesAditya Kali1-0/+3
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-2/+2
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-1/+2
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-3/+6
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-1/+1
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-2/+2
2014-12-10kill proc_ns completelyAl Viro1-3/+3
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro1-139/+13
2014-12-04bury struct proc_ns in fs/procAl Viro1-3/+4
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro1-4/+4
2014-04-01new helper: readlink_copy()Al Viro1-10/+4
2013-11-15consolidate simple ->d_delete() instancesAl Viro1-7/+1
2013-06-29proc_fill_cache(): just make instantiate_t return intAl Viro1-7/+6
2013-06-29[readdir] convert procfsAl Viro1-56/+18
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells1-6/+11
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman1-6/+6
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman1-10/+14
2012-11-20proc: Fix the namespace inode permission checks.Eric W. Biederman1-21/+148
2012-11-20userns: Implent proc namespace operationsEric W. Biederman1-0/+4
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman1-0/+5
2012-11-19pidns: Add setns supportEric W. Biederman1-0/+3
2012-07-14stop passing nameidata to ->lookup()Al Viro1-1/+1
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro1-1/+1
2012-03-28fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton1-3/+3
2012-03-23proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar1-1/+1
2012-01-03vfs: trim includes a bitAl Viro1-1/+0
2011-06-15proc: Fix Oops on stat of /proc/<zombie pid>/ns/netEric W. Biederman1-3/+6
2011-05-24ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.Eric W. Biederman1-0/+1
2011-05-10ns proc: Add support for the ipc namespaceEric W. Biederman1-0/+3
2011-05-10ns proc: Add support for the uts namespaceEric W. Biederman1-0/+3
2011-05-10ns proc: Add support for the network namespace.Eric W. Biederman1-0/+3
2011-05-10ns: proc files for namespace naming policy.Eric W. Biederman1-0/+188