summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-04-02scsi: add use_cmd_list flagv3.10-scsi-mqKashyap.Desai@avagotech.com
2015-04-02scsi: Fix qemu boot hang problemGuenter Roeck
2015-04-02scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig
2015-04-02scsi: move blk_mq_start_request call earlierChristoph Hellwig
2015-04-02fix regression in SCSI_IOCTL_SEND_COMMANDTony Battersby
2015-04-02scsi-mq: fix requests that use a separate CDB bufferTony Battersby
2015-04-02mpt3sas: delay scsi_add_host call to work with scsi-mqElliott, Robert (Server Storage)
2015-04-02mpt2sas: delay scsi_add_host call to work with scsi-mqElliott, Robert (Server Storage)
2015-04-02fnic: reject device resets without assigned tags for the blk-mq caseChristoph Hellwig
2015-04-02scsi: add support for a blk-mq based I/O path.Christoph Hellwig
2015-04-02scatterlist: allow chaining to preallocated chunksChristoph Hellwig
2015-04-02scsi: unwind blk_end_request_all and blk_end_request_err callsChristoph Hellwig
2015-04-02scsi: only maintain target_blocked if the driver has a target queue limitChristoph Hellwig
2015-04-02scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig
2015-04-02scsi: convert device_busy to atomic_tChristoph Hellwig
2015-04-02scsi: convert host_busy to atomic_tChristoph Hellwig
2015-04-02scsi: convert target_busy to an atomic_tChristoph Hellwig
2015-04-02scsi: push host_lock down into scsi_{host,target}_queue_readyChristoph Hellwig
2015-04-02scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig
2015-04-02scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig
2015-04-02scsi: split __scsi_queue_insertChristoph Hellwig
2015-04-02sd: don't use rq->cmd_len before setting it upChristoph Hellwig
2015-04-02scsi: reintroduce scsi_driver.init_commandChristoph Hellwig
2015-04-02scsi: remove scsi_end_requestChristoph Hellwig
2015-04-02scsi: explicitly release bidi buffersChristoph Hellwig
2015-04-02Fix command result state propagationAlan Stern
2015-04-02don't reference freed command in scsi_prep_returnChristoph Hellwig
2015-04-02don't reference freed command in scsi_init_sgtableChristoph Hellwig
2015-04-02add support for per-host cmd poolsChristoph Hellwig
2015-04-02megaraid: simplify internal command handlingChristoph Hellwig
2015-04-02remove a useless get/put_device pair in scsi_requeue_commandChristoph Hellwig
2015-04-02remove a useless get/put_device pair in scsi_next_commandBart Van Assche
2015-04-02remove a useless get/put_device pair in scsi_request_fnBart Van Assche
2015-04-02do not manipulate device reference counts in scsi_get/put_commandChristoph Hellwig
2015-04-02improved eh timeout handlerHannes Reinecke
2015-04-02Fix spurious request sense in error handlingJames Bottomley
2015-04-02Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke
2015-04-02remove check for 'resetting'Hannes Reinecke
2015-04-02dc395: Move 'last_reset' into internal host structureHannes Reinecke
2015-04-02tmscsim: Move 'last_reset' into host structureHannes Reinecke
2015-04-02advansys: Remove 'last_reset' referencesHannes Reinecke
2015-04-02avoid taking host_lock in scsi_run_queue unless nessecaryChristoph Hellwig
2015-04-02avoid useless free_list lock roundtripsChristoph Hellwig
2015-04-02enable destruction of blocked devices which fail LUN scanningBart Van Assche
2015-04-02Add timeout to avoid infinite command retryEiichi Tsukata
2015-04-02scsi: handle command allocation failure in scsi_reset_providerChristoph Hellwig
2015-03-30blkmq: Fix NULL pointer deref when all reserved tags inv3.10-blk-mqSam Bradshaw
2015-03-30Fix bug in blk_rq_merge_okWenbo Wang
2015-03-30blk-mq: fix double-free in error pathTony Battersby
2015-03-30blk-mq: fix false negative out-of-tags conditionJens Axboe