aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/scsi_error.c
AgeCommit message (Expand)AuthorFilesLines
2008-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-7/+8
2008-05-02[SCSI] Let scsi_cmnd->cmnd use request->cmd bufferGravatar Boaz Harrosh 1-7/+8
2008-04-29block: use blk_rq_init() to initialize the requestGravatar FUJITA Tomonori 1-0/+1
2008-04-07[SCSI] add scsi_build_sense_buffer helper functionGravatar FUJITA Tomonori 1-0/+28
2008-04-07[SCSI] scsi_error: add target reset handlerGravatar Mike Christie 1-18/+104
2008-01-30[SCSI] bidirectional command supportGravatar Boaz Harrosh 1-0/+3
2008-01-30[SCSI] implement scsi_data_bufferGravatar Boaz Harrosh 1-19/+11
2008-01-23[SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZEGravatar FUJITA Tomonori 1-3/+3
2008-01-11[SCSI] docbook and kernel-doc updatesGravatar Randy Dunlap 1-41/+38
2008-01-11[SCSI] Add Documentation and integrate into docbook buildGravatar Rob Landley 1-23/+23
2008-01-06Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Gravatar Linus Torvalds 1-1/+0
2008-01-02scsi: revert "[SCSI] Get rid of scsi_cmnd->done"Gravatar Ingo Molnar 1-0/+1
2007-10-17[SCSI] include linux/scatterlist.h in scsi_eh.hGravatar James Bottomley 1-1/+0
2007-10-12[SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUES...Gravatar Boaz Harrosh 1-46/+68
2007-10-12[SCSI] scsi_error: code cleanup before refactoring of scsi_send_eh_cmnd()Gravatar Boaz Harrosh 1-32/+39
2007-10-12[SCSI] Get rid of scsi_cmnd->doneGravatar Matthew Wilcox 1-1/+0
2007-10-12[SCSI] Remove ->pid field from scsi_cmndGravatar Matthew Wilcox 1-6/+0
2007-10-12[SCSI] Improve error message when offlining a deviceGravatar Matthew Wilcox 1-3/+2
2007-10-12[SCSI] scsi_error.c should #include "scsi_transport_api.h"Gravatar Adrian Bunk 1-0/+1
2007-07-17Freezer: make kernel threads nonfreezable by defaultGravatar Rafael J. Wysocki 1-2/+1
2007-05-24[SCSI] scsi_error: send the sense buffer down without copyingGravatar James Bottomley 1-23/+3
2007-05-06[SCSI] use sysfs configured timeout for EH Start Unit timeoutGravatar Brian King 1-2/+1
2007-05-05Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 1-4/+15
2007-04-17[SCSI] scsi_error.c: Add EH Start Unit retryGravatar Brian King 1-3/+5
2007-04-02[SCSI]: Fix scsi_send_eh_cmnd scatterlist handlingGravatar David S. Miller 1-1/+1
2007-03-20[SCSI] expose eh_timed_out to the host templateGravatar James Bottomley 1-1/+10
2007-02-03[SCSI] scsi_error: Fix lost EH commandsGravatar Brian King 1-116/+123
2007-01-31[SCSI] Fix sense key MEDIUM ERROR processing and retryGravatar Luben Tuikov 1-0/+5
2007-01-27[SCSI] scsi_error.c: Export some scsi_eh_* functionsGravatar Darrick J. Wong 1-5/+7
2006-11-15[SCSI] use one-element sg list in scsi_send_eh_cmndGravatar Christoph Hellwig 1-9/+24
2006-10-10[PATCH] gfp annotations: scsi_errorGravatar Al Viro 1-1/+1
2006-09-13[PATCH] SCSI: lockdep annotation in scsi_send_eh_cmndGravatar Stefan Richter 1-1/+1
2006-08-26[SCSI] fix scsi_send_eh_cmnd regressionGravatar Mike Christie 1-9/+9
2006-07-09[SCSI] hide EH backup data outside the scsi_cmndGravatar Christoph Hellwig 1-121/+89
2006-06-27[SCSI] Block I/O while SG reset operation in progress - the midlayer patchGravatar James Smart 1-0/+22
2006-06-22Merge branch 'master' into upstreamGravatar Jeff Garzik 1-14/+1
2006-06-10[SCSI] remove RQ_SCSI_* flagsGravatar Christoph Hellwig 1-3/+0
2006-06-10[SCSI] remove scsi_request infrastructureGravatar Christoph Hellwig 1-11/+1
2006-05-20[PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transportsGravatar Tejun Heo 1-1/+22
2006-05-15[PATCH] SCSI: implement shost->host_eh_scheduledGravatar Tejun Heo 1-1/+2
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classGravatar Christoph Hellwig 1-2/+2
2006-03-21Merge ../linux-2.6Gravatar James Bottomley 1-3/+4
2006-03-14Merge ../linux-2.6Gravatar James Bottomley 1-2/+2
2006-03-13[SCSI] FC transport : Avoid device offline cases by stalling aborts until dev...Gravatar James Smart 1-6/+3
2006-03-01Merge branch 'master'Gravatar Jeff Garzik 1-2/+2
2006-02-27[SCSI] scsi: scsi command retries off by one fixGravatar Brian King 1-2/+2
2006-02-02Merge branch 'master'Gravatar Jeff Garzik 1-1/+1
2006-01-26[PATCH] SCSI: export scsi_eh_finish_cmd() and scsi_eh_flush_done_q()Gravatar Tejun Heo 1-3/+4
2006-01-26[SCSI] Prevent scsi_execute_async from guessing cdb lengthGravatar brking@us.ibm.com 1-1/+1
2005-12-15Merge by hand (conflicts in scsi_lib.c)Gravatar James Bottomley 1-1/+6