summaryrefslogtreecommitdiff
path: root/drivers/md
AgeCommit message (Expand)Author
2016-02-23dm mpath: push path selector locking down to path selectorsMike Snitzer
2016-02-23dm mpath: remove repeat_count support from multipath coreMike Snitzer
2016-02-23dm mpath: remove unnecessary casts in front of ti->privateMike Snitzer
2016-02-23dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directlyMike Snitzer
2016-02-23dm mpath: cleanup 'struct dm_mpath_io' management codeMike Snitzer
2016-02-23dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'Mike Snitzer
2016-02-23dm: allow immutable request-based targets to use blk-mq pduMike Snitzer
2016-02-23dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer
2016-02-23dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer
2016-02-23dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer
2016-02-23dm: fix a couple locking issues with use of block interfacesMike Snitzer
2016-02-22dm: allocate blk_mq_tag_set rather than embed in mapped_deviceMike Snitzer
2016-02-22dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module paramsMike Snitzer
2016-02-22dm: optimize dm_request_fn()Mike Snitzer
2016-02-22dm: optimize dm_mq_queue_rq()Mike Snitzer
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer
2016-02-22dm: cleanup dm_any_congested()Mike Snitzer
2016-02-22dm: remove unused dm_get_rq_mapinfo()Mike Snitzer
2016-02-22dm: fix excessive dm-mq context switchingMike Snitzer
2016-02-22dm: fix sparse "unexpected unlock" warnings in ioctl codeMike Snitzer
2016-02-22dm: do not return target from dm_get_live_table_for_ioctl()Mike Snitzer
2016-02-22dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq pathsMike Snitzer
2016-02-03Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li
2016-01-27dm crypt: Use skcipher and ahashHerbert Xu
2016-01-25md-cluster: delete useless codeShaohua Li
2016-01-25md-cluster: fix missing memory freeShaohua Li
2016-01-22Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-01-20MD: rename some functionsShaohua Li
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds
2016-01-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2016-01-14Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams
2016-01-14raid5-cache: handle journal hotadd in quiesceShaohua Li
2016-01-14MD: add journal with array suspendedShaohua Li
2016-01-14md: set MD_HAS_JOURNAL in correct placesShaohua Li
2016-01-13Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-01-12Merge tag 'dm-4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams
2016-01-09md: convert to use the generic badblocks codeVishal Verma
2016-01-09dm snapshot: fix hung bios when copy error occursMikulas Patocka
2016-01-07dm thin: bump thin and thin-pool target versionsMike Snitzer
2016-01-07md: Remove 'ready' field from mddev.NeilBrown
2016-01-07md: remove unnecesary md_new_event_inintrGuoqing Jiang
2016-01-06raid5: allow r5l_io_unit allocations to failChristoph Hellwig
2016-01-06raid5-cache: use a mempool for the metadata blockChristoph Hellwig
2016-01-06raid5-cache: use a bio_setChristoph Hellwig
2016-01-06raid5-cache: add journal hot add/remove supportShaohua Li
2016-01-06drivers: md: use ktime_get_real_seconds()Deepa Dinamani
2016-01-06md: avoid warning for 32-bit sector_tArnd Bergmann
2016-01-06raid5-cache: free meta_page earlierChristoph Hellwig