summaryrefslogtreecommitdiffstats
path: root/fs/proc/root.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-4/+3Star
|\
| * procfs: set ->user_ns before calling ->get_tree()Al Viro2019-05-261-4/+3Star
* | fanotify: Disallow permission events for proc filesystemJan Kara2019-05-281-1/+1
|/
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-62/+174
|\
| * proc: Add fs_context support to procfsDavid Howells2019-02-281-66/+129
| * procfs: Move proc_fill_super() to fs/proc/root.cDavid Howells2019-02-281-1/+50
* | proc: remove unused argument in proc_pid_lookup()Zhikang Zhang2019-03-061-1/+1
|/
* proc: Make inline name size calculation automaticDavid Howells2018-06-151-2/+1Star
* proc: use slower rb_first()Alexey Dobriyan2018-04-111-1/+1
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-111-1/+1
* proc: register filesystem lastAlexey Dobriyan2018-04-111-6/+2Star
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-111-1/+2
* proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-111-1/+1
* proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-111-4/+0Star
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-271-1/+1
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-091-1/+1
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-031-3/+3
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-031-3/+3
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-021-0/+1
|/
* procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-251-1/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-131-0/+1
* proc: Convert proc_mount to use mount_ns.Eric W. Biederman2016-06-231-48/+4Star
* mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-231-1/+1
* switch all procfs directories ->iterate_shared()Al Viro2016-05-031-2/+2
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-101-0/+2
* proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman2015-07-011-2/+2
* mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-05-141-4/+1Star
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-151-1/+1
* fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-111-0/+1
* Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...Linus Torvalds2014-08-111-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-101-1/+4
|\
| * proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mo...Eric W. Biederman2014-08-041-1/+1
| * proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman2014-08-041-0/+3
* | proc: faster /proc/$PID lookupAlexey Dobriyan2014-08-091-2/+2
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-051-0/+2
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-131-0/+2
* | of: remove /proc/device-treeGrant Likely2014-03-111-3/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-071-1/+5
|\
| * userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-271-2/+5
| * proc: Restrict mounting the proc filesystemEric W. Biederman2013-08-261-1/+2
* | proc: return on proc_readdir errorRichard Genoud2013-08-191-1/+3
|/
* [readdir] convert procfsAl Viro2013-06-291-13/+6Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-0/+2
|\
| * procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-091-0/+2
* | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-271-0/+4
|/
* userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman2012-11-201-0/+1
* pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-191-5/+0Star