aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-02-22dm mpath: push path selector locking down to path selectorsMike Snitzer3-11/+59
2016-02-22dm mpath: remove repeat_count support from multipath coreMike Snitzer4-10/+24
2016-02-22dm mpath: remove unnecessary casts in front of ti->privateMike Snitzer1-5/+5
2016-02-22dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directlyMike Snitzer1-3/+4
2016-02-22dm mpath: cleanup 'struct dm_mpath_io' management codeMike Snitzer1-12/+17
2016-02-22dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'Mike Snitzer1-10/+29
2016-02-22dm: allow immutable request-based targets to use blk-mq pduMike Snitzer3-9/+28
2016-02-22dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer12-22/+22
2016-02-22dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer2-50/+58
2016-02-22dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer2-40/+20
2016-02-22dm: fix a couple locking issues with use of block interfacesMike Snitzer1-7/+21
2016-02-22dm: allocate blk_mq_tag_set rather than embed in mapped_deviceMike Snitzer1-18/+27
2016-02-22dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module paramsMike Snitzer1-2/+25
2016-02-22dm: optimize dm_request_fn()Mike Snitzer1-30/+17
2016-02-22dm: optimize dm_mq_queue_rq()Mike Snitzer4-23/+31
2016-02-22dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer4-2/+19
2016-02-22dm: cleanup dm_any_congested()Mike Snitzer1-9/+8
2016-02-22dm: remove unused dm_get_rq_mapinfo()Mike Snitzer1-8/+0
2016-02-22dm: fix excessive dm-mq context switchingMike Snitzer1-7/+6
2016-02-21dm: fix sparse "unexpected unlock" warnings in ioctl codeMike Snitzer1-27/+29
2016-02-21dm: do not return target from dm_get_live_table_for_ioctl()Mike Snitzer1-20/+13
2016-02-21dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq pathsMike Snitzer1-0/+2
2016-02-03Merge branch 'mymd/for-next' into mymd/for-linusShaohua Li6-56/+58
2016-01-27dm crypt: Use skcipher and ahashHerbert Xu1-45/+48
2016-01-24md-cluster: delete useless codeShaohua Li1-4/+0
2016-01-24md-cluster: fix missing memory freeShaohua Li1-1/+5
2016-01-21Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds4-13/+48
2016-01-20MD: rename some functionsShaohua Li4-51/+53
2016-01-15Merge tag 'md/4.5' of git://neil.brown.name/mdLinus Torvalds9-142/+418
2016-01-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2016-01-13Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds2-528/+28
2016-01-14md/raid: only permit hot-add of compatible integrity profilesDan Williams5-22/+26
2016-01-14raid5-cache: handle journal hotadd in quiesceShaohua Li1-0/+7
2016-01-14MD: add journal with array suspendedShaohua Li1-1/+6
2016-01-14md: set MD_HAS_JOURNAL in correct placesShaohua Li2-4/+6
2016-01-12Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds3-4/+4
2016-01-11Merge tag 'dm-4.5-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dmLinus Torvalds18-354/+1619
2016-01-09badblocks: rename badblocks_free to badblocks_exitDan Williams1-1/+1
2016-01-09md: convert to use the generic badblocks codeVishal Verma2-528/+28
2016-01-08dm snapshot: fix hung bios when copy error occursMikulas Patocka4-19/+12
2016-01-06dm thin: bump thin and thin-pool target versionsMike Snitzer1-2/+2
2016-01-07md: Remove 'ready' field from mddev.NeilBrown2-6/+1
2016-01-07md: remove unnecesary md_new_event_inintrGuoqing Jiang1-10/+1
2016-01-06raid5: allow r5l_io_unit allocations to failChristoph Hellwig1-10/+57
2016-01-06raid5-cache: use a mempool for the metadata blockChristoph Hellwig1-2/+12
2016-01-06raid5-cache: use a bio_setChristoph Hellwig1-1/+15
2016-01-06raid5-cache: add journal hot add/remove supportShaohua Li3-24/+68
2016-01-06drivers: md: use ktime_get_real_seconds()Deepa Dinamani2-10/+10
2016-01-06md: avoid warning for 32-bit sector_tArnd Bergmann1-4/+6
2016-01-06raid5-cache: free meta_page earlierChristoph Hellwig1-7/+2