summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_error.c
Commit message (Expand)AuthorAgeFilesLines
...
* [SCSI] do not manipulate device reference counts in scsi_get/put_commandChristoph Hellwig2014-03-151-0/+6
* [SCSI] Set the minimum valid value of 'eh_deadline' as 0Ren Mingxin2013-12-191-13/+21
* [SCSI] Unlock accesses to eh_deadlineHannes Reinecke2013-12-191-35/+9
* [SCSI] improved eh timeout handlerHannes Reinecke2013-12-191-13/+138
* [SCSI] Fix erratic device offline during EHJames Bottomley2013-12-191-9/+17
* [SCSI] scsi_error: Escalate to LUN reset if abort failsHannes Reinecke2013-10-251-7/+9
* [SCSI] Add 'eh_deadline' to limit SCSI EH runtimeHannes Reinecke2013-10-251-6/+124
* [SCSI] Generate uevents on certain unit attention codesEwan D. Milne2013-08-261-20/+80
* [SCSI] Return ENODATA on medium errorHannes Reinecke2013-08-231-1/+1
* [SCSI] return ENOSPC on thin provisioning failureHannes Reinecke2013-08-231-1/+6
* [SCSI] Set hostbyte status in scsi_check_sense()Hannes Reinecke2013-08-231-14/+7
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2013-07-041-4/+3
|\
| * [SCSI] Allow error handling timeout to be specifiedMartin K. Petersen2013-06-041-4/+3
* | scsi: Spelling hsot -> hostGeert Uytterhoeven2013-05-281-1/+1
|/
* [SCSI] Handle MLQUEUE busy response in scsi_send_eh_cmndHannes Reinecke2013-05-101-10/+27
* [SCSI] Shorten the path length of scsi_cmd_to_driver()Li Zhong2012-10-091-3/+5
* [SCSI] Fix 'Device not ready' issue on mpt2sasJames Bottomley2012-08-221-0/+10
* [SCSI] cleanup setting task state in scsi_error_handler()Dan Williams2012-07-201-3/+1
* [SCSI] fix eh wakeup (scsi_schedule_eh vs scsi_restart_operations)Dan Williams2012-07-201-0/+14
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-05-221-3/+3
|\
| * scsi: fix comment spelling fix recory->recoverySantosh Y2012-04-161-3/+3
* | SCSI: Fix error handling when no ULD is attachedMartin K. Petersen2012-04-151-1/+1
|/
* [SCSI] Handle disk devices which can not process medium access commandsMartin K. Petersen2012-02-191-3/+9
* [SCSI] scsi_error: classify some ILLEGAL_REQUEST sense as a permanent TARGET_...Mike Snitzer2012-02-191-0/+8
* [SCSI] fix the new host byte settings (DID_TARGET_FAILURE and DID_NEXUS_FAILURE)Moger, Babu2012-02-191-2/+2
* [SCSI] add flag to skip the runtime PM calls on the hostLin Ming2012-01-081-2/+3
* [SCSI] Fix out of spec CD-ROM problem with media changeTARUISI Hiroaki2011-08-271-2/+10
* [SCSI] Reduce error recovery time by reducing use of TURsDavid Jeffery2011-05-241-20/+67
* [SCSI] Log thin provisioning threshold eventShyam Iyer2011-04-151-0/+6
* Reduce sequential pointer derefs in scsi_error.c and reduce size as wellJesper Juhl2011-03-211-45/+49
* [SCSI] Add detailed SCSI I/O errorsHannes Reinecke2011-02-121-7/+17
* [SCSI] fix id computation in scsi_eh_target_reset()James Bottomley2010-12-211-36/+25
* [SCSI] Eliminate error handler overload of the SCSI serial numberJames Bottomley2010-12-091-24/+2
* SCSI host lock push-downJeff Garzik2010-11-161-4/+2
* block: remove REQ_HARDBARRIERChristoph Hellwig2010-11-101-13/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-08-141-4/+7
|\
| * [SCSI] make error handling more robust in the face of reservationsJames Bottomley2010-08-111-4/+6
| * [SCSI] Return NEEDS_RETRY for eh commands with status BUSYHannes Reinecke2010-08-111-0/+1
* | Merge branch 'for-2.6.36' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-08-101-5/+7
|\ \ | |/ |/|
| * scsi: use REQ_TYPE_FS for flush requestFUJITA Tomonori2010-08-071-15/+4
| * block: remove wrappers for request type/flagsChristoph Hellwig2010-08-071-5/+5
* | [SCSI] implement runtime Power ManagementAlan Stern2010-07-281-1/+15
* | [SCSI] Log msg when getting Unit AttentionMike Christie2010-07-271-0/+13
|/
* [SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley2010-05-181-5/+14
|\
| * [SCSI] add scsi trace core functions and put trace pointsKei Tokunaga2010-04-301-0/+4
| * [SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh returnChristof Schmitt2010-04-111-5/+10
* | [SCSI] Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O errorJames Bottomley2010-05-051-1/+14
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] add queue_depth ramp up codeVasu Dev2009-12-041-0/+38
* [SCSI] scsi error: have scsi-ml call change_queue_depth to handle QUEUE_FULLMike Christie2009-12-041-1/+26
OpenPOWER on IntegriCloud