summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] modalias for scsi devicesMichael Tokarev2007-04-182-0/+6
* [SCSI] sd: implement START/STOP managementTejun Heo2007-03-202-0/+3
* [SCSI] expose eh_timed_out to the host templateJames Bottomley2007-03-201-0/+13
* [SCSI] fc_transport: update potential link speedsJames Smart2007-03-201-0/+2
* [SCSI] tgt: fix sesnse buffer problemsFUJITA Tomonori2007-03-112-16/+9Star
* [SCSI] tgt: rm bio hacks in scsi tgtMike Christie2007-03-111-3/+0Star
* [SCSI] iscsi: rename DEFAULT_MAX_RECV_DATA_SEGMENT_LENGTHMike Christie2007-03-111-1/+11
* [SCSI] sd: make printing use a common prefixMartin K. Petersen2007-03-111-0/+70
* [SCSI] Make error printing more verboseMartin K. Petersen2007-03-111-2/+6
* [SCSI] constants.c: cleanup, verbose result printingMartin K. Petersen2007-03-111-4/+6
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-02-192-3/+1Star
|\
| * [SCSI] scsi_transport.h should include scsi_device.hRolf Eike Beer2007-02-161-0/+1
| * [SCSI] tgt: fix the user/kernel ring buffer interfaceFUJITA Tomonori2007-02-161-3/+0Star
* | USB Storage: indistinguishable devices with broken and unbroken firmwareOliver Neukum2007-02-171-0/+1
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-02-113-2/+21
|\
| * Merge branch 'linus'James Bottomley2007-02-101-19/+27
| |\
| * | [SCSI] libsas: Add an LU reset mechanism to the error handlerDarrick J. Wong2007-02-031-0/+1
| * | [SCSI] spi transport class: export spi_dv_pendingEric Moore2007-02-031-0/+1
| * | [SCSI] libsas: Handle SCSI commands that complete with failure codesDarrick J. Wong2007-01-271-0/+1
| * | [SCSI] libsas: Clean up discovery failure handler codeDarrick J. Wong2007-01-271-0/+1
| * | [SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloadingDarrick J. Wong2007-01-131-0/+8
| * | [SCSI] libsas: Delay issuing ABORT TASK TMF until the error handlerDarrick J. Wong2007-01-131-1/+2
| * | [SCSI] libsas: Enable the EH strategy handler to reset a phy after a commandDarrick J. Wong2007-01-131-0/+1
| * | [SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flagDarrick J. Wong2007-01-131-1/+0Star
| * | [SCSI] libsas: Add a sysfs knob to enable/disable a phyDarrick J. Wong2007-01-132-0/+5
| * | [SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the S...Darrick J. Wong2007-01-131-0/+1
* | | [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1Star
| |/ |/|
* | [PATCH] iscsi endianness annotationsAl Viro2007-02-091-19/+27
|/
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-2/+2
* Actually update the fixed up compile failures.David Howells2006-12-061-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-068-23/+288
|\
| * Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2006-12-068-23/+288
| |\
| | * [SCSI] scsi tgt: SCSI RDMA Protocol library functionsFUJITA Tomonori2006-12-031-0/+77
| | * [SCSI] scsi tgt: scsi target user and kernel communication interfaceFUJITA Tomonori2006-11-251-0/+90
| | * [SCSI] scsi tgt: scsi target lib functionalityFUJITA Tomonori2006-11-251-0/+19
| | * [SCSI] export scsi-ml functions needed by tgt_scsi_lib and its LLDsFUJITA Tomonori2006-11-252-0/+53
| | * [SCSI] Make scsi_scan_host work for drivers which find their own targetsMatthew Wilcox2006-11-221-0/+18
| | * Merge ../scsi-rc-fixes-2.6James Bottomley2006-11-223-8/+4Star
| | |\
| | * | [PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong2006-11-222-0/+3
| | * | [SCSI] kill scsi_assign_lockChristoph Hellwig2006-11-151-5/+0Star
| | * | [SCSI] libsas: add sas_abort_taskDarrick J. Wong2006-11-151-0/+4
| | * | [SCSI] libsas: modify error handler to use scsi_eh_* functionsDarrick J. Wong2006-11-151-3/+6
| | * | [SCSI] Add ability to scan scsi busses asynchronouslyMatthew Wilcox2006-10-112-15/+18
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+2
|\| | |
| * | | [PATCH] severing module.h->sched.hAl Viro2006-12-041-0/+2
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-0/+1
|\| | |
| * | | [PATCH] add missing libsas include to fix s390 compilation.Dave Jones2006-11-291-0/+1
| | |/ | |/|
* / | WorkStruct: make allyesconfigDavid Howells2006-11-223-7/+22
|/ /
* | [SCSI] replace u8 and u32 with __u8 and __u32 in scsi.h for user spaceFUJITA Tomonori2006-10-261-1/+1
* | [SCSI] scsi_debug: support REPORT TARGET PORT GROUPSHannes Reinecke2006-10-261-0/+3