aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-251-0/+18
|\
| * ns: proc files for namespace naming policy.Eric W. Biederman2011-05-101-0/+18
* | proc: make struct proc_maps_private truly privateStephen Wilson2011-05-251-0/+8
|/
* procfs: kill the global proc_mnt variableOleg Nesterov2011-03-231-1/+0
* proc: ->low_ino cleanupAlexey Dobriyan2011-01-131-1/+1
* proc: use unsigned long inside /proc/*/statmAlexey Dobriyan2011-01-131-1/+2
* proc: rename de_get() to pde_get() and inline itAlexey Dobriyan2009-12-161-4/+6
* Move junk from proc_fs.h to fs/proc/internal.hAl Viro2009-06-111-0/+25
* proc 1/2: do PDE usecounting even for ->read_proc, ->write_procAlexey Dobriyan2009-03-311-0/+1
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-2/+0
* proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan2008-10-231-1/+0
* proc: proc_init_inodecache() can't failAlexey Dobriyan2008-10-231-1/+1
* proc: remove kernel.maps_protectAlexey Dobriyan2008-10-101-2/+0
* proc: always do ->releaseAlexey Dobriyan2008-07-251-0/+7
* move proc_kmsg_operations to fs/proc/internal.hAdrian Bunk2008-07-251-0/+1
* proc: remove proc_root from driversAlexey Dobriyan2008-04-291-0/+1
* proc: switch to proc_create()Alexey Dobriyan2008-04-291-2/+0
* procfs task exe symlinkMatt Helsley2008-04-291-1/+0
* [NET]: Make /proc/net a symlink on /proc/self/net (v3)Pavel Emelyanov2008-03-071-0/+7
* d_path: Make proc_get_link() use a struct path argumentJan Blunck2008-02-141-1/+1
* proc: seqfile convert proc_pid_status to properly handle pid namespacesEric W. Biederman2008-02-081-1/+2
* seqfile convert proc_pid_statmEric W. Biederman2008-02-081-1/+2
* proc: rewrite do_task_stat to correctly handle pid namespaces.Eric W. Biederman2008-02-081-3/+6
* maps4: add /proc/pid/pagemap interfaceMatt Mackall2008-02-051-0/+2
* maps4: move clear_refs code to task_mmu.cMatt Mackall2008-02-051-5/+1
* restrict reading from /proc/<pid>/maps to those who share ->mm or can ptrace pidAl Viro2008-01-021-0/+2
* proc: fix NULL ->i_fop oopsAlexey Dobriyan2007-11-291-2/+0
* proc: fix proc_kill_inodes to kill dentries on all proc superblocksEric W. Biederman2007-11-141-0/+2
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-101-0/+5
* proc: maps protectionKees Cook2007-05-081-0/+2
* [PATCH] proc: fix linkage with CONFIG_SYSCTL=y, CONFIG_PROC_SYSCTL=nAndrew Morton2007-04-021-0/+4
* [PATCH] sysctl: reimplement the sysctl proc supportEric W. Biederman2007-02-141-0/+2
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-121-6/+6
* [PATCH] NOMMU: Implement /proc/pid/maps for NOMMUDavid Howells2006-09-271-0/+1
* [PATCH] proc: Use struct pid not struct task_refEric W. Biederman2006-06-261-4/+3
* [PATCH] proc: don't lock task_structs indefinitelyEric W. Biederman2006-06-261-2/+13
* [PATCH] proc: Move proc_maps_operations into task_mmu.cEric W. Biederman2006-06-261-0/+4
* [PATCH] proc: Replace proc_inode.type with proc_inode.fdEric W. Biederman2006-06-261-2/+2
* [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-281-1/+1
* [PATCH] fs/proc/: function prototypes belong in header filesAdrian Bunk2006-01-081-0/+4
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+48