aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2008-10-23proc: move /proc/slab_allocators boilerplate to mm/slab.cAlexey Dobriyan
2008-10-23proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.cAlexey Dobriyan
2008-10-23proc: move /proc/stat to fs/proc/stat.cAlexey Dobriyan
2008-10-23proc: move rest of /proc/partitions code to block/genhd.cAlexey Dobriyan
2008-10-23proc: move /proc/cpuinfo code to fs/proc/cpuinfo.cAlexey Dobriyan
2008-10-23proc: move /proc/devices code to fs/proc/devices.cAlexey Dobriyan
2008-10-23proc: move rest of /proc/locks to fs/locks.cAlexey Dobriyan
2008-10-23proc: move /proc/kmsg creation to fs/proc/kmsg.cAlexey Dobriyan
2008-10-23proc: remove remnants of ->read_proc in proc_misc.cAlexey Dobriyan
2008-10-23proc: move /proc/execdomains to kernel/exec_domain.cAlexey Dobriyan
2008-10-23proc: switch /proc/cmdline to seq_fileAlexey Dobriyan
2008-10-23proc: move /proc/filesystems to fs/filesystems.cAlexey Dobriyan
2008-10-23proc: move /proc/stram to m68k-specific codeAlexey Dobriyan
2008-10-23proc: move /proc/hardware to m68k-specific codeAlexey Dobriyan
2008-10-23proc: switch /proc/version to seq_fileAlexey Dobriyan
2008-10-23proc: switch /proc/meminfo to seq_fileAlexey Dobriyan
2008-10-23proc: switch /proc/uptime to seq_fileAlexey Dobriyan
2008-10-23proc: switch /proc/loadavg to seq_fileAlexey Dobriyan
2008-10-23proc: use WARN() rather than printk+backtraceArjan van de Ven
2008-10-23proc: spread __initAlexey Dobriyan
2008-10-23proc: proc_init_inodecache() can't failAlexey Dobriyan
2008-10-23proc: fix vma display mismatch between /proc/pid/{maps,smaps}Joe Korty
2008-10-20binfmt_elf_fdpic: Update for cputime changes.Paul Mundt
2008-10-20Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-10-20Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2008-10-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds
2008-10-20fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 outAlexey Dobriyan
2008-10-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric...Linus Torvalds
2008-10-20Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds
2008-10-20Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6Linus Torvalds
2008-10-20Merge git://git.infradead.org/mtd-2.6Linus Torvalds
2008-10-20fs/Kconfig: move CIFS outAlexey Dobriyan
2008-10-20kdump: add is_vmcore_usable() and vmcore_unusable()Simon Horman
2008-10-20kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCOREVivek Goyal
2008-10-20add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERSRoland McGrath
2008-10-20coredump: format_corename: don't append .%pid if multi-threadedOleg Nesterov
2008-10-20seq_file: add seq_cpumask_list(), seq_nodemask_list()Lai Jiangshan
2008-10-20seq_file: don't call bitmap_scnprintf_len()Lai Jiangshan
2008-10-20hfsplus: fix possible deadlock when handling corrupted extentsEric Sesterhenn
2008-10-20hfsplus: missing O_LARGEFILE checkAlan Cox
2008-10-20ext3: avoid printk floods in the face of directory corruptionEric Sandeen
2008-10-20ext3: truncate block allocated on a failed ext3_write_beginAneesh Kumar K.V
2008-10-20ext3: fix ext3_dx_readdir hash collision handlingEugene Dashevsky
2008-10-20jbd: ordered data integrity fixHidehiro Kawai
2008-10-20ext3: add an option to control error handling on file dataHidehiro Kawai
2008-10-20ext3: fix ext3 block reservation early ENOSPC issueMingming Cao
2008-10-20ext3: don't try to resize if there are no reserved gdt blocks leftJosef Bacik
2008-10-20jbd: don't dirty original metadata buffer on abortHidehiro Kawai
2008-10-20jbd: abort when failed to log metadata buffersHidehiro Kawai
2008-10-20coredump_filter: add hugepage dumpingKOSAKI Motohiro