aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)Author
2022-05-28blk-mq: remove the done argument to blk_execute_rq_nowaitChristoph Hellwig
2022-03-15scsi: core: Remove unreachable code warningYang Li
2022-03-01scsi: core: sd: Add silence_suspend flag to suppress some PM messagesAdrian Hunter
2022-03-01scsi: core: Remove struct scsi_requestChristoph 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 cmd field from struct scsi_requestChristoph Hellwig
2022-01-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-29block: remove the gendisk argument to blk_execute_rqChristoph Hellwig
2021-11-18scsi: core: Use eh_timeout for START STOP UNITChunguang Xu
2021-11-18scsi: core: Simplify control flow in scmd_eh_abort_handler()Ewan D. Milne
2021-11-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-11-05Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
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-22scsi: add a scsi_alloc_request helperChristoph Hellwig
2021-10-16scsi: core: Use a structure member to track the SCSI command submitterBart Van Assche
2021-08-11scsi: core: Remove the request member from struct scsi_cmndBart Van Assche
2021-08-11scsi: core: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche
2021-07-09Merge tag 'block-5.14-2021-07-08' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-06-30block: remove REQ_OP_SCSI_{IN,OUT}Christoph Hellwig
2021-05-31scsi: core: Drop obsolete Linux-specific SCSI status codesHannes Reinecke
2021-05-31scsi: core: Drop message byte helperHannes Reinecke
2021-05-31scsi: core: Use DID_TIME_OUT instead of DRIVER_TIMEOUTHannes Reinecke
2021-05-31scsi: core: Introduce scsi_status_is_check_condition()Hannes Reinecke
2021-04-15scsi: core: Introduce enum scsi_dispositionBart Van Assche
2021-04-15scsi: core: Modify the scsi_send_eh_cmnd() return value for the SDEV_BLOCK caseBart Van Assche
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2021-01-14scsi: core: No retries on abort successMuneendra Kumar
2021-01-14scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.hMuneendra Kumar
2020-10-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2020-10-02scsi: core: Add limitless cmd retry supportMike Christie
2020-09-15scsi: core: Clean up scsi_noretry_cmd()Damien Le Moal
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-05-19scsi: core: Fix incorrect usage of shost_for_each_deviceYe Bin
2020-02-28scsi: core: Remove cmd_list functionalityHannes Reinecke
2019-10-03scsi: core: save/restore command resid for error handlingDamien Le Moal
2019-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-06-20scsi: Avoid that .queuecommand() gets called for a blocked SCSI deviceBart Van Assche
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-03-19scsi: core: remove the scsi_ioctl_reset exportChristoph Hellwig
2019-02-05scsi: remove bidirectional command supportChristoph Hellwig
2018-11-26scsi: Do not rely on blk-mq for double completionsKeith Busch
2018-11-07block: remove __blk_put_request()Jens Axboe
2018-11-07scsi: kill off the legacy IO pathJens Axboe
2018-10-17scsi: core: Remove scsi_block_when_processing_errors: messageLaurence Oberman
2018-08-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-07-24scsi: set timed out out mq requests to completeKeith Busch
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei