aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-08-28block,scsi: fixup blk_get_request dead queue scenariosJoe Lawrence1-1/+1
2014-08-26block,scsi: verify return pointer from blk_get_requestJoe Lawrence1-0/+2
2014-07-25scsi: convert host_busy to atomic_tChristoph Hellwig1-3/+4
2014-07-17scsi: use dev_printk variants where possibleHannes Reinecke1-83/+96
2014-07-17scsi: remove two cancel_delayed_work() calls from the mid-layerBart Van Assche1-1/+1
2014-06-24scsi_error: set DID_TIME_OUT correctlyHannes Reinecke1-7/+7
2014-06-24scsi_error: fix invalid setting of host byteUlrich Obergfell1-4/+4
2014-06-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2014-06-06block: add blk_rq_set_block_pc()Jens Axboe1-1/+2
2014-05-19scsi: set correct completion code in scsi_send_eh_cmnd()Hannes Reinecke1-0/+1
2014-05-19scsi: handle command allocation failure in scsi_reset_providerChristoph Hellwig1-0/+6
2014-04-21[SCSI] More USB deadlock fixesJames Bottomley1-0/+1
2014-04-21[SCSI] Fix USB deadlock caused by SCSI error handlingHannes Reinecke1-0/+1
2014-04-21[SCSI] Fix command result state propagationAlan Stern1-0/+1
2014-04-21[SCSI] Fix spurious request sense in error handlingJames Bottomley1-0/+9
2014-03-15[SCSI] do not manipulate device reference counts in scsi_get/put_commandChristoph Hellwig1-0/+6
2013-12-19[SCSI] Set the minimum valid value of 'eh_deadline' as 0Ren Mingxin1-13/+21
2013-12-19[SCSI] Unlock accesses to eh_deadlineHannes Reinecke1-35/+9
2013-12-19[SCSI] improved eh timeout handlerHannes Reinecke1-13/+138
2013-12-19[SCSI] Fix erratic device offline during EHJames Bottomley1-9/+17
2013-10-25[SCSI] scsi_error: Escalate to LUN reset if abort failsHannes Reinecke1-7/+9
2013-10-25[SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke1-6/+124
2013-08-26[SCSI] Generate uevents on certain unit attention codesEwan D. Milne1-20/+80
2013-08-23[SCSI] Return ENODATA on medium errorHannes Reinecke1-1/+1
2013-08-23[SCSI] return ENOSPC on thin provisioning failureHannes Reinecke1-1/+6
2013-08-23[SCSI] Set hostbyte status in scsi_check_sense()Hannes Reinecke1-14/+7
2013-07-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-4/+3
2013-06-04[SCSI] Allow error handling timeout to be specifiedMartin K. Petersen1-4/+3
2013-05-28scsi: Spelling hsot -> hostGeert Uytterhoeven1-1/+1
2013-05-10[SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmndHannes Reinecke1-10/+27
2012-10-09[SCSI] Shorten the path length of scsi_cmd_to_driver()Li Zhong1-3/+5
2012-08-22[SCSI] Fix 'Device not ready' issue on mpt2sasJames Bottomley1-0/+10