aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-24dm era: save spacemap metadata root after the pre-commitSomasundaram Krishnasamy1-4/+4
2017-04-24dm thin: fix a memory leak when passing discard bio downDennis Yang1-0/+1
2017-04-24dm btree: fix for dm_btree_find_lowest_key()Vinothkumar Raja1-2/+6
2017-04-24dm ioctl: remove double parenthesesMatthias Kaehlcke1-2/+2
2017-04-24dm: remove dummy dm_table definitionMikulas Patocka1-8/+0
2017-04-24dm crypt: fix large block integrity supportMikulas Patocka1-6/+12
2017-04-24dm integrity: support larger block sizesMikulas Patocka1-45/+174
2017-04-24dm integrity: various small changes and cleanupsMikulas Patocka1-54/+62
2017-04-24dm: mark targets that pass integrity dataMikulas Patocka5-3/+23
2017-04-24dm table: replace while loops with for loopsMikulas Patocka1-31/+32
2017-04-23md/raid1/10: remove unused queueLidong Zhong2-5/+0
2017-04-20md: handle read-only member devices better.NeilBrown1-15/+26
2017-04-20dm: add dax_device and dax_operations supportDan Williams3-14/+72
2017-04-20blk-mq: remove the error argument to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20dm mpath: don't check for req->errorsChristoph Hellwig1-1/+1
2017-04-20dm rq: don't pass irrelevant error code to blk_mq_complete_requestChristoph Hellwig1-1/+1
2017-04-20md/raid10: wait up frozen array in handle_write_completedGuoqing Jiang1-0/+5
2017-04-14md-cluster: Fix a memleak in an error handling pathChristophe JAILLET1-1/+1
2017-04-12md: support disabling of create-on-open semantics.NeilBrown1-1/+13
2017-04-12md: allow creation of mdNNN arrays via md_mod/parameters/new_arrayNeilBrown1-6/+30
2017-04-11raid5-ppl: use a single mempool for ppl_io_unit and header_pageArtur Paszkiewicz1-16/+37
2017-04-11md/raid0: fix up bio splitting.NeilBrown1-36/+37
2017-04-11md/linear: improve bio splitting.NeilBrown1-39/+34
2017-04-11md/raid5: make chunk_aligned_read() split bios more cleanly.NeilBrown2-16/+18
2017-04-11md/raid10: simplify handle_read_error()NeilBrown1-75/+47
2017-04-11md/raid10: simplify the splitting of requests.NeilBrown2-114/+51
2017-04-11md/raid1: factor out flush_bio_list()NeilBrown1-40/+26
2017-04-11md/raid1: simplify handle_read_error().NeilBrown1-80/+60
2017-04-11md/raid1: simplify alloc_behind_master_bio()NeilBrown1-7/+4
2017-04-11md/raid1: simplify the splitting of requests.NeilBrown2-91/+52
2017-04-10raid5-ppl: partial parity calculation optimizationArtur Paszkiewicz2-13/+13
2017-04-10raid5-ppl: use resize_stripes() when enabling or disabling pplArtur Paszkiewicz3-53/+43
2017-04-10raid5-ppl: move no_mem_stripes to struct ppl_confArtur Paszkiewicz1-13/+23
2017-04-10md/raid1: avoid reusing a resync bio after error handling.NeilBrown1-0/+2
2017-04-10md.c:didn't unlock the mddev before return EINVAL in array_size_storeZhilong Liu1-1/+3
2017-04-10md: MD_CLOSING needs to be cleared after called md_set_readonly or do_md_stopNeilBrown1-0/+5
2017-04-10md/raid10: reset the 'first' at the end of loopGuoqing Jiang1-0/+2
2017-04-10md/raid6: Fix anomily when recovering a single device in RAID6.NeilBrown1-1/+12
2017-04-10md: update slab_cache before releasing new stripes when stripes resizingDennis Yang1-2/+4
2017-04-08Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+1
2017-04-08block: remove the discard_zeroes_data flagChristoph Hellwig7-61/+19
2017-04-08dm kcopyd: switch to use REQ_OP_WRITE_ZEROESChristoph Hellwig1-3/+3
2017-04-08dm: support REQ_OP_WRITE_ZEROESChristoph Hellwig8-8/+77
2017-04-08dm io: discards don't take a payloadChristoph Hellwig1-2/+8
2017-04-08md: support REQ_OP_WRITE_ZEROESChristoph Hellwig7-1/+16
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe1-0/+1
2017-04-07dm rq: Avoid that request processing stalls sporadicallyBart Van Assche1-0/+1
2017-04-07Merge tag 'dm-4.11-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds4-8/+24
2017-04-07block: trace completion of all bios.NeilBrown2-3/+0
2017-03-31dm verity fec: fix bufio leaksSami Tolvanen1-3/+3