| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] make scsi_check_sense HARDWARE_ERROR return ADD_TO_MLQUEUE on retry | Mike Anderson | 2008-08-29 | 1 | -1/+1 |
* | [SCSI] replace __FUNCTION__ with __func__ | Harvey Harrison | 2008-07-27 | 1 | -13/+13 |
* | [SCSI] scsi_eh_prep_cmnd should save scmd->underflow | Alan Stern | 2008-07-26 | 1 | -0/+2 |
* | [SCSI] Do not retry a request whose data integrity check failed | Martin K. Petersen | 2008-07-26 | 1 | -0/+3 |
* | [SCSI] Command protection operation | Martin K. Petersen | 2008-07-26 | 1 | -0/+3 |
* | [SCSI] scsi_dh: add infrastructure for SCSI Device Handlers | Chandra Seetharaman | 2008-06-05 | 1 | -0/+11 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2008-05-02 | 1 | -7/+8 |
|\ |
|
| * | [SCSI] Let scsi_cmnd->cmnd use request->cmd buffer | Boaz Harrosh | 2008-05-02 | 1 | -7/+8 |
* | | block: use blk_rq_init() to initialize the request | FUJITA Tomonori | 2008-04-29 | 1 | -0/+1 |
|/ |
|
* | [SCSI] add scsi_build_sense_buffer helper function | FUJITA Tomonori | 2008-04-07 | 1 | -0/+28 |
* | [SCSI] scsi_error: add target reset handler | Mike Christie | 2008-04-07 | 1 | -18/+104 |
* | [SCSI] bidirectional command support | Boaz Harrosh | 2008-01-30 | 1 | -0/+3 |
* | [SCSI] implement scsi_data_buffer | Boaz Harrosh | 2008-01-30 | 1 | -19/+11 |
* | [SCSI] replace sizeof sense_buffer with SCSI_SENSE_BUFFERSIZE | FUJITA Tomonori | 2008-01-23 | 1 | -3/+3 |
* | [SCSI] docbook and kernel-doc updates | Randy Dunlap | 2008-01-11 | 1 | -41/+38 |
* | [SCSI] Add Documentation and integrate into docbook build | Rob Landley | 2008-01-11 | 1 | -23/+23 |
* | Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done"" | Linus Torvalds | 2008-01-06 | 1 | -1/+0 |
* | scsi: revert "[SCSI] Get rid of scsi_cmnd->done" | Ingo Molnar | 2008-01-02 | 1 | -0/+1 |
* | [SCSI] include linux/scatterlist.h in scsi_eh.h | James Bottomley | 2007-10-17 | 1 | -1/+0 |
* | [SCSI] scsi_error: Refactoring scsi_error to facilitate in synchronous REQUES... | Boaz Harrosh | 2007-10-12 | 1 | -46/+68 |
* | [SCSI] scsi_error: code cleanup before refactoring of scsi_send_eh_cmnd() | Boaz Harrosh | 2007-10-12 | 1 | -32/+39 |
* | [SCSI] Get rid of scsi_cmnd->done | Matthew Wilcox | 2007-10-12 | 1 | -1/+0 |
* | [SCSI] Remove ->pid field from scsi_cmnd | Matthew Wilcox | 2007-10-12 | 1 | -6/+0 |
* | [SCSI] Improve error message when offlining a device | Matthew Wilcox | 2007-10-12 | 1 | -3/+2 |
* | [SCSI] scsi_error.c should #include "scsi_transport_api.h" | Adrian Bunk | 2007-10-12 | 1 | -0/+1 |
* | Freezer: make kernel threads nonfreezable by default | Rafael J. Wysocki | 2007-07-17 | 1 | -2/+1 |
* | [SCSI] scsi_error: send the sense buffer down without copying | James Bottomley | 2007-05-24 | 1 | -23/+3 |
* | [SCSI] use sysfs configured timeout for EH Start Unit timeout | Brian King | 2007-05-06 | 1 | -2/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-05-05 | 1 | -4/+15 |
|\ |
|
| * | [SCSI] scsi_error.c: Add EH Start Unit retry | Brian King | 2007-04-17 | 1 | -3/+5 |
| * | [SCSI] expose eh_timed_out to the host template | James Bottomley | 2007-03-20 | 1 | -1/+10 |
* | | [SCSI]: Fix scsi_send_eh_cmnd scatterlist handling | David S. Miller | 2007-04-02 | 1 | -1/+1 |
|/ |
|
* | [SCSI] scsi_error: Fix lost EH commands | Brian King | 2007-02-03 | 1 | -116/+123 |
* | [SCSI] Fix sense key MEDIUM ERROR processing and retry | Luben Tuikov | 2007-01-31 | 1 | -0/+5 |
* | [SCSI] scsi_error.c: Export some scsi_eh_* functions | Darrick J. Wong | 2007-01-27 | 1 | -5/+7 |
* | [SCSI] use one-element sg list in scsi_send_eh_cmnd | Christoph Hellwig | 2006-11-15 | 1 | -9/+24 |
* | [PATCH] gfp annotations: scsi_error | Al Viro | 2006-10-10 | 1 | -1/+1 |
* | [PATCH] SCSI: lockdep annotation in scsi_send_eh_cmnd | Stefan Richter | 2006-09-13 | 1 | -1/+1 |
* | [SCSI] fix scsi_send_eh_cmnd regression | Mike Christie | 2006-08-26 | 1 | -9/+9 |
* | [SCSI] hide EH backup data outside the scsi_cmnd | Christoph Hellwig | 2006-07-09 | 1 | -121/+89 |
* | [SCSI] Block I/O while SG reset operation in progress - the midlayer patch | James Smart | 2006-06-27 | 1 | -0/+22 |
* | Merge branch 'master' into upstream | Jeff Garzik | 2006-06-22 | 1 | -14/+1 |
|\ |
|
| * | [SCSI] remove RQ_SCSI_* flags | Christoph Hellwig | 2006-06-10 | 1 | -3/+0 |
| * | [SCSI] remove scsi_request infrastructure | Christoph Hellwig | 2006-06-10 | 1 | -11/+1 |
* | | [PATCH] SCSI: make scsi_implement_eh() generic API for SCSI transports | Tejun Heo | 2006-05-20 | 1 | -1/+22 |
* | | [PATCH] SCSI: implement shost->host_eh_scheduled | Tejun Heo | 2006-05-15 | 1 | -1/+2 |
|/ |
|
* | [PATCH] move ->eh_strategy_handler to the transport class | Christoph Hellwig | 2006-04-10 | 1 | -2/+2 |
* | Merge ../linux-2.6 | James Bottomley | 2006-03-21 | 1 | -3/+4 |
|\ |
|
| * | Merge branch 'master' | Jeff Garzik | 2006-03-01 | 1 | -2/+2 |
| |\ |
|
| * \ | Merge branch 'master' | Jeff Garzik | 2006-02-02 | 1 | -1/+1 |
| |\ \ |
|