Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
8b2379b49a9b7476b8421a6a404de30cd304cca1
/
fs
/
proc
/
internal.h
20b4fb4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
59d8053
proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.h
by David Howells
· 12 years ago
c30480b
proc: Make the PROC_I() and PDE() macros internal to procfs
by David Howells
· 12 years ago
34db8aa
proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}
by David Howells
· 12 years ago
c3bef7b
proc: Move proc_fd() to fs/proc/fd.h
by David Howells
· 12 years ago
1dd704b
proc: Uninline pid_delete_dentry()
by David Howells
· 12 years ago
db3808c
mm, vmalloc: move get_vmalloc_info() to vmalloc.c
by Joonsoo Kim
· 12 years ago
3cb5bf1
proc: Delete create_proc_read_entry()
by David Howells
· 12 years ago
05c0ae2
try a saner locking for pde_opener...
by Al Viro
· 12 years ago
ca469f3
deal with races between remove_proc_entry() and proc_reg_release()
by Al Viro
· 12 years ago
866ad9a
procfs: preparations for remove_proc_entry() race fixes
by Al Viro
· 12 years ago
021ada7
procfs: switch /proc/self away from proc_dir_entry
by Al Viro
· 12 years ago
e579d2c
coredump: remove redundant defines for dumpable states
by Kees Cook
· 12 years ago
e656d8a
procfs: Use the proc generic infrastructure for proc/self.
by Eric W. Biederman
· 14 years ago
9e78144
hold task->mempolicy while numa_maps scans.
by KAMEZAWA Hiroyuki
· 12 years ago
0f4cfb2
coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1
by Oleg Nesterov
· 12 years ago
faf60af
procfs: Move /proc/pid/fd[info] handling code to fd.[ch]
by Cyrill Gorcunov
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 12 years ago
81841161
fs, proc: introduce /proc/<pid>/task/<tid>/children entry
by Cyrill Gorcunov
· 12 years ago
e7dcd99
proc: remove mm_for_maps()
by Cong Wang
· 12 years ago
f1d38e4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctl
by Linus Torvalds
· 13 years ago
b764375
procfs: mark thread stack correctly in proc/<pid>/maps
by Siddhesh Poyarekar
· 13 years ago
1f87f0b
sysctl: Move the implementation into fs/proc/proc_sysctl.c
by Eric W. Biederman
· 13 years ago
9741295
procfs: parse mount options
by Vasiliy Kulikov
· 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
6b4e306
ns: proc files for namespace naming policy.
by Eric W. Biederman
· 15 years ago
52e9fc7
procfs: kill the global proc_mnt variable
by Oleg Nesterov
· 14 years ago
6d1b6e4
proc: ->low_ino cleanup
by Alexey Dobriyan
· 14 years ago
a2ade7b
proc: use unsigned long inside /proc/*/statm
by Alexey Dobriyan
· 14 years ago
135d565
proc: rename de_get() to pde_get() and inline it
by Alexey Dobriyan
· 15 years ago
3174c21
Move junk from proc_fs.h to fs/proc/internal.h
by Al Viro
· 16 years ago
3dec7f5
proc 1/2: do PDE usecounting even for ->read_proc, ->write_proc
by Alexey Dobriyan
· 16 years ago
8feae13
NOMMU: Make VMAs per MM as for MMU-mode linux
by David Howells
· 16 years ago
ae04811
proc: move /proc/kmsg creation to fs/proc/kmsg.c
by Alexey Dobriyan
· 16 years ago
5bcd7ff
proc: proc_init_inodecache() can't fail
by Alexey Dobriyan
· 16 years ago
3bbfe05
proc: remove kernel.maps_protect
by Alexey Dobriyan
· 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
c74c120
proc: remove proc_root from drivers
by Alexey Dobriyan
· 17 years ago
0d5c9f5
proc: switch to proc_create()
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
df5f831
proc: seqfile convert proc_pid_status to properly handle pid namespaces
by Eric W. Biederman
· 17 years ago
a56d3fc
seqfile convert proc_pid_statm
by Eric W. Biederman
· 17 years ago
ee99274
proc: rewrite do_task_stat to correctly handle pid namespaces.
by Eric W. Biederman
· 17 years ago
85863e4
maps4: add /proc/pid/pagemap interface
by Matt Mackall
· 17 years ago
f248dcb
maps4: move clear_refs code to task_mmu.c
by Matt Mackall
· 17 years ago
831830b
restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pid
by Al Viro
· 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
457c4cb
[NET]: Make /proc/net per network namespace
by Eric W. Biederman
· 17 years ago
5096add
proc: maps protection
by Kees Cook
· 18 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
00977a5
[PATCH] mark struct file_operations const 6
by Arjan van de Ven
· 18 years ago
dbf8685
[PATCH] NOMMU: Implement /proc/pid/maps for NOMMU
by David Howells
· 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
662795d
[PATCH] proc: Move proc_maps_operations into task_mmu.c
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
99ac48f
[PATCH] mark f_ops const in the inode
by Arjan van de Ven
· 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