summaryrefslogtreecommitdiffstats
path: root/fs/proc/internal.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-231-1/+1
|\
| * mode_t whack-a-mole: task_dump_owner()Al Viro2017-09-301-1/+1
* | proc: : uninline name_to_int()Alexey Dobriyan2017-11-181-22/+1Star
|/
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-091-1/+1
* mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-071-0/+3
* Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-3/+3
|\
| * randstruct: Mark various structs for randomizationKees Cook2017-06-301-3/+3
* | proc: Fix proc_sys_prune_dcache to hold a sb referenceEric W. Biederman2017-07-111-1/+1
|/
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-1/+1
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-1/+1
* | sched/headers: Prepare to move the task_lock()/unlock() APIs to <linux/sched/...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
|/
* proc/sysctl: prune stale dentries during unregisteringKonstantin Khlebnikov2017-02-131-2/+5
* proc: Better ownership of files for non-dumpable tasks in user namespacesEric W. Biederman2017-01-241-14/+2Star
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2016-12-141-1/+1
|\
| * proc: Pass file mode to proc_pid_make_inodeAndreas Gruenbacher2016-11-141-1/+1
* | Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-12-141-1/+0Star
|\ \
| * | xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-171-1/+0Star
| |/
* | fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-131-0/+1
* | proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2016-12-131-1/+1
|/
* proc: unsigned file descriptorsAlexey Dobriyan2016-09-281-1/+1
* proc: Convert proc_mount to use mount_ns.Eric W. Biederman2016-06-231-1/+2
* proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman2015-07-011-0/+6
* procfs: fix race between symlink removals and traversalsAl Viro2015-02-221-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-12-171-1/+1
|\
| * kill proc_ns completelyAl Viro2014-12-111-6/+1Star
| * bury struct proc_ns in fs/procAl Viro2014-12-041-0/+5
* | fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-111-5/+6
|/
* proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2014-10-101-1/+1
* fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-101-0/+1
* proc: introduce proc_mem_open()Oleg Nesterov2014-10-101-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-101-0/+6
|\
| * proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman2014-08-041-0/+6
* | proc: remove INF macroAlexey Dobriyan2014-08-091-1/+0Star
* | proc: make proc_subdir_lock staticAlexey Dobriyan2014-08-091-2/+0Star
* | proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-091-3/+3
|/
* of: remove /proc/device-treeGrant Likely2014-03-111-7/+0Star
* proc_fill_cache(): just make instantiate_t return intAl Viro2013-06-291-1/+1
* [readdir] convert procfsAl Viro2013-06-291-4/+4
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-102/+211
|\
| * proc: Move non-public stuff from linux/proc_fs.h to fs/proc/internal.hDavid Howells2013-05-011-111/+196
| * proc: Make the PROC_I() and PDE() macros internal to procfsDavid Howells2013-05-011-0/+18
| * 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 proc_fd() to fs/proc/fd.hDavid Howells2013-05-011-5/+0Star
| * proc: Uninline pid_delete_dentry()David Howells2013-05-011-9/+5Star
| * proc: Delete create_proc_read_entry()David Howells2013-04-291-2/+0Star
| * try a saner locking for pde_opener...Al Viro2013-04-091-2/+2
| * deal with races between remove_proc_entry() and proc_reg_release()Al Viro2013-04-091-0/+2
| * procfs: preparations for remove_proc_entry() race fixesAl Viro2013-04-091-3/+4
| * procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-091-0/+1