summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2016-12-13Merge branch 'md-next' into md-linusShaohua Li
2016-12-13Merge branch 'for-4.10/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-12-08md: separate flags for superblock changesShaohua Li
2016-12-08md: MD_RECOVERY_NEEDED is set for mddev->recoveryShaohua Li
2016-12-08md: takeover should clear unrelated bitsShaohua Li
2016-12-08md/r5cache: after recovery, increase journal seq by 10000Song Liu
2016-12-08md/raid5-cache: fix crc in rewrite_data_only_stripes()Song Liu
2016-12-08md/raid5-cache: no recovery is required when create super-blockJackieLiu
2016-12-05md: fix refcount problem on mddev when stopping array.NeilBrown
2016-12-05md/r5cache: do r5c_update_log_state after log recoveryZhengyuan Liu
2016-12-05md/raid5-cache: adjust the write position of the empty block if no data blocksJackieLiu
2016-12-02md/r5cache: run_no_space_stripes() when R5C_LOG_CRITICAL == 0Song Liu
2016-11-29md/raid5: limit request size according to implementation limitsKonstantin Khlebnikov
2016-11-29md/raid5-cache: do not need to set STRIPE_PREREAD_ACTIVE repeatedlyJackieLiu
2016-11-29md/raid5-cache: remove the unnecessary next_cp_seq field from the r5l_logJackieLiu
2016-11-29md/raid5-cache: release the stripe_head at the appropriate locationJackieLiu
2016-11-29md/raid5-cache: use ring add to prevent overflowJackieLiu
2016-11-29md/raid5-cache: remove unnecessary function parametersJackieLiu
2016-11-29raid5-cache: don't set STRIPE_R5C_PARTIAL_STRIPE flag while load stripe into ...Zhengyuan Liu
2016-11-29raid5-cache: add another check conditon before replaying one stripeZhengyuan Liu
2016-11-27md/r5cache: enable IRQs on error pathDan Carpenter
2016-11-27md/r5cache: handle alloc_page failureSong Liu
2016-11-23md: stop write should stop journal reclaimShaohua Li
2016-11-23raid5-cache: suspend reclaim thread instead of shutdownShaohua Li
2016-11-22md/raid10: add failfast handling for writes.NeilBrown
2016-11-22md/raid10: add failfast handling for reads.NeilBrown
2016-11-22md/raid1: add failfast handling for writes.NeilBrown
2016-11-22md/raid1: add failfast handling for reads.NeilBrown
2016-11-22md: Use REQ_FAILFAST_* on metadata writes where appropriateNeilBrown
2016-11-22md/failfast: add failfast flag for md to be used by some personalities.NeilBrown
2016-11-22bcache: debug: avoid accessing .bi_io_vec directlyMing Lei
2016-11-22block: bio: pass bvec table to bio_init()Ming Lei
2016-11-18md/r5cache: handle FLUSH and FUASong Liu
2016-11-18md/r5cache: r5cache recovery: part 2Song Liu
2016-11-18md/r5cache: r5cache recovery: part 1Song Liu
2016-11-18md/r5cache: refactoring journal recovery codeSong Liu
2016-11-18md/r5cache: sysfs entry journal_modeSong Liu
2016-11-18md/r5cache: write-out phase and reclaim supportSong Liu
2016-11-18md/r5cache: caching phase of r5cacheSong Liu
2016-11-18md/r5cache: State machine for raid5-cache write back modeSong Liu
2016-11-18md/r5cache: move some code to raid5.hSong Liu
2016-11-18md/r5cache: Check array size in r5l_init_logSong Liu
2016-11-18md: add blktrace event for writes to superblockShaohua Li
2016-11-18md/raid1, raid10: add blktrace records when IO is delayedNeilBrown
2016-11-18md/bitmap: add blktrace event for writes to the bitmapNeilBrown
2016-11-18md: add block tracing for bio_remappingNeilBrown
2016-11-17raid5-cache: fix lockdep warningShaohua Li
2016-11-09md: remove md_super_wait() call after bitmap_flush()NeilBrown
2016-11-09md: define mddev flags, recovery flags and r1bio state bits using enumsNeilBrown
2016-11-09md/raid1: fix: IO can block resync indefinitelyNeilBrown