summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2022-09-06scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useMike Christie
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-19scsi: core: Fix passthrough retry counter handlingMike Christie
2022-08-19Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen
2022-08-11scsi: core: Allow the ALUA transitioning state enough timeBrian Bunker
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-07-19scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche
2022-07-14scsi/core: Improve static type checkingBart Van Assche
2022-07-07scsi: core: Move the definition of SCSI_QUEUE_DELAYBart Van Assche
2022-07-06scsi: core: Remove reserved request time-out handlingJohn Garry
2022-06-28block: simplify disk shutdownChristoph Hellwig
2022-06-01scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioningHannes Reinecke
2022-04-26scsi: core: Refine how we set tag_set NUMA nodeJohn Garry
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_...Christoph Hellwig
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig
2022-03-01scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command()Christoph Hellwig
2022-02-07scsi: core: Add scsi_done_direct() for immediate completionSebastian Andrzej Siewior
2022-02-03scsi: use BLK_STS_OFFLINE for not fully online devicesSong Liu
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-01-05scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-11-09scsi: make sure that request queue queiesce and unquiesce balancedMing Lei
2021-11-09scsi: avoid to quiesce sdev->request_queue two timesMing Lei
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-04scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()Tadeusz Struk
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche
2021-10-16scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche
2021-10-04scsi: core: Fix spelling in a source code commentBart Van Assche
2021-09-29scsi: core: Fix scsi_mode_select() buffer length handlingDamien Le Moal
2021-09-29scsi: core: Fix scsi_mode_sense() buffer length handlingDamien Le Moal
2021-08-17scsi: core: Remove scsi_cmnd.tagJohn Garry