summaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAgeFilesLines
* fix autofs/afs/etc. magic mountpoint breakageAl Viro2010-01-141-1/+0Star
* elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-2/+2
* procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz2009-12-151-0/+68
* pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu2009-11-121-2/+1Star
* fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li2009-09-231-6/+5Star
* proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov2009-09-231-7/+3Star
* proc: fix reported unit for RLIMIT_CPUKees Cook2009-09-231-1/+1
* oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro2009-09-221-8/+10
* oom: make oom_score to per-process valueKOSAKI Motohiro2009-09-221-1/+1
* oom: move oom_adj value from task_struct to signal_structKOSAKI Motohiro2009-09-221-4/+20
* mm: revert "oom: move oom_adj value"KOSAKI Motohiro2009-08-191-16/+3Star
* mm_for_maps: take ->cred_guard_mutex to fix the race with execOleg Nesterov2009-08-101-11/+11
* mm_for_maps: shift down_read(mmap_sem) to the callerOleg Nesterov2009-08-101-5/+3Star
* mm_for_maps: simplify, use ptrace_may_access()Oleg Nesterov2009-08-101-12/+11Star
* oom: move oom_adj value from task_struct to mm_structDavid Rientjes2009-06-171-3/+16
* Merge branch 'master' into nextJames Morris2009-06-091-1/+1
|\
| * procfs: make errno values consistent when open pident vs exit(2) race occursKOSAKI Motohiro2009-05-291-1/+1
* | CRED: Guard the setprocattr security hook against ptraceDavid Howells2009-05-111-0/+6
|/
* proc: avoid information leaks to non-privileged processesJake Edge2009-05-051-1/+4
* proc: mounts_poll() make consistent to mdstat_pollKOSAKI Motohiro2009-04-171-2/+2
* Get rid of indirect include of fs_struct.hAl Viro2009-04-011-0/+1
* fix setuid sometimes wouldn'tHugh Dickins2009-03-291-34/+16Star
* constify dentry_operations: procfsAl Viro2009-03-271-3/+3
* 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