aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/scsi_error.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-07-27[SCSI] Log msg when getting Unit AttentionMike Christie1-0/+13
2010-05-18[SCSI] Merge scsi-misc-2.6 into scsi-rc-fixes-2.6James Bottomley1-5/+14
2010-05-05[SCSI] Retry commands with UNIT_ATTENTION sense codes to fix ext3/ext4 I/O errorJames Bottomley1-1/+14
2010-04-30[SCSI] add scsi trace core functions and put trace pointsKei Tokunaga1-0/+4
2010-04-11[SCSI] Allow FC LLD to fast-fail scsi eh by introducing new eh returnChristof Schmitt1-5/+10
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04[SCSI] add queue_depth ramp up codeVasu Dev1-0/+38
2009-12-04[SCSI] scsi error: have scsi-ml call change_queue_depth to handle QUEUE_FULLMike Christie1-1/+26
2009-10-02[SCSI] Retry ADD_TO_MLQUEUE return value for EH commandsHannes Reinecke1-0/+3
2009-08-22[SCSI] reservation conflict after timeout causes device to be taken offlineMichael Reed1-1/+5
2009-06-08[SCSI] fix up scsi_eh_lock_door()James Bottomley1-12/+5
2009-06-08[SCSI] fix documentation for two functionsBartlomiej Zolnierkiewicz1-2/+2
2009-03-12[SCSI] remove scsi_req_map_sgFUJITA Tomonori1-10/+24
2009-01-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-18/+6
2009-01-06trivial: fix singal -> signal typoFrederik Schwarzer1-1/+1
2009-01-02[SCSI] clean up scsi_times_outChristoph Hellwig1-18/+6
2008-12-29[SCSI] scsi_error: TASK ABORTED status handling improvementVladislav Bolkhovitin1-1/+2
2008-12-29[SCSI] scsi_error: fix indentation and braces disagreement - add bracesIlpo Järvinen1-1/+2
2008-12-01[SCSI] make scsi_eh_try_stu use block timeoutJames Bottomley1-2/+1
2008-11-05[SCSI] scsi_error regression: Fix idempotent command handlingMike Christie1-2/+3
2008-10-13[SCSI] scsi_error: fix target reset handlingJames Bottomley1-4/+15
2008-10-13[SCSI] modify scsi to handle new fail fast flags.Mike Christie1-2/+36
2008-10-13[SCSI] scsi: add transport host byte errors (v3)Mike Christie1-1/+14
2008-10-09block: unify request timeout handlingJens Axboe1-77/+13
2008-08-29[SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on retryMike Anderson1-1/+1
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-13/+13
2008-07-26[SCSI] scsi_eh_prep_cmnd should save scmd->underflowAlan Stern1-0/+2
2008-07-26[SCSI] Do not retry a request whose data integrity check failedMartin K. Petersen1-0/+3
2008-07-26[SCSI] Command protection operationMartin K. Petersen1-0/+3
2008-06-05[SCSI] scsi_dh: add infrastructure for SCSI Device HandlersChandra Seetharaman1-0/+11
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-7/+8
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferBoaz Harrosh1-7/+8
2008-04-29block: use blk_rq_init() to initialize the requestFUJITA Tomonori1-0/+1
2008-04-07[SCSI] add scsi_build_sense_buffer helper functionFUJITA Tomonori1-0/+28
2008-04-07[SCSI] scsi_error: add target reset handlerMike Christie1-18/+104
2008-01-30[SCSI] bidirectional command supportBoaz Harrosh1-0/+3
2008-01-30[SCSI] implement scsi_data_bufferBoaz Harrosh1-19/+11
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEFUJITA Tomonori1-3/+3
2008-01-11[SCSI] docbook and kernel-doc updatesRandy Dunlap1-41/+38
2008-01-11[SCSI] Add Documentation and integrate into docbook buildRob Landley1-23/+23
2008-01-06Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Linus Torvalds1-1/+0
2008-01-02scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Ingo Molnar1-0/+1
2007-10-17[SCSI] include linux/scatterlist.h in scsi_eh.hJames Bottomley1-1/+0
2007-10-12[SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUEST_SENSEBoaz Harrosh1-46/+68
2007-10-12[SCSI] scsi_error: code cleanup before refactoring of scsi_send_eh_cmnd()Boaz Harrosh1-32/+39
2007-10-12[SCSI] Get rid of scsi_cmnd->doneMatthew Wilcox1-1/+0
2007-10-12[SCSI] Remove ->pid field from scsi_cmndMatthew Wilcox1-6/+0
2007-10-12[SCSI] Improve error message when offlining a deviceMatthew Wilcox1-3/+2
2007-10-12[SCSI] scsi_error.c should #include "scsi_transport_api.h"Adrian Bunk1-0/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-2/+1