aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-28smaps: account swap entriesPeter Zijlstra1-4/+12
2008-04-28vmalloc: show vmalloced areas via /proc/vmallocinfoChristoph Lameter1-0/+17
2008-04-28make swap_pte_to_pagemap_entry() staticAdrian Bunk1-1/+1
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-04-03Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-16/+56
2008-04-02[NETNS]: Remove ifdef CONFIG_NET braces in fs/proc/proc_net.c.Denis V. Lunev1-2/+0
2008-03-27[NETNS]: Compile NET /proc support only if CONFIG_NET is set.Denis V. Lunev1-0/+2
2008-03-26[NET] NETNS: Omit seq_net_private->net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-3/+3
2008-03-22Change pagemap output format to allow for future reporting of huge pagesHans Rosenfeld1-16/+34
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-13pagemap: proper read error handlingMarcelo Tosatti1-5/+13
2008-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-37/+116
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 Emelyanov4-37/+114
2008-03-04block/genhd.c: proper externsAdrian Bunk1-2/+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-23/proc/pid/pagemap: fix PM_SPECIAL macroHans Rosenfeld1-1/+1
2008-02-14d_path: Make d_path() use a struct pathJan Blunck1-1/+1
2008-02-14d_path: Make seq_path() use a struct path argumentJan Blunck2-2/+2
2008-02-14d_path: Make proc_get_link() use a struct path argumentJan Blunck4-41/+33
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 Blunck2-2/+3
2008-02-08revert "proc: fix the threaded proc self"Andrew Morton1-6/+6
2008-02-08procfs: constify function pointer tablesJan Engelhardt7-22/+22
2008-02-08aout: remove unnecessary inclusions of {asm, linux}/a.out.hDavid Howells2-2/+0
2008-02-08proc: fix ->open'less usage due to ->proc_fops flipAlexey Dobriyan3-10/+38
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. Biederman5-74/+72
2008-02-08seqfile convert proc_pid_statmEric W. Biederman3-6/+9
2008-02-08proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman3-17/+20
2008-02-08proc: implement proc_single_file_operationsEric W. Biederman1-0/+43
2008-02-08proc: detect duplicate names on registrationZhang Rui1-0/+10
2008-02-08proc: remove useless check on symlink removalAlexey Dobriyan1-1/+1
2008-02-08proc: simplify function prototypesAlexey Dobriyan2-15/+6
2008-02-08proc: less LOCK operations during lookupAlexey Dobriyan1-2/+2
2008-02-08proc: remove MODULE_LICENSEAlexey Dobriyan1-1/+0
2008-02-07iget: stop PROCFS from using iget() and read_inode()David Howells1-32/+28
2008-02-06proc: loadavg reading raceMichal Schmidt1-3/+8
2008-02-06proper prototype for get_filesystem_list()Adrian Bunk1-1/+0
2008-02-06proper show_interrupts() prototypeAdrian Bunk1-1/+1
2008-02-05Add 64-bit capability support to the kernelAndrew Morgan1-6/+15