index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-31
md/RAID1: Add missing case for attempting to repair known bad blocks.
Alexander Lyakas
1
-0
/
+12
2012-07-31
md/raid5: For odirect-write performance, do not set STRIPE_PREREAD_ACTIVE.
majianpeng
1
-1
/
+1
2012-07-31
md/raid1: don't abort a resync on the first badblock.
NeilBrown
1
-1
/
+4
2012-07-31
md: remove duplicated test on ->openers when calling do_md_stop()
NeilBrown
1
-6
/
+2
2012-07-31
raid5: Add R5_ReadNoMerge flag which prevent bio from merging at block layer
majianpeng
2
-2
/
+13
2012-07-31
md/raid1: prevent merging too large request
Shaohua Li
2
-7
/
+50
2012-07-31
md/raid1: read balance chooses idlest disk for SSD
Shaohua Li
1
-3
/
+31
2012-07-31
md/raid1: make sequential read detection per disk based
Shaohua Li
2
-34
/
+12
2012-07-31
MD RAID10: Export md_raid10_congested
Jonathan Brassow
2
-22
/
+37
2012-07-31
MD: Move macros from raid1*.h to raid1*.c
Jonathan Brassow
4
-29
/
+29
2012-07-31
MD RAID1: rename mirror_info structure
Jonathan Brassow
2
-9
/
+9
2012-07-31
MD RAID10: rename mirror_info structure
Jonathan Brassow
2
-12
/
+12
2012-07-31
MD RAID10: Fix compiler warning.
Jonathan Brassow
1
-1
/
+1
2012-07-19
raid5: add a per-stripe lock
Shaohua Li
2
-16
/
+20
2012-07-19
raid5: remove unnecessary bitmap write optimization
Shaohua Li
1
-12
/
+9
2012-07-19
raid5: lockless access raid5 overrided bi_phys_segments
Shaohua Li
1
-30
/
+32
2012-07-19
raid5: reduce chance release_stripe() taking device_lock
Shaohua Li
1
-34
/
+41
2012-07-19
md/raid1: close some possible races on write errors during resync
NeilBrown
1
-2
/
+8
2012-07-19
md: avoid crash when stopping md array races with closing other open fds.
NeilBrown
1
-13
/
+23
2012-07-19
md: fix bug in handling of new_data_offset
NeilBrown
1
-0
/
+1
2012-07-15
Linux 3.5-rc7
v3.5-rc7
Linus Torvalds
1
-1
/
+1
2012-07-15
blk: fix wrong idr_pre_get() error check in loop.c
Silva Paulo
1
-5
/
+3
2012-07-15
Merge tag 'sound-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/...
Linus Torvalds
2
-91
/
+43
2012-07-14
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...
Linus Torvalds
1
-1
/
+1
2012-07-14
vsyscall_64: add missing ifdef CONFIG_SECCOMP
Will Drewry
1
-0
/
+4
2012-07-14
Merge tag 'cpufreq-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+4
2012-07-14
Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
5
-9
/
+18
2012-07-14
Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...
Linus Torvalds
17
-115
/
+261
2012-07-14
ACPICA: Fix possible fault in return package object repair code
Bob Moore
1
-1
/
+1
2012-07-14
Merge branch 'v3.5-samsung-fixes-2' of git://git.kernel.org/pub/scm/linux/ker...
Arnd Bergmann
5
-9
/
+18
2012-07-14
Merge tag 'md-3.5-fixes' of git://neil.brown.name/md
Linus Torvalds
1
-1
/
+2
2012-07-14
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
3
-19
/
+107
2012-07-14
x86/vsyscall: allow seccomp filter in vsyscall=emulate
Will Drewry
1
-4
/
+31
2012-07-13
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+1
2012-07-13
Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-1
/
+7
2012-07-13
Remove easily user-triggerable BUG from generic_setlease
Dave Jones
1
-1
/
+1
2012-07-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
5
-1
/
+44
2012-07-13
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
22
-138
/
+286
2012-07-13
Merge tag 'mmc-fixes-for-3.5-rc7' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-9
/
+13
2012-07-13
Merge tag 'for-linus-20120712' of git://git.infradead.org/linux-mtd
Linus Torvalds
4
-30
/
+46
2012-07-13
Merge tag 'mfd-for-linus-3.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
6
-101
/
+133
2012-07-13
Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-sh
Linus Torvalds
2
-4
/
+15
2012-07-13
Merge git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-2
/
+14
2012-07-13
block: fix infinite loop in __getblk_slow
Jeff Moyer
1
-9
/
+13
2012-07-13
ARM: S3C24XX: Correct CAMIF interrupt definitions
Sylwester Nawrocki
1
-1
/
+2
2012-07-13
ARM: S3C24XX: Correct AC97 clock control bit for S3C2440
Sylwester Nawrocki
1
-1
/
+1
2012-07-13
ALSA: snd-usb: move calls to usb_set_interface
Daniel Mack
2
-89
/
+41
2012-07-13
Input: xpad - add Andamiro Pump It Up pad
Yuri Khan
1
-0
/
+1
2012-07-13
ARM: SAMSUNG: fix race in s3c_adc_start for ADC
Todd Poynor
1
-3
/
+5
2012-07-13
ARM: SAMSUNG: Update default rate for xusbxti clock
Tushar Behera
1
-0
/
+1
[next]