summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
2017-03-31dm cache policy smq: make the cleaner policy write-back more aggressivelyJoe Thornber
2017-03-31dm cache: set/clear the cache core's dirty_bitset when loading mappingsJoe Thornber
2017-03-31dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers
2017-03-30dm raid: select the Kconfig option CONFIG_MD_RAID0Mikulas Patocka
2017-03-28md: raid1: kill warning on powerpc_pseriesMing Lei
2017-03-28Fix dead URLs to ftp.kernel.orgSeongJae Park
2017-03-27md/raid5: use consistency_policy to remove journal featureSong Liu
2017-03-27dm raid: add raid4/5/6 journal write-back support via journal_mode optionHeinz Mauelshagen
2017-03-27dm raid: fix table line argument order in statusHeinz Mauelshagen
2017-03-27md: add raid4/5/6 journal mode switching APIHeinz Mauelshagen
2017-03-25md/raid5-cache: fix payload endianness problem in raid5-cacheJason Yan
2017-03-25md/raid1: skip data copy for behind io for discard requestShaohua Li
2017-03-24dm crypt: use shifts instead of sector_divMikulas Patocka
2017-03-24dm integrity: add recovery modeMikulas Patocka
2017-03-24dm integrity: factor out create_journal() from dm_integrity_ctr()Mike Snitzer
2017-03-24dm crypt: optionally support larger encryption sector sizeMilan Broz
2017-03-24dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz
2017-03-24dm crypt: factor IV constructor out to separate functionMilan Broz
2017-03-24dm crypt: add cryptographic data integrity protection (authenticated encryption)Milan Broz
2017-03-24dm: add integrity targetMikulas Patocka
2017-03-24md: raid10: avoid direct access to bvec table in handle_reshape_read_errorMing Lei
2017-03-24md: raid10: retrieve page from preallocated resync page arrayMing Lei
2017-03-24md: raid10: don't use bio's vec table to manage resync pagesMing Lei
2017-03-24md: raid10: refactor code of read reshape's .bi_end_ioMing Lei
2017-03-24md: raid1: improve write behindMing Lei