summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2015-10-01blk-mq: fix racy updates of rq->errorsChristoph Hellwig
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig
2015-08-26scsi: Add ALUA state change UA handlingHannes Reinecke
2015-07-30scsi: retry MODE SENSE on unit attentionHannes Reinecke
2015-07-30scsi: fix memory leak with scsi-mqTony Battersby
2015-04-08Defer processing of REQ_PREEMPT requests for blocked devicesBart Van Assche
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-01-23blk-mq: add tag allocation policyShaohua Li
2015-01-20scsi: Avoid crashing if device uses DIX but adapter does not support itEwan D. Milne
2015-01-09scsi: ->queue_rq can't sleepChristoph Hellwig
2014-12-15scsi: fix random memory corruption with scsi-mq + T10 PITony Battersby
2014-12-13Merge branch 'for-3.19/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-11-24scsi: move scsi_dispatch_cmd to scsi_lib.cChristoph Hellwig
2014-11-24scsi: stop passing a gfp_mask argument down the command setup pathChristoph Hellwig
2014-11-24scsi: remove scsi_next_commandChristoph Hellwig
2014-11-12scsi: add new scsi-command flag for tagged commandsChristoph Hellwig
2014-11-12scsi: add support for multiple hardware queuesBart Van Assche
2014-11-12scsi: ratelimit I/O error messagesHannes Reinecke
2014-11-12scsi: simplify scsi_log_(send|completion)Hannes Reinecke
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke
2014-11-12scsi: resolve some missing-field-initializers warningsMark Rustad
2014-10-29blk-mq: add a 'list' parameter to ->queue_rq()Jens Axboe
2014-10-28scsi: set REQ_QUEUE for the blk-mq caseChristoph Hellwig
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-10-07Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds
2014-09-22scsi: move blk_mq_start_request call earlierChristoph Hellwig
2014-09-22blk-mq: pass a reserved argument to the timeout handlerChristoph Hellwig
2014-09-22blk-mq: rename blk_mq_end_io to blk_mq_end_requestChristoph Hellwig
2014-09-22blk-mq: call blk_mq_start_request from ->queue_rqChristoph Hellwig
2014-09-22blk-mq: remove REQ_ENDChristoph Hellwig
2014-09-19[SCSI] fix for bidi use after freeDaniel Gryniewicz
2014-09-15scsi: add use_cmd_list flagKashyap.Desai@avagotech.com
2014-09-11Merge branch 'for-linus' into for-3.18/coreJens Axboe
2014-08-29Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence
2014-08-22scsi-mq: fix requests that use a separate CDB bufferTony Battersby
2014-08-19scsi: Fix qemu boot hang problemGuenter Roeck
2014-07-25scsi: add support for a blk-mq based I/O path.Christoph Hellwig
2014-07-25scatterlist: allow chaining to preallocated chunksChristoph Hellwig
2014-07-25scsi: unwind blk_end_request_all and blk_end_request_err callsChristoph Hellwig
2014-07-25scsi: only maintain target_blocked if the driver has a target queue limitChristoph Hellwig
2014-07-25scsi: fix the {host,target,device}_blocked counter messChristoph Hellwig
2014-07-25scsi: convert device_busy to atomic_tChristoph Hellwig
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig
2014-07-25scsi: convert target_busy to an atomic_tChristoph Hellwig
2014-07-25scsi: push host_lock down into scsi_{host,target}_queue_readyChristoph Hellwig
2014-07-25scsi: set ->scsi_done before calling scsi_dispatch_cmdChristoph Hellwig
2014-07-25scsi: centralize command re-queueing in scsi_dispatch_fnChristoph Hellwig
2014-07-25scsi: split __scsi_queue_insertChristoph Hellwig