summaryrefslogtreecommitdiffstats
path: root/fs/proc/internal.h
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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/+0
| * proc: Uninline pid_delete_dentry()David Howells2013-05-011-9/+5
| * proc: Delete create_proc_read_entry()David Howells2013-04-291-2/+0
| * 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
* | mm, vmalloc: move get_vmalloc_info() to vmalloc.cJoonsoo Kim2013-04-291-18/+0
|/
* coredump: remove redundant defines for dumpable statesKees Cook2013-02-271-1/+2
* procfs: Use the proc generic infrastructure for proc/self.Eric W. Biederman2012-11-191-0/+1
* hold task->mempolicy while numa_maps scans.KAMEZAWA Hiroyuki2012-10-191-0/+4
* coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1Oleg Nesterov2012-10-061-1/+1
* procfs: Move /proc/pid/fd[info] handling code to fd.[ch]Cyrill Gorcunov2012-09-261-0/+48
* stop passing nameidata to ->lookup()Al Viro2012-07-141-2/+2
* stop passing nameidata * to ->d_revalidate()Al Viro2012-07-141-1/+1
* fs, proc: introduce /proc/<pid>/task/<tid>/children entryCyrill Gorcunov2012-05-311-0/+1
* proc: remove mm_for_maps()Cong Wang2012-05-311-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/sysctlLinus Torvalds2012-03-231-0/+3
|\
| * sysctl: Move the implementation into fs/proc/proc_sysctl.cEric W. Biederman2012-01-241-0/+3
* | procfs: mark thread stack correctly in proc/<pid>/mapsSiddhesh Poyarekar2012-03-211-3/+6
|/
* procfs: parse mount optionsVasiliy Kulikov2012-01-101-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/linux-2.6-nsfdLinus Torvalds2011-05-251-0/+18
|\
| * ns: proc files for namespace naming policy.Eric W. Biederman2011-05-101-0/+18
* | proc: make struct proc_maps_private truly privateStephen Wilson2011-05-251-0/+8
|/
* procfs: kill the global proc_mnt variableOleg Nesterov2011-03-231-1/+0
* proc: ->low_ino cleanupAlexey Dobriyan2011-01-131-1/+1
* proc: use unsigned long inside /proc/*/statmAlexey Dobriyan2011-01-131-1/+2
* proc: rename de_get() to pde_get() and inline itAlexey Dobriyan2009-12-161-4/+6