Linus Torvalds
|
0cbee99269
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
10 years ago |
Eric W. Biederman
|
eb6d38d542
proc: Allow creating permanently empty directories that serve as mount points
|
10 years ago |
Al Viro
|
5f2c4179e1
switch ->put_link() from dentry to inode
|
10 years ago |
Al Viro
|
6e77137b36
don't pass nameidata to ->follow_link()
|
10 years ago |
Al Viro
|
680baacbca
new ->follow_link() and ->put_link() calling conventions
|
10 years ago |
David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 years ago |
Al Viro
|
7e0e953bb0
procfs: fix race between symlink removals and traversals
|
10 years ago |
Alexander Kuleshov
|
6bee55f94f
fs: proc: use PDE() to get proc_dir_entry
|
10 years ago |
Al Viro
|
3d3d35b1e9
kill proc_ns completely
|
10 years ago |
Al Viro
|
e149ed2b80
take the targets of /proc/*/ns/* symlinks to separate fs
|
10 years ago |
Al Viro
|
33c429405a
copy address of proc_ns_ops into ns_common
|
10 years ago |
Al Viro
|
64964528b2
make proc_ns_operations work with struct ns_common * instead of void *
|
10 years ago |
Eric W. Biederman
|
0097875bd4
proc: Implement /proc/thread-self to point at the directory of the current thread
|
11 years ago |
Monam Agarwal
|
1c44dbc82f
fs/proc/inode.c: use RCU_INIT_POINTER(x, NULL)
|
11 years ago |
Johannes Weiner
|
91b0abe36a
mm + fs: store shadow entries in page cache
|
11 years ago |
Jan Beulich
|
ae5758a1a7
procfs: also fix proc_reg_get_unmapped_area() for !MMU case
|
11 years ago |
HATAYAMA Daisuke
|
5721cf84d9
procfs: clean up proc_reg_get_unmapped_area for 80-column limit
|
11 years ago |
HATAYAMA Daisuke
|
fad1a86e25
procfs: call default get_unmapped_area on MMU-present architectures
|
11 years ago |
HATAYAMA Daisuke
|
2cbe3b0af8
procfs: fix unintended truncation of returned mapped address
|
11 years ago |
Alexey Dobriyan
|
c4fe244857
sparc: fix PCI device proc file mmap(2)
|
12 years ago |
David Howells
|
0bb80f2405
proc: Split the namespace stuff out into linux/proc_ns.h
|
12 years ago |
David Howells
|
303eb7e2c9
Include missing linux/magic.h inclusions
|
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
|
b6cdc73103
procfs: don't allow to use proc_create, create_proc_entry, etc. for directories
|
12 years ago |
Al Viro
|
021ada7dff
procfs: switch /proc/self away from proc_dir_entry
|
12 years ago |
Linus Torvalds
|
51f0885e54
vfs,proc: guarantee unique inodes in /proc
|
12 years ago |
Andrew Morton
|
87ebdc00ee
fs/proc: clean up printks
|
12 years ago |