Fix broken ownership of /proc/sys/ files
[safe/jmp/linux-2.6] / fs / proc /
2008-11-16 Al ViroFix broken ownership of /proc/sys/ files
2008-11-03 Linus TorvaldsMerge branch 'proc-linus' of git://git./linux/kernel...
2008-10-27 Alexey Dobriyanproc: revert /proc/uptime to ->read_proc hook
2008-10-27 Alan CoxSwitch to a valid email address...
2008-10-23 Linus TorvaldsMerge branch 'proc' of git://git./linux/kernel/git...
2008-10-23 Linus TorvaldsMerge git://git./linux/kernel/git/viro/bdev
2008-10-23 Alexey Dobriyanproc: remove fs/proc/proc_misc.c
2008-10-23 Alexey Dobriyanproc: move /proc/vmcore creation to fs/proc/vmcore.c
2008-10-23 Alexey Dobriyanproc: move pagecount stuff to fs/proc/page.c
2008-10-23 Alexey Dobriyanproc: move all /proc/kcore stuff to fs/proc/kcore.c
2008-10-23 Alexey Dobriyanproc: move /proc/schedstat boilerplate to kernel/sched_...
2008-10-23 Alexey Dobriyanproc: move /proc/modules boilerplate to kernel/module.c
2008-10-23 Alexey Dobriyanproc: move /proc/diskstats boilerplate to block/genhd.c
2008-10-23 Alexey Dobriyanproc: move /proc/zoneinfo boilerplate to mm/vmstat.c
2008-10-23 Alexey Dobriyanproc: move /proc/vmstat boilerplate to mm/vmstat.c
2008-10-23 Alexey Dobriyanproc: move /proc/pagetypeinfo boilerplate to mm/vmstat.c
2008-10-23 Alexey Dobriyanproc: move /proc/buddyinfo boilerplate to mm/vmstat.c
2008-10-23 Alexey Dobriyanproc: move /proc/vmallocinfo to mm/vmalloc.c
2008-10-23 Alexey Dobriyanproc: move /proc/slabinfo boilerplate to mm/slub.c...
2008-10-23 Alexey Dobriyanproc: move /proc/slab_allocators boilerplate to mm...
2008-10-23 Alexey Dobriyanproc: move /proc/interrupts boilerplate code to fs...
2008-10-23 Alexey Dobriyanproc: move /proc/stat to fs/proc/stat.c
2008-10-23 Alexey Dobriyanproc: move rest of /proc/partitions code to block/genhd.c
2008-10-23 Alexey Dobriyanproc: move /proc/cpuinfo code to fs/proc/cpuinfo.c
2008-10-23 Alexey Dobriyanproc: move /proc/devices code to fs/proc/devices.c
2008-10-23 Alexey Dobriyanproc: move rest of /proc/locks to fs/locks.c
2008-10-23 Alexey Dobriyanproc: move /proc/kmsg creation to fs/proc/kmsg.c
2008-10-23 Alexey Dobriyanproc: remove remnants of ->read_proc in proc_misc.c
2008-10-23 Alexey Dobriyanproc: move /proc/execdomains to kernel/exec_domain.c
2008-10-23 Alexey Dobriyanproc: switch /proc/cmdline to seq_file
2008-10-23 Alexey Dobriyanproc: move /proc/filesystems to fs/filesystems.c
2008-10-23 Alexey Dobriyanproc: move /proc/stram to m68k-specific code
2008-10-23 Alexey Dobriyanproc: move /proc/hardware to m68k-specific code
2008-10-23 Alexey Dobriyanproc: switch /proc/version to seq_file
2008-10-23 Alexey Dobriyanproc: switch /proc/meminfo to seq_file
2008-10-23 Alexey Dobriyanproc: switch /proc/uptime to seq_file
2008-10-23 Alexey Dobriyanproc: switch /proc/loadavg to seq_file
2008-10-23 Arjan van de Venproc: use WARN() rather than printk+backtrace
2008-10-23 Alexey Dobriyanproc: spread __init
2008-10-23 Alexey Dobriyanproc: proc_init_inodecache() can't fail
2008-10-23 Joe Kortyproc: fix vma display mismatch between /proc/pid/{maps...
2008-10-23 Miklos Szeredi[PATCH] move executable checking into ->permission()
2008-10-23 Christoph Hellwig[PATCH] fix ->llseek for more directories
2008-10-21 Al Viro[PATCH] introduce fmode_t, do annotations
2008-10-20 Linus TorvaldsMerge branch 'genirq-v28-for-linus' of git://git./linux...
2008-10-20 Linus TorvaldsMerge branch 'v28-timers-for-linus' of git://git./linux...
2008-10-20 Simon Hormankdump: add is_vmcore_usable() and vmcore_unusable()
2008-10-20 Vivek Goyalkdump: make elfcorehdr_addr independent of CONFIG_PROC_...
2008-10-20 Nick Pigginvmstat: mlocked pages statistics
2008-10-20 Lee SchermerhornUnevictable LRU Page Statistics
2008-10-20 Rik van Rielvmscan: split LRU lists into anon & file sets
2008-10-20 Thomas GleixnerMerge branches 'timers/clocksource', 'timers/hrtimers...
2008-10-16 Alexey Dobriyanproc: move sysrq-trigger out of fs/proc/
2008-10-16 Thomas Gleixnerproc: fixup irq iterator
2008-10-16 Thomas Gleixnergenirq: remove sparse irq code
2008-10-16 Yinghai Lux86: use 28 bits irq NR for pci msi/msix and ht
2008-10-16 Yinghai Lux86_64: make /proc/interrupts work with dyn irq_desc
2008-10-16 Yinghai Luirq, fs/proc: replace loop with nr_irqs for proc/stat
2008-10-16 Yinghai Lux86: move kstat_irqs from kstat to irq_desc
2008-10-16 Yinghai Lufs/proc: use nr_irqs
2008-10-14 Linus TorvaldsMerge branch 'for-2.6.28' of git://linux-nfs.org/~bfiel...
2008-10-10 Alexey Dobriyanproc: remove kernel.maps_protect
2008-10-10 Alexey Dobriyanproc: remove now unneeded ADDBUF macro
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-10-10 Alexey Dobriyanproc: move PROC_PAGE_MONITOR to fs/proc/Kconfig
2008-10-10 Adrian Bunkproc: make grab_header() static
2008-10-10 Alexey Dobriyanproc: remove unused get_dma_list()
2008-10-10 Alexey Dobriyanproc: remove dummy vmcore_open()
2008-10-10 Alexey Dobriyanproc: proc_sys_root tweak
2008-10-10 Alexey Dobriyanproc: fix return value of proc_reg_open() in "too late...
2008-09-29 Thomas PetazzoniConfigure out file locking features
2008-09-14 Frank Mayhartimers: fix itimer/many thread hang
2008-09-13 Hugh Dickinsmm: ifdef Quicklists in /proc/meminfo
2008-09-13 Alexey Dobriyanproc: more debugging for "already registered" case
2008-09-05 Balbir Singhsched: fix process time monotonicity
2008-09-03 KOSAKI Motohiromm: show quicklist usage in /proc/meminfo
2008-08-25 Alexey Dobriyan[PATCH] proc: inode number fixlet
2008-08-20 Clement Calmels/proc/self/maps doesn't display the real file offset
2008-08-05 Alexander Beregalovproc: fix warnings
2008-08-01 Alexey Dobriyan[PATCH 2/2] proc: switch inode number allocation to IDA
2008-08-01 Alexey Dobriyan[PATCH 1/2] proc: fix inode number bogorithmetic
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-27 Al Viro[PATCH] sanitize proc_sysctl
2008-07-26 Roland McGrath/proc/PID/syscall
2008-07-26 Roland McGrathtracehook: tracehook_tracer_task
2008-07-26 Arjan van de VenUse WARN() in fs/proc/
2008-07-26 Alexey DobriyanSL*B: drop kmem cache argument from constructor
2008-07-25 Andrea Righitask IO accounting: provide distinct tgid/tid I/O stati...
2008-07-25 Alexey Dobriyanproc: move Kconfig to fs/proc/Kconfig
2008-07-25 Alexey Dobriyanproc: remove pathetic remount code
2008-07-25 Alexey Dobriyanproc: always do ->release
2008-07-25 Adrian Bunkmove proc_kmsg_operations to fs/proc/internal.h
2008-07-25 Edgar E. Iglesiaself: use ELF_CORE_EFLAGS for kcore ELF header flags
2008-07-24 Eric Dumazetvmallocinfo: add NUMA information
2008-07-24 Adrian Bunkmm/vmstat.c: proper externs
next