summaryrefslogtreecommitdiffstats
path: root/include/scsi
Commit message (Expand)AuthorAgeFilesLines
* IB/iser: Count FMR alignment violations per sessionEli Dorfman2008-04-291-0/+1
* [SCSI] rework scsi_target allocationJames Bottomley2008-04-221-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-04-226-25/+24Star
|\
| * SCSI: convert struct class_device to struct deviceTony Jones2008-04-206-25/+24Star
* | include: Remove unnecessary inclusions of asm/semaphore.hMatthew Wilcox2008-04-191-1/+0Star
|/
* [SCSI] iscsi: extended cdb supportBoaz Harrosh2008-04-181-2/+4
* [SCSI] libsas: fix missing inlines in header fileJames Bottomley2008-04-071-2/+2
* [SCSI] add scsi_build_sense_buffer helper functionFUJITA Tomonori2008-04-071-1/+3
* [SCSI] export command allocation and freeing functions independently of the hostJames Bottomley2008-04-071-0/+3
* [SCSI] scsi: add wrapper functions for sg buffer copy helper functionsFUJITA Tomonori2008-04-071-0/+14
* [SCSI] scsi_error: add target reset handlerMike Christie2008-04-072-0/+2
* [SCSI] libsas: Provide a transport-level facility to request SAS addrsDarrick J. Wong2008-04-071-0/+2
* [SCSI] iscsi class: regression - fix races with state manipulation and blocki...Mike Christie2008-03-051-0/+2
* [SCSI] libsas: export sas_find_local_phy functionJames Bottomley2008-02-241-0/+1
* [SCSI] update SG_ALL to avoid causing chainingJames Bottomley2008-02-111-2/+6
* [SCSI] Small cleanups for scsi_host.hPavel Machek2008-02-081-19/+25
* [SCSI] add protocol definitionsJames Bottomley2008-02-081-0/+14
* [SCSI] libiscsi: fix session age rollover and remove cid encodingMike Christie2008-02-082-4/+2Star
* [SCSI] iscsi: fix up iscsi printk prefixMike Christie2008-02-082-0/+13
* [SCSI] iscsi class: add async scan helperMike Christie2008-02-081-1/+2
* [SCSI] iscsi class: add session scanningMike Christie2008-02-081-3/+4
* [SCSI] iscsi class, libiscsi: add iscsi sysfs session state fileMike Christie2008-02-082-15/+31
* [SCSI] libiscsi: make __iscsi_complete_pdu() staticAdrian Bunk2008-02-081-2/+0Star
* include/scsi/: Spelling fixesJoe Perches2008-02-031-1/+1
* [SCSI] scsi_debug: add XDWRITEREAD_10 supportFUJITA Tomonori2008-01-301-0/+1
* [SCSI] remove use_sg_chainingJames Bottomley2008-01-302-13/+19
* [SCSI] bidirectional command supportBoaz Harrosh2008-01-302-1/+19
* [SCSI] implement scsi_data_bufferBoaz Harrosh2008-01-303-21/+27
* [SCSI] tgt: use scsi_init_io instead of scsi_alloc_sgtableBoaz Harrosh2008-01-301-2/+2
* SG: Convert SCSI to use scatterlist helpers for sg chainingJens Axboe2008-01-281-4/+3Star
* [SCSI] libsas: abstract STP task status into a functionJames Bottomley2008-01-251-0/+4
* [SCSI] use dynamically allocated sense bufferFUJITA Tomonori2008-01-231-1/+1
* [SCSI] scsi.h: add macro for enclosure bit of inquiry dataJames Bottomley2008-01-231-0/+4
* [SCSI] sd: add fix for devices with last sector access problemsHans de Goede2008-01-231-0/+1
* [SCSI] libsas: don't use made up error codesJames Bottomley2008-01-121-2/+0Star
* [SCSI] libsas: add host SMP processingJames Bottomley2008-01-121-4/+4
* [SCSI] iscsi: convert xmit path to iscsi chunksOlaf Kirch2008-01-121-1/+1
* [SCSI] libiscsi: fix nop handlingMike Christie2008-01-122-0/+19
* [SCSI] libiscsi: fix shutdownMike Christie2008-01-123-2/+14
* [SCSI] libiscsi: do not block session during logoutMike Christie2008-01-122-0/+3
* [SCSI] libiscsi, iscsi_tcp: iscsi pool cleanupOlaf Kirch2008-01-121-5/+5
* [SCSI] iscsi_tcp, libiscsi: initial AHS SupportBoaz Harrosh2008-01-122-3/+40
* [SCSI] iscsi_tcp: rewrite recv pathOlaf Kirch2008-01-121-0/+4
* [SCSI] libiscsi, iscsi_tcp: add device supportMike Christie2008-01-123-10/+19
* [SCSI] sd,sr: add early detection of medium not presentJames Bottomley2008-01-121-1/+1
* [SCSI] move single_lun flag from scsi_device to scsi_targetTony Battersby2008-01-121-3/+3
* [SCSI] libsas: Fix various sparse complaintsDarrick J. Wong2008-01-121-3/+1Star
* [SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong2008-01-123-23/+16Star
* [SCSI] sr,sd: send media state change modification eventsKay Sievers2008-01-121-0/+1
* Revert "scsi: revert "[SCSI] Get rid of scsi_cmnd->done""Linus Torvalds2008-01-063-15/+1Star