aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2005-09-07Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6 Linus Torvalds86-8118/+5044
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6 Linus Torvalds1-2/+2
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev Linus Torvalds5-3/+856
2005-09-07[PATCH] bogus #if (ncr53c406)viro@ZenIV.linux.org.uk1-1/+1
2005-09-07[PATCH] -Wundef fixes (ncr5380)viro@ZenIV.linux.org.uk1-1/+8
2005-09-07[PATCH] drivers: convert kcalloc to kzallocPekka Enberg1-1/+1
2005-09-07[libata sata_mv] fix buildJeff Garzik1-0/+16
2005-09-07[PATCH] libata: Marvell SATA support (PIO mode)Brett Russ3-0/+837
2005-09-07[PATCH] libata: fix pio_mask values (take 2)Brett Russ2-3/+3
2005-09-07[kernel-doc] fix various DocBook build problems/warningsJeff Garzik1-2/+2
2005-09-06Merge by hand (conflicts in sd.c)James Bottomley32-426/+1690
2005-09-06[SCSI] quieten messages on scsi_execute commandsJames Bottomley1-18/+19
2005-09-06[SCSI] unexport scsi_add_timer/scsi_delete_timerChristoph Hellwig2-2/+3
2005-09-06[SCSI] switch EH thread startup to the kthread APIChristoph Hellwig2-42/+10
2005-09-06[SCSI] fix SCSI_IOCTL_PROBE_HOSTChristoph Hellwig1-9/+9
2005-09-06[SCSI] Universal Xport no attach blacklistAnton Blanchard1-0/+1
2005-09-06[SCSI] sd: pause in sd_spinup_disk for slow USB devicesAlan Stern1-5/+19
2005-09-06[SCSI] return success after retries in scsi_eh_turAlan Stern1-1/+3
2005-09-06[SCSI] ibmvscsi: handle large scatter/gather listsJames Bottomley2-42/+116
2005-09-05Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev Linus Torvalds12-99/+103
2005-09-05/spare/repo/libata-dev branch 'iomap-try3'Jeff Garzik10-95/+94
2005-09-05[PATCH] swsusp: switch pm_message_t to structPavel Machek1-3/+3
2005-09-05[PATCH] mips: clean up 32/64-bit configurationRalf Baechle1-1/+1
2005-09-04[SCSI] qla2xxx: Update version number to 8.01.00-k.Andrew Vasquez1-2/+2
2005-09-04[SCSI] qla2xxx: Stop firmware execution at unintialization time.Andrew Vasquez4-6/+41
2005-09-04[SCSI] qla2xxx: Replace schedule_timeout().Andrew Vasquez1-14/+11
2005-09-04[SCSI] qla2xxx: Remove bad call to fc_remove_host() during probe failure.Andrew Vasquez1-2/+0
2005-09-04[SCSI] qla2xxx: Add host attributes.Andrew Vasquez3-0/+136
2005-09-04[SCSI] qla2xxx: Add change_queue_depth/type() API support.Andrew Vasquez1-0/+29
2005-09-04[SCSI] qla2xxx: Remove redundant call to pci_unmap_sg().Andrew Vasquez1-5/+1
2005-09-04[SCSI] qla2xxx: Remove RISC pause/release barriers during flash manipulation.Andrew Vasquez1-34/+0
2005-09-04[SCSI] qla2xxx: Correct LED scheme definition.Andrew Vasquez2-3/+3
2005-09-04[SCSI] qla2xxx: Simplify redundant target/device reset logic.Andrew Vasquez3-56/+1
2005-09-04[SCSI] qla2xxx: Correct domain/area exclusion logic.Andrew Vasquez1-1/+8
2005-09-04[SCSI] qla2xxx: Add FDMI support.Andrew Vasquez8-5/+741
2005-09-04[SCSI] qla2xxx: Export class-of-service (COS) information.Andrew Vasquez4-0/+26
2005-09-04[SCSI] qla2xxx: Use dma_get_required_mask() in determining the 'ideal' DMA mask.Andrew Vasquez1-23/+10
2005-09-04[SCSI] aic7xxx: remove aiclib.cChristoph Hellwig6-165/+253
2005-09-04[SCSI] aacraid: bad BUG_ON fixMark Haverkamp1-1/+1
2005-09-04[SCSI] sg direct io/mmap oops, st syncDouglas Gilbert1-4/+4
2005-09-04This patch fixes in st.c the bug in the signed/unsigned int comparisonJames Bottomley1-4/+4
2005-08-30[SCSI] embryonic RAID classJames Bottomley3-0/+258
2005-08-30[libata] fix ATAPI-enable typoJeff Garzik1-1/+1
2005-08-30[libata] update several drivers to use pci_iomap()/pci_iounmap()Jeff Garzik10-39/+45
2005-08-30[libata] __iomem annotations for various driversJeff Garzik6-45/+48
2005-08-30[libata ahci] minor remove/unplug path cleanupJeff Garzik1-12/+2
2005-08-30[libata] allow ATAPI to be enabled with new atapi_enabled module optionJeff Garzik3-4/+9
2005-08-29Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/libata-dev Linus Torvalds1-7/+43
2005-08-30[PATCH] Make MODULE_DEVICE_TABLE work for vio devicesStephen Rothwell1-1/+1
2005-08-30[PATCH] Create vio_bus_opsStephen Rothwell1-0/+1