constify dentry_operations: procfs
[safe/jmp/linux-2.6] / fs / proc / base.c
2009-03-27 Al Viroconstify dentry_operations: procfs
2009-03-17 Linus TorvaldsAvoid 64-bit "switch()" statements on 32-bit architectures
2009-03-16 Zhang Lefilp->f_pos not correctly updated in proc_task_readdir
2009-01-07 Linus TorvaldsMerge branch 'proc-linus' of git://git./linux/kernel...
2009-01-05 Al Virozero i_uid/i_gid on inode allocation
2009-01-05 WANG Congproc: remove write-only variable in proc_pident_lookup()
2009-01-05 Hannes Ederproc: fix sparse warning
2009-01-05 Ken Chenproc: add /proc/*/stack
2009-01-05 Alexey Dobriyanproc: remove '##' usage
2009-01-05 Alexey Dobriyanproc: remove useless WARN_ONs
2008-12-28 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2008-12-25 James MorrisMerge branch 'next' into for-linus
2008-12-22 Ingo Molnarsched: fix warning in fs/proc/base.c
2008-12-18 Ken Chenschedstat: consolidate per-task cpu runtime stats
2008-12-10 Hugh DickinsKSYM_SYMBOL_LEN fixes
2008-11-13 David HowellsCRED: Use RCU to access another task's creds and to...
2008-11-13 David HowellsCRED: Separate task security context from task_struct
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-10 Alexey Dobriyanproc: remove kernel.maps_protect
2008-10-10 Kees Cook[PATCH] proc: show personality via /proc/pid/personality
2008-10-10 Lai Jiangshan[PATCH] signal, procfs: some lock_task_sighand() users...
2008-08-05 Alexander Beregalovproc: fix warnings
2008-07-27 Andrea Righitask IO accounting: move all IO statistics in struct...
2008-07-27 Andrea Righitask IO accounting: improve code readability
2008-07-27 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-27 Andrea Righitask IO accounting: correctly account threads IO statistics
2008-07-27 Al Viro[PATCH] sanitize ->permission() prototype
2008-07-26 Roland McGrath/proc/PID/syscall
2008-07-26 Roland McGrathtracehook: tracehook_tracer_task
2008-07-25 Andrea Righitask IO accounting: provide distinct tgid/tid I/O stati...
2008-07-14 Stephen SmalleySecurity: split proc ptrace checking into read vs....
2008-06-06 Vegard Nossumproc: calculate the correct /proc/<pid> link count
2008-05-17 Steve Grubb[PATCH] open sessionid permissions
2008-05-01 Al Viro[PATCH] split linux/file.h
2008-04-29 Roland McGrathprocfs: mem permission cleanup
2008-04-29 Matt Helsleyprocfs task exe symlink
2008-04-23 Ram Pai[patch 6/7] vfs: mountinfo: add /proc/<pid>/mountinfo
2008-04-23 Miklos Szeredi[patch 5/7] vfs: mountinfo: allow using process root
2008-04-22 Al Viro[PATCH] proc_readfd_common() race fix
2008-03-21 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-03-20 Andre Noll[NET]: Fix permissions of /proc/net
2008-03-18 Eric Paris[PATCH] export sessionid alongside the loginuid in...
2008-03-12 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net-2.6
2008-03-12 Andrew Mortonnet: fix build with CONFIG_NET=n
2008-03-07 Pavel Emelyanov[NET]: Make /proc/net a symlink on /proc/self/net (v3)
2008-02-25 Hiroshi Shimamotolatencytop: change /proc task_struct access method
2008-02-25 Hiroshi Shimamotolatencytop: fix memory leak on latency proc file
2008-02-25 Hiroshi Shimamotolatencytop: fix kernel panic while reading latency...
2008-02-24 Eugene Teoproc: add RLIMIT_RTTIME to /proc/<pid>/limits
2008-02-15 Jan Blunckd_path: Make d_path() use a struct path
2008-02-15 Jan Blunckd_path: Make proc_get_link() use a struct path argument
2008-02-15 Jan BlunckUse struct path in fs_struct
2008-02-15 Jan BlunckIntroduce path_put()
2008-02-15 Jan BlunckEmbed a struct path into struct nameidata instead of...
2008-02-08 Andrew Mortonrevert "proc: fix the threaded proc self"
2008-02-08 Jan Engelhardtprocfs: constify function pointer tables
2008-02-08 Eric W. Biedermanproc: fix the threaded /proc/self
2008-02-08 Eric W. Biedermanproc: proper pidns handling for /proc/self
2008-02-08 Eric W. Biedermanproc: seqfile convert proc_pid_status to properly handl...
2008-02-08 Eric W. Biedermanseqfile convert proc_pid_statm
2008-02-08 Eric W. Biedermanproc: rewrite do_task_stat to correctly handle pid...
2008-02-08 Eric W. Biedermanproc: implement proc_single_file_operations
2008-02-05 Andrea ArcangeliFix /proc dcache deadlock in do_exit
2008-02-05 Matt Mackallmaps4: make page monitoring /proc file optional
2008-02-05 Matt Mackallmaps4: add /proc/pid/pagemap interface
2008-02-05 Matt Mackallmaps4: move clear_refs code to task_mmu.c
2008-02-01 Al Viro[PATCH] switch audit_get_loginuid() to task_struct *
2008-02-01 Linus TorvaldsMerge branch 'task_killable' of git://git./linux/kernel...
2008-01-25 Arjan van de Vensched: latencytop support
2008-01-02 Al Virorestrict reading from /proc/<pid>/maps to those who...
2007-12-06 Matthew Wilcoxproc/base.c: Use task_is_*
2007-11-29 Eric W. Biedermanproc: remove races from proc_id_readdir()
2007-11-15 Eric W. Biedermanproc: simplify and correct proc_flush_task
2007-10-23 Randy Dunlapprocfs: fix kernel-doc param warnings
2007-10-19 Pavel EmelyanovRemove unused variables from fs/proc/base.c
2007-10-19 Neil Hormanproc: export a processes resource limits via /proc/pid
2007-10-19 Pavel EmelyanovIsolate some explicit usage of task->tgid
2007-10-19 Pavel Emelyanovpid namespaces: changes to show virtual ids to user
2007-10-19 Pavel Emelyanovpid namespaces: initialize the namespace's proc_mnt
2007-10-19 Pavel Emelyanovpid namespaces: make proc_flush_task() actually from...
2007-10-19 Pavel Emelyanovpid namespaces: helpers to find the task by its numeric...
2007-10-19 Pavel Emelyanovpid namespaces: prepare proc_flust_task() to flush...
2007-10-19 Pavel EmelyanovMake access to task's nsproxy lighter
2007-10-19 Paul MenageTask Control Groups: make cpusets a client of cgroups
2007-10-19 Paul MenageTask Control Groups: add procfs interface
2007-10-17 James PearsonDon't truncate /proc/PID/environ at 4096 characters
2007-10-17 Mathieu DesnoyersFix f_version type: should be u64 instead of unsigned...
2007-10-16 Mel GormanGroup short-lived and reclaimable kernel allocations
2007-10-15 Ingo Molnarsched: clean up schedstats, cnt -> count
2007-07-31 Alexey DobriyanFix leaks on /proc/{*/sched,sched_debug,timer_list...
2007-07-19 Kawai, Hidehirocoredump masking: add an interface for core dump filter
2007-07-19 Kawai, Hidehirocoredump masking: reimplementation of dumpable using...
2007-07-17 Tejun Heokallsyms: make KSYM_NAME_LEN include space for trailing...
2007-07-16 Andrea Arcangelimove seccomp from /proc to a prctl
2007-07-16 Alexey Dobriyan/proc/*/environ: wrong placing of ptrace_may_attach...
2007-07-09 Ingo Molnarsched: scheduler debugging, core
2007-07-09 Balbir Singhsched: update delay-accounting to use CFS's precise...
2007-05-09 David Rientjessmaps: only define clear_refs for CONFIG_MMU
2007-05-08 Akinobu Mitaprocfs: use simple_read_from_buffer()
2007-05-08 John JohansenRemove redundant check from proc_setattr()
next