summaryrefslogtreecommitdiffstats
path: root/include/linux/proc_fs.h
Commit message (Expand)AuthorAgeFilesLines
* proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-151-1/+7
* proc: add a read_iter method to proc proc_opsChristoph Hellwig2020-09-031-0/+1
* bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-251-1/+2
* Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-2/+30
|\
| * proc: proc_pid_ns takes super_block as an argumentAlexey Gladkov2020-05-191-2/+2
| * proc: use named enums for better readabilityAlexey Gladkov2020-04-221-4/+4
| * proc: add option to mount only a pids subsetAlexey Gladkov2020-04-221-0/+7
| * proc: instantiate only pids that we can ptrace on 'hidepid=4' mount optionAlexey Gladkov2020-04-221-0/+1
| * proc: allow to mount many instances of proc in one pid namespaceAlexey Gladkov2020-04-221-1/+21
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-0/+3
|\ \
| * | net: bpf: Add netlink and ipv6_route bpf_iter targetsYonghong Song2020-05-091-0/+3
| |/
* / nsproxy: attach to namespaces via pidfdsChristian Brauner2020-05-131-0/+2
|/
* proc: faster open/read/close with "permanent" filesAlexey Dobriyan2020-04-071-1/+16
* proc: Use a list of inodes to flush from procEric W. Biederman2020-02-241-2/+2
* proc: decouple proc from VFS with "struct proc_ops"Alexey Dobriyan2020-02-041-4/+19
* include/linux/proc_fs.h: fix confusing macro arg nameMiaohe Lin2019-12-041-2/+2
* proc: Add /proc/<pid>/arch_statusAubrey Li2019-06-121-0/+9
* signal: add pidfd_send_signal() syscallChristian Brauner2019-03-051-0/+6
* proc: spread "const" a bitAlexey Dobriyan2018-08-221-1/+1
* proc: Add a way to make network proc files writableDavid Howells2018-05-181-0/+12
* proc: introduce proc_create_net_singleChristoph Hellwig2018-05-161-0/+4
* proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-0/+9
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-1/+9
* proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-3/+6
* proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-0/+9
* proc: introduce a proc_pid_ns helperChristoph Hellwig2018-05-161-0/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* proc: uninline proc_create()Alexey Dobriyan2017-09-081-7/+1
* Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-131-0/+2
|\
| * xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-171-0/+2
* | net: add an ioctl to get a socket network namespaceAndrey Vagin2016-10-311-0/+4
|/
* lockd: move lockd's grace period handling into its own moduleJeff Layton2014-09-171-0/+2
* init/main.c: remove an ifdefAndrew Morton2014-06-041-0/+4
* proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2013-05-011-107/+33
* proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-011-15/+2
* proc: Supply a function to remove a proc entry by PDEDavid Howells2013-05-011-0/+2
* proc: Supply an accessor for getting the data from a PDE's parentDavid Howells2013-05-011-0/+1
* proc: Add proc_mkdir_data()David Howells2013-05-011-3/+10
* proc: Move some bits from linux/proc_fs.h to linux/{of.h,signal.h,tty.h}David Howells2013-05-011-37/+0
* proc: Move PDE_NET() to fs/proc/proc_net.cDavid Howells2013-05-011-5/+0
* proc: Split the namespace stuff out into linux/proc_ns.hDavid Howells2013-05-011-66/+2
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-011-0/+5
* proc: Split kcore bits from linux/procfs.h into linux/kcore.hDavid Howells2013-04-291-31/+0
* proc: Delete create_proc_read_entry()David Howells2013-04-291-16/+0
* procfs: Mark create_proc_read_entry deprecatedDavid Howells2013-04-291-2/+4
* try a saner locking for pde_opener...Al Viro2013-04-091-1/+1
* procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-091-9/+2
* proc: Kill create_proc_entry()David Howells2013-04-091-15/+2
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-091-0/+5
* procfs: kill ->write_proc()Al Viro2013-04-091-1/+0