summaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)Author
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
2017-12-07scsi: core: Convert a source code comment into a runtime checkBart Van Assche
2017-12-07scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche
2017-11-14Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-11-03scsi: scsi_error: DID_SOFT_ERROR comment clean upPetros Koutoupis
2017-10-18scsi: scsi_error: Handle power-on reset unit attentionHannes Reinecke
2017-10-18scsi: scsi_error: Do not retry illegal function errorHannes Reinecke
2017-09-27scsi: ILLEGAL REQUEST + ASC==27 => target failureMartin Wilck
2017-08-25scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointerBart Van Assche
2017-08-25scsi: Suppress gcc 7 fall-through warnings reported with W=1Bart Van Assche
2017-07-06Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche
2017-06-12scsi: Protect SCSI device state changes with a mutexBart Van Assche
2017-06-09block: introduce new block status code typeChristoph Hellwig
2017-05-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-04-25scsi: Improve scsi_get_sense_info_fldDamien Le Moal
2017-04-06scsi: make asynchronous aborts mandatoryHannes Reinecke
2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke
2017-04-06scsi: make eh_eflags persistentHannes Reinecke
2017-04-06scsi: always send command abortsHannes Reinecke
2017-04-06scsi: scsi_error: count medium access timeout only once per EH runHannes Reinecke
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig