aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/namespaces.c
AgeCommit message (Expand)Author
2016-05-02switch all procfs directories ->iterate_shared()Al Viro
2016-02-16cgroup: introduce cgroup namespacesAditya Kali
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro
2015-05-10don't pass nameidata to ->follow_link()Al Viro
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells
2014-12-10kill proc_ns completelyAl Viro
2014-12-10take the targets of /proc/*/ns/* symlinks to separate fsAl Viro
2014-12-04bury struct proc_ns in fs/procAl Viro
2014-12-04make proc_ns_operations work with struct ns_common * instead of void *Al Viro
2014-04-01new helper: readlink_copy()Al Viro
2013-11-15consolidate simple ->d_delete() instancesAl Viro
2013-06-29proc_fill_cache(): just make instantiate_t return intAl Viro
2013-06-29[readdir] convert procfsAl Viro
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman
2012-11-20proc: Usable inode numbers for the namespace file descriptors.Eric W. Biederman
2012-11-20proc: Fix the namespace inode permission checks.Eric W. Biederman
2012-11-20userns: Implent proc namespace operationsEric W. Biederman
2012-11-19vfs: Add setns support for the mount namespaceEric W. Biederman
2012-11-19pidns: Add setns supportEric W. Biederman
2012-07-14stop passing nameidata to ->lookup()Al Viro
2012-07-14stop passing nameidata * to ->d_revalidate()Al Viro
2012-03-28fs/proc/namespaces.c: prevent crash when ns_entries[] is emptyAndrew Morton
2012-03-23proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().Pravin B Shelar
2012-01-03vfs: trim includes a bitAl Viro
2011-06-15proc: Fix Oops on stat of /proc/<zombie pid>/ns/netEric W. Biederman
2011-05-24ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.Eric W. Biederman
2011-05-10ns proc: Add support for the ipc namespaceEric W. Biederman
2011-05-10ns proc: Add support for the uts namespaceEric W. Biederman
2011-05-10ns proc: Add support for the network namespace.Eric W. Biederman
2011-05-10ns: proc files for namespace naming policy.Eric W. Biederman