index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
md
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
dm cache metadata: remove an extra newline in DMERR and code
Mike Snitzer
2016-11-21
1
-2
/
+1
|
*
dm verity: fix incorrect error message
Eric Biggers
2016-11-21
1
-1
/
+1
|
*
dm crypt: rename crypt_setkey_allcpus to crypt_setkey
Mikulas Patocka
2016-11-21
1
-3
/
+3
|
*
dm crypt: mark key as invalid until properly loaded
Ondrej Kozina
2016-11-21
1
-2
/
+5
|
*
dm crypt: use bio_add_page()
Ming Lei
2016-11-21
1
-7
/
+1
|
*
dm io: use bvec iterator helpers to implement .get_page and .next_page
Ming Lei
2016-11-21
1
-10
/
+24
|
*
dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segments
Ming Lei
2016-11-21
1
-1
/
+1
|
*
dm rq: fix a race condition in rq_completed()
Bart Van Assche
2016-11-14
1
-2
/
+8
|
*
dm block manager: make block locking optional
Joe Thornber
2016-11-14
2
-2
/
+27
*
|
Merge branch 'md-next' into md-linus
Shaohua Li
2016-12-13
14
-1232
/
+3168
|
\
\
|
*
|
md: separate flags for superblock changes
Shaohua Li
2016-12-08
9
-101
/
+106
|
*
|
md: MD_RECOVERY_NEEDED is set for mddev->recovery
Shaohua Li
2016-12-08
1
-1
/
+1
|
*
|
md: takeover should clear unrelated bits
Shaohua Li
2016-12-08
3
-2
/
+14
|
*
|
md/r5cache: after recovery, increase journal seq by 10000
Song Liu
2016-12-08
1
-7
/
+7
|
*
|
md/raid5-cache: fix crc in rewrite_data_only_stripes()
Song Liu
2016-12-08
1
-4
/
+6
|
*
|
md/raid5-cache: no recovery is required when create super-block
JackieLiu
2016-12-08
1
-2
/
+8
|
*
|
md: fix refcount problem on mddev when stopping array.
NeilBrown
2016-12-05
1
-1
/
+4
|
*
|
md/r5cache: do r5c_update_log_state after log recovery
Zhengyuan Liu
2016-12-05
1
-5
/
+3
|
*
|
md/raid5-cache: adjust the write position of the empty block if no data blocks
JackieLiu
2016-12-05
1
-4
/
+16
|
*
|
md/r5cache: run_no_space_stripes() when R5C_LOG_CRITICAL == 0
Song Liu
2016-12-02
1
-1
/
+13
|
*
|
md/raid5: limit request size according to implementation limits
Konstantin Khlebnikov
2016-11-29
1
-0
/
+9
|
*
|
md/raid5-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedly
JackieLiu
2016-11-29
1
-2
/
+0
|
*
|
md/raid5-cache: remove the unnecessary next_cp_seq field from the r5l_log
JackieLiu
2016-11-29
1
-2
/
+0
|
*
|
md/raid5-cache: release the stripe_head at the appropriate location
JackieLiu
2016-11-29
1
-6
/
+7
|
*
|
md/raid5-cache: use ring add to prevent overflow
JackieLiu
2016-11-29
1
-1
/
+1
|
*
|
md/raid5-cache: remove unnecessary function parameters
JackieLiu
2016-11-29
1
-8
/
+4
|
*
|
raid5-cache: don't set STRIPE_R5C_PARTIAL_STRIPE flag while load stripe into ...
Zhengyuan Liu
2016-11-29
1
-3
/
+1
|
*
|
raid5-cache: add another check conditon before replaying one stripe
Zhengyuan Liu
2016-11-29
1
-2
/
+2
|
*
|
md/r5cache: enable IRQs on error path
Dan Carpenter
2016-11-27
1
-1
/
+1
|
*
|
md/r5cache: handle alloc_page failure
Song Liu
2016-11-27
3
-13
/
+98
|
*
|
md: stop write should stop journal reclaim
Shaohua Li
2016-11-23
1
-0
/
+4
|
*
|
raid5-cache: suspend reclaim thread instead of shutdown
Shaohua Li
2016-11-23
2
-14
/
+8
|
*
|
md/raid10: add failfast handling for writes.
NeilBrown
2016-11-22
1
-1
/
+28
|
*
|
md/raid10: add failfast handling for reads.
NeilBrown
2016-11-22
2
-5
/
+46
|
*
|
md/raid1: add failfast handling for writes.
NeilBrown
2016-11-22
1
-1
/
+25
|
*
|
md/raid1: add failfast handling for reads.
NeilBrown
2016-11-22
2
-10
/
+43
|
*
|
md: Use REQ_FAILFAST_* on metadata writes where appropriate
NeilBrown
2016-11-22
5
-14
/
+68
|
*
|
md/failfast: add failfast flag for md to be used by some personalities.
NeilBrown
2016-11-22
2
-0
/
+33
|
*
|
md/r5cache: handle FLUSH and FUA
Song Liu
2016-11-18
3
-18
/
+157
|
*
|
md/r5cache: r5cache recovery: part 2
Song Liu
2016-11-18
2
-187
/
+26
|
*
|
md/r5cache: r5cache recovery: part 1
Song Liu
2016-11-18
1
-0
/
+602
|
*
|
md/r5cache: refactoring journal recovery code
Song Liu
2016-11-18
1
-9
/
+18
|
*
|
md/r5cache: sysfs entry journal_mode
Song Liu
2016-11-18
3
-0
/
+67
|
*
|
md/r5cache: write-out phase and reclaim support
Song Liu
2016-11-18
3
-41
/
+430
|
*
|
md/r5cache: caching phase of r5cache
Song Liu
2016-11-18
3
-32
/
+381
|
*
|
md/r5cache: State machine for raid5-cache write back mode
Song Liu
2016-11-18
3
-8
/
+211
|
*
|
md/r5cache: move some code to raid5.h
Song Liu
2016-11-18
2
-71
/
+77
|
*
|
md/r5cache: Check array size in r5l_init_log
Song Liu
2016-11-18
1
-10
/
+16
|
*
|
md: add blktrace event for writes to superblock
Shaohua Li
2016-11-18
1
-0
/
+3
|
*
|
md/raid1, raid10: add blktrace records when IO is delayed
NeilBrown
2016-11-18
2
-0
/
+16
[prev]
[next]