proc: move fd symlink i_mode calculations into tid_fd_revalidate()
[linux-flexiantxendom0-3.2.10.git] / fs / proc / base.c
2012-05-18 Linus Torvaldsproc: move fd symlink i_mode calculations into tid_fd_r...
2012-03-30 Linus TorvaldsMerge branch 'x86-x32-for-linus' of git://git./linux...
2012-03-22 Siddhesh Poyarekarprocfs: mark thread stack correctly in proc/<pid>/maps
2012-03-02 Hiroshi Shimamotosched: Clean up parameter passing of proc_sched_autogro...
2012-02-19 David HowellsWrap accesses to the fd_sets in struct fdtable
2012-02-02 Christopher YeohFix race in process_vm_rw_core
2012-02-01 Oleg Nesterovproc: make sure mem_open() doesn't pin the target's...
2012-02-01 Oleg Nesterovproc: unify mem_read() and mem_write()
2012-02-01 Oleg Nesterovproc: mem_release() should check mm != NULL
2012-01-18 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-01-17 Linus Torvaldsproc: clean up and fix /proc/<pid>/mem handling
2012-01-17 Eric Parisaudit: only allow tasks to set their loginuid if it...
2012-01-17 Eric Parisaudit: remove task argument to audit_set_loginuid
2012-01-13 Xiaotian Fengproc: fix null pointer deref in proc_pid_permission()
2012-01-11 Vasiliy Kulikovprocfs: add hidepid= and gid= mount options
2012-01-11 Pavel Emelyanovprocfs: introduce the /proc/<pid>/map_files/ directory
2012-01-11 Cyrill Gorcunovprocfs: make proc_get_link to use dentry instead of...
2012-01-11 KAMEZAWA Hiroyukitracepoint: add tracepoints for debugging oom_score_adj
2012-01-07 Al ViroMerge branches 'vfsmount-guts', 'umode_t' and 'partitio...
2012-01-04 Al Virovfs: take /proc/*/mounts and friends to fs/proc_namespace.c
2012-01-04 Al Viroswitch procfs to umode_t use
2011-11-09 Linus TorvaldsRevert "proc: fix races against execve() of /proc/PID...
2011-11-02 Linus TorvaldsMerge branch 'akpm' (Andrew's incoming - part two)
2011-11-02 Vasiliy Kulikovproc: fix races against execve() of /proc/PID/fd**
2011-11-02 Miklos Szeredifilesystems: add set_nlink()
2011-11-01 David Rientjesoom: remove oom_disable_count
2011-08-06 Linus Torvaldsvfs: show O_CLOEXE bit properly in /proc/<pid>/fdinfo...
2011-08-06 Linus Torvaldsoom_ajd: don't use WARN_ONCE, just use printk_once
2011-07-26 Vasiliy Kulikovproc: fix a race in do_io_accounting()
2011-07-26 David Rientjesoom: make deprecated use of oom_adj more verbose
2011-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-07-22 Linus TorvaldsMerge branch 'ptrace' of git://git./linux/kernel/git...
2011-07-21 Kay Sieversfs: seq_file - add event counter to simplify poll(...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to ->permis...
2011-07-20 Al Viro->permission() sanitizing: don't pass flags to generic_...
2011-07-20 Al Virokill check_acl callback of generic_permission()
2011-06-28 Vasiliy Kulikovproc: restrict access to /proc/PID/io
2011-06-22 Tejun Heoptrace: s/tracehook_tracer_task()/ptrace_parent()/
2011-06-20 Al Viroproc_fd_permission() is doesn't need to bail out in...
2011-05-29 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2011-05-27 Chris Metcalfarch/tile: more /proc and /sys file support
2011-05-27 KOSAKI Motohiroproc: put check_mem_permission after __get_free_page...
2011-05-27 Alexey Dobriyanfs/proc: convert to kstrtoX()
2011-05-27 Jiri Slabymm: extract exe_file handling from procfs
2011-05-10 Eric W. Biedermanns: proc files for namespace naming policy.
2011-04-18 Linus Torvaldsproc: do proper range check on readdir offset
2011-03-31 Lucas De MarchiFix common misspellings
2011-03-24 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2011-03-24 Jovi Zhangprocfs: fix some wrong error code usage
2011-03-24 Konstantin Khlebnikovproc: hide kernel addresses via %pK in /proc/<pid>...
2011-03-23 Al Virodeal with races in /proc/*/{syscall,stack,personality}
2011-03-23 Stephen Wilsonproc: enable writing to /proc/pid/mem
2011-03-23 Stephen Wilsonproc: make check_mem_permission() return an mm_struct...
2011-03-23 Stephen Wilsonproc: hold cred_guard_mutex in check_mem_permission()
2011-03-23 Stephen Wilsonproc: disable mem_write after exec
2011-03-23 Al Viroauxv: require the target to be tracable (or yourself)
2011-03-23 Al Viroclose race in /proc/*/environ
2011-03-23 Al Viroreport errors in /proc/*/*map* sanely
2011-03-23 Al Viropagemap: close races with suid execve
2011-03-23 Al Viromake sessionid permissions in /proc/*/task/* match...
2011-03-10 Al Viro/proc/self is never going to be invalidated...
2011-01-14 Mandeep Singh Bainesoom: allow a non-CAP_SYS_RESOURCE proces to oom_score_a...
2011-01-13 Jovi Zhangproc: use single_open() correctly
2011-01-13 Alexey Dobriyanproc: use seq_puts()/seq_putc() where possible
2011-01-13 Joe Perchesfs/proc/base.c, kernel/latencytop.c: convert sprintf_sy...
2011-01-07 Linus TorvaldsMerge branch 'vfs-scale-working' of git://git./linux...
2011-01-07 Nick Pigginfs: provide rcu-walk aware permission i_ops
2011-01-07 Nick Pigginfs: rcu-walk aware d_revalidate method
2011-01-07 Nick Pigginfs: dcache reduce branches in lookup path
2011-01-07 Nick Pigginfs: change d_delete semantics
2010-12-08 Ingo MolnarMerge branch 'linus' into sched/core
2010-12-06 Eric W. BiedermanRevert "vfs: show unreachable paths in getcwd and proc"
2010-11-30 Mike Galbraithsched: Add 'autogroup' scheduling feature: automated...
2010-10-28 KOSAKI Motohirosignals: move cred_guard_mutex from task_struct to...
2010-10-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-10-26 David Rientjesoom: fix locking for oom_adj and oom_score_adj
2010-10-26 David Rientjesoom: rewrite error handling for oom_adj and oom_score_a...
2010-10-26 Ying Hanoom: add per-mm oom disable count
2010-10-26 Christoph Hellwigfs: do not assign default i_ino in new_inode
2010-10-26 KAMEZAWA Hiroyukivfs: introduce FMODE_UNSIGNED_OFFSET for allowing negat...
2010-10-22 Linus TorvaldsMerge branch 'llseek' of git://git./linux/kernel/git...
2010-10-15 Arnd Bergmannllseek: automatically add .llseek fop
2010-10-01 Jiri Olsaproc: make /proc/pid/limits world readable
2010-08-11 Miklos Szeredivfs: show unreachable paths in getcwd and proc
2010-08-11 Miklos Szeredivfs: add helpers to get root and pwd
2010-08-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2010-08-10 David Rientjesoom: deprecate oom_adj tunable
2010-08-10 David Rientjesoom: badness heuristic rewrite
2010-08-10 Andrew Mortonoom: move badness() declaration into oom.h
2010-08-10 KOSAKI Motohirooom: /proc/<pid>/oom_score treat kernel thread honestly
2010-08-09 Christoph Hellwigremove inode_setattr
2010-05-27 Dan Carpenterproc: cleanup: remove unused assignments
2010-05-27 Oleg Nesterovproc: get_nr_threads() doesn't need ->siglock any longer
2010-05-20 Linus TorvaldsMerge branch 'bkl/procfs' of git://git./linux/kernel...
2010-04-27 Jerome Marchandprocfs: fix tid fdinfo
2010-04-09 Arnd Bergmannprocfs: Kill BKL in llseek on proc base
2010-04-05 Tejun HeoMerge branch 'master' into export-slabh
2010-04-01 Oleg Nesterovoom: fix the unsafe usage of badness() in proc_oom_score()
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-04 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
next