summaryrefslogtreecommitdiff
path: root/fs/proc/base.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-03switch all procfs directories ->iterate_shared()Al Viro1-10/+10
2016-05-03proc_fill_cache(): switch to d_alloc_parallel()Al Viro1-5/+10
2016-03-18proc/base: make prompt shell start from new line after executing "cat /proc/$...Minfei Huang1-1/+1
2016-03-18procfs: add conditional compilation checkEric Engestrom1-0/+2
2016-03-18proc: add /proc/<pid>/timerslack_ns interfaceJohn Stultz1-0/+67
2016-01-21proc read mm's {arg,env}_{start,end} with mmap semaphore taken.Mateusz Guzik1-3/+10
2016-01-21ptrace: use fsuid, fsgid, effective creds for fs access checksJann Horn1-10/+11
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-10/+7
2016-01-12Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus 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-19proc: fix -ESRCH error when writing to /proc/$pid/coredump_filterColin Ian King1-0/+1
2015-12-09replace ->follow_link() with new method that could stay in RCU modeAl Viro1-9/+13
2015-11-06mm, 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-18/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/k...Linus Torvalds1-4/+7
2015-07-04sched/stat: Expose /proc/pid/schedstat if CONFIG_SCHED_INFO=yNaveen N. Rao1-4/+7
2015-06-26fs, proc: introduce CONFIG_PROC_CHILDRENIago López Galeiras1-1/+1
2015-06-26proc: fix PAGE_SIZE limit of /proc/$PID/cmdlineAlexey Dobriyan1-9/+196
2015-05-11don't pass nameidata to ->follow_link()Al Viro1-2/+2
2015-05-11new ->follow_link() and ->put_link() calling conventionsAl Viro1-1/+1
2015-04-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-16/+16
2015-04-16proc: 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/ebi...Linus Torvalds1-0/+53
2014-12-12userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman1-0/+53
2014-12-11Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds1-0/+3
2014-12-11exit: 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/vir...Linus Torvalds1-8/+2
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-35/+4
2014-10-10proc: 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-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-5/+13
2014-08-09proc: remove INF macroAlexey Dobriyan1-41/+0
2014-08-09proc: convert /proc/$PID/hardwall to seq_file interfaceAlexey Dobriyan1-2/+2
2014-08-09proc: convert /proc/$PID/io to seq_file interfaceAlexey Dobriyan1-8/+10
2014-08-09proc: convert /proc/$PID/oom_score to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-09proc: convert /proc/$PID/schedstat to seq_file interfaceAlexey Dobriyan1-4/+5
2014-08-09proc: convert /proc/$PID/wchan to seq_file interfaceAlexey Dobriyan1-5/+6
2014-08-09proc: convert /proc/$PID/cmdline to seq_file interfaceAlexey Dobriyan1-4/+11
2014-08-09proc: convert /proc/$PID/syscall to seq_file interfaceAlexey Dobriyan1-6/+7
2014-08-09proc: convert /proc/$PID/limits to seq_file interfaceAlexey Dobriyan1-15/+12
2014-08-09proc: convert /proc/$PID/auxv to seq_file interfaceAlexey Dobriyan1-10/+8