summaryrefslogtreecommitdiffstats
path: root/fs/proc/namespaces.c
Commit message (Expand)AuthorAgeFilesLines
* switch all procfs directories ->iterate_shared()Al Viro2016-05-021-1/+2
* cgroup: introduce cgroup namespacesAditya Kali2016-02-161-0/+3
* ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn2016-01-201-2/+2
* switch ->get_link() to delayed_call, kill ->put_link()Al Viro2015-12-301-1/+2
* replace ->follow_link() with new method that could stay in RCU modeAl Viro2015-12-081-3/+6
* don't pass nameidata to ->follow_link()Al Viro2015-05-101-2/+2
* new ->follow_link() and ->put_link() calling conventionsAl Viro2015-05-101-1/+1
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-2/+2
* kill proc_ns completelyAl Viro2014-12-101-3/+3
* take the targets of /proc/*/ns/* symlinks to separate fsAl Viro2014-12-101-139/+13
* bury struct proc_ns in fs/procAl Viro2014-12-041-3/+4
* make proc_ns_operations work with struct ns_common * instead of void *Al Viro2014-12-041-4/+4
* new helper: readlink_copy()Al Viro2014-04-011-10/+4
* consolidate simple ->d_delete() instancesAl Viro2013-11-151-7/+1
* proc_fill_cache(): just make instantiate_t return intAl Viro2013-06-291-7/+6
* [readdir] convert procfsAl Viro2013-06-291-56/+18
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-6/+11
* proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-091-6/+6
* proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman2012-11-201-10/+14
* proc: Fix the namespace inode permission checks.Eric W. Biederman2012-11-201-21/+148
* userns: Implent proc namespace operationsEric W. Biederman2012-11-201-0/+4
* vfs: Add setns support for the mount namespaceEric W. Biederman2012-11-191-0/+5
* pidns: Add setns supportEric W. Biederman2012-11-191-0/+3
* stop passing nameidata to ->lookup()Al Viro2012-07-141-1/+1
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-1/+1
* fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton2012-03-281-3/+3
* proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar2012-03-231-1/+1
* vfs: trim includes a bitAl Viro2012-01-031-1/+0
* proc: Fix Oops on stat of /proc/<zombie pid>/ns/netEric W. Biederman2011-06-151-3/+6
* ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.Eric W. Biederman2011-05-241-0/+1
* ns proc: Add support for the ipc namespaceEric W. Biederman2011-05-101-0/+3
* ns proc: Add support for the uts namespaceEric W. Biederman2011-05-101-0/+3
* ns proc: Add support for the network namespace.Eric W. Biederman2011-05-101-0/+3
* ns: proc files for namespace naming policy.Eric W. Biederman2011-05-101-0/+188