aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2006-03-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds3-1/+3
2006-03-11[PATCH] ahci: fix NULL pointer dereference detected by CoverityTejun Heo1-10/+4
2006-03-09[SCSI] scsi_transport_fc: fix FC_HOST_NUM_ATTRSAndreas Herrmann1-1/+1
2006-03-06Allocate 96 bytes for SCSI sense data replyLinus Torvalds1-1/+1
2006-03-05[SCSI] scsi: aha152x pcmcia driver needs spi transportDominik Brodowski1-0/+1
2006-03-02[SCSI] Add Brownie to blacklistMatthew Wilcox1-0/+1
2006-03-01Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds11-80/+90
2006-02-28[SCSI] aha152x: fix variable use before initialisation and other bugsJürgen E. Fischer3-37/+54
2006-02-28[SCSI] Fix uninitialised width and speed in sym2Matthew Wilcox1-0/+2
2006-02-28[SCSI] Delete duplicate driver template.Ralf Baechle1-21/+0
2006-02-27[SCSI] scsi: scsi command retries off by one fixBrian King2-3/+3
2006-02-27[SCSI] megaraid_sas: fix physical disk handlingChristoph Hellwig1-14/+15
2006-02-27[libata] Disable FUAJeff Garzik3-0/+7
2006-02-27[SCSI] scsi: handle ->slave_configure return valueChristoph Hellwig1-2/+14
2006-02-27[SCSI] fc_transport: stop creating duplicate rport entries.Andrew Vasquez1-2/+1
2006-02-27[SCSI] sg: Remove aha1542 hackBrian King1-1/+1
2006-02-27Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-9/+43
2006-02-26[PATCH] sd: fix memory corruption with broken mode page headersAl Viro1-3/+17
2006-02-25[PATCH] sata_sil: implement R_ERR on DMA activate FIS errata fixTejun Heo1-6/+27
2006-02-25[PATCH] sata_sil: add board ID for 3512Tejun Heo1-4/+17
2006-02-22[SCSI] esp: fix eh lockingChristoph Hellwig1-3/+1
2006-02-20[PATCH] libata: make ata_sg_setup_one() trim zero length sgTejun Heo1-5/+8
2006-02-20[PATCH] libata: fix WARN_ON() condition in *_fill_sg()Tejun Heo2-2/+2
2006-02-17[PATCH] Add missing FUA write to sata_mv dma command listJens Axboe1-0/+1
2006-02-17[PATCH] libata: minor fix for 2.6.16-rc3Albert Lee1-3/+4
2006-02-17[PATCH] Necessary evil to get sata_vsc to initialize with Intel iq3124h hbaDan Williams1-1/+29
2006-02-16Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds32-479/+2020
2006-02-14[SCSI] fix wrong context bugs in SCSIJames Bottomley2-23/+12
2006-02-14[PATCH] add scsi_execute_in_process_context() APIJames Bottomley1-0/+59
2006-02-12[SCSI] sym2: Mask off opcode from RBCMatthew Wilcox1-1/+1
2006-02-12[SCSI] megaraid_legacy: kobject_register failureJu, Seokmann2-2/+2
2006-02-12[SCSI] ipr: Fix adapter initialization failureBrian King2-47/+7
2006-02-09Merge branch 'upstream-fixes'Jeff Garzik44-1200/+1494
2006-02-09Merge branch 'master'Jeff Garzik5-6/+6
2006-02-07[PATCH] sg gfp_t annotationsAl Viro1-1/+1
2006-02-07[PATCH] scsi_transport_iscsi gfp_t annotationsAl Viro1-1/+1
2006-02-07[PATCH] drivers/scsi/mac53c94.c __iomem annotationsAl Viro1-2/+2
2006-02-07[PATCH] bogus asm/delay.h includesAl Viro1-1/+1
2006-02-07[PATCH] qla2xxx: Correct lun assignment during IOCB submission.andrew.vasquez@qlogic.com1-0/+1
2006-02-07[PATCH] qla2xxx: Pass input-buffer length to Get-ID-List mailbox command.andrew.vasquez@qlogic.com1-1/+2
2006-02-07[PATCH] qla2xxx: Remove bogus debug-code.andrew.vasquez@qlogic.com1-3/+0
2006-02-07[PATCH] qla2xxx: Close window on race between rport removal and fcport transi...andrew.vasquez@qlogic.com1-0/+14
2006-02-05[SCSI] 3ware 9000 driver >4GB memory fixadam radford1-3/+4
2006-02-05[PATCH] percpu data: only iterate over possible CPUsEric Dumazet1-1/+1
2006-02-05[SCSI] gdth: don't map zero-length requestsJenx Axboe1-1/+1
2006-02-04[SCSI] megaraid_sas: support for 1078 type controller addedSumant Patro2-18/+129
2006-02-04[SCSI] megaraid_sas: register 16 byte CDB capabilityJoshua Giles2-4/+5
2006-02-04[SCSI] iscsi update: rm unused sessions listMike Christie1-5/+0
2006-02-04[SCSI] iscsi update: use gfp_tMike Christie1-1/+1
2006-02-04[SCSI] iscsi update: fix mgmt pool err path releaseMike Christie1-1/+1
2006-02-04[SCSI] iscsi update: set correct state at creation timeMike Christie1-1/+1
2006-02-04[SCSI] iscsi update: rm conn lockMike Christie2-5/+0
2006-02-04[SCSI] iscsi update: set deamon pid earlierMike Christie1-6/+10
2006-02-04[SCSI] iscsi update: setup pool before usingMike Christie1-7/+6
2006-02-04[SCSI] iscsi update: pass correct skb to skb_trimMike Christie1-4/+3
2006-02-04[SCSI] iscsi update: cleanup iscsi class interfaceMike Christie3-140/+154
2006-02-04[SCSI] aacraid: use no_uld_attach flagMark Haverkamp2-59/+36
2006-02-04[SCSI] aacraid: Update global function namesMark Haverkamp7-135/+137
2006-02-04[SCSI] aacraid: reduce device probe warningsMark Haverkamp1-0/+4
2006-02-04[SCSI] qla2xxx: Add support to retrieve/update HBA option-rom.andrew.vasquez@qlogic.com5-2/+845
2006-02-04[SCSI] qla2xxx: Return correct data-len during NVRAM retrieval.andrew.vasquez@qlogic.com1-4/+3
2006-02-04[SCSI] qla2xxx: Add beacon support via class-device attribute.andrew.vasquez@qlogic.com5-3/+387
2006-02-04[SCSI] qla2xxx: Add host-statistics FC transport attributes.andrew.vasquez@qlogic.com6-7/+147
2006-02-04[SCSI] qla2xxx: Add host port-type FC transport attribute.andrew.vasquez@qlogic.com1-0/+25
2006-02-04[SCSI] qla2xxx: Add port-speed FC transport attribute.andrew.vasquez@qlogic.com4-2/+29
2006-02-02[libata sata_mv] do not enable PCI MSI by defaultJeff Garzik1-1/+10
2006-02-01[PATCH] ide-scsi: fix for IDE probe/remove ops changesMikael Pettersson1-9/+5
2006-01-31Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+15
2006-01-31Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds36-1179/+1432
2006-01-31[SCSI] ServeRAID: prevent seeing DADSI devicesJack Hammer1-12/+14
2006-01-31[SCSI] aic79xx: Fix timer handlingHannes Reinecke4-26/+17
2006-01-31[SCSI] aic79xx: SLOWCRC fixHannes Reinecke4-3/+49
2006-01-31[SCSI] aic79xx: sequencer fixesHannes Reinecke9-553/+834
2006-01-31[SCSI] aic7xxx: Update aicasmHannes Reinecke4-17/+140
2006-01-31[SCSI] scsi_transport_sas.c: display port identifierMoore, Eric1-3/+3
2006-01-30[LIBATA] Blacklist certain Maxtor firmware revisions for FUA supportJens Axboe1-1/+26
2006-01-29[libata ahci] add another JMicron pci idJeff Garzik1-0/+2
2006-01-29[SCSI] megaraid_sas: new template defined to represent each type of controllersSumant Patro2-42/+109
2006-01-29[SCSI] megaraid_sas: cleanup queue command pathSumant Patro2-119/+53
2006-01-29[libata ahci] Isolate Intel-ism, add JMicron JMB360 supportJeff Garzik1-4/+13
2006-01-27[libata sata_sil] implement 'slow_down' module parameterJeff Garzik1-2/+8
2006-01-26[SCSI] Prevent scsi_execute_async from guessing cdb lengthbrking@us.ibm.com4-5/+6
2006-01-26[SCSI] ips soft lockup during reset/initializationJack Hammer1-14/+14
2006-01-26[SCSI] qla2xxx: Drop legacy 'bypass lun scan for tape device' code.andrew.vasquez@qlogic.com1-26/+0
2006-01-26[SCSI] qla2xxx: Correct issue where the rport's upcall was not being made aft...andrew.vasquez@qlogic.com3-9/+4
2006-01-26[SCSI] qla2xxx: Correct synchronization issues during rport addition/deletion.andrew.vasquez@qlogic.com5-34/+91
2006-01-26[SCSI] dc395x: "fix" virt_addr calculation on AUTO_REQSENSEGuennadi Liakhovetski1-1/+5
2006-01-26[SCSI] ibmvscsi: handle re-enable firmware messageDave C Boutcher4-31/+74
2006-01-26[SCSI] qla1280: remove < 2.6.0 supportJes Sorensen1-288/+23
2006-01-17[PATCH] libata: Code for the IRQ mask flagAlan Cox1-4/+15
2006-01-17[PATCH] libata: Fix sector lock to apply to both drives not drive 0 twiceAlan Cox1-1/+1
2006-01-17[PATCH] libata: Fix heuristic typos add LBA48PIO flag and support code, add I...Alan Cox1-0/+4
2006-01-17[PATCH] Intel ICH8 SATA: add PCI device IDsJason Gaston1-0/+3
2006-01-17[PATCH] libata: add a function to decide if we need iordyAlan Cox1-0/+34
2006-01-17[PATCH] libata: Pre UDMA EIDE PIO mode selectionAlan Cox1-5/+9
2006-01-17[libata] sata_promise: add pci idYusuf Iskenderoglu1-0/+16
2006-01-17[libata] sata_svw: add pci idOliver Weihe1-0/+1
2006-01-17[PATCH] ahci: AHCI mode SATA patch for Intel ICH8Jason Gaston1-0/+10
2006-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2-2/+2
2006-01-14[PATCH] Unlinline a bunch of other functionsArjan van de Ven6-19/+19
2006-01-15Fix "stuct", "strut", "struc" typosAlexey Dobriyan1-1/+1
2006-01-15spelling: s/appropiate/appropriate/Adrian Bunk1-1/+1
2006-01-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds65-2863/+3135
2006-01-14[SCSI] qla2xxx: Update version number to 8.01.04-k.andrew.vasquez@qlogic.com1-2/+2
2006-01-14[SCSI] qla2xxx: Disable port-type RSCN handling via driver state-machine.andrew.vasquez@qlogic.com4-2/+11
2006-01-14[SCSI] qla2xxx: Kconfig update: Add URL to download firmware images.andrew.vasquez@qlogic.com1-0/+4
2006-01-14[SCSI] qla2xxx: Correct setting of FDMI supported/current port speed.andrew.vasquez@qlogic.com1-5/+2
2006-01-14[SCSI] qla2xxx: Correct execution-throttle setting for ISP24xx.andrew.vasquez@qlogic.com1-0/+2
2006-01-14[SCSI] qla2xxx: Collapse load RISC RAM implementations.andrew.vasquez@qlogic.com3-101/+15
2006-01-14[SCSI] qla2xxx: Correct swing/emphasis settings for ISP24XX.andrew.vasquez@qlogic.com1-3/+5
2006-01-14[SCSI] qla2xxx: Correct issue where portstate does not transition during loop...andrew.vasquez@qlogic.com1-0/+3
2006-01-14[SCSI] qla2xxx: Update firmware-dump procedure for ISP24xx.andrew.vasquez@qlogic.com2-54/+55
2006-01-14[SCSI] qla2xxx: Re-enable flash-part write protection on ISP24xx boards.andrew.vasquez@qlogic.com1-0/+3
2006-01-14[SCSI] qla2xxx: Correct excessive delay during LOAD-RISC-RAM mailbox command.andrew.vasquez@qlogic.com1-1/+3
2006-01-14[SCSI] qla2xxx: Use msleep() as delay during ISP polling.andrew.vasquez@qlogic.com1-1/+1
2006-01-14[SCSI] qla2xxx: Drop noisy 'UNDERRUN' status message.andrew.vasquez@qlogic.com1-5/+6
2006-01-14[SCSI] qla2xxx: Correct FC4 feature assignment during RFF_ID.andrew.vasquez@qlogic.com1-0/+1
2006-01-14[SCSI] qla2xxx: Reference proper node/port names in fc_host class.andrew.vasquez@qlogic.com1-2/+2
2006-01-14[SCSI] iscsi: use pageslabMike Christie1-1/+1
2006-01-14[SCSI] iscsi: fix 4k stack iscsi setupsMike Christie2-14/+6
2006-01-14[SCSI] iscsi: seperate iscsi interface from setup functionsMike Christie2-453/+510
2006-01-14[SCSI] iscsi: add high mem supportMike Christie2-55/+31
2006-01-14[SCSI] iscsi: data digest page cache usage fixFUJITA Tomonori2-7/+11
2006-01-14[SCSI] iscsi: host locking fixzhenyu.z.wang@intel.com1-3/+4
2006-01-14[SCSI] iscsi: data under/over flow fixzhenyu.z.wang@intel.com1-4/+2
2006-01-14[SCSI] iscsi: whitespace cleanupFUJITA Tomonori1-11/+11
2006-01-14[SCSI] sem2mutex 3w-[x9]xxxJes Sorensen4-8/+10
2006-01-14[SCSI] scsi_transport_sas: mapping the rphy channel equal to the port identifierMoore, Eric1-3/+3
2006-01-14[SCSI] remove target parent limitiationChristoph Hellwig6-48/+49
2006-01-14[SCSI] sem2mutex: scsi_transport_spi.cJes Sorensen1-5/+5
2006-01-14[SCSI] I2O: move pci_request_regions() just behind pci_enable_device()Salyzyn, Mark1-4/+6
2006-01-14[SCSI] ips: Mode Sense (Caching Page ) fixJack Hammer1-0/+3
2006-01-14[SCSI] fc transport: add permanent_port_name fc_host attributeAndreas Herrmann1-0/+4
2006-01-14[SCSI] sr: split sr_audio_ioctl into specific helpersChristoph Hellwig1-91/+111
2006-01-14[SCSI] always handle REQ_BLOCK_PC requests in common codeChristoph Hellwig4-91/+13
2006-01-14[SCSI] sas: fix removal of devices behind expandersChristoph Hellwig1-1/+11
2006-01-13[PATCH] Add Pseudo LLD bus_type probe and remove methodsRussell King1-2/+2
2006-01-12[SCSI] Pass proper device from BusLogic to SCSI layerPetr Vandrovec1-1/+2
2006-01-12[SCSI] aic79xx: bump version to 3.0James Bottomley1-1/+1
2006-01-12[SCSI] aic79xx: Sequencer updateHannes Reinecke9-1538/+1911
2006-01-12[SCSI] aic79xx: Sanitize inb/outb handlingHannes Reinecke1-59/+21
2006-01-12[SCSI] aic79xx: Use struct map_nodeHannes Reinecke3-33/+58
2006-01-12[SCSI] aic7xxx/aic79xx: New device idsHannes Reinecke4-14/+40
2006-01-12[SCSI] Mask capabilities for SCSI-1 CD driveChuck Ebbert1-2/+3
2006-01-12[SCSI] aacraid: README updateMark Haverkamp1-74/+0
2006-01-12[SCSI] aacraid: 17 element sg performance updateMark Haverkamp2-4/+18
2006-01-12[SCSI] aacraid: better sysfs adapter informationMark Haverkamp1-2/+18
2006-01-12[SCSI] aacraid: Fix default FIB sizeMark Haverkamp1-0/+4
2006-01-12[SCSI] sas: clear parent->rphy in sas_rphy_deleteChristoph Hellwig1-0/+2
2006-01-12[SCSI] turn most scsi semaphores into mutexesArjan van de Ven16-119/+129
2006-01-12[SCSI] aic7xxx: fix timer handling bugJames Bottomley3-41/+16
2006-01-12[SCSI] qla2xxx: Kconfig: two fixesAndrew Vasquez3-10/+14
2006-01-12[SCSI] lpfc_scsi.c: make lpfc_get_scsi_buf() staticAdrian Bunk1-1/+1
2006-01-12[SCSI] scsi_transport_spi.c: make print_nego() staticAdrian Bunk1-1/+1
2006-01-12[SCSI] raid_class.c - adding RAID10 and RAID10 definesMoore, Eric1-0/+2
2006-01-12[PATCH] m68k: fix PIO case in espAl Viro1-2/+3
2006-01-12[PATCH] m68k: NULL noise removalAl Viro1-2/+2
2006-01-12[PATCH] m68k: oktagon makefile fixAl Viro1-1/+2
2006-01-12[PATCH] m68k: namespace pollution fix (custom->amiga_custom)Al Viro6-11/+11
2006-01-10[PATCH] don't include ioctl32.h in driversChristoph Hellwig3-3/+0
2006-01-09Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds6-6/+0
2006-01-09[PATCH] Fix sg_page_malloc() memsetHugh Dickins1-1/+1
2006-01-09Merge Linus' tree.Russell King1-16/+5
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2-9/+16
2006-01-09Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-6/+24
2006-01-09[PATCH] sata_nv, spurious interrupts at system startup with MAXTOR 6H500F0 driveAndrew Chew1-6/+24
2006-01-09[SCSI] Kill the SCSI softirq handlingJens Axboe3-101/+45
2006-01-09[ARM] Remove asm/irq.h includes from ARM driversRussell King6-6/+0
2006-01-08[PATCH] Add block_device_operations.getgeo block device methodChristoph Hellwig1-16/+5
2006-01-09[PATCH] powerpc: Remove device_node addrs/n_addrBenjamin Herrenschmidt2-9/+16
2006-01-06Merge branch 'post-2.6.15' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds20-125/+103
2006-01-06[PATCH] Suspend support for libataJens Axboe4-0/+165
2006-01-06[PATCH] parport: Kconfig dependency fixesMarko Kohtala1-4/+4
2006-01-06[PATCH] s390: cleanup KconfigMartin Schwidefsky1-1/+1
2006-01-06[SCSI] scsi_end_async() needs to take an uptodate parameterJens Axboe1-1/+1
2006-01-06[BLOCK] add FUA support to libataTejun Heo3-13/+54
2006-01-06[BLOCK] update libata to use new blk_ordered for barriersTejun Heo13-13/+0
2006-01-06[BLOCK] scsi: add FUA support to sdTejun Heo1-3/+26
2006-01-06[BLOCK] update SCSI to use new blk_ordered for barriersTejun Heo3-93/+20
2006-01-06[BLOCK] add @uptodate to end_that_request_last() and @error to rq_end_io_fn()Tejun Heo3-4/+4
2006-01-06[PATCH] pcmcia: unify attach, EVENT_CARD_INSERTION handlers into one probe ca...Dominik Brodowski6-228/+51
2006-01-06[PATCH] pcmcia: remove dev_list from driversDominik Brodowski4-68/+11
2006-01-06[PATCH] pcmcia: unify detach, REMOVAL_EVENT handlers into one remove callbackDominik Brodowski6-65/+26
2006-01-05[PATCH] pcmcia: new suspend coreDominik Brodowski5-134/+186
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-1/+1
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2-0/+9
2006-01-04Merge branch 'upstream' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds12-246/+367
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds74-3879/+16728
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-1/+1
2006-01-04[PATCH] merge kobject_uevent and kobject_hotplugKay Sievers1-1/+1
2006-01-03Merge branch 'master'Jeff Garzik3-18/+95
2006-01-01gitignore: misc filesBrian Gerst2-0/+9
2005-12-26[PATCH] Fix Fibre Channel boot oopsJames Bottomley1-1/+2
2005-12-24Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+1
2005-12-24[PATCH] fix libata inquiry VPD for ATAPI devicesTony Battersby1-4/+1
2005-12-24Merge branch 'master'Jeff Garzik16-88/+86
2005-12-21Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2-14/+93
2005-12-18[PATCH] dpt_i2o fix for deadlock conditionSalyzyn, Mark1-5/+20
2005-12-17[SCSI] Missing const in sr_vendorMatthew Wilcox1-2/+2
2005-12-17[SCSI] fix scsi_reap_target() device_del from atomic contextJames Bottomley1-10/+38