summaryrefslogtreecommitdiffstats
path: root/fs/proc/internal.h
Commit message (Expand)AuthorAgeFilesLines
* proc: use "unsigned int" in proc_fill_cache()Alexey Dobriyan2018-06-071-1/+1
* Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-06-051-0/+2
|\
| * proc: Consolidate task->comm formatting into proc_task_name()Tejun Heo2018-05-181-0/+2
* | Merge branch 'work.lookup' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2018-06-041-2/+2
|\ \
| * | procfs: switch instantiate_t to d_splice_alias()Al Viro2018-05-261-1/+1
| * | procfs: get rid of ancient BS in pid_revalidate() usesAl Viro2018-05-221-1/+1
| |/
* | proc: update SIZEOF_PDE_INLINE_NAME for the new pde fieldsChristoph Hellwig2018-05-161-2/+2
* | proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-1/+4
* | proc: introduce proc_create_seq_privateChristoph Hellwig2018-05-161-0/+1
* | proc: introduce proc_create_seq{,_data}Christoph Hellwig2018-05-161-0/+1
* | proc: add a proc_create_reg helperChristoph Hellwig2018-05-161-0/+2
* | proc: simplify proc_register calling conventionsChristoph Hellwig2018-05-161-0/+2
|/
* 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
OpenPOWER on IntegriCloud