| Commit message (Expand) | Author | Age | Files | Lines |
* | [SCSI] modalias for scsi devices | Michael Tokarev | 2007-04-17 | 2 | -0/+6 |
* | [SCSI] sd: implement START/STOP management | Tejun Heo | 2007-03-20 | 2 | -0/+3 |
* | [SCSI] expose eh_timed_out to the host template | James Bottomley | 2007-03-20 | 1 | -0/+13 |
* | [SCSI] fc_transport: update potential link speeds | James Smart | 2007-03-20 | 1 | -0/+2 |
* | [SCSI] tgt: fix sesnse buffer problems | FUJITA Tomonori | 2007-03-11 | 2 | -16/+9 |
* | [SCSI] tgt: rm bio hacks in scsi tgt | Mike Christie | 2007-03-11 | 1 | -3/+0 |
* | [SCSI] iscsi: rename DEFAULT_MAX_RECV_DATA_SEGMENT_LENGTH | Mike Christie | 2007-03-11 | 1 | -1/+11 |
* | [SCSI] sd: make printing use a common prefix | Martin K. Petersen | 2007-03-11 | 1 | -0/+70 |
* | [SCSI] Make error printing more verbose | Martin K. Petersen | 2007-03-11 | 1 | -2/+6 |
* | [SCSI] constants.c: cleanup, verbose result printing | Martin K. Petersen | 2007-03-11 | 1 | -4/+6 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-02-19 | 2 | -3/+1 |
|\ |
|
| * | [SCSI] scsi_transport.h should include scsi_device.h | Rolf Eike Beer | 2007-02-16 | 1 | -0/+1 |
| * | [SCSI] tgt: fix the user/kernel ring buffer interface | FUJITA Tomonori | 2007-02-16 | 1 | -3/+0 |
* | | USB Storage: indistinguishable devices with broken and unbroken firmware | Oliver Neukum | 2007-02-16 | 1 | -0/+1 |
|/ |
|
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2007-02-11 | 3 | -2/+21 |
|\ |
|
| * | Merge branch 'linus' | James Bottomley | 2007-02-10 | 1 | -19/+27 |
| |\ |
|
| * | | [SCSI] libsas: Add an LU reset mechanism to the error handler | Darrick J. Wong | 2007-02-03 | 1 | -0/+1 |
| * | | [SCSI] spi transport class: export spi_dv_pending | Eric Moore | 2007-02-02 | 1 | -0/+1 |
| * | | [SCSI] libsas: Handle SCSI commands that complete with failure codes | Darrick J. Wong | 2007-01-27 | 1 | -0/+1 |
| * | | [SCSI] libsas: Clean up discovery failure handler code | Darrick J. Wong | 2007-01-27 | 1 | -0/+1 |
| * | | [SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloading | Darrick J. Wong | 2007-01-13 | 1 | -0/+8 |
| * | | [SCSI] libsas: Delay issuing ABORT TASK TMF until the error handler | Darrick J. Wong | 2007-01-13 | 1 | -1/+2 |
| * | | [SCSI] libsas: Enable the EH strategy handler to reset a phy after a command | Darrick J. Wong | 2007-01-13 | 1 | -0/+1 |
| * | | [SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flag | Darrick J. Wong | 2007-01-13 | 1 | -1/+0 |
| * | | [SCSI] libsas: Add a sysfs knob to enable/disable a phy | Darrick J. Wong | 2007-01-13 | 2 | -0/+5 |
| * | | [SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the S... | Darrick J. Wong | 2007-01-13 | 1 | -0/+1 |
* | | | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). | Robert P. J. Day | 2007-02-11 | 1 | -2/+1 |
| |/
|/| |
|
* | | [PATCH] iscsi endianness annotations | Al Viro | 2007-02-09 | 1 | -19/+27 |
|/ |
|
* | [PATCH] slab: remove kmem_cache_t | Christoph Lameter | 2006-12-07 | 1 | -2/+2 |
* | Actually update the fixed up compile failures. | David Howells | 2006-12-06 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-06 | 8 | -23/+288 |
|\ |
|
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 2006-12-05 | 8 | -23/+288 |
| |\ |
|
| | * | [SCSI] scsi tgt: SCSI RDMA Protocol library functions | FUJITA Tomonori | 2006-12-03 | 1 | -0/+77 |
| | * | [SCSI] scsi tgt: scsi target user and kernel communication interface | FUJITA Tomonori | 2006-11-25 | 1 | -0/+90 |
| | * | [SCSI] scsi tgt: scsi target lib functionality | FUJITA Tomonori | 2006-11-25 | 1 | -0/+19 |
| | * | [SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDs | FUJITA Tomonori | 2006-11-25 | 2 | -0/+53 |
| | * | [SCSI] Make scsi_scan_host work for drivers which find their own targets | Matthew Wilcox | 2006-11-22 | 1 | -0/+18 |
| | * | Merge ../scsi-rc-fixes-2.6 | James Bottomley | 2006-11-22 | 3 | -8/+4 |
| | |\ |
|
| | * | | [PATCH] aic94xx: handle REQ_DEVICE_RESET | Darrick J. Wong | 2006-11-22 | 2 | -0/+3 |
| | * | | [SCSI] kill scsi_assign_lock | Christoph Hellwig | 2006-11-15 | 1 | -5/+0 |
| | * | | [SCSI] libsas: add sas_abort_task | Darrick J. Wong | 2006-11-15 | 1 | -0/+4 |
| | * | | [SCSI] libsas: modify error handler to use scsi_eh_* functions | Darrick J. Wong | 2006-11-15 | 1 | -3/+6 |
| | * | | [SCSI] Add ability to scan scsi busses asynchronously | Matthew Wilcox | 2006-10-11 | 2 | -15/+18 |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -0/+2 |
|\ \ \ \
| |/ / / |
|
| * | | | [PATCH] severing module.h->sched.h | Al Viro | 2006-12-04 | 1 | -0/+2 |
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Howells | 2006-12-05 | 1 | -0/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | [PATCH] add missing libsas include to fix s390 compilation. | Dave Jones | 2006-11-28 | 1 | -0/+1 |
| | |/
| |/| |
|
* | | | WorkStruct: make allyesconfig | David Howells | 2006-11-22 | 3 | -7/+22 |
|/ / |
|
* | | [SCSI] replace u8 and u32 with __u8 and __u32 in scsi.h for user space | FUJITA Tomonori | 2006-10-25 | 1 | -1/+1 |
* | | [SCSI] scsi_debug: support REPORT TARGET PORT GROUPS | Hannes Reinecke | 2006-10-25 | 1 | -0/+3 |