summaryrefslogtreecommitdiffstats
path: root/fs/proc/internal.h
Commit message (Expand)AuthorAgeFilesLines
* proc: use slower rb_first()Alexey Dobriyan2018-04-111-3/+3
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-111-2/+3
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-111-1/+10
* proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-111-1/+1
* proc: randomize "struct pde_opener"Alexey Dobriyan2018-04-111-1/+1
* proc: rearrange argsAlexey Dobriyan2018-02-061-3/+2
* fs/proc/internal.h: fix up commentAlexey Dobriyan2018-02-061-1/+2
* fs/proc/internal.h: rearrange struct proc_dir_entryAlexey Dobriyan2018-02-061-10/+13
* Merge branch 'work.whack-a-mole' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-11-221-1/+1
|\
| * mode_t whack-a-mole: task_dump_owner()Al Viro2017-09-301-1/+1
* | proc: : uninline name_to_int()Alexey Dobriyan2017-11-171-22/+1
|/
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-081-1/+1
* mm: add /proc/pid/smaps_rollupDaniel Colascione2017-09-061-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-021-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/+2
* 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-131-1/+0
|\ \
| * | xenfs: Use proc_create_mount_point() to create /proc/xenSeth Forshee2016-11-171-1/+0
| |/
* | fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-121-0/+1
* | proc: fix type of struct pde_opener::closing fieldAlexey Dobriyan2016-12-121-1/+1
|/
* proc: unsigned file descriptorsAlexey Dobriyan2016-09-271-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-161-1/+1
|\
| * kill proc_ns completelyAl Viro2014-12-101-6/+1
| * bury struct proc_ns in fs/procAl Viro2014-12-041-0/+5
* | fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-101-5/+6
|/
* proc/maps: replace proc_maps_private->pid with "struct inode *inode"Oleg Nesterov2014-10-091-1/+1
* fs/proc/task_mmu.c: shift mm_access() from m_start() to proc_maps_open()Oleg Nesterov2014-10-091-0/+1
* proc: introduce proc_mem_open()Oleg Nesterov2014-10-091-0/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-091-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-081-1/+0
* | proc: make proc_subdir_lock staticAlexey Dobriyan2014-08-081-2/+0
* | proc: add and remove /proc entry create checksAlexey Dobriyan2014-08-081-3/+3
|/
* of: remove /proc/device-treeGrant Likely2014-03-111-7/+0
* 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-011-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