aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2006-05-21[PATCH] missing newline in scsi/st.cRene Herman1-1/+1
2006-05-20[PATCH] libata-core: fix current kernel-doc warningsRandy Dunlap1-0/+6
2006-05-20[PATCH] sata_mv: version bumpMark Lord1-1/+1
2006-05-20[PATCH] sata_mv: endian fixMark Lord1-1/+2
2006-05-20[PATCH] sata_mv: remove local copy of queue indexesMark Lord1-43/+33
2006-05-20[PATCH] sata_mv: spurious interrupt workaroundMark Lord1-3/+8
2006-05-20[PATCH] sata_mv: chip initialization fixesMark Lord1-2/+5
2006-05-20[PATCH] sata_mv: deal with interrupt coalescing interruptsMark Lord1-0/+18
2006-05-20[PATCH] sata_mv: prevent unnecessary double-resetsMark Lord1-7/+10
2006-05-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds21-241/+302
2006-05-03[SCSI] lpfc 8.1.6 : Fix Data Corruption in Bus Reset PathJames Smart2-50/+20
2006-04-29[SCSI] advansys driver: limp along on x86Linus Torvalds2-2/+4
2006-04-28[SCSI] ibmvscsi: fix leak when failing to send srp eventFUJITA Tomonori1-12/+18
2006-04-27[SCSI] qla2xxx: Correct eh_abort recovery logic.Michael Reed1-6/+9
2006-04-27[SCSI] megaraid_{mm,mbox}: fix a bug in reset handlerJu, Seokmann2-20/+46
2006-04-27[SCSI] scsi: Add IBM 2104-DU3 to blistBrian King1-0/+2
2006-04-27[SCSI] Fix DVD burning issues.James Bottomley1-7/+20
2006-04-25[SCSI] SCSI: aic7xxx_osm_pci resource leak fix.Jesper Juhl1-0/+1
2006-04-19[SCSI] aic7xxx: ahc_pci_write_config() fixDenis Vlasenko1-6/+6
2006-04-19[SCSI] megaraid: unused variableAndrew Morton1-1/+0
2006-04-19[SCSI] qla2xxx: only free_irq() after request_irq() succeedsZach Brown1-2/+2
2006-04-19[SCSI] Overrun in drivers/scsi/sim710.cEric Sesterhenn1-1/+1
2006-04-19[SCSI] lpfc 8.1.5 : Change version number to 8.1.5James Smart1-1/+1
2006-04-19[SCSI] lpfc 8.1.5 : Misc small fixesJames Smart3-10/+8
2006-04-19[SCSI] lpfc 8.1.5 : Additional fixes to LOGO, PLOGI, and RSCN processingJames Smart2-33/+37
2006-04-19[SCSI] lpfc 8.1.5 : Fix cleanup code in the lpfc_pci_probe_one() error code pathJames Smart1-2/+9
2006-04-19[SCSI] lpfc 8.1.5 : Fixed FC protocol violation in handling of PRLO.James Smart3-14/+38
2006-04-19[SCSI] lpfc 8.1.5 : Use asynchronous ABTS completion to speed up abort comple...James Smart6-51/+4
2006-04-19[SCSI] lpfc 8.1.5 : Fix Discovery processing for NPorts that hit nodev_tmo du...James Smart3-22/+79
2006-04-19[SCSI] megaraid/megaraid_mm.c: fix a NULL pointer dereferenceAdrian Bunk1-4/+2
2006-04-14[SCSI] scsi_transport_sas: don't scan a non-existent end deviceJames Bottomley1-0/+2
2006-04-13[SCSI] 3ware 9000 disable local irqs during kmap_atomicadam radford1-2/+7
2006-04-13[SCSI] SCSI: fix scsi_kill_request() busy count handlingTejun Heo1-0/+15
2006-04-13[SCSI] FC transport: fixes for workq deadlocksJames Smart1-155/+311
2006-04-13[SCSI] aic79xx: target hotplug fixesHannes Reinecke2-44/+10
2006-04-13[SCSI] ibmvscsi: remove drivers/scsi/ibmvscsi/srp.hFUJITA Tomonori1-227/+0
2006-04-13[SCSI] aic79xx bus reset updateHannes Reinecke3-62/+58
2006-04-13[SCSI] add SCSI_UNKNOWN and LUN transfer limit restrictionsJames Bottomley3-6/+20
2006-04-13[SCSI] sym2: Fix build when spinlock debugging is enabledMatthew Wilcox1-8/+12
2006-04-13[SCSI] ipr: Bump versionBrian King1-2/+2
2006-04-13[SCSI] ipr: Reset device cleanupBrian King1-17/+41
2006-04-13[SCSI] ipr: printk macro cleanup/removalBrian King2-26/+14
2006-04-13[SCSI] ipr: Simplify status area dumpingBrian King1-35/+4
2006-04-13[SCSI] ipr: Fixup device type checkBrian King2-2/+18
2006-04-13[SCSI] ipr: Disk remove path cleanupBrian King2-3/+4
2006-04-13[SCSI] sg: fix leak when dio setup failsDouglas Gilbert1-1/+3
2006-04-13[SCSI] expose sas internal class for the domain transportJames Bottomley2-34/+39
2006-04-13[SCSI] for_each_possible_cpu: scsiKAMEZAWA Hiroyuki1-1/+1
2006-04-13[SCSI] Version 2.2.3Matthew Wilcox1-1/+1
2006-04-13[SCSI] Enable clustering and large transfersMatthew Wilcox1-1/+2
2006-04-13[SCSI] Simplify error handlingMatthew Wilcox1-62/+22
2006-04-13[SCSI] Allow nvram settings to determine bus modeMatthew Wilcox1-31/+34
2006-04-13[SCSI] Use SPI messages where possibleMatthew Wilcox1-3/+6
2006-04-13[SCSI] Disable sym2 driver queueingMatthew Wilcox4-11/+10
2006-04-13[SCSI] Mark div_10M array constMatthew Wilcox1-1/+1
2006-04-13[SCSI] Simplify error handling a bitMatthew Wilcox1-42/+8
2006-04-13[SCSI] Use pcibios_resource_to_bus()Matthew Wilcox1-42/+13
2006-04-13[SCSI] Change Kconfig option from IOMAPPED to MMIOMatthew Wilcox3-20/+26
2006-04-13[SCSI] sas transport: ref count updateMike Anderson1-24/+6
2006-04-13[SCSI] aacraid: Driver version updateMark Haverkamp3-11/+16
2006-04-13[SCSI] aacraid: Fix parenthesis placement errorMark Haverkamp1-2/+2
2006-04-13[SCSI] aacraid: Show max channel and max id is sysfsMark Haverkamp1-0/+28
2006-04-13[SCSI] aacraid: Re-start helper thread if it diesMark Haverkamp1-0/+12
2006-04-13[SCSI] aacraid: General driver cleanupMark Haverkamp6-21/+18
2006-04-13[SCSI] aacraid: Fix extra unregister_chrdevMark Haverkamp1-1/+2
2006-04-13[SCSI] aacraid: Fix error in max_channel fieldMark Haverkamp1-2/+2
2006-04-13[SCSI] aacraid: Error path cleanupMark Haverkamp1-2/+3
2006-04-13[SCSI] aacraid: Add timeout for eventsMark Haverkamp2-11/+27
2006-04-13[SCSI] aacraid: Track command ownership in driverMark Haverkamp3-19/+31
2006-04-13[SCSI] aacraid: Use scmd_ functionsMark Haverkamp2-11/+11
2006-04-13[SCSI] ibmvscsi: convert the ibmvscsi driver to use include/scsi/srp.hFUJITA Tomonori4-125/+142
2006-04-13[SCSI] ibmvscsi: prevent scsi commands being sent in invalid stateDave C Boutcher1-1/+3
2006-04-13[SCSI] fix sg leak when scsi_execute_async failsMike Christie1-0/+1
2006-04-13[SCSI] unify SCSI_IOCTL_SEND_COMMAND implementationsChristoph Hellwig2-176/+2
2006-04-13[SCSI] remove qlogicfcJames Bottomley4-11989/+0
2006-04-12[PATCH] sata_mv: properly print HC registersDan Aloni1-1/+1
2006-04-11[PATCH] 3ware: kmap_atomic() fixAndrew Morton1-0/+3
2006-04-10[libata] sata_mv: fix can_queue line accidentally removed in scsi-eh patchJeff Garzik1-0/+1
2006-04-10[PATCH] move ->eh_strategy_handler to the transport classChristoph Hellwig20-37/+5
2006-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-04-02Merge master.kernel.org:/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds6-441/+221
2006-04-01[PATCH] powerpc/pseries: Change H_StudlyCaps to H_SHOUTING_CAPSSegher Boessenkool1-5/+5
2006-04-01fix a typo in the AIC7XXX_DEBUG_MASK help textAdrian Bunk1-1/+1
2006-03-31Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds5-24/+22
2006-03-31[PATCH] Don't pass boot parameters to argv_init[]OGAWA Hirofumi1-1/+1
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski5-80/+30
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski6-79/+74
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski6-139/+111
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski6-46/+24
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski5-13/+6
2006-03-31[PATCH] pcmcia: default suspend and resume handlingDominik Brodowski5-71/+2
2006-03-31[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irqDominik Brodowski2-10/+2
2006-03-31[PATCH] pcmcia: add pcmcia_disable_deviceDominik Brodowski5-42/+11
2006-03-31[PATCH] libata: fix ata_xfer_tbl terminationTejun Heo1-1/+1
2006-03-31[PATCH] libata: make ata_qc_issue complete failed qcsTejun Heo3-18/+12
2006-03-31[PATCH] libata: fix ata_qc_issue failure pathTejun Heo1-3/+3
2006-03-31[PATCH] ata_piix: fix ich6/m_map_dbTejun Heo1-2/+2
2006-03-31Merge branch 'master'Jeff Garzik2-2/+2
2006-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2-2/+2
2006-03-30[libata] ahci: add ATI SB600 PCI IDsJeff Garzik1-0/+4
2006-03-30[PARISC] I/O-Space must be ioremap_nocache()'dHelge Deller2-2/+2
2006-03-29Merge branch 'mv-merge'Jeff Garzik1-18/+24
2006-03-29[PATCH] sata_mv: three bug fixesMark Lord1-18/+23
2006-03-29[PATCH] libata: ata_dev_init_params() fixesAlbert Lee1-6/+8
2006-03-29[PATCH] libata: Fix interesting use of "extern" and also some bracketingAlan Cox1-2/+2
2006-03-29[PATCH] libata: Simplex and other mode filtering logicAlan Cox1-2/+29
2006-03-29[PATCH] libata - ATA is both ATA and CFAAlan Cox1-1/+1
2006-03-29[PATCH] libata: Add ->set_mode hook for odd driversAlan Cox1-1/+5
2006-03-29[PATCH] libata: BMDMA handling updatesAlan Cox1-4/+22
2006-03-29[PATCH] libata: kill trailing whitespaceTejun Heo1-1/+1
2006-03-29Merge branch 'master'Jeff Garzik28-69/+75
2006-03-29Merge ../linux-2.6Paul Mackerras18-34/+56
2006-03-28[PATCH] Typo fixesAlexey Dobriyan1-1/+1
2006-03-28[PATCH] Replace 0xff.. with correct DMA_xBIT_MASKMatthias Gehre14-24/+38
2006-03-28[PATCH] drivers/scsi/*: use time_after() and friendsMarcelo Feitoza Parisi5-6/+11
2006-03-28[PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt1-1/+1
2006-03-27[PATCH] Notifier chain update: API changesAlan Stern1-3/+6
2006-03-26[PATCH] mempool: use mempool_create_slab_pool()Matthew Dobson3-7/+5
2006-03-26[PATCH] mempool: use common mempool kmalloc allocatorMatthew Dobson1-18/+4
2006-03-25[PATCH] git-scsi-misc: min() warning fixAndrew Morton1-1/+1
2006-03-25[PATCH] Remove MODULE_PARMRusty Russell4-8/+8
2006-03-24[PATCH] libata: add FIXME above ata_dev_xfermask()Tejun Heo1-0/+4
2006-03-24[PATCH] libata: cosmetic changes in ata_bus_softreset()Tejun Heo1-5/+4
2006-03-24[PATCH] libata: kill E.D.D.Tejun Heo1-85/+13
2006-03-24Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds10-503/+540
2006-03-24[PATCH] s/;;/;/gAlexey Dobriyan1-1/+1
2006-03-24[PATCH] remove ISA legacy functions: drivers/scsi/in2000.cAl Viro1-6/+18
2006-03-24[PATCH] remove ISA legacy functions: drivers/scsi/g_NCR5380.cAl Viro2-13/+38
2006-03-24[PATCH] libata: Remove dependence on host_set->dev for SASBrian King1-6/+7
2006-03-24[PATCH] libata: ata_scsi_ioctl cleanupBrian King1-13/+0
2006-03-24[PATCH] libata: ata_scsi_queuecmd cleanupBrian King1-14/+18
2006-03-24[libata] export ata_dev_pair; trim trailing whitespaceJeff Garzik6-47/+48
2006-03-24[PATCH] libata: add ata_dev_pair helperAlan Cox1-0/+17
2006-03-24[PATCH] Make libata not powerdown drivers on PM_EVENT_FREEZE.Nigel Cunningham3-5/+6
2006-03-24[PATCH] libata: make ata_set_mode() responsible for failure handlingTejun Heo1-20/+36
2006-03-24[PATCH] libata: use ata_dev_disable() in ata_bus_probe()Tejun Heo1-3/+1
2006-03-24[PATCH] libata: implement ata_dev_disable()Tejun Heo1-0/+9
2006-03-24[PATCH] libata: check if port is disabled after internal commandTejun Heo1-0/+16
2006-03-24[PATCH] libata: make per-dev transfer mode limits per-devTejun Heo2-2/+2
2006-03-24[PATCH] libata: add per-dev pio/mwdma/udma_maskTejun Heo1-18/+25
2006-03-24[PATCH] libata: implement ata_unpack_xfermask()Tejun Heo1-0/+23
2006-03-23[PATCH] sem2mutex: drivers/scsi/ide-scsi.cJes Sorensen1-5/+6
2006-03-23[PATCH] kill cdrom ->dev_ioctl methodChristoph Hellwig3-31/+26
2006-03-23[libata] Move some bmdma-specific code to libata-bmdma.cJeff Garzik2-234/+234
2006-03-23[libata sata_uli] kill scr_addr abuseJeff Garzik1-10/+27
2006-03-22[libata sata_nv] eliminate duplicate codepaths with iomapJeff Garzik1-44/+13
2006-03-22[libata sata_nv] cleanups: convert #defines to enums; remove in-file historyJeff Garzik1-75/+49
2006-03-22[libata sata_sil24] cleanups: use pci_iomap(), kzalloc()Jeff Garzik1-13/+10
2006-03-22scsi: link in the debug driver lastLinus Torvalds1-1/+3
2006-03-22[PATCH] ahci: add softresetTejun Heo1-1/+134
2006-03-22[PATCH] libata: do not ignore PIO-only devicesTejun Heo1-7/+0
2006-03-22[PATCH] libata: Symbol exportsAlan Cox1-0/+2
2006-03-22[PATCH] Update libata DMA blacklist to cover versions, and resync with IDE layerAlan Cox1-35/+59
2006-03-22[PATCH] libata: Fix a drive detection problemAlan Cox1-0/+10
2006-03-22[PATCH] libata: note missing posting in mmio cmd writeAlan Cox1-0/+2
2006-03-22Merge branch 'master'Jeff Garzik105-39894/+33695
2006-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-1/+1
2006-03-22Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds104-39858/+33690
2006-03-22[PATCH] sg: use compound pagesNick Piggin1-34/+3
2006-03-22[PATCH] slab: Remove SLAB_NO_REAP optionChristoph Lameter1-1/+1
2006-03-21[libata sata_vsc, sata_svw] Convert #define'd constants to enumsJeff Garzik2-73/+78
2006-03-21[libata] sata_vsc: fix inconsistent NULL checkingDan Williams2-23/+32
2006-03-21[libata] fix oops on non-DMA bmdma hardwareJeff Garzik1-7/+10
2006-03-21[PATCH] libata: make irqtrap mode compileAlan Cox1-1/+1
2006-03-21[PATCH] libata: report which drive is causing mode problemsAlan Cox1-1/+1
2006-03-21[PATCH] libata: two new PCI helpersAlan Cox1-0/+36
2006-03-21[PATCH] libata: Note weakness in our PCI handling that one day wants fixingAlan Cox1-0/+1
2006-03-21[PATCH] libata: make code actually compile with debugging onAlan Cox1-1/+1
2006-03-21[PATCH] libata: pick a less confusion "um dunno" errorAlan Cox1-7/+5
2006-03-21[libata] sata_mv: off-by-1 fixMark Lord1-1/+4
2006-03-21[PATCH] libata: ata_scsi_slave_config cleanupBrian King1-25/+37
2006-03-21[PATCH] libata: Add some dummy noop functionsBrian King1-0/+3
2006-03-21[PATCH] libata-dev: Remove ATA_PROT_PIO_MULTAlbert Lee2-4/+4
2006-03-21[PATCH] libata-dev: add flush task to ata_exec_internal()Albert Lee1-0/+2
2006-03-21[libata] SCSI VPD page 0x83 fixesJeff Garzik1-18/+41
2006-03-22Fix "frist", "fisrt", typosUwe Zeisberger1-1/+1
2006-03-21[SCSI] libata: implement minimal transport template for ->eh_timed_outTejun Heo18-16/+14
2006-03-21Merge ../linux-2.6James Bottomley25-1975/+3066
2006-03-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds1-0/+8
2006-03-20[libata] sata_mv: fix irq port status usageJeff Garzik1-1/+1
2006-03-20SCSI_AACRAID: add a help textAdrian Bunk1-0/+8
2006-03-19[SCSI] eliminate rphy allocation in favour of expander/end device allocationJames Bottomley1-45/+27
2006-03-19[SCSI] allow displaying and setting of cache type via sysfsJames Bottomley1-23/+113
2006-03-19[SCSI] add scsi_mode_select to scsi_lib.cJames Bottomley1-1/+80
2006-03-19[SCSI] 3ware 9000 add big endian supportadam radford2-83/+73
2006-03-16[PATCH] libata: move IDENTIFY info printing from ata_dev_read_id() to ata_dev...Tejun Heo1-6/+7
2006-03-16[PATCH] libata: use local *id instead of dev->id in ata_dev_configure()Tejun Heo1-16/+17
2006-03-16Merge branch 'master'Jeff Garzik3-1/+3
2006-03-14[SCSI] scsi: move target_destroy callMike Anderson1-3/+2
2006-03-14[SCSI] megaraid_sas: fix extended timeout handlingChristoph Hellwig1-20/+6
2006-03-14Merge ../linux-2.6James Bottomley17-100/+145
2006-03-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds3-1/+3
2006-03-14[SCSI] add preliminary expander support to the sas transport classJames Bottomley1-6/+135
2006-03-13[SCSI] FC transport : Avoid device offline cases by stalling aborts until dev...James Smart2-6/+40
2006-03-12[PATCH] libata: check Word 88 validity in ata_id_xfer_mask()Tejun Heo1-1/+4
2006-03-12[PATCH] libata: fix class handling in ata_bus_probe()Tejun Heo1-13/+11
2006-03-12[SCSI] fix minor problem in spi transport message functionsJames Bottomley1-1/+1
2006-03-12[SCSI] sim710: fix a NULL pointer dereferenceAdrian Bunk1-1/+1
2006-03-12[SCSI] ibmmca: fix a NULL pointer dereferenceAdrian Bunk1-2/+1
2006-03-12[SCSI] dmx3191d: fix a NULL pointer dereferenceAdrian Bunk1-1/+1