aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)Author
2019-10-29scsi: core: save/restore command resid for error handlingDamien Le Moal
2018-03-15scsi: core: Avoid that ATA error handling can trigger a kernel hang or oopsBart Van Assche
2018-02-16scsi: core: Ensure that the SCSI error handler gets woken upBart Van Assche
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
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig
2016-06-18Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley
2016-06-08scsi: fix race between simultaneous decrements of ->host_failedWei Fang
2016-04-04libata: evaluate SCSI sense codeHannes Reinecke
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-09-06scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig
2015-08-26scsi_error: should not get sense for timeout IO in scsi error handlerjiang.biao2@zte.com.cn
2015-08-26scsi: Add ALUA state change UA handlingHannes Reinecke
2015-08-17Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2015-08-03Revert "libata-eh: Set 'information' field for autosense"Tejun Heo
2015-07-30scsi: fix memory leak with scsi-mqTony Battersby
2015-07-23scsi: Move sense handling routines to scsi_commonSagi Grimberg
2015-06-01Move code that is used both by initiator and target driversBart Van Assche
2015-03-27libata-eh: Set 'information' field for autosenseHannes Reinecke
2015-01-09scsi: do not display kernel pointer in message logsHannes Reinecke
2015-01-09scsi: fix scsi_error.c kernel-doc warningRandy Dunlap
2014-12-30SCSI: fix regression in scsi_send_eh_cmnd()Alan Stern
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley
2014-11-24scsi: don't use scsi_next_command in scsi_reset_providerChristoph Hellwig
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig