summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2017-12-14scsi: use dma_get_cache_alignment() as minimum DMA alignmentHuacai Chen
2017-03-12scsi: use 'scsi_device_from_queue()' for scsi_dhHannes Reinecke
2017-02-23scsi: don't BUG_ON() empty DMA transfersJohannes Thumshirn
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-05-22scsi_lib: correctly retry failed zero length REQ_TYPE_FS commandsJames Bottomley
2016-05-10scsi_lib: Decode T10 vendor IDsHannes Reinecke
2016-04-15lib: scatterlist: move SG pool code from SCSI driver to lib/sg_pool.cMing Lin
2016-04-15scsi: rename SCSI_MAX_{SG, SG_CHAIN}_SEGMENTSMing Lin
2016-04-15scsi: rename SG related struct and functionsMing Lin
2016-04-15scsi: replace "mq" with "first_chunk" in SG functionsMing Lin
2016-04-15scsi: replace "scsi_data_buffer" with "sg_table" in SG functionsMing Lin
2016-03-15Merge branch 'fixes' into miscJames Bottomley
2016-02-26SCSI: Free resources when we return BLKPREP_INVALIDjiangyiwen
2016-02-23scsi_dh: add 'rescan' callbackHannes Reinecke
2015-12-02scsi: Add scsi_vpd_tpg_id()Hannes Reinecke
2015-12-02scsi: Add scsi_vpd_lun_id()Hannes Reinecke
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
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