aboutsummaryrefslogtreecommitdiff
path: root/include/scsi
AgeCommit message (Expand)AuthorFilesLines
2005-10-28Merge branch 'master'Gravatar Jeff Garzik 2-2/+2
2005-10-28[PATCH] gfp_t: drivers/scsiGravatar Al Viro 2-2/+2
2005-10-04Merge /spare/repo/linux-2.6/Gravatar Jeff Garzik 1-0/+1
2005-09-25[SCSI] allow REPORT LUN scanning even for LUN 0 PQ of 3Gravatar James Bottomley 1-0/+1
2005-09-24Merge /spare/repo/linux-2.6/Gravatar Jeff Garzik 2-4/+11
2005-09-19[SCSI] Fix thread termination for the SCSI error handleGravatar James Bottomley 1-2/+0
2005-09-19[SCSI] fix oops on usb storage device disconnectGravatar James Bottomley 1-0/+9
2005-09-16[SCSI] change port speed definitions for scsi_transport_fcGravatar Andreas Herrmann 1-2/+2
2005-09-14Merge /spare/repo/linux-2.6/ Gravatar Jeff Garzik 3-2/+110
2005-09-10[SCSI] Alter the scsi_add_device() API to conform to what users expectGravatar James Bottomley 1-2/+2
2005-09-10[SCSI] fc_transport: Generalize WWN to u64 interger conversions.Gravatar Andrew Vasquez 1-0/+8
2005-09-09[SCSI] SAS transport classGravatar Christoph Hellwig 1-0/+100
2005-09-08Merge /spare/repo/linux-2.6/ Gravatar Jeff Garzik 7-30/+61
2005-09-06Merge by hand (conflicts in sd.c)Gravatar James Bottomley 2-5/+0
2005-09-06[SCSI] unexport scsi_add_timer/scsi_delete_timerGravatar Christoph Hellwig 1-3/+0
2005-09-06[SCSI] switch EH thread startup to the kthread APIGravatar Christoph Hellwig 1-2/+0
2005-08-29Merge upstream kernel into libata 'passthru' branchGravatar Jeff Garzik 1-0/+8
2005-08-28[SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API)Gravatar James Bottomley 2-9/+7
2005-08-28[SCSI] convert SPI transport class to scsi_executeGravatar James Bottomley 3-4/+21
2005-08-28[SCSI] convert the remaining mid-layer pieces to scsi_execute_reqGravatar James Bottomley 2-17/+11
2005-08-28Merge HEAD from ../scsi-misc-2.6-tmp Gravatar James Bottomley 3-7/+31
2005-08-28[SCSI] use scatter lists for all block pc requests and simplify hw handlersGravatar James Bottomley 1-0/+3
2005-08-14[SCSI] add ability to deny binding to SPI transport classGravatar James Bottomley 1-0/+1
2005-08-10Merge /spare/repo/linux-2.6/Gravatar Jeff Garzik 5-14/+30
2005-08-08[SCSI] fix target scanning oops with fc transport classGravatar James.Smart@Emulex.Com 1-0/+8
2005-08-08[SCSI] add global timeout to the scsi mid-layerGravatar James Bottomley 1-2/+6
2005-08-03[SCSI] add missing hold_mcs parameter to the spi transport classGravatar James Bottomley 1-0/+5
2005-07-30[SCSI] add template for scsi_host_set_state()Gravatar James Bottomley 1-0/+1
2005-07-30[SCSI] host state model update: mediate host add/remove raceGravatar Mike Anderson 1-0/+9
2005-07-30[SCSI] host state model update: replace old host bitmap stateGravatar Mike Anderson 1-5/+9
2005-07-14[SCSI] fix function prototype warningGravatar James Bottomley 1-1/+1
2005-07-14[SCSI] add int_to_scsilun() functionGravatar James.Smart@Emulex.Com 1-0/+1
2005-07-11[SCSI] add TYPE_RBC to our type tableGravatar James Bottomley 1-2/+2
2005-06-26[SCSI] remove scsi_cmnd->stateGravatar Christoph Hellwig 1-1/+0
2005-06-26[SCSI] remove scsi_cmnd->ownerGravatar Christoph Hellwig 1-1/+0
2005-06-26[SCSI] remove scsi_cmnd->abort_reasonGravatar Christoph Hellwig 1-2/+0
2005-06-26[SCSI] remove scsi_cmnd.eh_stateGravatar Christoph Hellwig 1-1/+0
2005-06-26[SCSI] remove scsi_set_deviceGravatar Christoph Hellwig 1-6/+0
2005-06-24[PATCH] I2O: Adaptec specific SG_IO access, firmware access through sysfs and...Gravatar Markus Lidel 1-0/+26
2005-06-22Merge /spare/repo/linux-2.6/Gravatar Jeff Garzik 4-1/+70
2005-05-26Automatic merge of ../scsi-misc-2.6-old/Gravatar James Bottomley 4-1/+70
2005-05-26[SCSI] allow the HBA to reserve target and device private areasGravatar James Bottomley 1-0/+38
2005-05-26[SCSI] Add target alloc/destroy callbacks to the host templateGravatar James Bottomley 2-1/+28
2005-05-26[SCSI] TYPE_RBC cache fixes (sbp2.c affected)Gravatar Al Viro 1-0/+1
2005-05-26Automatic merge of rsync://rsync.kernel.org/pub/scm/linux/kernel/git/torvalds...Gravatar 1-0/+6
2005-05-20[SCSI] implement parameter limits in the SPI transport classGravatar James Bottomley 1-0/+6
2005-05-20[SCSI] add scsi changer driverGravatar Gerd Knorr 1-0/+3
2005-05-12[libata] ATA passthru (arbitrary ATA command execution)Gravatar Jeff Garzik 1-0/+3
2005-04-18merge by hand (scsi_device.h)Gravatar James Bottomley 4-22/+30
2005-04-18[PATCH] scsi: remove volatile from scsi dataGravatar 2-3/+10