aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-06scsi: make scsi_eh_scmd_add() always succeedHannes Reinecke1-28/+13
2017-04-06scsi: make eh_eflags persistentHannes Reinecke1-2/+2
2017-04-06scsi: always send command abortsHannes Reinecke1-12/+0
2017-04-06scsi: scsi_error: count medium access timeout only once per EH runHannes Reinecke1-0/+18
2017-04-05block, scsi: move the retries field to struct scsi_requestChristoph Hellwig1-1/+1
2017-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+1
2017-02-06scsi: remove eh_timed_out methods in the transport templateChristoph Hellwig1-3/+1
2017-01-31block: fold cmd_type into the REQ_OP_ spaceChristoph Hellwig1-1/+1
2017-01-31block: introduce blk_rq_is_passthroughChristoph Hellwig1-2/+2
2017-01-27block: split scsi_request out of struct requestChristoph Hellwig1-11/+11
2017-01-27scsi: allocate scsi_cmnd structures as part of struct requestChristoph Hellwig1-7/+10
2016-10-28block: split out request-only flags into a new namespaceChristoph Hellwig1-1/+1
2016-06-18Merge remote-tracking branch 'mkp-scsi/4.7/scsi-fixes' into fixesJames Bottomley1-1/+3
2016-06-08scsi: fix race between simultaneous decrements of ->host_failedWei Fang1-1/+3
2016-04-04libata: evaluate SCSI sense codeHannes Reinecke1-1/+2
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-1/+1
2015-09-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-67/+1
2015-09-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+13
2015-09-06scsi: fix scsi_error_handler vs. scsi_host_dev_release raceMichal Hocko1-1/+10
2015-09-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+9
2015-08-28scsi_dh: kill struct scsi_dh_dataChristoph Hellwig1-3/+3
2015-08-26scsi_error: should not get sense for timeout IO in scsi error handlerjiang.biao2@zte.com.cn1-0/+5
2015-08-26scsi: Add ALUA state change UA handlingHannes Reinecke1-0/+4
2015-08-17Merge branch 'for-4.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libataLinus Torvalds1-31/+0
2015-08-03Revert "libata-eh: Set 'information' field for autosense"Tejun Heo1-31/+0
2015-07-30scsi: fix memory leak with scsi-mqTony Battersby1-1/+1
2015-07-23scsi: Move sense handling routines to scsi_commonSagi Grimberg1-98/+1
2015-06-01Move code that is used both by initiator and target driversBart Van Assche1-64/+0
2015-03-27libata-eh: Set 'information' field for autosenseHannes Reinecke1-0/+31
2015-01-09scsi: do not display kernel pointer in message logsHannes Reinecke1-29/+20
2015-01-09scsi: fix scsi_error.c kernel-doc warningRandy Dunlap1-0/+1
2014-12-30SCSI: fix regression in scsi_send_eh_cmnd()Alan Stern1-2/+2
2014-12-08Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley1-10/+5
2014-11-24scsi: don't use scsi_next_command in scsi_reset_providerChristoph Hellwig1-8/+3
2014-11-24scsi: drop reason argument from ->change_queue_depthChristoph Hellwig1-1/+1
2014-11-24scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig1-10/+5
2014-11-12scsi: refactor scsi_reset_provider handlingChristoph Hellwig1-40/+36
2014-11-12scsi: document scsi_try_to_abort_cmdHannes Reinecke1-3/+21
2014-11-12scsi: use shost argument in scsi_eh_prt_fail_statsHannes Reinecke1-1/+1
2014-11-12scsi: fixup logging messages in scsi_error.cHannes Reinecke1-40/+37
2014-11-12scsi: use 'bool' as return value for scsi_normalize_sense()Hannes Reinecke1-8/+8
2014-11-12scsi: use sdev as argument for sense code printingHannes Reinecke1-1/+1
2014-11-12scsi: add SG_SCSI_RESET_NO_ESCALATE flag to SG_SCSI_RESET ioctlDouglas Gilbert1-0/+10
2014-11-10scsi: call device handler for failed TUR commandChristoph Hellwig1-8/+8
2014-11-10scsi: only re-lock door after EH on devices that were resetChristoph Hellwig1-1/+3
2014-10-18Merge branch 'for-3.18/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2014-09-15scsi: fix various kernel-doc problems in scsi_error.cRandy Dunlap1-13/+14