Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
95694129b43165911dc4e8a972f0d39ad98d86be
/
include
/
linux
/
proc_fs.h
7773fbc
procfs: make proc_get_link to use dentry instead of inode
by Cyrill Gorcunov
· 13 years ago
d161a13
switch procfs to umode_t use
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
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
3864601
mm: extract exe_file handling from procfs
by Jiri Slaby
· 13 years ago
14d74e0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfd
by Linus Torvalds
· 13 years ago
f2beb79
proc: make struct proc_maps_private truly private
by Stephen Wilson
· 13 years ago
f12a20f
procfs: add stub for proc_mkdir_mode()
by Randy Dunlap
· 13 years ago
a00eaf1
ns proc: Add support for the ipc namespace
by Eric W. Biederman
· 15 years ago
34482e8
ns proc: Add support for the uts namespace
by Eric W. Biederman
· 15 years ago
13b6f57
ns proc: Add support for the network namespace.
by Eric W. Biederman
· 15 years ago
6b4e306
ns: proc files for namespace naming policy.
by Eric W. Biederman
· 15 years ago
312ec7e
proc: make struct proc_dir_entry::namelen unsigned int
by Alexey Dobriyan
· 14 years ago
26562c5
kcore: register vmemmap range
by KAMEZAWA Hiroyuki
· 15 years ago
c30bb2a
kcore: add kclist types
by KAMEZAWA Hiroyuki
· 15 years ago
2ef43ec
kcore: use usual list for kclist
by KAMEZAWA Hiroyuki
· 15 years ago
3174c21
Move junk from proc_fs.h to fs/proc/internal.h
by Al Viro
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
59c7572
proc: remove fs/proc/proc_misc.c
by Alexey Dobriyan
· 16 years ago
97ce5d6
proc: move all /proc/kcore stuff to fs/proc/kcore.c
by Alexey Dobriyan
· 16 years ago
1b483a6
powerpc: Remove remains of /proc/ppc_htab
by Geert Uytterhoeven
· 16 years ago
9043476f
[PATCH] sanitize proc_sysctl
by Al Viro
· 16 years ago
881adb8
proc: always do ->release
by Alexey Dobriyan
· 16 years ago
6e644c3
move proc_kmsg_operations to fs/proc/internal.h
by Adrian Bunk
· 16 years ago
8086cd4
netns: make get_proc_net() static
by Adrian Bunk
· 16 years ago
57d3c64
proc_fs.h: move struct mm_struct forward-declaration
by Ben Nizette
· 16 years ago
59b7435
proc: introduce proc_create_data to setup de->data
by Denis V. Lunev
· 17 years ago
8731f14
proc: remove ->get_info infrastructure
by Alexey Dobriyan
· 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
925d1c4
procfs task exe symlink
by Matt Helsley
· 17 years ago
e9720ac
[NET]: Make /proc/net a symlink on /proc/self/net (v3)
by Pavel Emelyanov
· 17 years ago
3dcd25f
d_path: Make proc_get_link() use a struct path argument
by Jan Blunck
· 17 years ago
2d3a4e3
proc: fix ->open'less usage due to ->proc_fops flip
by Alexey Dobriyan
· 17 years ago
df5f831
proc: seqfile convert proc_pid_status to properly handle pid namespaces
by Eric W. Biederman
· 17 years ago
be61408
proc: implement proc_single_file_operations
by Eric W. Biederman
· 17 years ago
f248dcb
maps4: move clear_refs code to task_mmu.c
by Matt Mackall
· 17 years ago
e5d69b9
[ATM]: Oops reading net/atm/arp
by Denis V. Lunev
· 17 years ago
5a622f2
proc: fix proc_dir_entry refcounting
by Alexey Dobriyan
· 17 years ago
2b1e300
[NETNS]: Fix /proc/net breakage
by Eric W. Biederman
· 17 years ago
44656ba
[NET]: Kill proc_net_create()
by David S. Miller
· 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
60347f6
pid namespaces: prepare proc_flust_task() to flush entries from multiple proc trees
by Pavel Emelyanov
· 17 years ago
077130c
[NET]: Fix race when opening a proc file while a network namespace is exiting.
by Eric W. Biederman
· 17 years ago
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
76ceb2f
Remove unused struct proc_dir_entry::set
by Alexey Dobriyan
· 17 years ago
786d7e1
Fix rmmod/read/write races in /proc entries
by Alexey Dobriyan
· 17 years ago
7695650
Fix race between proc_get_inode() and remove_proc_entry()
by Alexey Dobriyan
· 18 years ago
b813e93
smaps: add clear_refs file to clear reference
by David Rientjes
· 18 years ago
77b14db
[PATCH] sysctl: reimplement the sysctl proc support
by Eric W. Biederman
· 18 years ago
c5ef1c4
[PATCH] mark struct inode_operations const 3
by Arjan van de Ven
· 18 years ago
20cdc89
[PATCH] proc: modify proc_pident_lookup to be completely table driven
by Eric W. Biederman
· 18 years ago
dbf8685
[PATCH] NOMMU: Implement /proc/pid/maps for NOMMU
by David Howells
· 18 years ago
e18fa70
Move several *_SUPER_MAGIC symbols to include/linux/magic.h.
by Jeff Garzik
· 18 years ago
13b41b0
[PATCH] proc: Use struct pid not struct task_ref
by Eric W. Biederman
· 18 years ago
99f8955
[PATCH] proc: don't lock task_structs indefinitely
by Eric W. Biederman
· 18 years ago
48e6484
[PATCH] proc: Rewrite the proc dentry flush on exit optimization
by Eric W. Biederman
· 18 years ago
aed7a6c
[PATCH] proc: Replace proc_inode.type with proc_inode.fd
by Eric W. Biederman
· 18 years ago
62c4f0a
Don't include linux/config.h from anywhere else in include/
by David Woodhouse
· 19 years ago
80e8ff6
[PATCH] kdump proc vmcore size oveflow fix
by Vivek Goyal
· 19 years ago
4b6f5d2
[PATCH] Make most file operations structs in fs/ const
by Arjan van de Ven
· 19 years ago
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 19 years ago
22e6c1b
[PATCH] Use loff_t for size in struct proc_dir_entry
by Maneesh Soni
· 19 years ago
64a07bd
[PATCH] protect remove_proc_entry
by Steven Rostedt
· 19 years ago
898b539
[PATCH] powerpc: Add/remove/update properties in /proc/device-tree
by Dave C Boutcher
· 19 years ago
330d57f
[PATCH] Fix sysctl unregistration oops (CVE-2005-2709)
by Al Viro
· 19 years ago
183d020
[PATCH] ppc64: SMU partition recovery
by Benjamin Herrenschmidt
· 19 years ago
666bfdd
[PATCH] kdump: Access dump file in elf format (/proc/vmcore)
by Vivek Goyal
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago