aboutsummaryrefslogtreecommitdiff
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2009-06-11Move junk from proc_fs.h to fs/proc/internal.hGravatar Al Viro 2-0/+26
2009-06-11Merge branch 'next' into for-linusGravatar James Morris 1-0/+6
2009-06-10Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-12/+6
2009-06-09Merge branch 'master' into nextGravatar James Morris 1-1/+1
2009-05-29procfs: make errno values consistent when open pident vs exit(2) race occursGravatar KOSAKI Motohiro 1-1/+1
2009-05-22Merge branch 'master' into nextGravatar James Morris 1-2/+1
2009-05-15sched, timers: cleanup avenrun usersGravatar Thomas Gleixner 1-12/+6
2009-05-11CRED: Guard the setprocattr security hook against ptraceGravatar David Howells 1-0/+6
2009-05-09Convert obvious places to deactivate_locked_super()Gravatar Al Viro 1-2/+1
2009-05-04proc: avoid information leaks to non-privileged processesGravatar Jake Edge 2-5/+13
2009-05-02mm: fix Committed_AS underflow on large NR_CPUS environmentGravatar KOSAKI Motohiro 1-1/+1
2009-05-02pagemap: require aligned-length, non-null reads of /proc/pid/pagemapGravatar Vitaly Mayatskikh 1-0/+4
2009-04-23[S390] /proc/stat idle field for idle cpusGravatar Martin Schwidefsky 1-0/+5
2009-04-16proc: mounts_poll() make consistent to mdstat_pollGravatar KOSAKI Motohiro 1-2/+2
2009-04-08nommu: fix typo vma->pg_off to vma->vm_pgoffGravatar Nobuhiro Iwamatsu 1-1/+1
2009-04-07/proc/pid/maps: don't show pgoff of pure ANON VMAsGravatar KAMEZAWA Hiroyuki 2-2/+6
2009-04-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-04-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 2-1/+3
2009-04-02nommu: fix a number of issues with the per-MM VMA patchGravatar David Howells 2-3/+3
2009-04-01proc tty: remove struct tty_operations::read_procGravatar Alexey Dobriyan 1-14/+4
2009-04-01proc tty: add struct tty_operations::proc_fopsGravatar Alexey Dobriyan 1-7/+13
2009-03-31Get rid of indirect include of fs_struct.hGravatar Al Viro 2-0/+2
2009-03-31New locking/refcounting for fs_structGravatar Al Viro 1-1/+1
2009-03-31Revert "proc: revert /proc/uptime to ->read_proc hook"Gravatar Alexey Dobriyan 1-20/+18
2009-03-31proc 2/2: remove struct proc_dir_entry::ownerGravatar Alexey Dobriyan 2-17/+3
2009-03-31proc 1/2: do PDE usecounting even for ->read_proc, ->write_procGravatar Alexey Dobriyan 3-11/+40
2009-03-31proc: fix sparse warnings in pagemap_read()Gravatar Milind Arun Choudhary 1-4/+4
2009-03-31proc: move fs/proc/inode-alloc.txt comment into a source fileGravatar Randy Dunlap 2-14/+15
2009-03-30trivial: fix typo "kernal" -> "kernel"Gravatar Uwe Kleine-Koenig 1-1/+1
2009-03-28fix setuid sometimes wouldn'tGravatar Hugh Dickins 1-34/+16
2009-03-27vfs: simple_set_mnt() should return voidGravatar Sukadev Bhattiprolu 1-1/+2
2009-03-27constify dentry_operations: procfsGravatar Al Viro 3-6/+6
2009-03-17Avoid 64-bit "switch()" statements on 32-bit architecturesGravatar Linus Torvalds 1-1/+1
2009-03-16filp->f_pos not correctly updated in proc_task_readdirGravatar Zhang Le 1-9/+7
2009-03-11proc: fix kflags to uflags copying in /proc/kpageflagsGravatar Wu Fengguang 1-1/+1
2009-02-24proc: fix PG_locked reporting in /proc/kpageflagsGravatar Helge Bahmann 1-1/+1
2009-02-23proc: proc_get_inode should de_put when inode already initializedGravatar Krzysztof Sachanowicz 1-1/+3
2009-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommuGravatar Linus Torvalds 4-74/+125
2009-01-08vmcore: remove saved_max_pfn checkGravatar Magnus Damm 1-2/+0
2009-01-08NOMMU: Improve procfs output using per-MM VMAsGravatar David Howells 1-10/+22
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxGravatar David Howells 4-74/+113
2009-01-07Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ad...Gravatar Linus Torvalds 5-118/+134
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2009-01-06mm: report the MMU pagesize in /proc/pid/smapsGravatar Mel Gorman 1-2/+4
2009-01-06mm: report the pagesize backing a VMA in /proc/pid/smapsGravatar Mel Gorman 1-2/+4
2009-01-06trivial: fix then -> than typos in comments and documentationGravatar Frederik Schwarzer 1-1/+1
2009-01-05zero i_uid/i_gid on inode allocationGravatar Al Viro 2-5/+0
2009-01-05proc: remove write-only variable in proc_pident_lookup()Gravatar WANG Cong 1-2/+0
2009-01-05proc: fix sparse warningGravatar Hannes Eder 1-2/+2
2009-01-05proc: add /proc/*/stackGravatar Ken Chen 1-0/+38