summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
2016-12-13Merge branch 'md-next' into md-linusShaohua Li14-1232/+3168
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds20-105/+57
2016-12-09md: separate flags for superblock changesShaohua Li9-101/+106
2016-12-09md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li1-1/+1
2016-12-09md: takeover should clear unrelated bitsShaohua Li3-2/+14
2016-12-08md/r5cache: after recovery, increase journal seq by 10000Song Liu1-7/+7
2016-12-08md/raid5-cache: fix crc in rewrite_data_only_stripes()Song Liu1-4/+6
2016-12-08md/raid5-cache: no recovery is required when create super-blockJackieLiu1-2/+8
2016-12-06md: fix refcount problem on mddev when stopping array.NeilBrown1-1/+4
2016-12-06md/r5cache: do r5c_update_log_state after log recoveryZhengyuan Liu1-5/+3
2016-12-06md/raid5-cache: adjust the write position of the empty block if no data blocksJackieLiu1-4/+16
2016-12-02md/r5cache: run_no_space_stripes() when R5C_LOG_CRITICAL == 0Song Liu1-1/+13
2016-11-30md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov1-0/+9
2016-11-30md/raid5-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedlyJackieLiu1-2/+0
2016-11-30md/raid5-cache: remove the unnecessary next_cp_seq field from the r5l_logJackieLiu1-2/+0
2016-11-30md/raid5-cache: release the stripe_head at the appropriate locationJackieLiu1-6/+7
2016-11-30md/raid5-cache: use ring add to prevent overflowJackieLiu1-1/+1
2016-11-30md/raid5-cache: remove unnecessary function parametersJackieLiu1-8/+4
2016-11-30raid5-cache: don't set STRIPE_R5C_PARTIAL_STRIPE flag while load stripe into ...Zhengyuan Liu1-3/+1
2016-11-29raid5-cache: add another check conditon before replaying one stripeZhengyuan Liu1-2/+2
2016-11-28md/r5cache: enable IRQs on error pathDan Carpenter1-1/+1
2016-11-28md/r5cache: handle alloc_page failureSong Liu3-13/+98
2016-11-24md: stop write should stop journal reclaimShaohua Li1-0/+4
2016-11-24raid5-cache: suspend reclaim thread instead of shutdownShaohua Li2-14/+8
2016-11-22md/raid10: add failfast handling for writes.NeilBrown1-1/+28
2016-11-22md/raid10: add failfast handling for reads.NeilBrown2-5/+46
2016-11-22md/raid1: add failfast handling for writes.NeilBrown1-1/+25
2016-11-22md/raid1: add failfast handling for reads.NeilBrown2-10/+43
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown5-14/+68
2016-11-22md/failfast: add failfast flag for md to be used by some personalities.NeilBrown2-0/+33
2016-11-22bcache: debug: avoid accessing .bi_io_vec directlyMing Lei1-3/+8
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei11-36/+16
2016-11-19md/r5cache: handle FLUSH and FUASong Liu3-18/+157
2016-11-19md/r5cache: r5cache recovery: part 2Song Liu2-187/+26
2016-11-19md/r5cache: r5cache recovery: part 1Song Liu1-0/+602
2016-11-19md/r5cache: refactoring journal recovery codeSong Liu1-9/+18
2016-11-19md/r5cache: sysfs entry journal_modeSong Liu3-0/+67
2016-11-19md/r5cache: write-out phase and reclaim supportSong Liu3-41/+430
2016-11-19md/r5cache: caching phase of r5cacheSong Liu3-32/+381
2016-11-19md/r5cache: State machine for raid5-cache write back modeSong Liu3-8/+211
2016-11-19md/r5cache: move some code to raid5.hSong Liu2-71/+77
2016-11-19md/r5cache: Check array size in r5l_init_logSong Liu1-10/+16
2016-11-18md: add blktrace event for writes to superblockShaohua Li1-0/+3
2016-11-18md/raid1, raid10: add blktrace records when IO is delayedNeilBrown2-0/+16
2016-11-18md/bitmap: add blktrace event for writes to the bitmapNeilBrown1-1/+10
2016-11-18md: add block tracing for bio_remappingNeilBrown4-13/+75
2016-11-17raid5-cache: fix lockdep warningShaohua Li1-2/+14
2016-11-10md: remove md_super_wait() call after bitmap_flush()NeilBrown1-1/+0
2016-11-09md: define mddev flags, recovery flags and r1bio state bits using enumsNeilBrown2-48/+46
2016-11-09md/raid1: fix: IO can block resync indefinitelyNeilBrown1-1/+1