aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_lib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-19/+27
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-2/+2
2022-09-06scsi: core: Convert scsi_decide_disposition() to use SCSIML_STATMike Christie1-19/+5
2022-09-06scsi: core: Add error codes for internal SCSI midlayer useMike Christie1-0/+22
2022-09-01scsi: core: Fix a use-after-freeBart Van Assche1-1/+5
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche1-2/+2
2022-08-19scsi: core: Fix passthrough retry counter handlingMike Christie1-1/+2
2022-08-19Merge branch '5.20/scsi-queue' into 6.0/scsi-fixesMartin K. Petersen1-19/+25
2022-08-11scsi: core: Allow the ALUA transitioning state enough timeBrian Bunker1-19/+25
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-4/+0
2022-08-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-7/+7
2022-07-19scsi: core: cap shost max_sectors according to DMA limits only onceJohn Garry1-4/+0
2022-07-14scsi/core: Use the new blk_opf_t typeBart Van Assche1-3/+3
2022-07-14scsi/core: Improve static type checkingBart Van Assche1-3/+3
2022-07-07scsi: core: Move the definition of SCSI_QUEUE_DELAYBart Van Assche1-7/+7
2022-07-06scsi: core: Remove reserved request time-out handlingJohn Garry1-8/+0
2022-06-28block: simplify disk shutdownChristoph Hellwig1-3/+3
2022-06-01scsi: core: Return BLK_STS_TRANSPORT for ALUA transitioningHannes Reinecke1-1/+1
2022-04-26scsi: core: Refine how we set tag_set NUMA nodeJohn Garry1-1/+1
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-72/+67
2022-03-01scsi: core: Remove struct scsi_requestChristoph Hellwig1-5/+1
2022-03-01scsi: core: Move the result field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-11/+4
2022-03-01scsi: core: Move the resid_len field from struct scsi_request to struct scsi_cmndChristoph Hellwig1-3/+3
2022-03-01scsi: core: Remove the sense and sense_len fields from struct scsi_requestChristoph Hellwig1-11/+7
2022-03-01scsi: core: Remove the cmd field from struct scsi_requestChristoph Hellwig1-11/+8
2022-03-01scsi: core: Don't memset() the entire scsi_cmnd in scsi_init_command()Christoph Hellwig1-32/+28
2022-02-07scsi: core: Add scsi_done_direct() for immediate completionSebastian Andrzej Siewior1-2/+19
2022-02-03scsi: use BLK_STS_OFFLINE for not fully online devicesSong Liu1-1/+1
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+3
2022-01-05scsi: core: Fix scsi_mode_select() interfaceDamien Le Moal1-5/+3
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig1-1/+1
2021-11-29block: remove the ->rq_disk field in struct requestChristoph Hellwig1-1/+2
2021-11-29block: move blk_rq_err_bytes to scsiChristoph Hellwig1-1/+41
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+1
2021-11-09Merge tag 'for-5.16/block-2021-11-09' of git://git.kernel.dk/linux-blockLinus Torvalds1-22/+40
2021-11-09scsi: make sure that request queue queiesce and unquiesce balancedMing Lei1-9/+28
2021-11-09scsi: avoid to quiesce sdev->request_queue two timesMing Lei1-15/+14
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-22/+42
2021-11-04scsi: core: Remove command size deduction from scsi_setup_scsi_cmnd()Tadeusz Struk1-2/+0
2021-11-03scsi: core: Avoid leaving shost->last_reset with stale value if EH does not runEwan D. Milne1-0/+1
2021-10-29block: remove blk_{get,put}_requestChristoph Hellwig1-2/+2
2021-10-22block: remove QUEUE_FLAG_SCSI_PASSTHROUGHChristoph Hellwig1-0/+8
2021-10-22scsi: add a scsi_alloc_request helperChristoph Hellwig1-6/+13
2021-10-18block: add a struct io_comp_batch argument to fops->iopoll()Jens Axboe1-1/+1
2021-10-18block: move integrity handling out of <linux/blkdev.h>Christoph Hellwig1-0/+1
2021-10-16scsi: core: Call scsi_done directlyBart Van Assche1-2/+1
2021-10-16scsi: core: Rename scsi_mq_done() into scsi_done() and export itBart Van Assche1-2/+3
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche1-0/+10
2021-10-04scsi: core: Fix spelling in a source code commentBart Van Assche1-1/+1
2021-09-29scsi: core: Fix scsi_mode_select() buffer length handlingDamien Le Moal1-8/+13