index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2008-10-23
proc: move /proc/vmallocinfo to mm/vmalloc.c
Alexey Dobriyan
1
-28
/
+0
2008-10-23
proc: move /proc/slabinfo boilerplate to mm/slub.c, mm/slab.c
Alexey Dobriyan
1
-17
/
+0
2008-10-23
proc: move /proc/slab_allocators boilerplate to mm/slab.c
Alexey Dobriyan
1
-30
/
+0
2008-10-23
proc: move /proc/interrupts boilerplate code to fs/proc/interrupts.c
Alexey Dobriyan
3
-40
/
+54
2008-10-23
proc: move /proc/stat to fs/proc/stat.c
Alexey Dobriyan
3
-134
/
+154
2008-10-23
proc: move rest of /proc/partitions code to block/genhd.c
Alexey Dobriyan
1
-14
/
+0
2008-10-23
proc: move /proc/cpuinfo code to fs/proc/cpuinfo.c
Alexey Dobriyan
3
-14
/
+25
2008-10-23
proc: move /proc/devices code to fs/proc/devices.c
Alexey Dobriyan
3
-60
/
+71
2008-10-23
proc: move rest of /proc/locks to fs/locks.c
Alexey Dobriyan
2
-18
/
+21
2008-10-23
proc: move /proc/kmsg creation to fs/proc/kmsg.c
Alexey Dobriyan
3
-7
/
+9
2008-10-23
proc: remove remnants of ->read_proc in proc_misc.c
Alexey Dobriyan
1
-27
/
+0
2008-10-23
proc: move /proc/execdomains to kernel/exec_domain.c
Alexey Dobriyan
1
-9
/
+0
2008-10-23
proc: switch /proc/cmdline to seq_file
Alexey Dobriyan
3
-10
/
+30
2008-10-23
proc: move /proc/filesystems to fs/filesystems.c
Alexey Dobriyan
2
-8
/
+39
2008-10-23
proc: move /proc/stram to m68k-specific code
Alexey Dobriyan
1
-13
/
+0
2008-10-23
proc: move /proc/hardware to m68k-specific code
Alexey Dobriyan
1
-13
/
+0
2008-10-23
proc: switch /proc/version to seq_file
Alexey Dobriyan
3
-13
/
+35
2008-10-23
proc: switch /proc/meminfo to seq_file
Alexey Dobriyan
3
-137
/
+169
2008-10-23
proc: switch /proc/uptime to seq_file
Alexey Dobriyan
3
-21
/
+44
2008-10-23
proc: switch /proc/loadavg to seq_file
Alexey Dobriyan
3
-27
/
+52
2008-10-23
proc: use WARN() rather than printk+backtrace
Arjan van de Ven
1
-2
/
+1
2008-10-23
proc: spread __init
Alexey Dobriyan
2
-3
/
+4
2008-10-23
proc: proc_init_inodecache() can't fail
Alexey Dobriyan
3
-6
/
+5
2008-10-23
proc: fix vma display mismatch between /proc/pid/{maps,smaps}
Joe Korty
1
-9
/
+16
2008-10-20
binfmt_elf_fdpic: Update for cputime changes.
Paul Mundt
1
-12
/
+7
2008-10-20
Merge branch 'genirq-v28-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-21
/
+19
2008-10-20
Merge branch 'v28-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-16
/
+11
2008-10-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
4
-2
/
+13
2008-10-20
fs/Kconfig: move ext2, ext3, ext4, JBD, JBD2 out
Alexey Dobriyan
6
-267
/
+269
2008-10-20
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/eric...
Linus Torvalds
7
-57
/
+156
2008-10-20
Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
3
-8
/
+21
2008-10-20
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
Linus Torvalds
20
-167
/
+1178
2008-10-20
Merge git://git.infradead.org/mtd-2.6
Linus Torvalds
8
-200
/
+203
2008-10-20
fs/Kconfig: move CIFS out
Alexey Dobriyan
2
-142
/
+143
2008-10-20
kdump: add is_vmcore_usable() and vmcore_unusable()
Simon Horman
1
-1
/
+1
2008-10-20
kdump: make elfcorehdr_addr independent of CONFIG_PROC_VMCORE
Vivek Goyal
1
-3
/
+0
2008-10-20
add CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS
Roland McGrath
1
-0
/
+22
2008-10-20
coredump: format_corename: don't append .%pid if multi-threaded
Oleg Nesterov
1
-4
/
+3
2008-10-20
seq_file: add seq_cpumask_list(), seq_nodemask_list()
Lai Jiangshan
1
-0
/
+16
2008-10-20
seq_file: don't call bitmap_scnprintf_len()
Lai Jiangshan
1
-7
/
+8
2008-10-20
hfsplus: fix possible deadlock when handling corrupted extents
Eric Sesterhenn
1
-0
/
+3
2008-10-20
hfsplus: missing O_LARGEFILE check
Alan Cox
1
-0
/
+2
2008-10-20
ext3: avoid printk floods in the face of directory corruption
Eric Sandeen
1
-3
/
+7
2008-10-20
ext3: truncate block allocated on a failed ext3_write_begin
Aneesh Kumar K.V
1
-0
/
+7
2008-10-20
ext3: fix ext3_dx_readdir hash collision handling
Eugene Dashevsky
1
-5
/
+15
2008-10-20
jbd: ordered data integrity fix
Hidehiro Kawai
1
-3
/
+13
2008-10-20
ext3: add an option to control error handling on file data
Hidehiro Kawai
2
-0
/
+18
2008-10-20
ext3: fix ext3 block reservation early ENOSPC issue
Mingming Cao
1
-1
/
+2
2008-10-20
ext3: don't try to resize if there are no reserved gdt blocks left
Josef Bacik
1
-1
/
+2
2008-10-20
jbd: don't dirty original metadata buffer on abort
Hidehiro Kawai
1
-1
/
+4
[next]