summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_lib.c
AgeCommit message (Expand)Author
2023-02-21scsi: core: Extend struct scsi_exec_argsBart Van Assche
2023-01-13scsi: core: Convert to scsi_execute_cmd()Mike Christie
2023-01-13scsi: core: Add struct for args to execution functionsMike Christie
2022-12-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-11-24scsi: core: Do not increase scsi_device's iorequest_cnt if dispatch failedWenchao Hao
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig
2022-10-22scsi: core: Support failing requests while recoveringBart Van Assche
2022-10-18scsi: core: Rework scsi_single_lun_run()Bart Van Assche
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
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