Sign in
android-kvm
/
linux
/
4c92057661a3412f547ede95715641d7ee16ddac
/
fs
/
proc
/
root.c
933a90b
Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 5 years ago
0b3b094
fanotify: Disallow permission events for proc filesystem
by Jan Kara
· 6 years ago
46cf047
procfs: set ->user_ns before calling ->get_tree()
by Al Viro
· 6 years ago
7b47a9e
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
867aacc
proc: remove unused argument in proc_pid_lookup()
by Zhikang Zhang
· 6 years ago
66f592e
proc: Add fs_context support to procfs
by David Howells
· 6 years ago
60a3c3a
procfs: Move proc_fill_super() to fs/proc/root.c
by David Howells
· 6 years ago
24074a3
proc: Make inline name size calculation automatic
by David Howells
· 7 years ago
4f11343
proc: use slower rb_first()
by Alexey Dobriyan
· 7 years ago
9cdd83e
proc: switch struct proc_dir_entry::count to refcount
by Alexey Dobriyan
· 7 years ago
1539d58
proc: register filesystem last
by Alexey Dobriyan
· 7 years ago
b4884f2
proc: move "struct proc_dir_entry" into kmem cache
by Alexey Dobriyan
· 7 years ago
195b8cf
proc: move "struct pde_opener" to kmem cache
by Alexey Dobriyan
· 7 years ago
e74a0ef
proc: move /proc/sysvipc creation to where it belongs
by Alexey Dobriyan
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
b244131
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
by Greg Kroah-Hartman
· 7 years ago
410bd5e
procfs: use faster rb_first_cached()
by Davidlohr Bueso
· 7 years ago
590dce2
Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
a528d35
statx: Add a system call to make enhanced file info available
by David Howells
· 8 years ago
03441a3
sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h>
by Ingo Molnar
· 8 years ago
5b825c3
sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>
by Ingo Molnar
· 8 years ago
796f571
procfs: use an enum for possible hidepid values
by Lafcadio Wluiki
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
1270dd8
fs/proc: calculate /proc/* and /proc/*/task/* nlink at init time
by Alexey Dobriyan
· 8 years ago
e94591d
proc: Convert proc_mount to use mount_ns.
by Eric W. Biederman
· 9 years ago
8654df4
mnt: Refactor fs_fully_visible into mount_too_revealing
by Eric W. Biederman
· 9 years ago
f50752e
switch all procfs directories ->iterate_shared()
by Al Viro
· 9 years ago
90f8572
vfs: Commit to never having exectuables on proc and sysfs.
by Eric W. Biederman
· 9 years ago
eb6d38d
proc: Allow creating permanently empty directories that serve as mount points
by Eric W. Biederman
· 10 years ago
1b852bc
mnt: Refactor the logic for mounting sysfs and proc in a user namespace
by Eric W. Biederman
· 10 years ago
2b0143b
VFS: normal filesystems (and lustre): d_inode() annotations
by David Howells
· 10 years ago
710585d
fs/proc: use a rb tree for the directory entries
by Nicolas Dichtel
· 10 years ago
155134f
Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} instead of /proc/self/{mounts,net}"
by Linus Torvalds
· 10 years ago
77e40aa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 10 years ago
335eb53
proc: faster /proc/$PID lookup
by Alexey Dobriyan
· 10 years ago
344470c
proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mounts
by Eric W. Biederman
· 10 years ago
0097875
proc: Implement /proc/thread-self to point at the directory of the current thread
by Eric W. Biederman
· 10 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
8357041
of: remove /proc/device-tree
by Grant Likely
· 12 years ago
c7c4591
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 11 years ago
e51db73
userns: Better restrictions on when proc and sysfs can be mounted
by Eric W. Biederman
· 12 years ago
aee1c13
proc: Restrict mounting the proc filesystem
by Eric W. Biederman
· 12 years ago
94fc5d9
proc: return on proc_readdir error
by Richard Genoud
· 11 years ago
f0c3b50
[readdir] convert procfs
by Al Viro
· 12 years ago
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
021ada7
procfs: switch /proc/self away from proc_dir_entry
by Al Viro
· 12 years ago
87a8ebd
userns: Restrict when proc and sysfs can be mounted
by Eric W. Biederman
· 12 years ago
4f326c0
userns: Allow unprivilged mounts of proc and sysfs
by Eric W. Biederman
· 12 years ago
0a01f2c
pidns: Make the pidns proc mount/umount logic obvious.
by Eric W. Biederman
· 12 years ago
17cf22c
pidns: Use task_active_pid_ns where appropriate
by Eric W. Biederman
· 15 years ago
ae06c7c
procfs: Don't cache a pid in the root inode.
by Eric W. Biederman
· 14 years ago
e656d8a
procfs: Use the proc generic infrastructure for proc/self.
by Eric W. Biederman
· 14 years ago
9fb8844
fs/proc/root.c: use NULL instead of 0 for pointer
by Sachin Kamat
· 12 years ago
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 13 years ago
644473e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 13 years ago
dcb0f22
userns: Convert proc to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
99663be
proc: fix mount -t proc -o AAA
by Vasiliy Kulikov
· 13 years ago
0499680
procfs: add hidepid= and gid= mount options
by Vasiliy Kulikov
· 13 years ago
9741295
procfs: parse mount options
by Vasiliy Kulikov
· 13 years ago
905ad26
procfs: fix a vfsmount longterm reference leak
by Al Viro
· 13 years ago
09570f9
proc: make struct proc_dir_entry::name a terminal array rather than a pointer
by David Howells
· 13 years ago
ff78fca
fix leak in proc_set_super()
by Al Viro
· 14 years ago
52e9fc7
procfs: kill the global proc_mnt variable
by Oleg Nesterov
· 14 years ago
4308eeb
pidns: call pid_ns_prepare_proc() from create_pid_namespace()
by Eric W. Biederman
· 14 years ago
aed1d84
switch procfs to ->mount()
by Al Viro
· 14 years ago
579441a
setting ->proc_mnt doesn't belong in proc_get_sb()
by Al Viro
· 14 years ago
6038f37
llseek: automatically add .llseek fop
by Arnd Bergmann
· 14 years ago
73d3646
proc: cleanup: remove unused assignments
by Dan Carpenter
· 15 years ago
587d4a1
some clean up in fs/proc
by Helight.Xu
· 15 years ago
6f5bbff
Convert obvious places to deactivate_locked_super()
by Al Viro
· 16 years ago
a3ec947
vfs: simple_set_mnt() should return void
by Sukadev Bhattiprolu
· 16 years ago
b4df2b9
proc: stop using BKL
by Alexey Dobriyan
· 16 years ago
59c7572
proc: remove fs/proc/proc_misc.c
by Alexey Dobriyan
· 16 years ago
5bcd7ff
proc: proc_init_inodecache() can't fail
by Alexey Dobriyan
· 16 years ago
59b7435
proc: introduce proc_create_data to setup de->data
by Denis V. Lunev
· 17 years ago
c74c120
proc: remove proc_root from drivers
by Alexey Dobriyan
· 17 years ago
928b4d8
proc: remove proc_root_driver
by Alexey Dobriyan
· 17 years ago
36a5aeb
proc: remove proc_root_fs
by Alexey Dobriyan
· 17 years ago
9c37066
proc: remove proc_bus
by Alexey Dobriyan
· 17 years ago
2d3a4e3
proc: fix ->open'less usage due to ->proc_fops flip
by Alexey Dobriyan
· 17 years ago
5a622f2
proc: fix proc_dir_entry refcounting
by Alexey Dobriyan
· 17 years ago
c231954
proc: fix NULL ->i_fop oops
by Alexey Dobriyan
· 17 years ago
e1a1c99
proc: fix proc_kill_inodes to kill dentries on all proc superblocks
by Eric W. Biederman
· 17 years ago
6f4e643
pid namespaces: initialize the namespace's proc_mnt
by Pavel Emelyanov
· 17 years ago
07543f5
pid namespaces: make proc have multiple superblocks - one for each namespace
by Pavel Emelyanov
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
05565b6
[PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=n
by Andrew Morton
· 18 years ago
77b14db
[PATCH] sysctl: reimplement the sysctl proc support
by Eric W. Biederman
· 18 years ago
2abc26f
[PATCH] sysctl: create sys/fs/binfmt_misc as an ordinary sysctl entry
by Eric W. Biederman
· 18 years ago
c5ef1c4
[PATCH] mark struct inode_operations const 3
by Arjan van de Ven
· 18 years ago
00977a5
[PATCH] mark struct file_operations const 6
by Arjan van de Ven
· 18 years ago
914e263
[PATCH] severing fs.h, radix-tree.h -> sched.h
by Al Viro
· 18 years ago
f6c7a1f
[PATCH] proc: give the root directory a task
by Eric W. Biederman
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 19 years ago
76b6159
[PATCH] fix handling of st_nlink on procfs root
by Al Viro
· 19 years ago
fee781e
[PATCH] fs/proc/: function prototypes belong in header files
by Adrian Bunk
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2