Commit Graph

296 Commits (f78d32e79ea3218da34e78ccca4eb4de14f2512d)

Author SHA1 Message Date
Linus Torvalds 1117f72ea0 vfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo/<fd> files 14 years ago
Linus Torvalds c21427043d oom_ajd: don't use WARN_ONCE, just use printk_once 14 years ago
Vasiliy Kulikov 293eb1e777 proc: fix a race in do_io_accounting() 14 years ago
David Rientjes be8f684d73 oom: make deprecated use of oom_adj more verbose 14 years ago
Kay Sievers f15146380d fs: seq_file - add event counter to simplify poll() support 14 years ago
Al Viro 10556cb21a ->permission() sanitizing: don't pass flags to ->permission() 14 years ago
Al Viro 2830ba7f34 ->permission() sanitizing: don't pass flags to generic_permission() 14 years ago
Al Viro 178ea73521 kill check_acl callback of generic_permission() 14 years ago
Vasiliy Kulikov 1d1221f375 proc: restrict access to /proc/PID/io 14 years ago
Tejun Heo 06d984737b ptrace: s/tracehook_tracer_task()/ptrace_parent()/ 14 years ago
Al Viro cf12791116 proc_fd_permission() is doesn't need to bail out in RCU mode 14 years ago
Chris Metcalf f133ecca9c arch/tile: more /proc and /sys file support 14 years ago
KOSAKI Motohiro 30cd890391 proc: put check_mem_permission after __get_free_page in mem_write 14 years ago
Alexey Dobriyan 0a8cb8e341 fs/proc: convert to kstrtoX() 14 years ago
Jiri Slaby 3864601387 mm: extract exe_file handling from procfs 14 years ago
Eric W. Biederman 6b4e306aa3 ns: proc files for namespace naming policy. 14 years ago
Linus Torvalds d8bdc59f21 proc: do proper range check on readdir offset 14 years ago
Lucas De Marchi 25985edced Fix common misspellings 14 years ago
Jovi Zhang fc3d8767b2 procfs: fix some wrong error code usage 14 years ago
Konstantin Khlebnikov 51e031496d proc: hide kernel addresses via %pK in /proc/<pid>/stack 14 years ago
Al Viro a9712bc12c deal with races in /proc/*/{syscall,stack,personality} 14 years ago
Stephen Wilson 198214a7ee proc: enable writing to /proc/pid/mem 14 years ago
Stephen Wilson 8b0db9db19 proc: make check_mem_permission() return an mm_struct on success 14 years ago
Stephen Wilson 18f661bcf8 proc: hold cred_guard_mutex in check_mem_permission() 14 years ago
Stephen Wilson 26947f8c8f proc: disable mem_write after exec 14 years ago
Al Viro 2fadaef412 auxv: require the target to be tracable (or yourself) 14 years ago
Al Viro d6f64b89d7 close race in /proc/*/environ 14 years ago
Al Viro ec6fd8a435 report errors in /proc/*/*map* sanely 14 years ago
Al Viro ca6b0bf0e0 pagemap: close races with suid execve 14 years ago
Al Viro 26ec3c646e make sessionid permissions in /proc/*/task/* match those in /proc/* 14 years ago
Al Viro ae50adcb0a /proc/self is never going to be invalidated... 14 years ago
Mandeep Singh Baines dabb16f639 oom: allow a non-CAP_SYS_RESOURCE proces to oom_score_adj down 14 years ago
Jovi Zhang c6a3405846 proc: use single_open() correctly 14 years ago
Alexey Dobriyan 9d6de12f70 proc: use seq_puts()/seq_putc() where possible 14 years ago
Joe Perches 34e49d4f63 fs/proc/base.c, kernel/latencytop.c: convert sprintf_symbol() to %ps 14 years ago
Nick Piggin b74c79e993 fs: provide rcu-walk aware permission i_ops 14 years ago
Nick Piggin 34286d6662 fs: rcu-walk aware d_revalidate method 14 years ago
Nick Piggin fb045adb99 fs: dcache reduce branches in lookup path 14 years ago
Nick Piggin fe15ce446b fs: change d_delete semantics 14 years ago
Eric W. Biederman 7b2a69ba70 Revert "vfs: show unreachable paths in getcwd and proc" 14 years ago
Mike Galbraith 5091faa449 sched: Add 'autogroup' scheduling feature: automated per session task groups 14 years ago
KOSAKI Motohiro 9b1bf12d5d signals: move cred_guard_mutex from task_struct to signal_struct 15 years ago
David Rientjes d19d5476f4 oom: fix locking for oom_adj and oom_score_adj 15 years ago
David Rientjes 723548bff1 oom: rewrite error handling for oom_adj and oom_score_adj tunables 15 years ago
Ying Han 3d5992d2ac oom: add per-mm oom disable count 15 years ago
Christoph Hellwig 85fe4025c6 fs: do not assign default i_ino in new_inode 15 years ago
KAMEZAWA Hiroyuki 4a3956c790 vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos 15 years ago
Arnd Bergmann 6038f373a3 llseek: automatically add .llseek fop 15 years ago
Jiri Olsa 3036e7b490 proc: make /proc/pid/limits world readable 15 years ago
Miklos Szeredi 8df9d1a414 vfs: show unreachable paths in getcwd and proc 15 years ago