summaryrefslogtreecommitdiff
path: root/fs/proc/namespaces.c
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* pidns: expose task pid_ns_for_children to userspaceKirill Tkhai2017-05-08
* proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-14
* switch all procfs directories ->iterate_shared()Al Viro2016-05-02
* cgroup: introduce cgroup namespacesAditya Kali2016-02-16
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-20
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-30
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-08
* don't pass nameidata to ->follow_link()Al Viro2015-05-10
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-10
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* kill proc_ns completelyAl Viro2014-12-10
* take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-10
* bury struct proc_ns in fs/procAl Viro2014-12-04
* make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-04
* new helper: readlink_copy()Al Viro2014-04-01
* consolidate simple ->d_delete() instancesAl Viro2013-11-15
* proc_fill_cache(): just make instantiate_t return intAl Viro2013-06-29
* [readdir] convert procfsAl Viro2013-06-29
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-01
* proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-09
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-20
* proc: Fix the namespace inode permission checks.Eric W. Biederman2012-11-20
* userns: Implent proc namespace operationsEric W. Biederman2012-11-20
* vfs: Add setns support for the mount namespaceEric W. Biederman2012-11-19
* pidns: Add setns supportEric W. Biederman2012-11-19
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-14
* fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton2012-03-28
* proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar2012-03-23
* vfs: trim includes a bitAl Viro2012-01-03
* proc: Fix Oops on stat of /proc/<zombie pid>/ns/netEric W. Biederman2011-06-15
* ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.Eric W. Biederman2011-05-24
* ns proc: Add support for the ipc namespaceEric W. Biederman2011-05-10
* ns proc: Add support for the uts namespaceEric W. Biederman2011-05-10
* ns proc: Add support for the network namespace.Eric W. Biederman2011-05-10
* ns: proc files for namespace naming policy.Eric W. Biederman2011-05-10