summaryrefslogtreecommitdiffstats
path: root/fs/proc/root.c
Commit message (Expand)AuthorAgeFilesLines
* proc: Convert proc_mount to use mount_ns.Eric W. Biederman2016-06-231-48/+4
* mnt: Refactor fs_fully_visible into mount_too_revealingEric W. Biederman2016-06-231-1/+1
* switch all procfs directories ->iterate_shared()Al Viro2016-05-021-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-131-4/+1
* 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-101-0/+1
* Revert "proc: Point /proc/{mounts,net} at /proc/thread-self/{mounts,net} inst...Linus Torvalds2014-08-101-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2014-08-091-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-081-2/+2
|/
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-04-041-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/+0
|/
* 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-261-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/+6
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-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/+0
* pidns: Use task_active_pid_ns where appropriateEric W. Biederman2012-11-191-1/+1
* procfs: Don't cache a pid in the root inode.Eric W. Biederman2012-11-191-8/+0
* procfs: Use the proc generic infrastructure for proc/self.Eric W. Biederman2012-11-191-0/+1
* fs/proc/root.c: use NULL instead of 0 for pointerSachin Kamat2012-10-061-1/+1
* VFS: Pass mount flags to sget()David Howells2012-07-141-2/+1
* stop passing nameidata to ->lookup()Al Viro2012-07-141-4/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-1/+1
|\
| * userns: Convert proc to use kuid/kgid where appropriateEric W. Biederman2012-05-151-1/+1
* | proc: fix mount -t proc -o AAAVasiliy Kulikov2012-04-051-4/+5
|/
* procfs: add hidepid= and gid= mount optionsVasiliy Kulikov2012-01-101-3/+18
* procfs: parse mount optionsVasiliy Kulikov2012-01-101-2/+53
* procfs: fix a vfsmount longterm reference leakAl Viro2011-12-091-5/+3
* proc: make struct proc_dir_entry::name a terminal array rather than a pointerDavid Howells2011-07-271-1/+1
* fix leak in proc_set_super()Al Viro2011-06-121-5/+6
* procfs: kill the global proc_mnt variableOleg Nesterov2011-03-231-3/+4
* pidns: call pid_ns_prepare_proc() from create_pid_namespace()Eric W. Biederman2011-03-231-18/+7
* switch procfs to ->mount()Al Viro2010-10-291-7/+6
* setting ->proc_mnt doesn't belong in proc_get_sb()Al Viro2010-10-291-1/+2
* llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
* proc: cleanup: remove unused assignmentsDan Carpenter2010-05-271-1/+0
* some clean up in fs/procHelight.Xu2010-03-031-6/+0
* Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
* vfs: simple_set_mnt() should return voidSukadev Bhattiprolu2009-03-271-1/+2
* proc: stop using BKLAlexey Dobriyan2009-01-051-7/+1