summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'dm-4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2016-03-1730-2024/+849
|\
| * dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()Bryn M. Reeves2016-03-141-1/+1
| * dm thin: consistently return -ENOSPC if pool has run out of data spaceMike Snitzer2016-03-111-4/+17
| * dm cache: bump the target versionMike Snitzer2016-03-101-1/+1
| * dm cache: make sure every metadata function checks fail_ioJoe Thornber2016-03-103-43/+71
| * dm: add missing newline between DM_DEBUG_BLOCK_STACK_TRACING and DM_BUFIOMike Snitzer2016-03-101-0/+1
| * dm cache policy smq: clarify that mq registration failure was for 'mq'Mike Snitzer2016-03-101-1/+1
| * dm: return error if bio_integrity_clone() fails in clone_bio()Mike Snitzer2016-03-101-7/+20
| * dm thin metadata: don't issue prefetches if a transaction abort has failedJoe Thornber2016-03-101-1/+4
| * dm snapshot: disallow the COW and origin devices from being identicalDingXiang2016-03-103-12/+35
| * dm cache: make the 'mq' policy an alias for 'smq'Joe Thornber2016-03-105-1529/+87
| * dm: drop unnecessary assignment of md->queueBob Liu2016-03-101-6/+1
| * dm: reorder 'struct mapped_device' members to fix alignment and holesMike Snitzer2016-03-101-16/+18
| * dm: remove dummy definition of 'struct dm_table'Mike Snitzer2016-03-101-11/+3
| * dm: add 'dm_numa_node' module parameterMike Snitzer2016-03-101-8/+44
| * dm thin metadata: remove needless newline from subtree_dec() DMERR messageMike Snitzer2016-03-101-1/+1
| * dm mpath: cleanup reinstate_path() et al based on code reviewMike Snitzer2016-03-101-6/+2
| * dm mpath: remove __pgpath_busy forward declaration, rename to pgpath_busyMike Snitzer2016-02-231-4/+2
| * dm mpath: switch from 'unsigned' to 'bool' for flags where appropriateMike Snitzer2016-02-231-50/+51
| * dm round robin: use percpu 'repeat_count' and 'current_path'Mike Snitzer2016-02-231-12/+48
| * dm path selector: remove 'repeat_count' return from .select_path hookMike Snitzer2016-02-235-18/+4
| * dm mpath: push path selector locking down to path selectorsMike Snitzer2016-02-233-11/+59
| * dm mpath: remove repeat_count support from multipath coreMike Snitzer2016-02-234-10/+24
| * dm mpath: remove unnecessary casts in front of ti->privateMike Snitzer2016-02-231-5/+5
| * dm mpath: use blk_mq_alloc_request() and blk_mq_free_request() directlyMike Snitzer2016-02-231-3/+4
| * dm mpath: cleanup 'struct dm_mpath_io' management codeMike Snitzer2016-02-231-12/+17
| * dm mpath: use blk-mq pdu for per-request 'struct dm_mpath_io'Mike Snitzer2016-02-231-10/+29
| * dm: allow immutable request-based targets to use blk-mq pduMike Snitzer2016-02-233-9/+28
| * dm: rename target's per_bio_data_size to per_io_data_sizeMike Snitzer2016-02-2313-25/+25
| * dm: distinquish old .request_fn (dm-old) vs dm-mq request-based DMMike Snitzer2016-02-232-50/+58
| * dm: remove support for stacking dm-mq on .request_fn device(s)Mike Snitzer2016-02-232-40/+20
| * dm: fix a couple locking issues with use of block interfacesMike Snitzer2016-02-231-7/+21
| * dm: allocate blk_mq_tag_set rather than embed in mapped_deviceMike Snitzer2016-02-221-18/+27
| * dm: add 'dm_mq_nr_hw_queues' and 'dm_mq_queue_depth' module paramsMike Snitzer2016-02-221-2/+25
| * dm: optimize dm_request_fn()Mike Snitzer2016-02-221-30/+17
| * dm: optimize dm_mq_queue_rq()Mike Snitzer2016-02-224-23/+31
| * dm: set DM_TARGET_WILDCARD feature on "error" targetMike Snitzer2016-02-225-2/+26
| * dm: cleanup dm_any_congested()Mike Snitzer2016-02-221-9/+8
| * dm: remove unused dm_get_rq_mapinfo()Mike Snitzer2016-02-221-8/+0
| * dm: fix excessive dm-mq context switchingMike Snitzer2016-02-222-8/+7
| * dm: fix sparse "unexpected unlock" warnings in ioctl codeMike Snitzer2016-02-221-27/+29
| * dm: do not return target from dm_get_live_table_for_ioctl()Mike Snitzer2016-02-221-20/+13
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-03-17120-3159/+9171
|\ \
| * \ Merge branch 'fixes' into miscJames Bottomley2016-03-158-4/+17
| |\ \
| | * | sg: fix dxferp in from_to caseDouglas Gilbert2016-03-101-1/+2
| | * | scsi: storvsc: fix SRB_STATUS_ABORTED handlingVitaly Kuznetsov2016-03-091-2/+3
| | * | be2iscsi: set the boot_kset pointer to NULL in case of failureMaurizio Lombardi2016-03-091-0/+1
| | * | sd: Fix discard granularity when LBPRZ=1Martin K. Petersen2016-03-091-1/+1
| * | | MAINTAINERS: use new email address for James BottomleyJames Bottomley2016-03-141-1/+1
| * | | mpt3sas: Remove unnecessary synchronize_irq() before free_irq()Lars-Peter Clausen2016-03-101-1/+0