aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2005-09-09[PATCH] trivial iomem annotations in qla2xxx/qla_dbg.cviro@ZenIV.linux.org.uk1-1/+1
2005-09-09[PATCH] more SPIN_LOCK_UNLOCKED -> DEFINE_SPINLOCK conversionsIngo Molnar1-1/+1
2005-09-09[PATCH] timer initialization cleanup: DEFINE_TIMERIngo Molnar1-2/+1
2005-09-08[libata] minor fixesJeff Garzik2-25/+11
2005-09-08[PATCH] PCI/libata INTx cleanupBrett M Russ4-55/+3
2005-09-08[PATCH] scan all enabled ports on ata_piixHannes Reinecke1-4/+6
2005-09-08Merge /spare/repo/linux-2.6/ Jeff Garzik90-8123/+5056
2005-09-07[PATCH] sata_sis: Add support for SiS182 chipsetArnaud Patard1-11/+71
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/jgarzi...Linus Torvalds1-2/+2
2005-09-07Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...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/jgarzi...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/jg...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
2005-08-29Merge /spare/repo/linux-2.6/Jeff Garzik16-408/+818
2005-08-29Merge /spare/repo/linux-2.6/Jeff Garzik16-157/+448
2005-08-29[libata sata_nv] NVIDIA ok'd license change from OSL+GPL to GPLJeff Garzik1-14/+13
2005-08-29Merge refs/heads/upstream from master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds15-150/+442
2005-08-29[libata sata_promise] Do not attempt to use SATA phy on PATA controllersJeff Garzik1-7/+43
2005-08-28[libata] license change, other bitsJeff Garzik16-244/+363
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 Bottomley5-164/+139
2005-08-28[SCSI] convert SPI transport class to scsi_executeJames Bottomley3-74/+69
2005-08-28[SCSI] convert the remaining mid-layer pieces to scsi_execute_reqJames Bottomley4-94/+53
2005-08-28Merge HEAD from ../scsi-misc-2.6-tmp James Bottomley63-7160/+2876
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] ibmvscsi eh lockingDave C Boutcher1-3/+20
2005-08-28[SCSI] aacraid: Fix aacraid probe breakage (updated)Mark Haverkamp1-26/+53
2005-08-28[SCSI] use scatter lists for all block pc requests and simplify hw handlersJames Bottomley2-64/+99
2005-08-28update scsi_wait_req to new format for blk_rq_map_kern()James Bottomley1-7/+10
2005-08-28[SCSI] use scatter lists for all block pc requests and simplify hw handlersJames Bottomley1-37/+59
2005-08-27[PATCH] sg.c: fix a memory leak in devices seq_file implementationJan Blunck1-7/+6
2005-08-27[libata scsi] fix read/write translation edge casesJeff Garzik1-0/+10
2005-08-27libata: fix a few alan-ismsJeff Garzik1-1/+1
2005-08-26[libata sata_sil] list documentation URL, since its publicJeff Garzik1-0/+5
2005-08-26[PATCH] libata: regularize dma_start/stop argumentsAlan Cox2-7/+8
2005-08-26[PATCH] libata: typoAlan Cox1-5/+4
2005-08-25libata: fix EH lockingJeff Garzik4-3/+28
2005-08-24Merge /spare/repo/linux-2.6/Jeff Garzik2-4/+4
2005-08-23Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds5-28/+4
2005-08-23[PATCH] Kconfig fix (non-modular SCSI drivers)Al Viro1-3/+3
2005-08-23[PATCH] Kconfig fix (acornscsi)Al Viro1-1/+1
2005-08-23/spare/repo/libata-dev branch 'upstream-fixes'Jeff Garzik5-28/+4
2005-08-23libata: release prep (bump versions, etc.)Jeff Garzik5-28/+4
2005-08-23Merge /spare/repo/linux-2.6/Jeff Garzik1-35/+13
2005-08-23[PATCH] sil: apply M15W quirk selectively (take 2)Tejun Heo1-7/+20
2005-08-23[PATCH] libata: implement ata_poll_qc_complete and use it in polling functionsTejun Heo1-10/+24
2005-08-23[PATCH] fix atapi_packet_task vs. intr race (take 2)Tejun Heo6-17/+34
2005-08-23[PATCH] Fix HD activity LED with ahciMartin Wilck1-3/+0
2005-08-23[PATCH] sata_promise: Add PDC40519 idDaniel Drake1-0/+2
2005-08-23[PATCH] sata_promise: Add PDC40718 idOtto Meier1-0/+2
2005-08-23[PATCH] libata: Clear ATA_QCFLAG_ACTIVE flag before calling the completion ca...Albert Lee1-1/+6
2005-08-23/spare/repo/libata-dev branch 'upstream-fixes'Jeff Garzik1-6/+133
2005-08-15[SCSI] aiclib remove deadChristoph Hellwig2-2124/+0
2005-08-15[SCSI] aic79xx: sane pci probingChristoph Hellwig7-291/+60
2005-08-15[SCSI] aic79xx: remove some dead codeChristoph Hellwig2-38/+0
2005-08-14Revert "dc395x: Fix support for highmem"Linus Torvalds1-35/+13
2005-08-14[SCSI] correct transport class abstraction to work outside SCSIJames Bottomley2-5/+12
2005-08-14[SCSI] add ability to deny binding to SPI transport classJames Bottomley1-1/+10
2005-08-13[SCSI] aic7xxx: lost multifunction flags handlingJames Bottomley1-0/+29
2005-08-12[SCSI] fix warning in aic7770.cakpm@osdl.org1-1/+0
2005-08-12[SCSI] fix warning in scsi_softirqakpm@osdl.org1-1/+1
2005-08-12[SCSI] lpfc driver 8.0.30 : update version to 8.0.30James.Smart@Emulex.Com1-1/+1
2005-08-12[SCSI] lpfc driver 8.0.30 : convert to use of int_to_scsilun()James.Smart@Emulex.Com11-19/+16
2005-08-12[SCSI] lpfc driver 8.0.30 : dev_loss and nodev timeoutsJames.Smart@Emulex.Com1-0/+4
2005-08-12[SCSI] lpfc driver 8.0.30 : fix get_stats panicJames.Smart@Emulex.Com7-8/+14
2005-08-12[SCSI] lpfc driver 8.0.30 : task mgmt bit clearingJames.Smart@Emulex.Com1-0/+2
2005-08-12[SCSI] lpfc driver 8.0.30 : fix lip/cablepull panicJames.Smart@Emulex.Com1-0/+2
2005-08-12[SCSI] lpfc driver 8.0.30 : fix iocb reuse initializationJames.Smart@Emulex.Com1-1/+6
2005-08-12[SCSI] Make the HSG80 a REPORTLUN2 deviceJames Bottomley1-1/+1
2005-08-12[PATCH] libata handle the case when device returns/needs extra dataAlbert Lee1-3/+25
2005-08-12[PATCH] libata ata_data_xfer() fixAlbert Lee1-3/+108
2005-08-11[libata scsi] add START STOP UNIT translationDouglas Gilbert1-0/+56
2005-08-11Merge /spare/repo/linux-2.6/Jeff Garzik5-3/+44
2005-08-10Merge head 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jg...Linus Torvalds2-1/+2
2005-08-10[PATCH] ahci: AHCI mode SATA patch for Intel ICH7-M DHJason Gaston1-0/+2
2005-08-10Merge /spare/repo/linux-2.6/Jeff Garzik10-53/+51
2005-08-10libata: fix EH-related lockup by properly cleaning EH command listTejun Heo1-0/+1
2005-08-10[PATCH] sata: fix sata_sx4 dma_prep to not use sg->lengthTejun Heo1-1/+1
2005-08-09[SCSI] aic79xx: fix boot panic with no hardwareJames Bottomley2-5/+1
2005-08-09[SCSI] dpt_i2o pci_request_regions fixSalyzyn, Mark1-1/+1
2005-08-08[SCSI] blacklist addition.Dave Jones1-0/+1
2005-08-08[SCSI] fix target scanning oops with fc transport classJames.Smart@Emulex.Com2-1/+34
2005-08-08[SCSI] aacraid: adapter support updateMark Haverkamp1-33/+39
2005-08-08[SCSI] Bug 4940 Repeatable Kernel Panic on Adaptec 2015S I20 device on bootupJames Bottomley1-1/+8
2005-08-08[SCSI] add global timeout to the scsi mid-layerJames Bottomley2-2/+17
2005-08-08[SCSI] drivers/scsi/st.c: add reference count and related fixesKai Makisara2-30/+123
2005-08-08[SCSI] aacraid: correct use of cmd->timeout fieldJames Bottomley1-1/+1
2005-08-07[SCSI] aic79xx: needs to select SPI_TRANSPORT_ATTRSakpm@osdl.org1-0/+1
2005-08-05[SCSI] aacraid: sgraw command supportMark Haverkamp2-30/+194
2005-08-05[SCSI] aacraid: aif registration timeout fixMark Haverkamp1-1/+1
2005-08-05[SCSI] aacraid: remove duplicate io callback codeMark Haverkamp1-56/+7
2005-08-05[SCSI] aacraid: driver shutdown methodMark Haverkamp5-3/+76
2005-08-05[SCSI] aacraid: driver version updateMark Haverkamp3-12/+35
2005-08-05[SCSI] aacraid: interupt mitigationMark Haverkamp2-4/+20
2005-08-05[SCSI] aic7xxx/79xx: fix another potential panic due to a non existent targetJames Bottomley2-4/+4
2005-08-04[SCSI] aic7xxx: upport all sequencer and core fixes from adaptec version 6.3.9James Bottomley10-512/+544
2005-08-04[SCSI] aic79xx: fixup DT settingHannes Reinecke1-2/+3
2005-08-04Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds5-41/+40
2005-08-04[SCSI] fix aic7xxx performance issues since 2.6.12-rc2James Bottomley1-9/+5
2005-08-03[SCSI] aic79xx: add hold_mcs to the transport parametersJames Bottomley1-1/+37
2005-08-03[SCSI] add missing hold_mcs parameter to the spi transport classJames Bottomley1-5/+15
2005-08-03[SCSI] aic79xx: fix up transport settingsJames Bottomley2-32/+11
2005-08-03[SCSI] aic79xx: DV parameter settingsHannes Reinecke1-13/+218
2005-08-03[SCSI] aic79xx: update to use scsi_transport_spiHannes Reinecke3-2837/+799
2005-08-03[SCSI] aic79xx: Remove busyqHannes Reinecke4-724/+139
2005-08-02[SCSI] qla1280: endianess annotationsChristoph Hellwig2-139/+139
2005-08-02[SCSI] qla1280: don't use bitfields for hardware access, parametersChristoph Hellwig2-83/+81
2005-08-02[SCSI] qla1280: don't use bitfields for hardware access in isp_configChristoph Hellwig2-33/+41
2005-08-02[SCSI] qla1280: always load microcodeChristoph Hellwig1-71/+1
2005-08-02[SCSI] qla1280: remove SG_SEGMENTSChristoph Hellwig1-3/+0
2005-08-02[SCSI] qla1280: use SAM_ constantsChristoph Hellwig2-9/+1
2005-08-02[SCSI] qla1280: misc cleanupsChristoph Hellwig1-12/+14
2005-08-02[SCSI] qla1280: interupt posting for irq disabling/enablingChristoph Hellwig1-37/+20
2005-08-02[SCSI] qla1280: remove dead per-host flag variablesChristoph Hellwig2-11/+0
2005-08-02[SCSI] aic7xxx: final fixes for DT handlingJames Bottomley1-4/+4
2005-08-02[PATCH] aic byteorder fixes after recent cleanupOlaf Hering2-5/+7
2005-08-02[SCSI] Fix SCSI tape oops at module removalKai Makisara1-6/+2
2005-08-02[SCSI] ServeRAID V7.12.02Jack Hammer2-21/+26
2005-08-01[PATCH] aacraid: Fix for controller load based timeoutsMark Haverkamp2-6/+3
2005-07-31libata: trim trailing whitespace.Jeff Garzik11-91/+91
2005-07-31[PATCH] sata_nv: Support MCP51/MCP55 device IDsDaniel Drake1-2/+19
2005-07-31[PATCH] SCSI_SATA has to be a tristateAdrian Bunk1-1/+1
2005-07-30[SCSI] host state model update: mediate host add/remove raceMike Anderson2-7/+16
2005-07-30[SCSI] host state model update: reimplement scsi_host_cancelMike Anderson2-18/+2
2005-07-30[SCSI] host state model update: replace old host bitmap stateMike Anderson7-16/+153
2005-07-30[SCSI] aic7xxx: fix bug in DT handingJames Bottomley1-4/+6
2005-07-30[SCSI] git-scsi-misc: drivers/scsi/ch.c: remove devfs stuffAdrian Bunk1-4/+0
2005-07-30[SCSI] aic byteorder fixes after recent cleanupOlaf Hering2-5/+7
2005-07-30[SCSI] scsi/ibmvscsi/srp.h: Fix a wrong type code used for SRP_LOGIN_REJLinda Xie1-1/+1
2005-07-29Merge head 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/...Linus Torvalds1-6/+13
2005-07-28libata: Check PCI sub-class code before disabling AHCIGreg Felix1-6/+13
2005-07-27[PATCH] More qla2xxx configuration fixesAndrew Vasquez2-1/+14
2005-07-27Fix up qla2xxx configuration bogosityLinus Torvalds2-2/+0
2005-07-27[PATCH] clean up inline static vs static inlineJesper Juhl2-2/+2
2005-07-27[PATCH] turn many #if $undefined_string into #ifdef $undefined_stringOlaf Hering13-20/+29
2005-07-27[PATCH] scsi_scan: check return code from scsi_sysfs_add_sdevAlan Stern1-1/+2
2005-07-26Fix compiler warning in qla_iocb.cLinus Torvalds1-1/+1
2005-07-26[PATCH] qla2xxx: Kconfig dependency fixAndrew Morton1-0/+1
2005-07-26[PATCH] qla: remove anonymous unionAndrew Morton1-3/+1
2005-07-26Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds95-30367/+34948
2005-07-14[SCSI] Redundant this_count check in sd_init_command()Chen, Kenneth W1-3/+0
2005-07-14[SCSI] Redundant memset in scsi_alloc_sgtableChen, Kenneth W1-2/+0
2005-07-14[SCSI] add int_to_scsilun() functionJames.Smart@Emulex.Com1-0/+32
2005-07-14[SCSI] qla2xxx: Cleanup FC remote port registration.Andrew Vasquez2-22/+11
2005-07-14[SCSI] qla2xxx: Consolidate ISP24xx chip reset logic.Andrew Vasquez2-47/+42
2005-07-14[SCSI] qla2xxx: Add firmware version number to qla24xx_fw_version_str().Andrew Vasquez1-1/+4
2005-07-14[SCSI] aacraid: Fix sgmap errorMark Haverkamp1-1/+1