summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_error.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-06-101-0/+7
|\
| * scsi: devinfo: BLIST_RETRY_ASC_C1 for Fujitsu ETERNUSMartin Wilck2018-04-201-0/+3
| * scsi: devinfo: add BLIST_RETRY_ITF for EMC SymmetrixMartin Wilck2018-04-201-0/+4
* | block: rename BLK_EH_NOT_HANDLED to BLK_EH_DONEChristoph Hellwig2018-05-291-2/+2
* | block: pass an explicit gfp_t to get_requestChristoph Hellwig2018-05-141-4/+0
* | block: sanitize blk_get_request calling conventionsChristoph Hellwig2018-05-141-1/+1
|/
* Merge branch 'fixes' into miscJames Bottomley2018-04-031-2/+3
|\
| * scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche2018-03-011-2/+3
* | scsi: core: fix two wrong indentation casesJianchao Wang2018-02-271-1/+1
* | scsi: core: scmd_eh_abort_handler(): Add a commentBart Van Assche2018-02-131-0/+6
|/
* scsi: core: Convert a source code comment into a runtime checkBart Van Assche2017-12-071-1/+2
* scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche2017-12-071-2/+16
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-11-141-5/+8
|\
| * scsi: scsi_error: DID_SOFT_ERROR comment clean upPetros Koutoupis2017-11-031-5/+1
| * scsi: scsi_error: Handle power-on reset unit attentionHannes Reinecke2017-10-181-0/+6
| * scsi: scsi_error: Do not retry illegal function errorHannes Reinecke2017-10-181-0/+1
* | scsi: ILLEGAL REQUEST + ASC==27 => target failureMartin Wilck2017-09-271-1/+2
|/
* scsi: Use blk_mq_rq_to_pdu() to convert a request to a SCSI command pointerBart Van Assche2017-08-251-1/+1
* scsi: Suppress gcc 7 fall-through warnings reported with W=1Bart Van Assche2017-08-251-1/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-07-061-1/+7
|\
| * scsi: Protect SCSI device state changes with a mutexBart Van Assche2017-06-121-1/+7
* | block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
* | block: introduce new block status code typeChristoph Hellwig2017-06-091-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-05-041-134/+50
|\
| * scsi: Improve scsi_get_sense_info_fldDamien Le Moal2017-04-251-23/+15
| * scsi: make asynchronous aborts mandatoryHannes Reinecke2017-04-061-74/+7
| * scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke2017-04-061-28/+13
| * scsi: make eh_eflags persistentHannes Reinecke2017-04-061-2/+2
| * scsi: always send command abortsHannes Reinecke2017-04-061-12/+0
| * scsi: scsi_error: count medium access timeout only once per EH runHannes Reinecke2017-04-061-0/+18
* | block, scsi: move the retries field to struct scsi_requestChristoph Hellwig2017-04-051-1/+1
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2017-02-211-3/+1
|\
| * scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig2017-02-061-3/+1
* | block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig2017-01-311-1/+1
* | block: introduce blk_rq_is_passthroughChristoph Hellwig2017-01-311-2/+2
* | block: split scsi_request out of struct requestChristoph Hellwig2017-01-271-11/+11
* | scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig2017-01-271-7/+10
|/
* block: split out request-only flags into a new namespaceChristoph Hellwig2016-10-281-1/+1
* Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley2016-06-181-1/+3
|\
| * scsi: fix race between simultaneous decrements of ->host_failedWei Fang2016-06-081-1/+3
* | libata: evaluate SCSI sense codeHannes Reinecke2016-04-041-1/+2
|/
* mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman2015-11-061-1/+1
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2015-09-111-67/+1
|\
| * scsi: Move sense handling routines to scsi_commonSagi Grimberg2015-07-231-98/+1
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-111-4/+13
|\ \
| * | scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko2015-09-061-1/+10
| * | scsi_dh: kill struct scsi_dh_dataChristoph Hellwig2015-08-281-3/+3
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2015-09-021-0/+9
|\ \ \ | |/ /
| * | scsi_error: should not get sense for timeout IO in scsi error handlerjiang.biao2@zte.com.cn2015-08-261-0/+5
| * | scsi: Add ALUA state change UA handlingHannes Reinecke2015-08-261-0/+4
OpenPOWER on IntegriCloud