summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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-21dm mpath: do not modify *__clone if blk_mq_alloc_request() failsBart Van Assche
2016-11-21dm mpath: change return type of pg_init_all_paths() from int to voidBart Van Assche
2016-11-21dm mpath: add checks for priority group count to avoid invalid memory accesstang.junhui
2016-11-21dm mpath: add m->hw_handler_name NULL pointer check in parse_hw_handler()tang.junhui
2016-11-21dm flakey: return -EINVAL on interval bounds error in flakey_ctr()Wei Yongjun
2016-11-21dm crypt: constify crypt_iv_operations structuresJulia Lawall
2016-11-21dm raid: correct error messages on old metadata validationHeinz Mauelshagen
2016-11-21dm cache: add missing cache device name to DMERR in set_cache_mode()Mike Snitzer
2016-11-21dm cache metadata: remove an extra newline in DMERR and codeMike Snitzer
2016-11-21dm verity: fix incorrect error messageEric Biggers
2016-11-21dm crypt: rename crypt_setkey_allcpus to crypt_setkeyMikulas Patocka
2016-11-21dm crypt: mark key as invalid until properly loadedOndrej Kozina
2016-11-21dm crypt: use bio_add_page()Ming Lei
2016-11-21dm io: use bvec iterator helpers to implement .get_page and .next_pageMing Lei
2016-11-21dm rq: replace 'bio->bi_vcnt == 1' with !bio_multiple_segmentsMing 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