aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc/base.c
Commit message (Expand)AuthorAge
* 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
* | oom: deprecate oom_adj tunableDavid Rientjes2010-08-09
* | oom: badness heuristic rewriteDavid Rientjes2010-08-09
* | oom: move badness() declaration into oom.hAndrew Morton2010-08-09
* | oom: /proc/<pid>/oom_score treat kernel thread honestlyKOSAKI Motohiro2010-08-09
|/
* proc: cleanup: remove unused assignmentsDan Carpenter2010-05-27
* proc: get_nr_threads() doesn't need ->siglock any longerOleg Nesterov2010-05-27
* Merge branch 'bkl/procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Linus Torvalds2010-05-19
|\
| * procfs: Kill BKL in llseek on proc baseArnd Bergmann2010-04-09
* | procfs: fix tid fdinfoJerome Marchand2010-04-27
* | Merge branch 'master' into export-slabhTejun Heo2010-04-04
|\ \
| * | oom: fix the unsafe usage of badness() in proc_oom_score()Oleg Nesterov2010-04-01
| |/
* / include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-03-04
|\
| * take check for new events in namespace (guts of mounts_poll()) to namespace.cAl Viro2010-03-03
* | vfs: Apply lockdep-based checking to rcu_dereference() usesPaul E. McKenney2010-02-25
|/
* Switch proc/self to nd_set_link()Al Viro2010-02-19
* fix autofs/afs/etc. magic mountpoint breakageAl Viro2010-01-14
* elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-16
* procfs: allow threads to rename siblings via /proc/pid/tasks/tid/commjohn stultz2009-12-15
* pidns: fix a leak in /proc dentries and inodes with pid namespaces.Sukadev Bhattiprolu2009-11-12
* fs/proc/base.c: fix proc_fault_inject_write() input sanity checkVincent Li2009-09-23
* proc_flush_task: flush /proc/tid/task/pid when a sub-thread exitsOleg Nesterov2009-09-23
* proc: fix reported unit for RLIMIT_CPUKees Cook2009-09-23
* oom: fix oom_adjust_write() input sanity checkKOSAKI Motohiro2009-09-22