summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)Author
2009-01-07Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Linus Torvalds
2009-01-05zero i_uid/i_gid on inode allocationAl Viro
2009-01-05proc: remove write-only variable in proc_pident_lookup()WANG Cong
2009-01-05proc: fix sparse warningHannes Eder
2009-01-05proc: add /proc/*/stackKen Chen
2009-01-05proc: remove '##' usageAlexey Dobriyan
2009-01-05proc: remove useless WARN_ONsAlexey Dobriyan
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-12-25Merge branch 'next' into for-linusJames Morris
2008-12-22sched: fix warning in fs/proc/base.cIngo Molnar
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells
2008-11-14CRED: Separate task security context from task_structDavid Howells
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan
2008-10-10[PATCH] proc: show personality via /proc/pid/personalityKees Cook
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_l...Lai Jiangshan
2008-08-05proc: fix warningsAlexander Beregalov
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi
2008-07-27task IO accounting: improve code readabilityAndrea Righi
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2008-07-26task IO accounting: correctly account threads IO statisticsAndrea Righi
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro
2008-07-26/proc/PID/syscallRoland McGrath
2008-07-26tracehook: tracehook_tracer_taskRoland McGrath
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley
2008-06-06proc: calculate the correct /proc/<pid> link countVegard Nossum
2008-05-17[PATCH] open sessionid permissionsSteve Grubb
2008-05-01[PATCH] split linux/file.hAl Viro
2008-04-29procfs: mem permission cleanupRoland McGrath
2008-04-29procfs task exe symlinkMatt Helsley
2008-04-23[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai
2008-04-23[patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi
2008-04-22[PATCH] proc_readfd_common() race fixAl Viro
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-03-20[NET]: Fix permissions of /proc/netAndre Noll
2008-03-18[PATCH] export sessionid alongside the loginuid in procfsEric Paris
2008-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-03-11net: fix build with CONFIG_NET=nAndrew Morton
2008-03-07[NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov
2008-02-25latencytop: change /proc task_struct access methodHiroshi Shimamoto
2008-02-25latencytop: fix memory leak on latency proc fileHiroshi Shimamoto
2008-02-25latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto
2008-02-23proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo
2008-02-14d_path: Make d_path() use a struct pathJan Blunck
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck
2008-02-14Use struct path in fs_structJan Blunck
2008-02-14Introduce path_put()Jan Blunck