Al Viro
|
c52a47ace7
proc_fill_cache(): just make instantiate_t return int
|
12 years ago |
Al Viro
|
f0c3b5093a
[readdir] convert procfs
|
12 years ago |
Linus Torvalds
|
20b4fb4852
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
12 years ago |
David Howells
|
59d8053f1e
proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h
|
12 years ago |
David Howells
|
c30480b92c
proc: Make the PROC_I() and PDE() macros internal to procfs
|
12 years ago |
David Howells
|
34db8aaf0f
proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}
|
12 years ago |
David Howells
|
c3bef7bcaa
proc: Move proc_fd() to fs/proc/fd.h
|
12 years ago |
David Howells
|
1dd704b617
proc: Uninline pid_delete_dentry()
|
12 years ago |
Joonsoo Kim
|
db3808c1ba
mm, vmalloc: move get_vmalloc_info() to vmalloc.c
|
12 years ago |
David Howells
|
3cb5bf1bf9
proc: Delete create_proc_read_entry()
|
12 years ago |
Al Viro
|
05c0ae21c0
try a saner locking for pde_opener...
|
12 years ago |
Al Viro
|
ca469f35a8
deal with races between remove_proc_entry() and proc_reg_release()
|
12 years ago |
Al Viro
|
866ad9a747
procfs: preparations for remove_proc_entry() race fixes
|
12 years ago |
Al Viro
|
021ada7dff
procfs: switch /proc/self away from proc_dir_entry
|
12 years ago |
Kees Cook
|
e579d2c259
coredump: remove redundant defines for dumpable states
|
12 years ago |
Eric W. Biederman
|
e656d8a6f7
procfs: Use the proc generic infrastructure for proc/self.
|
15 years ago |
KAMEZAWA Hiroyuki
|
9e7814404b
hold task->mempolicy while numa_maps scans.
|
12 years ago |
Oleg Nesterov
|
0f4cfb2e4e
coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1
|
12 years ago |
Cyrill Gorcunov
|
faf60af17f
procfs: Move /proc/pid/fd[info] handling code to fd.[ch]
|
13 years ago |
Al Viro
|
00cd8dd3bf
stop passing nameidata to ->lookup()
|
13 years ago |
Al Viro
|
0b728e1911
stop passing nameidata * to ->d_revalidate()
|
13 years ago |
Cyrill Gorcunov
|
818411616b
fs, proc: introduce /proc/<pid>/task/<tid>/children entry
|
13 years ago |
Cong Wang
|
e7dcd9990e
proc: remove mm_for_maps()
|
13 years ago |
Linus Torvalds
|
f1d38e423a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl
|
13 years ago |
Siddhesh Poyarekar
|
b76437579d
procfs: mark thread stack correctly in proc/<pid>/maps
|
13 years ago |
Eric W. Biederman
|
1f87f0b52b
sysctl: Move the implementation into fs/proc/proc_sysctl.c
|
13 years ago |
Vasiliy Kulikov
|
97412950b1
procfs: parse mount options
|
13 years ago |
Linus Torvalds
|
14d74e0cab
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd
|
14 years ago |
Stephen Wilson
|
f2beb79836
proc: make struct proc_maps_private truly private
|
14 years ago |
Eric W. Biederman
|
6b4e306aa3
ns: proc files for namespace naming policy.
|
15 years ago |