summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2005-09-07Merge by hand (conflicts in sd.c)James Bottomley49-755/+2482
2005-09-07[SCSI] quieten messages on scsi_execute commandsJames Bottomley1-18/+19
2005-09-07[SCSI] unexport scsi_add_timer/scsi_delete_timerChristoph Hellwig4-46/+3
2005-09-07[SCSI] switch EH thread startup to the kthread APIChristoph Hellwig3-44/+10
2005-09-07[SCSI] fix SCSI_IOCTL_PROBE_HOSTChristoph Hellwig1-9/+9
2005-09-07[SCSI] Universal Xport no attach blacklistAnton Blanchard1-0/+1
2005-09-07[SCSI] sd: pause in sd_spinup_disk for slow USB devicesAlan Stern1-5/+19
2005-09-07[SCSI] return success after retries in scsi_eh_turAlan Stern1-1/+3
2005-09-07[SCSI] ibmvscsi: handle large scatter/gather listsJames Bottomley2-42/+116
2005-09-05[SCSI] qla2xxx: Update version number to 8.01.00-k.Andrew Vasquez1-2/+2
2005-09-05[SCSI] qla2xxx: Stop firmware execution at unintialization time.Andrew Vasquez4-6/+41
2005-09-05[SCSI] qla2xxx: Replace schedule_timeout().Andrew Vasquez1-14/+11
2005-09-05[SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure.Andrew Vasquez1-2/+0
2005-09-05[SCSI] qla2xxx: Add host attributes.Andrew Vasquez3-0/+136
2005-09-05[SCSI] qla2xxx: Add change_queue_depth/type() API support.Andrew Vasquez1-0/+29
2005-09-05[SCSI] qla2xxx: Remove redundant call to pci_unmap_sg().Andrew Vasquez1-5/+1
2005-09-05[SCSI] qla2xxx: Remove RISC pause/release barriers during flash manipulation.Andrew Vasquez1-34/+0
2005-09-05[SCSI] qla2xxx: Correct LED scheme definition.Andrew Vasquez2-3/+3
2005-09-05[SCSI] qla2xxx: Simplify redundant target/device reset logic.Andrew Vasquez3-56/+1
2005-09-05[SCSI] qla2xxx: Correct domain/area exclusion logic.Andrew Vasquez1-1/+8
2005-09-05[SCSI] qla2xxx: Add FDMI support.Andrew Vasquez8-5/+741
2005-09-05[SCSI] qla2xxx: Export class-of-service (COS) information.Andrew Vasquez4-0/+26
2005-09-05[SCSI] qla2xxx: Use dma_get_required_mask() in determining the 'ideal' DMA mask.Andrew Vasquez1-23/+10
2005-09-05[SCSI] fusion: whitespace fixesChristoph Hellwig3-155/+174
2005-09-05[SCSI] fusion: endianess fixesChristoph Hellwig3-16/+16
2005-09-05[SCSI] fusion: update LSI headersChristoph Hellwig6-44/+415
2005-09-05[SCSI] fusion: extended config header supportChristoph Hellwig4-44/+81
2005-09-05[SCSI] aic7xxx: remove aiclib.cChristoph Hellwig6-165/+253
2005-09-05[SCSI] aacraid: bad BUG_ON fixMark Haverkamp1-1/+1
2005-09-05[SCSI] sg direct io/mmap oops, st syncDouglas Gilbert1-4/+4
2005-09-05This patch fixes in st.c the bug in the signed/unsigned int comparisonJames Bottomley1-4/+4
2005-08-31[SCSI] embryonic RAID classJames Bottomley4-0/+317
2005-08-31[SCSI] attribute container final klist fixesJames Bottomley1-4/+20
2005-08-31[SCSI] correct attribute_container list usageJames Bottomley2-24/+31
2005-08-28Merge by hand (conflicts in sr.c)James Bottomley2-23/+2
2005-08-28[SCSI] fix sense buffer length handling problemJames Bottomley1-2/+2
2005-08-28[SCSI] fix 3ware raid emulated commandsJames Bottomley1-18/+39
2005-08-28[SCSI] comment cleanup for spi_executeChristoph Hellwig1-4/+0
2005-08-28[SCSI] fix C syntax problem in scsi_lib.cakpm@osdl.org1-2/+3
2005-08-28[SCSI] convert ch to use scsi_execute_reqJames Bottomley1-21/+17
2005-08-28[SCSI] convert sr to scsi_execute_reqJames Bottomley2-74/+37
2005-08-28[SCSI] convert sd to scsi_execute_req (and update the scsi_execute_req API)James Bottomley7-173/+146
2005-08-28[SCSI] convert SPI transport class to scsi_executeJames Bottomley6-78/+90
2005-08-28[SCSI] convert the remaining mid-layer pieces to scsi_execute_reqJames Bottomley6-111/+64
2005-08-28Merge HEAD from ../scsi-misc-2.6-tmp James Bottomley72-7184/+2986
2005-08-28[SCSI] sr.c: Fix getting wrong sizePete Zaitcev2-23/+2
2005-08-28[SCSI] ibmvscsi timeout fixDave C Boutcher1-1/+1
2005-08-28[SCSI] drivers/scsi/constants.c should include scsi_dbg.hAdrian Bunk1-0/+1
2005-08-28[SCSI] add missing attribute container function prototypeJames Bottomley1-0/+1
2005-08-28[SCSI] ibmvscsi eh lockingDave C Boutcher1-3/+20