David Howells
|
24074a35c5
proc: Make inline name size calculation automatic
|
7 лет назад |
Alexey Dobriyan
|
4f1134370a
proc: use slower rb_first()
|
7 лет назад |
Alexey Dobriyan
|
9cdd83e310
proc: switch struct proc_dir_entry::count to refcount
|
7 лет назад |
Alexey Dobriyan
|
1539d584e4
proc: register filesystem last
|
7 лет назад |
Alexey Dobriyan
|
b4884f2333
proc: move "struct proc_dir_entry" into kmem cache
|
7 лет назад |
Alexey Dobriyan
|
195b8cf068
proc: move "struct pde_opener" to kmem cache
|
7 лет назад |
Alexey Dobriyan
|
e74a0effff
proc: move /proc/sysvipc creation to where it belongs
|
7 лет назад |
Linus Torvalds
|
1751e8a6cb
Rename superblock flags (MS_xyz -> SB_xyz)
|
7 лет назад |
Greg Kroah-Hartman
|
b24413180f
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
|
7 лет назад |
Davidlohr Bueso
|
410bd5ecb2
procfs: use faster rb_first_cached()
|
8 лет назад |
Linus Torvalds
|
590dce2d49
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
|
8 лет назад |
David Howells
|
a528d35e8b
statx: Add a system call to make enhanced file info available
|
8 лет назад |
Ingo Molnar
|
03441a3482
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
|
8 лет назад |
Ingo Molnar
|
5b825c3af1
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
|
8 лет назад |
Lafcadio Wluiki
|
796f571b0c
procfs: use an enum for possible hidepid values
|
8 лет назад |
Linus Torvalds
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 лет назад |
Alexey Dobriyan
|
1270dd8d99
fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time
|
8 лет назад |
Eric W. Biederman
|
e94591d0d9
proc: Convert proc_mount to use mount_ns.
|
9 лет назад |
Eric W. Biederman
|
8654df4e2a
mnt: Refactor fs_fully_visible into mount_too_revealing
|
9 лет назад |
Al Viro
|
f50752eaa0
switch all procfs directories ->iterate_shared()
|
9 лет назад |
Eric W. Biederman
|
90f8572b0f
vfs: Commit to never having exectuables on proc and sysfs.
|
10 лет назад |
Eric W. Biederman
|
eb6d38d542
proc: Allow creating permanently empty directories that serve as mount points
|
10 лет назад |
Eric W. Biederman
|
1b852bceb0
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
|
10 лет назад |
David Howells
|
2b0143b5c9
VFS: normal filesystems (and lustre): d_inode() annotations
|
10 лет назад |
Nicolas Dichtel
|
710585d492
fs/proc: use a rb tree for the directory entries
|
10 лет назад |
Linus Torvalds
|
155134fef2
Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} instead of /proc/self/{mounts,net}"
|
11 лет назад |
Linus Torvalds
|
77e40aae76
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
|
11 лет назад |
Alexey Dobriyan
|
335eb53158
proc: faster /proc/$PID lookup
|
11 лет назад |
Eric W. Biederman
|
344470cac4
proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts
|
11 лет назад |
Eric W. Biederman
|
0097875bd4
proc: Implement /proc/thread-self to point at the directory of the current thread
|
11 лет назад |