aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
Commit message (Expand)AuthorAge
* proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2013-05-01
* proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-01
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-01
* take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2013-05-01
* proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-01
* proc: Add proc_mkdir_data()David Howells2013-05-01
* proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-01
* proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2013-05-01
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-01
* proc: Move proc_fd() to fs/proc/fd.hDavid Howells2013-05-01
* proc: Uninline pid_delete_dentry()David Howells2013-05-01
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-01
* proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-29
* Include missing linux/magic.h inclusionsDavid Howells2013-04-29
* Include missing linux/slab.h inclusionsDavid Howells2013-04-29
* proc: Delete create_proc_read_entry()David Howells2013-04-29
* try a saner locking for pde_opener...Al Viro2013-04-09
* deal with races between remove_proc_entry() and proc_reg_release()Al Viro2013-04-09
* procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-09
* procfs: Clean up huge if-statement in __proc_file_read()David Howells2013-04-09
* proc: Kill create_proc_entry()David Howells2013-04-09
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* procfs: kill ->write_proc()Al Viro2013-04-09
* procfs: don't allow to use proc_create, create_proc_entry, etc. for directoriesAl Viro2013-04-09
* procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-09
* mode_t, whack-a-mole at 11...Al Viro2013-04-09
* procfs: add proc_remove_subtree()Al Viro2013-04-09
* vfs,proc: guarantee unique inodes in /procLinus Torvalds2013-03-22
* proc: Use nd_jump_link in proc_ns_follow_linkEric W. Biederman2013-03-09
* fs/proc/vmcore.c: put if tests in the top of the while loop to reduce duplica...Zhang Yanfei2013-02-27
* fs/proc: clean up printksAndrew Morton2013-02-27
* coredump: remove redundant defines for dumpable statesKees Cook2013-02-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-26
|\
| * saner proc_get_inode() calling conventionsAl Viro2013-02-26
| * proc: avoid extra pde_put() in proc_fill_super()Maxim Patlasov2013-02-26
| * fs: change return values from -EACCES to -EPERMZhao Hongjiang2013-02-26
| * d_hash_and_lookup(): export, switch open-coded instancesAl Viro2013-02-26
| * new helper: file_inode(file)Al Viro2013-02-22
* | swap: make each swap partition have one address_spaceShaohua Li2013-02-23
* | memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu2013-02-23
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-21
|\ \
| * | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-18
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-02-20
|\ \
| * | net: proc: remove proc_net_removeGao feng2013-02-18
| * | net: proc: remove proc_net_fops_createGao feng2013-02-18
| |/
* / cputime: Use accessors to read task cputime statsFrederic Weisbecker2013-01-27
|/
* mempolicy: remove arg from mpol_parse_str, mpol_to_strHugh Dickins2013-01-02
* proc: Allow proc_free_inum to be called from any contextEric W. Biederman2012-12-25
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-12-20
|\
| * proc: fix inconsistent lock stateXiaotian Feng2012-12-20