aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-31Get rid of indirect include of fs_struct.hAl Viro1-0/+1
2009-03-28fix setuid sometimes wouldn'tHugh Dickins1-34/+16
2009-03-27constify dentry_operations: procfsAl Viro1-3/+3
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesLinus Torvalds1-1/+1
2009-03-16filp->f_pos not correctly updated in proc_task_readdirZhang Le1-9/+7
2009-01-07Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds1-101/+130
2009-01-05zero i_uid/i_gid on inode allocationAl Viro1-4/+0
2009-01-05proc: remove write-only variable in proc_pident_lookup()WANG Cong1-2/+0
2009-01-05proc: fix sparse warningHannes Eder1-2/+2
2009-01-05proc: add /proc/*/stackKen Chen1-0/+38
2009-01-05proc: remove '##' usageAlexey Dobriyan1-93/+90
2009-01-05proc: remove useless WARN_ONsAlexey Dobriyan1-4/+0
2008-12-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-2/+2
2008-12-25Merge branch 'next' into for-linusJames Morris1-8/+24
2008-12-22sched: fix warning in fs/proc/base.cIngo Molnar1-2/+2
2008-12-18schedstat: consolidate per-task cpu runtime statsKen Chen1-1/+1
2008-12-10KSYM_SYMBOL_LEN fixesHugh Dickins1-1/+1
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-8/+24
2008-11-14CRED: Separate task security context from task_structDavid Howells1-8/+8
2008-10-21[PATCH] introduce fmode_t, do annotationsAl Viro1-2/+2
2008-10-10proc: remove kernel.maps_protectAlexey Dobriyan1-3/+0
2008-10-10[PATCH] proc: show personality via /proc/pid/personalityKees Cook1-0/+9
2008-10-10[PATCH] signal, procfs: some lock_task_sighand() users do not need rcu_read_lock()Lai Jiangshan1-8/+1
2008-08-05proc: fix warningsAlexander Beregalov1-4/+7
2008-07-27task IO accounting: move all IO statistics in struct task_io_accountingAndrea Righi1-5/+5
2008-07-27task IO accounting: improve code readabilityAndrea Righi1-41/+16
2008-07-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-2/+1
2008-07-26task IO accounting: correctly account threads IO statisticsAndrea Righi1-34/+22
2008-07-26[PATCH] sanitize ->permission() prototypeAl Viro1-2/+1
2008-07-26/proc/PID/syscallRoland McGrath1-0/+26
2008-07-26tracehook: tracehook_tracer_taskRoland McGrath1-4/+9
2008-07-25task IO accounting: provide distinct tgid/tid I/O statisticsAndrea Righi1-15/+71
2008-07-14Security: split proc ptrace checking into read vs. attachStephen Smalley1-4/+5
2008-06-06proc: calculate the correct /proc/<pid> link countVegard Nossum1-8/+25
2008-05-17[PATCH] open sessionid permissionsSteve Grubb1-1/+1
2008-05-01[PATCH] split linux/file.hAl Viro1-0/+1
2008-04-29procfs: mem permission cleanupRoland McGrath1-9/+29
2008-04-29procfs task exe symlinkMatt Helsley1-0/+75
2008-04-23[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfoRam Pai1-0/+15
2008-04-23[patch 5/7] vfs: mountinfo: allow using process rootMiklos Szeredi1-57/+51
2008-04-22[PATCH] proc_readfd_common() race fixAl Viro1-3/+1
2008-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-03-20[NET]: Fix permissions of /proc/netAndre Noll1-1/+1
2008-03-18[PATCH] export sessionid alongside the loginuid in procfsEric Paris1-0/+22
2008-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-0/+3
2008-03-11net: fix build with CONFIG_NET=nAndrew Morton1-0/+2
2008-03-07[NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov1-0/+1
2008-02-25latencytop: change /proc task_struct access methodHiroshi Shimamoto1-28/+12
2008-02-25latencytop: fix memory leak on latency proc fileHiroshi Shimamoto1-1/+10
2008-02-25latencytop: fix kernel panic while reading latency proc fileHiroshi Shimamoto1-0/+2