summaryrefslogtreecommitdiffstats
path: root/fs/proc
AgeCommit message (Expand)AuthorFilesLines
2013-05-01proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2-111/+197
2013-05-01proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells3-2/+26
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells2-1/+8
2013-05-01take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro1-0/+31
2013-05-01proc: Supply an accessor for getting the data from a PDE's parentDavid Howells1-0/+7
2013-05-01proc: Add proc_mkdir_data()David Howells1-18/+12
2013-05-01proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells1-0/+16
2013-05-01proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells1-0/+4
2013-05-01proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2-10/+15
2013-05-01proc: Move proc_fd() to fs/proc/fd.hDavid Howells2-5/+5
2013-05-01proc: Uninline pid_delete_dentry()David Howells2-9/+14
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells1-0/+13
2013-04-29proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2-1/+3
2013-04-29Include missing linux/magic.h inclusionsDavid Howells1-0/+1
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2013-04-29proc: Delete create_proc_read_entry()David Howells3-204/+1
2013-04-09try a saner locking for pde_opener...Al Viro2-43/+23
2013-04-09deal with races between remove_proc_entry() and proc_reg_release()Al Viro2-53/+34
2013-04-09procfs: preparations for remove_proc_entry() race fixesAl Viro3-205/+133
2013-04-09procfs: Clean up huge if-statement in __proc_file_read()David Howells1-51/+47
2013-04-09proc: Kill create_proc_entry()David Howells1-3/+6
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro2-2/+2
2013-04-09procfs: kill ->write_proc()Al Viro1-25/+0
2013-04-09procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro2-34/+27
2013-04-09procfs: switch /proc/self away from proc_dir_entryAl Viro5-12/+55
2013-04-09mode_t, whack-a-mole at 11...Al Viro1-1/+1
2013-04-09procfs: add proc_remove_subtree()Al Viro1-30/+89
2013-03-22vfs,proc: guarantee unique inodes in /procLinus Torvalds1-3/+3
2013-03-09proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman1-6/+6
2013-02-27fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei1-13/+7
2013-02-27fs/proc: clean up printksAndrew Morton7-46/+39
2013-02-27coredump: remove redundant defines for dumpable statesKees Cook1-1/+2
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-68/+67
2013-02-26saner proc_get_inode() calling conventionsAl Viro2-21/+10
2013-02-26proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov1-6/+15
2013-02-26fs: change return values from -EACCES to -EPERMZhao Hongjiang1-3/+3
2013-02-26d_hash_and_lookup(): export, switch open-coded instancesAl Viro1-0/+1
2013-02-23swap: make each swap partition have one address_spaceShaohua Li1-2/+2
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu1-1/+1
2013-02-22new helper: file_inode(file)Al Viro8-39/+39
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-1/+2
2013-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-14/+0
2013-02-18net: proc: remove proc_net_removeGao feng1-6/+0
2013-02-18net: proc: remove proc_net_fops_createGao feng1-8/+0
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+2
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+2
2013-01-02mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins1-1/+1
2012-12-25proc: Allow proc_free_inum to be called from any contextEric W. Biederman1-6/+7
2012-12-20Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds1-6/+6
2012-12-20proc: fix inconsistent lock stateXiaotian Feng1-6/+6