summaryrefslogtreecommitdiff
path: root/fs/proc/root.c
Commit message (Expand)AuthorAge
* proc: use slower rb_first()Alexey Dobriyan2018-04-11
* proc: switch struct proc_dir_entry::count to refcountAlexey Dobriyan2018-04-11
* proc: register filesystem lastAlexey Dobriyan2018-04-11
* proc: move "struct proc_dir_entry" into kmem cacheAlexey Dobriyan2018-04-11
* proc: move "struct pde_opener" to kmem cacheAlexey Dobriyan2018-04-11
* proc: move /proc/sysvipc creation to where it belongsAlexey Dobriyan2018-04-11
* Rename superblock flags (MS_xyz -> SB_xyz)Linus Torvalds2017-11-27
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* procfs: use faster rb_first_cached()Davidlohr Bueso2017-09-08
* Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-03-03
|\
| * statx: Add a system call to make enhanced file info availableDavid Howells2017-03-02
* | sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* | sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h>Ingo Molnar2017-03-02
|/
* procfs: use an enum for possible hidepid valuesLafcadio Wluiki2017-02-24
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* fs/proc: calculate /proc/* and /proc/*/task/* nlink at init timeAlexey Dobriyan2016-12-12
* proc: Convert proc_mount to use mount_ns.Eric W. Biederman2016-06-23
* mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-23
* switch all procfs directories ->iterate_shared()Al Viro2016-05-02
* vfs: Commit to never having exectuables on proc and sysfs.Eric W. Biederman2015-07-10
* proc: Allow creating permanently empty directories that serve as mount pointsEric W. Biederman2015-07-01
* mnt: Refactor the logic for mounting sysfs and proc in a user namespaceEric W. Biederman2015-05-13
* VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-15
* fs/proc: use a rb tree for the directory entriesNicolas Dichtel2014-12-10
* Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...Linus Torvalds2014-08-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-09
|\
| * proc: Point /proc/mounts at /proc/thread-self/mounts instead of /proc/self/mo...Eric W. Biederman2014-08-04
| * proc: Implement /proc/thread-self to point at the directory of the current th...Eric W. Biederman2014-08-04
* | proc: faster /proc/$PID lookupAlexey Dobriyan2014-08-08
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-04
|\
| * fs: push sync_filesystem() down to the file system's remount_fs()Theodore Ts'o2014-03-13
* | of: remove /proc/device-treeGrant Likely2014-03-11
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2013-09-07
|\
| * userns: Better restrictions on when proc and sysfs can be mountedEric W. Biederman2013-08-26
| * proc: Restrict mounting the proc filesystemEric W. Biederman2013-08-26
* | proc: return on proc_readdir errorRichard Genoud2013-08-19
|/
* [readdir] convert procfsAl Viro2013-06-29
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * procfs: switch /proc/self away from proc_dir_entryAl Viro2013-04-09
* | userns: Restrict when proc and sysfs can be mountedEric W. Biederman2013-03-27
|/
* userns: Allow unprivilged mounts of proc and sysfsEric W. Biederman2012-11-20
* pidns: Make the pidns proc mount/umount logic obvious.Eric W. Biederman2012-11-19
* pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-19
* procfs: Don't cache a pid in the root inode.Eric W. Biederman2012-11-19
* procfs: Use the proc generic infrastructure for proc/self.Eric W. Biederman2012-11-19
* fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat2012-10-06
* VFS: Pass mount flags to sget()David Howells2012-07-14
* stop passing nameidata to ->lookup()Al Viro2012-07-14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-23
|\
| * userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman2012-05-15