aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-06vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> filesLinus Torvalds1-1/+9
2011-08-06oom_ajd: don't use WARN_ONCE, just use printk_onceLinus Torvalds1-1/+1
2011-07-26proc: fix a race in do_io_accounting()Vasiliy Kulikov1-3/+13
2011-07-25oom: make deprecated use of oom_adj more verboseDavid Rientjes1-4/+3
2011-07-22Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+3
2011-07-22Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds1-1/+1
2011-07-20fs: seq_file - add event counter to simplify poll() supportKay Sievers1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to ->permission()Al Viro1-1/+1
2011-07-20->permission() sanitizing: don't pass flags to generic_permission()Al Viro1-1/+1
2011-07-20kill check_acl callback of generic_permission()Al Viro1-1/+1
2011-06-28proc: restrict access to /proc/PID/ioVasiliy Kulikov1-2/+5
2011-06-22ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo1-1/+1
2011-06-20proc_fd_permission() is doesn't need to bail out in RCU modeAl Viro1-5/+1
2011-05-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds1-0/+9
2011-05-27arch/tile: more /proc and /sys file supportChris Metcalf1-0/+9
2011-05-26proc: put check_mem_permission after __get_free_page in mem_writeKOSAKI Motohiro1-7/+9
2011-05-26fs/proc: convert to kstrtoX()Alexey Dobriyan1-8/+8
2011-05-26mm: extract exe_file handling from procfsJiri Slaby1-51/+0
2011-05-10ns: proc files for namespace naming policy.Eric W. Biederman1-11/+9
2011-04-18proc: do proper range check on readdir offsetLinus Torvalds1-2/+7
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-63/+118
2011-03-23procfs: fix some wrong error code usageJovi Zhang1-2/+5
2011-03-23proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov1-1/+1
2011-03-23deal with races in /proc/*/{syscall,stack,personality}Al Viro1-19/+50
2011-03-23proc: enable writing to /proc/pid/memStephen Wilson1-5/+0
2011-03-23proc: make check_mem_permission() return an mm_struct on successStephen Wilson1-24/+34
2011-03-23proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson1-4/+22
2011-03-23proc: disable mem_write after execStephen Wilson1-0/+4
2011-03-23auxv: require the target to be tracable (or yourself)Al Viro1-3/+3
2011-03-23close race in /proc/*/environAl Viro1-6/+4
2011-03-23report errors in /proc/*/*map* sanelyAl Viro1-3/+5
2011-03-23pagemap: close races with suid execveAl Viro1-2/+2
2011-03-23make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro1-1/+1
2011-03-10/proc/self is never going to be invalidated...Al Viro1-30/+0
2011-01-13oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines1-1/+3
2011-01-13proc: use single_open() correctlyJovi Zhang1-26/+3
2011-01-13proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan1-1/+1
2011-01-13fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches1-14/+8
2011-01-07Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npigginLinus Torvalds1-16/+37
2011-01-07fs: provide rcu-walk aware permission i_opsNick Piggin1-2/+4
2011-01-07fs: rcu-walk aware d_revalidate methodNick Piggin1-7/+26
2011-01-07fs: dcache reduce branches in lookup pathNick Piggin1-6/+6
2011-01-07fs: change d_delete semanticsNick Piggin1-1/+1
2010-12-08Merge branch 'linus' into sched/coreIngo Molnar1-1/+1
2010-12-05Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1
2010-11-30sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith1-0/+79
2010-10-27signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro1-4/+4
2010-10-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-0/+4
2010-10-26oom: fix locking for oom_adj and oom_score_adjDavid Rientjes1-19/+21