summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+21
2021-01-25block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang1-1/+1
2021-01-15scsi: core: No retries on abort successMuneendra Kumar1-2/+15
2021-01-15scsi: core: Add a new error code DID_TRANSPORT_MARGINAL in scsi.hMuneendra Kumar1-0/+6
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-12/+25
2020-10-03scsi: core: Add limitless cmd retry supportMike Christie1-10/+23
2020-09-16scsi: core: Clean up scsi_noretry_cmd()Damien Le Moal1-2/+2
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-14/+14
2020-05-20scsi: core: Fix incorrect usage of shost_for_each_deviceYe Bin1-0/+2
2020-02-29scsi: core: Remove cmd_list functionalityHannes Reinecke1-1/+0
2019-10-04scsi: core: save/restore command resid for error handlingDamien Le Moal1-0/+3
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-2/+24
2019-06-20scsi: Avoid that .queuecommand() gets called for a blocked SCSI deviceBart Van Assche1-2/+24
2019-05-21scsi: core: add SPDX tags to scsi midlayer files missing licensing informationChristoph Hellwig1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-03-19scsi: core: remove the scsi_ioctl_reset exportChristoph Hellwig1-1/+0
2019-02-06scsi: remove bidirectional command supportChristoph Hellwig1-3/+0
2018-11-26scsi: Do not rely on blk-mq for double completionsKeith Busch1-11/+11
2018-11-07block: remove __blk_put_request()Jens Axboe1-1/+1
2018-11-07scsi: kill off the legacy IO pathJens Axboe1-1/+1
2018-10-18scsi: core: Remove scsi_block_when_processing_errors: messageLaurence Oberman1-3/+0
2018-08-16Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+3
2018-07-24scsi: set timed out out mq requests to completeKeith Busch1-0/+14
2018-06-26scsi: read host_busy via scsi_host_busy()Ming Lei1-3/+3
2018-06-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+7
2018-05-29block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig1-2/+2
2018-05-14block: pass an explicit gfp_t to get_requestChristoph Hellwig1-4/+0
2018-05-14block: sanitize blk_get_request calling conventionsChristoph Hellwig1-1/+1
2018-04-21scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUSMartin Wilck1-0/+3
2018-04-21scsi: devinfo: add BLIST_RETRY_ITF for EMC SymmetrixMartin Wilck1-0/+4
2018-04-04Merge branch 'fixes' into miscJames Bottomley1-2/+3
2018-03-02scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche1-2/+3
2018-02-28scsi: core: fix two wrong indentation casesJianchao Wang1-1/+1
2018-02-14scsi: core: scmd_eh_abort_handler(): Add a commentBart Van Assche1-0/+6
2017-12-08scsi: core: Convert a source code comment into a runtime checkBart Van Assche1-1/+2
2017-12-08scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche1-2/+16
2017-11-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-5/+8
2017-11-03scsi: scsi_error: DID_SOFT_ERROR comment clean upPetros Koutoupis1-5/+1
2017-10-19scsi: scsi_error: Handle power-on reset unit attentionHannes Reinecke1-0/+6
2017-10-19scsi: scsi_error: Do not retry illegal function errorHannes Reinecke1-0/+1
2017-09-28scsi: ILLEGAL REQUEST + ASC==27 => target failureMartin Wilck1-1/+2
2017-08-26scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointerBart Van Assche1-1/+1
2017-08-26scsi: Suppress gcc 7 fall-through warnings reported with W=1Bart Van Assche1-1/+7
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+7
2017-06-21block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-13scsi: Protect SCSI device state changes with a mutexBart Van Assche1-1/+7
2017-06-09block: introduce new block status code typeChristoph Hellwig1-1/+1
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-134/+50
2017-04-25scsi: Improve scsi_get_sense_info_fldDamien Le Moal1-23/+15
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke1-74/+7