aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-20proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik1-3/+10
2016-01-20ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-10/+11
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-10/+7
2016-01-11Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+15
2016-01-04proc_pid_attr_write(): switch to memdup_user()Al Viro1-10/+7
2015-12-30switch ->get_link() to delayed_call, kill ->put_link()Al Viro1-3/+5
2015-12-18proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King1-0/+1
2015-12-08replace ->follow_link() with new method that could stay in RCU modeAl Viro1-9/+13
2015-11-05mm, oom: add comment for why oom_adj existsDavid Rientjes1-0/+10
2015-10-01fs/proc, core/debug: Don't expose absolute kernel addresses via wchanIngo Molnar1-6/+3
2015-09-10proc: convert to kstrto*()/kstrto*_from_user()Alexey Dobriyan1-49/+21
2015-09-10procfs: always expose /proc/<pid>/map_files/ and make it readableCalvin Owens1-19/+24
2015-07-17/proc/$PID/cmdline: fixup empty ARGV caseAlexey Dobriyan1-0/+5
2015-07-04Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+7
2015-07-04sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=yNaveen N. Rao1-4/+7
2015-06-25fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras1-1/+1
2015-06-25proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan1-9/+196
2015-05-10don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-10new ->follow_link() and ->put_link() calling conventionsAl Viro1-1/+1
2015-04-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-16/+16
2015-04-15proc: remove use of seq_printf return valueJoe Perches1-35/+47
2015-04-15VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells1-16/+16
2014-12-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+53
2014-12-11userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman1-0/+53
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-0/+3
2014-12-10exit: proc: don't try to flush /proc/tgid/task/tgidOleg Nesterov1-0/+3
2014-11-19procfs: get rid of ->f_dentryAl Viro1-2/+2
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-35/+4
2014-10-09proc: introduce proc_mem_open()Oleg Nesterov1-15/+21
2014-10-09proc: Update proc_flush_task_mnt to use d_invalidateEric W. Biederman1-4/+2
2014-10-09vfs: Remove d_drop calls from d_revalidate implementationsEric W. Biederman1-4/+0
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li1-18/+2
2014-09-18cgroup: simplify proc_cgroup_show()Zefan Li1-17/+2
2014-08-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-5/+13
2014-08-08proc: remove INF macroAlexey Dobriyan1-41/+0
2014-08-08proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan1-2/+2
2014-08-08proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan1-8/+10
2014-08-08proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-08proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-08proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan1-5/+6
2014-08-08proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan1-4/+11
2014-08-08proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan1-6/+7
2014-08-08proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan1-15/+12
2014-08-08proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan1-10/+8
2014-08-08proc: more "const char *" pointersAlexey Dobriyan1-4/+4
2014-08-08proc: faster /proc/$PID lookupAlexey Dobriyan1-1/+1
2014-08-08proc: add and remove /proc entry create checksAlexey Dobriyan1-2/+2
2014-08-08proc: constify seq_operationsFabian Frederick1-1/+1
2014-08-04proc: Implement /proc/thread-self to point at the directory of the current threadEric W. Biederman1-5/+10