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
path:
root
/
drivers
/
md
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-22
md/raid10: add failfast handling for reads.
NeilBrown
2
-5
/
+46
2016-11-22
md/raid1: add failfast handling for writes.
NeilBrown
1
-1
/
+25
2016-11-22
md/raid1: add failfast handling for reads.
NeilBrown
2
-10
/
+43
2016-11-22
md: Use REQ_FAILFAST_* on metadata writes where appropriate
NeilBrown
5
-14
/
+68
2016-11-22
md/failfast: add failfast flag for md to be used by some personalities.
NeilBrown
2
-0
/
+33
2016-11-22
bcache: debug: avoid accessing .bi_io_vec directly
Ming Lei
1
-3
/
+8
2016-11-22
block: bio: pass bvec table to bio_init()
Ming Lei
11
-36
/
+16
2016-11-21
dm mpath: do not modify *__clone if blk_mq_alloc_request() fails
Bart Van Assche
1
-7
/
+8
2016-11-21
dm mpath: change return type of pg_init_all_paths() from int to void
Bart Van Assche
1
-5
/
+2
2016-11-21
dm mpath: add checks for priority group count to avoid invalid memory access
tang.junhui
1
-2
/
+2
2016-11-21
dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()
tang.junhui
1
-0
/
+2
2016-11-21
dm flakey: return -EINVAL on interval bounds error in flakey_ctr()
Wei Yongjun
1
-0
/
+2
2016-11-21
dm crypt: constify crypt_iv_operations structures
Julia Lawall
1
-8
/
+8
2016-11-21
dm raid: correct error messages on old metadata validation
Heinz Mauelshagen
1
-32
/
+39
2016-11-21
dm cache: add missing cache device name to DMERR in set_cache_mode()
Mike Snitzer
1
-1
/
+2
2016-11-21
dm cache metadata: remove an extra newline in DMERR and code
Mike Snitzer
1
-2
/
+1
2016-11-21
dm verity: fix incorrect error message
Eric Biggers
1
-1
/
+1
2016-11-21
dm crypt: rename crypt_setkey_allcpus to crypt_setkey
Mikulas Patocka
1
-3
/
+3
2016-11-21
dm crypt: mark key as invalid until properly loaded
Ondrej Kozina
1
-2
/
+5
2016-11-21
dm crypt: use bio_add_page()
Ming Lei
1
-7
/
+1
2016-11-21
dm io: use bvec iterator helpers to implement .get_page and .next_page
Ming Lei
1
-10
/
+24
2016-11-21
dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
Ming Lei
1
-1
/
+1
2016-11-19
md/r5cache: handle FLUSH and FUA
Song Liu
3
-18
/
+157
2016-11-19
md/r5cache: r5cache recovery: part 2
Song Liu
2
-187
/
+26
2016-11-19
md/r5cache: r5cache recovery: part 1
Song Liu
1
-0
/
+602
2016-11-19
md/r5cache: refactoring journal recovery code
Song Liu
1
-9
/
+18
2016-11-19
md/r5cache: sysfs entry journal_mode
Song Liu
3
-0
/
+67
2016-11-19
md/r5cache: write-out phase and reclaim support
Song Liu
3
-41
/
+430
2016-11-19
md/r5cache: caching phase of r5cache
Song Liu
3
-32
/
+381
2016-11-19
md/r5cache: State machine for raid5-cache write back mode
Song Liu
3
-8
/
+211
2016-11-19
md/r5cache: move some code to raid5.h
Song Liu
2
-71
/
+77
2016-11-19
md/r5cache: Check array size in r5l_init_log
Song Liu
1
-10
/
+16
2016-11-18
md: add blktrace event for writes to superblock
Shaohua Li
1
-0
/
+3
2016-11-18
md/raid1, raid10: add blktrace records when IO is delayed
NeilBrown
2
-0
/
+16
2016-11-18
md/bitmap: add blktrace event for writes to the bitmap
NeilBrown
1
-1
/
+10
2016-11-18
md: add block tracing for bio_remapping
NeilBrown
4
-13
/
+75
2016-11-17
raid5-cache: fix lockdep warning
Shaohua Li
1
-2
/
+14
2016-11-14
dm rq: fix a race condition in rq_completed()
Bart Van Assche
1
-2
/
+8
2016-11-14
dm block manager: make block locking optional
Joe Thornber
2
-2
/
+27
2016-11-10
md: remove md_super_wait() call after bitmap_flush()
NeilBrown
1
-1
/
+0
2016-11-09
md: define mddev flags, recovery flags and r1bio state bits using enums
NeilBrown
2
-48
/
+46
2016-11-09
md/raid1: fix: IO can block resync indefinitely
NeilBrown
1
-1
/
+1
2016-11-08
md/bitmap: Don't write bitmap while earlier writes might be in-flight
NeilBrown
1
-5
/
+22
2016-11-08
md/raid10: abort delayed writes when device fails.
NeilBrown
1
-6
/
+16
2016-11-08
md/raid1: abort delayed writes when device fails.
NeilBrown
1
-5
/
+15
2016-11-08
md: perform async updates for metadata where possible.
NeilBrown
1
-4
/
+12
2016-11-08
raid5-cache: restrict the use area of the log_offset variable
JackieLiu
1
-11
/
+8
2016-11-08
md/raid5: change printk() to pr_*()
NeilBrown
1
-121
/
+86
2016-11-08
md/raid10: change printk() to pr_*()
NeilBrown
1
-85
/
+56
2016-11-08
md/raid1: change printk() to pr_*()
NeilBrown
1
-58
/
+41
[prev]
[next]