summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2017-04-24dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy
2017-04-24dm thin: fix a memory leak when passing discard bio downDennis Yang
2017-04-24dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja
2017-04-24dm ioctl: remove double parenthesesMatthias Kaehlcke
2017-04-24dm: remove dummy dm_table definitionMikulas Patocka
2017-04-24dm crypt: fix large block integrity supportMikulas Patocka
2017-04-24dm integrity: support larger block sizesMikulas Patocka
2017-04-24dm integrity: various small changes and cleanupsMikulas Patocka
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka
2017-04-24dm table: replace while loops with for loopsMikulas Patocka
2017-04-23md/raid1/10: remove unused queueLidong Zhong
2017-04-20md: handle read-only member devices better.NeilBrown
2017-04-20dm: add dax_device and dax_operations supportDan Williams
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig
2017-04-20dm mpath: don't check for req->errorsChristoph Hellwig
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig
2017-04-20md/raid10: wait up frozen array in handle_write_completedGuoqing Jiang
2017-04-14md-cluster: Fix a memleak in an error handling pathChristophe JAILLET
2017-04-12md: support disabling of create-on-open semantics.NeilBrown
2017-04-12md: allow creation of mdNNN arrays via md_mod/parameters/new_arrayNeilBrown
2017-04-11raid5-ppl: use a single mempool for ppl_io_unit and header_pageArtur Paszkiewicz
2017-04-11md/raid0: fix up bio splitting.NeilBrown
2017-04-11md/linear: improve bio splitting.NeilBrown
2017-04-11md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown
2017-04-11md/raid10: simplify handle_read_error()NeilBrown
2017-04-11md/raid10: simplify the splitting of requests.NeilBrown
2017-04-11md/raid1: factor out flush_bio_list()NeilBrown
2017-04-11md/raid1: simplify handle_read_error().NeilBrown
2017-04-11md/raid1: simplify alloc_behind_master_bio()NeilBrown
2017-04-11md/raid1: simplify the splitting of requests.NeilBrown
2017-04-10raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz
2017-04-10raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz
2017-04-10raid5-ppl: move no_mem_stripes to struct ppl_confArtur Paszkiewicz
2017-04-10md/raid1: avoid reusing a resync bio after error handling.NeilBrown
2017-04-10md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu
2017-04-10md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown
2017-04-10md/raid10: reset the 'first' at the end of loopGuoqing Jiang
2017-04-10md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown
2017-04-10md: update slab_cache before releasing new stripes when stripes resizingDennis Yang
2017-04-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig
2017-04-08dm kcopyd: switch to use REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-08dm io: discards don't take a payloadChristoph Hellwig
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe
2017-04-07dm rq: Avoid that request processing stalls sporadicallyBart Van Assche
2017-04-07Merge tag 'dm-4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-04-07block: trace completion of all bios.NeilBrown
2017-03-31dm verity fec: fix bufio leaksSami Tolvanen