summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)Author
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
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig
2018-04-20scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUSMartin Wilck
2018-04-20scsi: devinfo: add BLIST_RETRY_ITF for EMC SymmetrixMartin Wilck
2018-04-03Merge branch 'fixes' into miscJames Bottomley
2018-03-01scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche
2018-02-27scsi: core: fix two wrong indentation casesJianchao Wang
2018-02-13scsi: core: scmd_eh_abort_handler(): Add a commentBart Van Assche