index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
proc
/
namespaces.c
Age
Commit message (
Expand
)
Author
2020-01-29
Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2020-01-14
ns: Introduce Time Namespace
Andrei Vagin
2019-12-08
namei: allow nd_jump_link() to produce errors
Aleksa Sarai
2019-12-08
nsfs: clean-up ns_get_path() signature to return int
Aleksa Sarai
2018-05-26
procfs: switch instantiate_t to d_splice_alias()
Al Viro
2018-05-22
procfs: get rid of ancient BS in pid_revalidate() uses
Al Viro
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-05-08
pidns: expose task pid_ns_for_children to userspace
Kirill Tkhai
2016-11-14
proc: Pass file mode to proc_pid_make_inode
Andreas Gruenbacher
2016-05-02
switch all procfs directories ->iterate_shared()
Al Viro
2016-02-16
cgroup: introduce cgroup namespaces
Aditya Kali
2016-01-20
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2015-12-30
switch ->get_link() to delayed_call, kill ->put_link()
Al Viro
2015-12-08
replace ->follow_link() with new method that could stay in RCU mode
Al Viro
2015-05-10
don't pass nameidata to ->follow_link()
Al Viro
2015-05-10
new ->follow_link() and ->put_link() calling conventions
Al Viro
2015-04-15
VFS: normal filesystems (and lustre): d_inode() annotations
David Howells
2014-12-10
kill proc_ns completely
Al Viro
2014-12-10
take the targets of /proc/*/ns/* symlinks to separate fs
Al Viro
2014-12-04
bury struct proc_ns in fs/proc
Al Viro
2014-12-04
make proc_ns_operations work with struct ns_common * instead of void *
Al Viro
2014-04-01
new helper: readlink_copy()
Al Viro
2013-11-15
consolidate simple ->d_delete() instances
Al Viro
2013-06-29
proc_fill_cache(): just make instantiate_t return int
Al Viro
2013-06-29
[readdir] convert procfs
Al Viro
2013-05-01
proc: Split the namespace stuff out into linux/proc_ns.h
David Howells
2013-03-09
proc: Use nd_jump_link in proc_ns_follow_link
Eric W. Biederman
2012-11-20
proc: Usable inode numbers for the namespace file descriptors.
Eric W. Biederman
2012-11-20
proc: Fix the namespace inode permission checks.
Eric W. Biederman
2012-11-20
userns: Implent proc namespace operations
Eric W. Biederman
2012-11-19
vfs: Add setns support for the mount namespace
Eric W. Biederman
2012-11-19
pidns: Add setns support
Eric W. Biederman
2012-07-14
stop passing nameidata to ->lookup()
Al Viro
2012-07-14
stop passing nameidata * to ->d_revalidate()
Al Viro
2012-03-28
fs/proc/namespaces.c: prevent crash when ns_entries[] is empty
Andrew Morton
2012-03-23
proc-ns: use d_set_d_op() API to set dentry ops in proc_ns_instantiate().
Pravin B Shelar
2012-01-03
vfs: trim includes a bit
Al Viro
2011-06-15
proc: Fix Oops on stat of /proc/<zombie pid>/ns/net
Eric W. Biederman
2011-05-24
ns proc: Return -ENOENT for a nonexistent /proc/self/ns/ entry.
Eric W. Biederman
2011-05-10
ns proc: Add support for the ipc namespace
Eric W. Biederman
2011-05-10
ns proc: Add support for the uts namespace
Eric W. Biederman
2011-05-10
ns proc: Add support for the network namespace.
Eric W. Biederman
2011-05-10
ns: proc files for namespace naming policy.
Eric W. Biederman