summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds2009-03-171-1/+1
* filp->f_pos not correctly updated in proc_task_readdirZhang Le2009-03-161-9/+7Star
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds2009-01-071-101/+130
|\
| * proc: remove write-only variable in proc_pident_lookup()WANG Cong2009-01-051-2/+0Star
| * proc: fix sparse warningHannes Eder2009-01-051-2/+2
| * proc: add /proc/*/stackKen Chen2009-01-051-0/+38
| * proc: remove '##' usageAlexey Dobriyan2009-01-051-93/+90Star
| * proc: remove useless WARN_ONsAlexey Dobriyan2009-01-051-4/+0Star
* | zero i_uid/i_gid on inode allocationAl Viro2009-01-051-4/+0Star
|/
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2008-12-281-2/+2
|\
| * sched: fix warning in fs/proc/base.cIngo Molnar2008-12-221-2/+2
| * schedstat: consolidate per-task cpu runtime statsKen Chen2008-12-181-1/+1
* | Merge branch 'next' into for-linusJames Morris2008-12-251-8/+24
|\ \ | |/ |/|
| * CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-8/+24
| * CRED: Separate task security context from task_structDavid Howells2008-11-141-8/+8
* | KSYM_SYMBOL_LEN fixesHugh Dickins2008-12-101-1/+1
|/
* [PATCH] introduce fmode_t, do annotationsAl Viro2008-10-211-2/+2
* proc: remove kernel.maps_protectAlexey Dobriyan2008-10-101-3/+0Star
* [PATCH] proc: show personality via /proc/pid/personalityKees Cook2008-10-101-0/+9
* [PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l...Lai Jiangshan2008-10-101-8/+1Star
* proc: fix warningsAlexander Beregalov2008-08-051-4/+7
* task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi2008-07-281-5/+5
* task IO accounting: improve code readabilityAndrea Righi2008-07-271-41/+16Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2008-07-271-2/+1Star
|\
| * [PATCH] sanitize ->permission() prototypeAl Viro2008-07-271-2/+1Star
* | task IO accounting: correctly account threads IO statisticsAndrea Righi2008-07-271-34/+22Star
|/
* /proc/PID/syscallRoland McGrath2008-07-261-0/+26
* tracehook: tracehook_tracer_taskRoland McGrath2008-07-261-4/+9
* task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi2008-07-251-15/+71
* Security: split proc ptrace checking into read vs. attachStephen Smalley2008-07-141-4/+5
* proc: calculate the correct /proc/<pid> link countVegard Nossum2008-06-061-8/+25
* [PATCH] open sessionid permissionsSteve Grubb2008-05-171-1/+1
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* procfs: mem permission cleanupRoland McGrath2008-04-291-9/+29
* procfs task exe symlinkMatt Helsley2008-04-291-0/+75
* [patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai2008-04-231-0/+15
* [patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi2008-04-231-57/+51Star
* [PATCH] proc_readfd_common() race fixAl Viro2008-04-231-3/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-211-1/+1
|\
| * [NET]: Fix permissions of /proc/netAndre Noll2008-03-201-1/+1
* | [PATCH] export sessionid alongside the loginuid in procfsEric Paris2008-03-181-0/+22
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-03-121-0/+3
|\
| * net: fix build with CONFIG_NET=nAndrew Morton2008-03-121-0/+2
| * [NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov2008-03-071-0/+1
* | latencytop: change /proc task_struct access methodHiroshi Shimamoto2008-02-251-28/+12Star
* | latencytop: fix memory leak on latency proc fileHiroshi Shimamoto2008-02-251-1/+10
* | latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto2008-02-251-0/+2
|/
* proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo2008-02-241-0/+1
* d_path: Make d_path() use a struct pathJan Blunck2008-02-151-1/+1
* d_path: Make proc_get_link() use a struct path argumentJan Blunck2008-02-151-34/+26Star