aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAge
* proc: restrict access to /proc/PID/ioVasiliy Kulikov2011-06-28
* proc_fd_permission() is doesn't need to bail out in RCU modeAl Viro2011-06-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-29
|\
| * arch/tile: more /proc and /sys file supportChris Metcalf2011-05-27
* | proc: put check_mem_permission after __get_free_page in mem_writeKOSAKI Motohiro2011-05-26
* | fs/proc: convert to kstrtoX()Alexey Dobriyan2011-05-26
* | mm: extract exe_file handling from procfsJiri Slaby2011-05-26
* | ns: proc files for namespace naming policy.Eric W. Biederman2011-05-10
|/
* proc: do proper range check on readdir offsetLinus Torvalds2011-04-18
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-03-23
|\
| * deal with races in /proc/*/{syscall,stack,personality}Al Viro2011-03-23
| * proc: enable writing to /proc/pid/memStephen Wilson2011-03-23
| * proc: make check_mem_permission() return an mm_struct on successStephen Wilson2011-03-23
| * proc: hold cred_guard_mutex in check_mem_permission()Stephen Wilson2011-03-23
| * proc: disable mem_write after execStephen Wilson2011-03-23
| * auxv: require the target to be tracable (or yourself)Al Viro2011-03-23
| * close race in /proc/*/environAl Viro2011-03-23
| * report errors in /proc/*/*map* sanelyAl Viro2011-03-23
| * pagemap: close races with suid execveAl Viro2011-03-23
| * make sessionid permissions in /proc/*/task/* match those in /proc/*Al Viro2011-03-23
* | procfs: fix some wrong error code usageJovi Zhang2011-03-23
* | proc: hide kernel addresses via %pK in /proc/<pid>/stackKonstantin Khlebnikov2011-03-23
|/
* /proc/self is never going to be invalidated...Al Viro2011-03-10
* oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj downMandeep Singh Baines2011-01-13
* proc: use single_open() correctlyJovi Zhang2011-01-13
* proc: use seq_puts()/seq_putc() where possibleAlexey Dobriyan2011-01-13
* fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %psJoe Perches2011-01-13
* Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-07
|\
| * fs: provide rcu-walk aware permission i_opsNick Piggin2011-01-07
| * fs: rcu-walk aware d_revalidate methodNick Piggin2011-01-07
| * fs: dcache reduce branches in lookup pathNick Piggin2011-01-07
| * fs: change d_delete semanticsNick Piggin2011-01-07
* | Merge branch 'linus' into sched/coreIngo Molnar2010-12-08
|\|
| * Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman2010-12-05
* | sched: Add 'autogroup' scheduling feature: automated per session task groupsMike Galbraith2010-11-30
|/
* signals: move cred_guard_mutex from task_struct to signal_structKOSAKI Motohiro2010-10-27
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-10-26
|\
| * fs: do not assign default i_ino in new_inodeChristoph Hellwig2010-10-25
| * vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki2010-10-25
* | oom: fix locking for oom_adj and oom_score_adjDavid Rientjes2010-10-26
* | oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes2010-10-26
* | oom: add per-mm oom disable countYing Han2010-10-26
|/
* Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds2010-10-22
|\
| * llseek: automatically add .llseek fopArnd Bergmann2010-10-15
* | proc: make /proc/pid/limits world readableJiri Olsa2010-10-01
|/
* vfs: show unreachable paths in getcwd and procMiklos Szeredi2010-08-11
* vfs: add helpers to get root and pwdMiklos Szeredi2010-08-11
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-08-10
|\
| * remove inode_setattrChristoph Hellwig2010-08-09