ext3: Don't update superblock write time when filesystem is read-only
[safe/jmp/linux-2.6] / fs / proc /
2009-01-05 Alexey Dobriyanproc: stop using BKL
2008-12-31 Linus TorvaldsMerge branch 'irq-fixes-for-linus-4' of git://git....
2008-12-31 Linus TorvaldsMerge branch 'irq-core-for-linus' of git://git./linux...
2008-12-29 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2008-12-28 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2008-12-26 KOSAKI Motohiroproc: remove ifdef CONFIG_SPARSE_IRQ from stat.c
2008-12-25 Ingo MolnarMerge branches 'irq/sparseirq', 'irq/genirq' and 'irq...
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-17 Ingo MolnarMerge branch 'irq/sparseirq' into cpus4096
2008-12-16 KOSAKI Motohiroproc: enclose desc variable of show_stat() in CONFIG_SP...
2008-12-16 Anton Vorontsovpowerpc: Remove `have_of' global variable
2008-12-12 Ingo MolnarMerge branches 'irq/sparseirq', 'x86/quirks' and 'x86...
2008-12-10 Hugh DickinsKSYM_SYMBOL_LEN fixes
2008-12-10 Matt Mackallpagemap: fix 32-bit pagemap regression
2008-12-09 Yinghai Lusparseirq: fix Alpha build failure
2008-12-08 Yinghai Lusparse irq_desc[] array: core kernel and x86 changes
2008-11-18 James MorrisMerge branch 'master' into next
2008-11-16 Al ViroFix broken ownership of /proc/sys/ files
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-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
next