aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-10-26oom: rewrite error handling for oom_adj and oom_score_adj tunablesDavid Rientjes1-35/+48
2010-10-26oom: add per-mm oom disable countYing Han1-0/+30
2010-10-25fs: do not assign default i_ino in new_inodeChristoph Hellwig1-0/+2
2010-10-25vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_posKAMEZAWA Hiroyuki1-0/+2
2010-10-22Merge branch 'llseek' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/bklLinus Torvalds1-0/+8
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+8
2010-10-01proc: make /proc/pid/limits world readableJiri Olsa1-2/+2
2010-08-11vfs: show unreachable paths in getcwd and procMiklos Szeredi1-1/+1
2010-08-11vfs: add helpers to get root and pwdMiklos Szeredi1-11/+11
2010-08-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-3/+13
2010-08-09oom: deprecate oom_adj tunableDavid Rientjes1-0/+8
2010-08-09oom: badness heuristic rewriteDavid Rientjes1-4/+90
2010-08-09oom: move badness() declaration into oom.hAndrew Morton1-3/+0
2010-08-09oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro1-2/+3
2010-08-09remove inode_setattrChristoph Hellwig1-3/+13
2010-05-27proc: cleanup: remove unused assignmentsDan Carpenter1-2/+2
2010-05-27proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov1-12/+0
2010-05-19Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracingLinus Torvalds1-1/+9
2010-04-27procfs: fix tid fdinfoJerome Marchand1-1/+1
2010-04-09procfs: Kill BKL in llseek on proc baseArnd Bergmann1-1/+9
2010-04-05Merge branch 'master' into export-slabhTejun Heo1-2/+3
2010-04-01oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6Linus Torvalds1-8/+2
2010-03-03take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro1-8/+2
2010-02-25vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney1-1/+5
2010-02-19Switch proc/self to nd_set_link()Al Viro1-5/+19
2010-01-14fix autofs/afs/etc. magic mountpoint breakageAl Viro1-1/+0
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-2/+2
2009-12-15procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz1-0/+68
2009-11-12pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu1-2/+1
2009-09-23fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li1-6/+5
2009-09-23proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov1-7/+3
2009-09-23proc: fix reported unit for RLIMIT_CPUKees Cook1-1/+1
2009-09-22oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro1-8/+10