aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md
AgeCommit message (Expand)AuthorFilesLines
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
2017-03-31dm cache policy smq: make the cleaner policy write-back more aggressivelyJoe Thornber1-1/+1
2017-03-31dm cache: set/clear the cache core's dirty_bitset when loading mappingsJoe Thornber1-0/+6
2017-03-31dm raid: fix NULL pointer dereference for raid1 without bitmapDmitry Bilunov1-1/+1
2017-03-31blk-mq: constify struct blk_mq_opsEric Biggers1-1/+1
2017-03-30dm raid: select the Kconfig option CONFIG_MD_RAID0Mikulas Patocka1-0/+1
2017-03-28md: raid1: kill warning on powerpc_pseriesMing Lei1-1/+1
2017-03-28Fix dead URLs to ftp.kernel.orgSeongJae Park1-1/+1
2017-03-27md/raid5: use consistency_policy to remove journal featureSong Liu1-10/+36
2017-03-27dm raid: add raid4/5/6 journal write-back support via journal_mode optionHeinz Mauelshagen1-13/+91
2017-03-27dm raid: fix table line argument order in statusHeinz Mauelshagen1-30/+32
2017-03-27md: add raid4/5/6 journal mode switching APIHeinz Mauelshagen2-28/+45
2017-03-25md/raid5-cache: fix payload endianness problem in raid5-cacheJason Yan1-9/+9
2017-03-25md/raid1: skip data copy for behind io for discard requestShaohua Li1-1/+5
2017-03-24dm crypt: use shifts instead of sector_divMikulas Patocka1-7/+10
2017-03-24dm integrity: add recovery modeMikulas Patocka1-13/+27
2017-03-24dm integrity: factor out create_journal() from dm_integrity_ctr()Mike Snitzer1-183/+196
2017-03-24dm crypt: optionally support larger encryption sector sizeMilan Broz1-23/+82
2017-03-24dm crypt: introduce new format of cipher with "capi:" prefixMilan Broz1-82/+193
2017-03-24dm crypt: factor IV constructor out to separate functionMilan Broz1-61/+69
2017-03-24dm crypt: add cryptographic data integrity protection (authenticated encryption)Milan Broz1-140/+742
2017-03-24dm: add integrity targetMikulas Patocka3-0/+3096
2017-03-24md: raid10: avoid direct access to bvec table in handle_reshape_read_errorMing Lei1-2/+5
2017-03-24md: raid10: retrieve page from preallocated resync page arrayMing Lei1-4/+9
2017-03-24md: raid10: don't use bio's vec table to manage resync pagesMing Lei1-52/+82
2017-03-24md: raid10: refactor code of read reshape's .bi_end_ioMing Lei1-10/+18
2017-03-24md: raid1: improve write behindMing Lei2-66/+60
2017-03-24md: raid1: move 'offset' out of loopMing Lei1-2/+3
2017-03-24md: raid1: use bio helper in process_checks()Ming Lei1-4/+8
2017-03-24md: raid1: retrieve page from pre-allocated resync page arrayMing Lei1-8/+8
2017-03-24md: raid1: don't use bio's vec table to manage resync pagesMing Lei1-28/+63
2017-03-24md: raid1: simplify r1buf_pool_free()Ming Lei1-9/+8
2017-03-24md: prepare for managing resync I/O pages in clean wayMing Lei1-0/+50