aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-14dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()Bryn M. Reeves1-1/+1
2016-03-11dm thin: consistently return -ENOSPC if pool has run out of data spaceMike Snitzer1-4/+17
2016-03-10dm cache: bump the target versionMike Snitzer1-1/+1
2016-03-10dm cache: make sure every metadata function checks fail_ioJoe Thornber3-43/+71
2016-03-10dm: add missing newline between DM_DEBUG_BLOCK_STACK_TRACING and DM_BUFIOMike Snitzer1-0/+1
2016-03-10dm cache policy smq: clarify that mq registration failure was for 'mq'Mike Snitzer1-1/+1
2016-03-10dm: return error if bio_integrity_clone() fails in clone_bio()Mike Snitzer1-7/+20
2016-03-10dm thin metadata: don't issue prefetches if a transaction abort has failedJoe Thornber1-1/+4
2016-03-10dm snapshot: disallow the COW and origin devices from being identicalDingXiang2-12/+33
2016-03-10dm cache: make the 'mq' policy an alias for 'smq'Joe Thornber4-1492/+85
2016-03-10dm: drop unnecessary assignment of md->queueBob Liu1-6/+1
2016-03-10dm: reorder 'struct mapped_device' members to fix alignment and holesMike Snitzer1-16/+18
2016-03-10dm: remove dummy definition of 'struct dm_table'Mike Snitzer1-11/+3
2016-03-10dm: add 'dm_numa_node' module parameterMike Snitzer1-8/+44
2016-03-10dm thin metadata: remove needless newline from subtree_dec() DMERR messageMike Snitzer1-1/+1
2016-03-10dm mpath: cleanup reinstate_path() et al based on code reviewMike Snitzer1-6/+2
2016-02-22dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busyMike Snitzer1-4/+2
2016-02-22dm mpath: switch from 'unsigned' to 'bool' for flags where appropriateMike Snitzer1-50/+51
2016-02-22dm round robin: use percpu 'repeat_count' and 'current_path'Mike Snitzer1-12/+48
2016-02-22dm path selector: remove 'repeat_count' return from .select_path hookMike Snitzer5-18/+4
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-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