index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
proc
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-28
make swap_pte_to_pagemap_entry() static
Adrian Bunk
1
-1
/
+1
2008-04-23
[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
Ram Pai
1
-0
/
+15
2008-04-23
[patch 5/7] vfs: mountinfo: allow using process root
Miklos Szeredi
1
-57
/
+51
2008-04-22
[PATCH] proc_readfd_common() race fix
Al Viro
1
-3
/
+1
2008-04-03
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...
David S. Miller
2
-16
/
+56
2008-04-02
[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.
Denis V. Lunev
1
-2
/
+0
2008-03-27
[NETNS]: Compile NET /proc support only if CONFIG_NET is set.
Denis V. Lunev
1
-0
/
+2
2008-03-26
[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.
YOSHIFUJI Hideaki
1
-3
/
+3
2008-03-22
Change pagemap output format to allow for future reporting of huge pages
Hans Rosenfeld
1
-16
/
+34
2008-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2008-03-20
[NET]: Fix permissions of /proc/net
Andre Noll
1
-1
/
+1
2008-03-18
[PATCH] export sessionid alongside the loginuid in procfs
Eric Paris
1
-0
/
+22
2008-03-13
pagemap: proper read error handling
Marcelo Tosatti
1
-5
/
+13
2008-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
4
-37
/
+116
2008-03-11
net: fix build with CONFIG_NET=n
Andrew Morton
1
-0
/
+2
2008-03-07
[NET]: Make /proc/net a symlink on /proc/self/net (v3)
Pavel Emelyanov
4
-37
/
+114
2008-03-04
block/genhd.c: proper externs
Adrian Bunk
1
-2
/
+1
2008-02-25
latencytop: change /proc task_struct access method
Hiroshi Shimamoto
1
-28
/
+12
2008-02-25
latencytop: fix memory leak on latency proc file
Hiroshi Shimamoto
1
-1
/
+10
2008-02-25
latencytop: fix kernel panic while reading latency proc file
Hiroshi Shimamoto
1
-0
/
+2
2008-02-23
proc: add RLIMIT_RTTIME to /proc/<pid>/limits
Eugene Teo
1
-0
/
+1
2008-02-23
/proc/pid/pagemap: fix PM_SPECIAL macro
Hans Rosenfeld
1
-1
/
+1
2008-02-14
d_path: Make d_path() use a struct path
Jan Blunck
1
-1
/
+1
2008-02-14
d_path: Make seq_path() use a struct path argument
Jan Blunck
2
-2
/
+2
2008-02-14
d_path: Make proc_get_link() use a struct path argument
Jan Blunck
4
-41
/
+33
2008-02-14
Use struct path in fs_struct
Jan Blunck
1
-4
/
+4
2008-02-14
Introduce path_put()
Jan Blunck
1
-1
/
+1
2008-02-14
Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
Jan Blunck
2
-2
/
+3
2008-02-08
revert "proc: fix the threaded proc self"
Andrew Morton
1
-6
/
+6
2008-02-08
procfs: constify function pointer tables
Jan Engelhardt
7
-22
/
+22
2008-02-08
aout: remove unnecessary inclusions of {asm, linux}/a.out.h
David Howells
2
-2
/
+0
2008-02-08
proc: fix ->open'less usage due to ->proc_fops flip
Alexey Dobriyan
3
-10
/
+38
2008-02-08
proc: fix the threaded /proc/self
Eric W. Biederman
1
-6
/
+6
2008-02-08
proc: proper pidns handling for /proc/self
Eric W. Biederman
1
-2
/
+10
2008-02-08
proc: seqfile convert proc_pid_status to properly handle pid namespaces
Eric W. Biederman
5
-74
/
+72
2008-02-08
seqfile convert proc_pid_statm
Eric W. Biederman
3
-6
/
+9
2008-02-08
proc: rewrite do_task_stat to correctly handle pid namespaces.
Eric W. Biederman
3
-17
/
+20
2008-02-08
proc: implement proc_single_file_operations
Eric W. Biederman
1
-0
/
+43
2008-02-08
proc: detect duplicate names on registration
Zhang Rui
1
-0
/
+10
2008-02-08
proc: remove useless check on symlink removal
Alexey Dobriyan
1
-1
/
+1
2008-02-08
proc: simplify function prototypes
Alexey Dobriyan
2
-15
/
+6
2008-02-08
proc: less LOCK operations during lookup
Alexey Dobriyan
1
-2
/
+2
2008-02-08
proc: remove MODULE_LICENSE
Alexey Dobriyan
1
-1
/
+0
2008-02-07
iget: stop PROCFS from using iget() and read_inode()
David Howells
1
-32
/
+28
2008-02-06
proc: loadavg reading race
Michal Schmidt
1
-3
/
+8
2008-02-06
proper prototype for get_filesystem_list()
Adrian Bunk
1
-1
/
+0
2008-02-06
proper show_interrupts() prototype
Adrian Bunk
1
-1
/
+1
2008-02-05
Add 64-bit capability support to the kernel
Andrew Morgan
1
-6
/
+15
2008-02-05
Fix /proc dcache deadlock in do_exit
Andrea Arcangeli
1
-1
/
+2
2008-02-05
maps4: make page monitoring /proc file optional
Matt Mackall
3
-2
/
+8
[next]