summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
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
2017-03-24md: raid1: move 'offset' out of loopMing Lei
2017-03-24md: raid1: use bio helper in process_checks()Ming Lei
2017-03-24md: raid1: retrieve page from pre-allocated resync page arrayMing Lei
2017-03-24md: raid1: don't use bio's vec table to manage resync pagesMing Lei
2017-03-24md: raid1: simplify r1buf_pool_free()Ming Lei
2017-03-24md: prepare for managing resync I/O pages in clean wayMing Lei
2017-03-24md: move two macros into md.hMing Lei
2017-03-24md: raid1/raid10: don't handle failure of bio_add_page()Ming Lei
2017-03-23md: fix several trivial typos in commentsZhilong Liu
2017-03-23md/raid10: refactor some codes from raid10_write_requestGuoqing Jiang
2017-03-23raid5-ppl: silence a misleading warning messageDan Carpenter
2017-03-22MD: use per-cpu counter for writes_pendingNeilBrown
2017-03-22md: close a race with setting mddev->in_syncNeilBrown
2017-03-22md: factor out set_in_sync()NeilBrown
2017-03-22md/raid5: don't test ->writes_pending in raid5_remove_diskNeilBrown
2017-03-22md/raid1: stop using bi_phys_segmentNeilBrown
2017-03-22md/raid10: stop using bi_phys_segmentsNeilBrown
2017-03-22md/raid1, raid10: move rXbio accounting closer to allocation.NeilBrown
2017-03-22Revert "md/raid5: limit request size according to implementation limits"NeilBrown
2017-03-22md/raid5: remove over-loading of ->bi_phys_segments.NeilBrown
2017-03-22md/raid5: use bio_inc_remaining() instead of repurposing bi_phys_segments as ...NeilBrown
2017-03-22md/raid5: call bio_endio() directly rather than queueing for later.NeilBrown
2017-03-22md/raid5: simplfy delaying of writes while metadata is updated.NeilBrown
2017-03-22md/raid5: use md_write_start to count stripes, not biosNeilBrown