summaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAgeFilesLines
* proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-011-0/+16
* proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2013-05-011-0/+4
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-012-10/+15
* proc: Move proc_fd() to fs/proc/fd.hDavid Howells2013-05-012-5/+5
* proc: Uninline pid_delete_dentry()David Howells2013-05-012-9/+14
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-0/+13
* proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-292-1/+3
* Include missing linux/magic.h inclusionsDavid Howells2013-04-291-0/+1
* Include missing linux/slab.h inclusionsDavid Howells2013-04-291-0/+1
* proc: Delete create_proc_read_entry()David Howells2013-04-293-204/+1Star
* try a saner locking for pde_opener...Al Viro2013-04-092-43/+23Star
* deal with races between remove_proc_entry() and proc_reg_release()Al Viro2013-04-092-53/+34Star
* procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-093-205/+133Star
* procfs: Clean up huge if-statement in __proc_file_read()David Howells2013-04-091-51/+47Star
* proc: Kill create_proc_entry()David Howells2013-04-091-3/+6
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-092-2/+2
* procfs: kill ->write_proc()Al Viro2013-04-091-25/+0Star
* procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro2013-04-092-34/+27Star
* procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-095-12/+55
* mode_t, whack-a-mole at 11...Al Viro2013-04-091-1/+1
* procfs: add proc_remove_subtree()Al Viro2013-04-091-30/+89
* vfs,proc: guarantee unique inodes in /procLinus Torvalds2013-03-221-3/+3
* proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-091-6/+6
* fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei2013-02-281-13/+7Star
* fs/proc: clean up printksAndrew Morton2013-02-287-46/+39Star
* coredump: remove redundant defines for dumpable statesKees Cook2013-02-281-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-278-68/+67Star
|\
| * saner proc_get_inode() calling conventionsAl Viro2013-02-262-21/+10Star
| * proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov2013-02-261-6/+15
| * fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-261-3/+3
| * d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-261-0/+1
| * new helper: file_inode(file)Al Viro2013-02-238-39/+39
* | swap: make each swap partition have one address_spaceShaohua Li2013-02-241-2/+2
* | memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu2013-02-241-1/+1
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-1/+2
|\ \
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-191-1/+2
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-211-14/+0Star
|\ \
| * | net: proc: remove proc_net_removeGao feng2013-02-181-6/+0Star
| * | net: proc: remove proc_net_fops_createGao feng2013-02-181-8/+0Star
| |/
* / cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-271-2/+2
|/
* mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-021-1/+1
* proc: Allow proc_free_inum to be called from any contextEric W. Biederman2012-12-261-6/+7
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-211-6/+6
|\
| * proc: fix inconsistent lock stateXiaotian Feng2012-12-211-6/+6
* | procfs: drop vmtruncateMarco Stornelli2012-12-203-22/+1Star
|/
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-184-7/+75
|\
| * fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-181-1/+1
| * procfs: add ability to plug in auxiliary fdinfo providersCyrill Gorcunov2012-12-181-0/+2
| * proc: pid/status: show all supplementary groupsArtem Bityutskiy2012-12-181-1/+1
| * /proc/pid/status: add "Seccomp" fieldKees Cook2012-12-181-0/+8