aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2008-02-23proc: add RLIMIT_RTTIME to /proc/<pid>/limitsEugene Teo1-0/+1
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck1-34/+26
2008-02-14Use struct path in fs_structJan Blunck1-4/+4
2008-02-14Introduce path_put()Jan Blunck1-1/+1
2008-02-14Embed a struct path into struct nameidata instead of nd->{dentry,mnt}Jan Blunck1-1/+2
2008-02-08revert "proc: fix the threaded proc self"Andrew Morton1-6/+6
2008-02-08procfs: constify function pointer tablesJan Engelhardt1-2/+2
2008-02-08proc: fix the threaded /proc/selfEric W. Biederman1-6/+6
2008-02-08proc: proper pidns handling for /proc/selfEric W. Biederman1-2/+10
2008-02-08proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman1-2/+2
2008-02-08seqfile convert proc_pid_statmEric W. Biederman1-2/+2
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman1-2/+2
2008-02-08proc: implement proc_single_file_operationsEric W. Biederman1-0/+43
2008-02-05Fix /proc dcache deadlock in do_exitAndrea Arcangeli1-1/+2
2008-02-05maps4: make page monitoring /proc file optionalMatt Mackall1-2/+2
2008-02-05maps4: add /proc/pid/pagemap interfaceMatt Mackall1-1/+3
2008-02-05maps4: move clear_refs code to task_mmu.cMatt Mackall1-40/+0
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro1-1/+1
2008-02-01Merge branch 'task_killable' of git://git.kernel.org/pub/scm/linux/kernel/git/willy/miscLinus Torvalds1-1/+1
2008-01-25sched: latencytop supportArjan van de Ven1-0/+78
2008-01-02restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro1-0/+20
2007-12-06proc/base.c: Use task_is_*Matthew Wilcox1-1/+1
2007-11-29proc: remove races from proc_id_readdir()Eric W. Biederman1-23/+28
2007-11-14proc: simplify and correct proc_flush_taskEric W. Biederman1-9/+6
2007-10-22procfs: fix kernel-doc param warningsRandy Dunlap1-24/+22
2007-10-19Remove unused variables from fs/proc/base.cPavel Emelyanov1-4/+1
2007-10-19proc: export a processes resource limits via /proc/pidNeil Horman1-0/+75
2007-10-19Isolate some explicit usage of task->tgidPavel Emelyanov1-1/+1
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-14/+23
2007-10-19pid namespaces: initialize the namespace's proc_mntPavel Emelyanov1-0/+4
2007-10-19pid namespaces: make proc_flush_task() actually from entries from multiple namespacesPavel Emelyanov1-2/+16
2007-10-19pid namespaces: helpers to find the task by its numerical idsPavel Emelyanov1-1/+1
2007-10-19pid namespaces: prepare proc_flust_task() to flush entries from multiple proc treesPavel Emelyanov1-7/+20
2007-10-19Make access to task's nsproxy lighterPavel Emelyanov1-10/+17
2007-10-19Task Control Groups: make cpusets a client of cgroupsPaul Menage1-2/+2
2007-10-19Task Control Groups: add procfs interfacePaul Menage1-0/+7
2007-10-17Don't truncate /proc/PID/environ at 4096 charactersJames Pearson1-23/+72
2007-10-17Fix f_version type: should be u64 instead of unsigned longMathieu Desnoyers1-2/+2
2007-10-16Group short-lived and reclaimable kernel allocationsMel Gorman1-6/+7
2007-10-15sched: clean up schedstats, cnt -> countIngo Molnar1-1/+1