aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
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
2005-12-16[SCSI] Merge sym53c8xx_comm.h and sym53c8xx_defs.h into ncr driverMatthew Wilcox4-2114/+1995
2005-12-16[SCSI] Use spi_print_msg in ncr53c8xx driverMatthew Wilcox1-13/+2
2005-12-16[SCSI] 53c700: update endian processing macrosJames Bottomley1-9/+13
2005-12-15[SCSI] fix for fc transport recursion problem.James.Smart@Emulex.Com1-4/+55
2005-12-15[SCSI] Add PPR support to spi_print_msgMatthew Wilcox1-7/+29
2005-12-15[SCSI] Use ARRAY_SIZE in spi_print_msgMatthew Wilcox1-6/+3
2005-12-15[SCSI] Fix printing of two-byte messagesMatthew Wilcox1-1/+1
2005-12-15[SCSI] Rename scsi_print_msg to spi_print_msgMatthew Wilcox9-27/+33
2005-12-15[SCSI] Move scsi_print_msg to SPI classMatthew Wilcox4-108/+123
2005-12-15Fix up SCSI mismergeJames Bottomley4-15/+24
2005-12-15Merge by hand (conflicts in scsi_lib.c)James Bottomley18-81/+60
2005-12-15[SCSI] Fix st oops with new scsi_execute infrastructureKai Makisara1-6/+9
2005-12-15[SCSI] seperate max_sectors from max_hw_sectorsMike Christie1-1/+1
2005-12-15[PATCH] iscsi gfp_t annotationsAl Viro2-2/+2
2005-12-14[SCSI] convert st to use scsi_execute_asyncMike Christie2-145/+123
2005-12-14[SCSI] convert sg to scsi_execute_asyncMike Christie1-427/+259
2005-12-14[SCSI] add kmemcache for scsi_io_contextMike Christie1-2/+15
2005-12-14[SCSI] complete the whole command when it is REQ_BLOCK_PCMike Christie2-2/+12
2005-12-14[SCSI] add retries field to request for REQ_BLOCK_PC useMike Christie1-1/+3
2005-12-14[SCSI] Convert SCSI mid-layer to scsi_execute_asyncMike Christie3-73/+205
2005-12-14[SCSI] handle scsi_add_host failure for aic7xxx and fix compiler warningJesper Juhl1-5/+13
2005-12-14[SCSI] handle scsi_add_host failure for aic79xx and fix compiler warningJesper Juhl1-2/+9
2005-12-14Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds13-81/+64
2005-12-13[SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)James Bottomley4-62/+26
2005-12-13[SCSI] sd: Always do write-protect checkAlan Stern1-3/+1
2005-12-13[SCSI] lpfc 8.1.1 : Change version number to 8.1.1James.Smart@Emulex.Com1-1/+1
2005-12-13[SCSI] lpfc 8.1.1 : kill use of pci_read_config_xxxJames.Smart@Emulex.Com1-7/+3
2005-12-13[SCSI] lpfc 8.1.1 : Added code to adjust lun queue depth to avoid target over...James.Smart@Emulex.Com3-1/+62
2005-12-13[SCSI] lpfc 8.1.1 : Add polled-mode supportJames.Smart@Emulex.Com6-33/+377
2005-12-13[SCSI] lpfc 8.1.1 : Bring model descriptions in sync with Emulex standard gen...James.Smart@Emulex.Com2-48/+65
2005-12-13[SCSI] lpfc 8.1.1 : Add support for more members of the Light Pulse 11xxx (4G...James.Smart@Emulex.Com2-11/+74
2005-12-13[SCSI] lpfc 8.1.1 : Fixes to error handlersJames.Smart@Emulex.Com3-37/+70
2005-12-13[SCSI] lpfc 8.1.1 : Remove locking wrappers around error handlersJames.Smart@Emulex.Com1-38/+14
2005-12-13[SCSI] lpfc 8.1.1 : Adjust use of scsi_block_requests and interaction w/ FC t...James.Smart@Emulex.Com1-8/+10
2005-12-13[SCSI] lpfc 8.1.1 : Fixes for short cable pullsJames.Smart@Emulex.Com2-0/+6
2005-12-13[SCSI] lpfc 8.1.1 : Correct some 8bit to 16bit field conversions/comparisonsJames.Smart@Emulex.Com1-24/+45
2005-12-13[SCSI] lpfc 8.1.1: Miscellaneous CleanupsJames.Smart@Emulex.Com3-28/+24
2005-12-13[SCSI] qla2xxx: fix compile error caused by pci_dev.owner moveJames Bottomley1-1/+3
2005-12-13[SCSI] correct some dropped const compiler warningsJames Bottomley2-3/+5
2005-12-13[SCSI] iscsi: check header digests for mgmt tasksMike Christie1-12/+12
2005-12-13[SCSI] iscsi: update versionMike Christie1-1/+1
2005-12-13[SCSI] iscsi: lower queue depthMike Christie2-6/+17
2005-12-13[SCSI] iscsi: data digest calculation fixMike Christie1-25/+40
2005-12-13[SCSI] iscsi: iscsi response fixMike Christie1-5/+2
2005-12-13[SCSI] iscsi: redirect fixMike Christie1-2/+3
2005-12-13[SCSI] iscsi: opcode check fixMike Christie1-1/+1
2005-12-13[SCSI] sym2: Version 2.2.2Matthew Wilcox1-1/+1
2005-12-13[SCSI] sym2: Report disabled devices and LUNs more attractivelyMatthew Wilcox2-33/+11
2005-12-13[SCSI] sym2: Allow NVRAM settings to limit speed and widthMatthew Wilcox5-18/+26
2005-12-13[SCSI] sym2: Use scsi_print_msgMatthew Wilcox1-24/+5
2005-12-13[SCSI] sym2: Use DMA_40BIT_MASK constantMatthew Wilcox1-1/+1
2005-12-13[SCSI] sym2: Remove code to handle DMA_BIDIRECTION requestsMatthew Wilcox8-204/+40
2005-12-13[SCSI] sym2: Manage sym_lcb properlyMatthew Wilcox3-121/+38
2005-12-13[SCSI] sym2: Remove last vestiges of sym_sniff_inquiryMatthew Wilcox2-10/+0
2005-12-13[SCSI] sym2: Remove FreeBSD ifdefsMatthew Wilcox2-16/+0
2005-12-13[SCSI] qla2xxx: Resync with latest released ISP24xx firmware -- 4.00.16.Andrew Vasquez1-0/+12376
2005-12-13[SCSI] qla2xxx: Add support for embedded ISP24xx firmware.Andrew Vasquez4-55/+202
2005-12-13[SCSI] qla2xxx: Add full firmware(-request) hotplug support for all ISPs.Andrew Vasquez7-98/+348
2005-12-13[SCSI] scsi_lib: stricter checks for clearing use_10_for_rwJens Axboe1-1/+2
2005-12-13[SCSI] Delete trailing full stopMatthew Wilcox1-1/+1
2005-12-13[SCSI] Mark some core scsi data structures constArjan van de Ven8-21/+21
2005-12-13[SCSI] ipr: Driver initialization fix for kexec/kdumpbrking@us.ibm.com2-3/+19
2005-12-13[SCSI] megaraid_{mbox,mm} : remove PCI Id overlaping between megaraid_legacy ...Ju, Seokmann3-77/+11
2005-12-13[SCSI] megaraid_legacy: removed PCI ID overlap from the driv erJu, Seokmann1-18/+9
2005-12-13[SCSI] Negotiate correctly with async-only devicesMatthew Wilcox1-2/+2
2005-12-13Merge branch 'upstream-fixes'Jeff Garzik4-10/+15
2005-12-13[libata] mark certain hardware (or drivers) with a no-atapi flagJeff Garzik4-10/+15
2005-12-13[PATCH] libata: remove unused qc->waitingTejun Heo1-12/+2
2005-12-13[PATCH] libata: remove unused functionsTejun Heo2-30/+0
2005-12-13[PATCH] libata: use ata_exec_internal()Tejun Heo1-101/+44
2005-12-13[PATCH] libata: implement ata_exec_internal()Tejun Heo1-0/+99
2005-12-12Merge branch 'upstream-fixes'Jeff Garzik1-2/+2
2005-12-12[PATCH] libata: ata_piix 450NX errataAlan Cox1-1/+43
2005-12-12[PATCH] libata-core.c: fix parameter bug on kunmap_atomic() callsMark Lord1-2/+2
2005-12-12Merge branch 'master'Jeff Garzik2-4/+8
2005-12-12[PATCH] Fix SCSI scanning slab corruptionBrian King1-3/+0
2005-12-12[PATCH] libata: add ata_piix notesAlan Cox1-0/+43
2005-12-12[SCSI] fix double free of scsi request queueBrian King1-1/+0
2005-12-12Revert revert of "[SCSI] fix usb storage oops"Linus Torvalds1-1/+8
2005-12-09[SCSI] fix panic when ejecting ieee1394 ipodJens Axboe1-4/+4
2005-12-08[SCSI] fix OOPS due to clearing eh_action prior to aborting eh commandMichael Reed1-1/+6
2005-12-08[SCSI] Fix incorrect pointer in megaraid.c MODE_SENSE emulationMark Lord1-1/+1
2005-12-07[SCSI] qla2xxx: Correct short-WRITE status handling.Andrew Vasquez1-0/+15
2005-12-07[SCSI] qla2xxx: Correct mis-handling of AENs.Andrew Vasquez2-12/+4
2005-12-07[SCSI] ibmvscsi kexec fixDave C Boutcher3-3/+10
2005-12-06[PATCH] libata: err_mask misc fixAlbert Lee1-5/+13
2005-12-06[PATCH] libata: determine the err_mask directly in atapi_packet_task()Albert Lee1-6/+7
2005-12-06[PATCH] libata: determine the err_mask when the error is foundAlbert Lee1-1/+9
2005-12-06[PATCH] libata: move err_mask to ata_queued_cmdAlbert Lee10-54/+81
2005-12-06[PATCH] libata: minor patch before moving err_maskAlbert Lee1-3/+7
2005-12-03Merge branch 'upstream-fixes'Jeff Garzik9-27/+39
2005-12-03[PATCH] libata: fix ata_scsi_pass_thru error handlingTejun Heo1-2/+7
2005-12-02Revert "[SCSI] fix usb storage oops"Linus Torvalds1-8/+1
2005-12-02Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds7-17/+31
2005-12-02[SCSI] sg: fix a bug in st_map_user_pages failure pathHugh Dickins1-1/+3
2005-12-02[SCSI] sg and st unmap_user_pages allow PageReservedHugh Dickins2-4/+0
2005-12-01[SCSI] st: fix a bug in sgl_map_user_pages failure path Hugh Dickins1-0/+1
2005-12-01[SCSI] sym2: Disable IU and QAS negotiationMatthew Wilcox1-1/+4
2005-12-01[SCSI] aacraid: Check scsi_bios_ptabe return codeMark Haverkamp1-0/+2
2005-12-01[SCSI] SPI DV: be more conservative about echo buffer usageJames Bottomley1-9/+19
2005-12-01[PATCH] mark several libata datastructures constArjan van de Ven8-11/+11
2005-12-01Merge branch 'master'Jeff Garzik1-15/+14
2005-11-30[libata sata_promise] minor whitespace cleanupJeff Garzik1-2/+2
2005-11-29[PATCH] fix megaraid.c lockingChristoph Hellwig1-15/+14
2005-11-29Merge branch 'master'Jeff Garzik2-5/+6
2005-11-28[SCSI] aic7xxx: reset handler selects a wrong commandVasily Averin2-2/+2
2005-11-27[PATCH] drivers/scsi/dpt_i2o.c: fix a NULL pointer dereferenceAdrian Bunk1-4/+5
2005-11-22[PATCH] Fix a bug in scsi_get_commandMatthew Dobson1-1/+1
2005-11-20[libata] Print out SATA speed, if link is upJeff Garzik1-4/+16
2005-11-18Merge branch 'master'Jeff Garzik3-39/+163
2005-11-18Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds1-1/+1
2005-11-18[PATCH] ide: remove ide_driver_t.owner fieldLaurent Riffard1-1/+1
2005-11-18[libata sata_mv] update copyright, driver versionJeff Garzik1-1/+2
2005-11-18[PATCH] sil24: make error_intr less verboseTejun Heo1-3/+9
2005-11-18[PATCH] sil24: add ATAPI supportTejun Heo1-26/+58
2005-11-18[PATCH] sil24: use SRST for phy_resetTejun Heo1-10/+66
2005-11-18[PATCH] sil24: add sil24_restart_controllerTejun Heo1-3/+32
2005-11-17Merge branch 'upstream-fixes'Jeff Garzik3-174/+851
2005-11-17[libata sata_mv] handle lack of hardware nIEN supportJeff Garzik1-1/+6
2005-11-17[libata sata_mv] SATA probe, DMA boundary fixesJeff Garzik1-18/+70
2005-11-17[libata] add timeout to commands for which we call wait_completion()Jeff Garzik1-4/+28
2005-11-16Merge branch 'upstream-fixes'Jeff Garzik11-90/+133
2005-11-16Merge branch 'upstream-fixes'Jeff Garzik10-24/+47
2005-11-16[libata] bump versionsJeff Garzik8-8/+8
2005-11-16[libata ahci] tone down ATAPI errorsJeff Garzik1-13/+15
2005-11-16[PATCH] libata: honor the transfer cycle time speficied by the EIDE deviceAlbert Lee1-2/+4
2005-11-16[PATCH] sil24: add constantsTejun Heo1-1/+20
2005-11-15Merge branch 'upstream-fixes'Jeff Garzik1-10/+15
2005-11-15[libata ahci] command completion fixes, improved debug msgsJeff Garzik1-10/+15
2005-11-14[libata ata_piix] cleanup: remove duplicate ata_port_info recordsJeff Garzik1-33/+7
2005-11-14[libata] REQUEST SENSE handling fixesJeff Garzik3-58/+43
2005-11-14[libata] minor fixes, new helpersJeff Garzik1-8/+3
2005-11-14[libata] fix bugs in ATAPI padding DMA mapping codeJeff Garzik1-5/+26
2005-11-14[libata ahci] error handling fixesJeff Garzik1-5/+19
2005-11-13Merge branch 'master'Jeff Garzik3-2/+8
2005-11-13[libata sata_mv] fix tons of 50XX bugsJeff Garzik1-49/+252
2005-11-13[libata passthru] address slave devices correctlyMark Lord1-0/+6
2005-11-13[PATCH] libata: fix comments on ata_tf_from_fis()Mark Lord1-2/+1
2005-11-13[PATCH] sil24: add missing ata_pad_free()Tejun Heo1-0/+1
2005-11-12[libata sata_mv] call phy fixups during init, as well as phy resetJeff Garzik1-12/+26
2005-11-12[libata sata_mv] move code aroundJeff Garzik1-100/+100
2005-11-12[libata sata_mv] hardware initialization workJeff Garzik1-12/+105
2005-11-12[libata sata_mv] mv_hw_ops for hardware families; new errataJeff Garzik1-138/+158
2005-11-12[libata sata_mv] move code aroundJeff Garzik1-48/+48
2005-11-12[libata sata_mv] implement a bunch of errata workaroundsJeff Garzik1-7/+261
2005-11-12[libata sata_mv] note driver is "HIGHLY EXPERIMENTAL" in KconfigJeff Garzik1-1/+1
2005-11-12[libata sata_mv] trim trailing whitespaceJeff Garzik1-38/+38
2005-11-12[libata sata_mv] minor fixesJeff Garzik1-10/+22
2005-11-12[libata ahci] set port ATAPI bit correctlyJeff Garzik1-2/+16
2005-11-12[libata ahci, qstor] fix miscount of scatter/gather entriesJeff Garzik2-6/+17
2005-11-11[PATCH] kill libata scsi_wait_req usage (make libata compile with scsi-misc c...Mike Christie1-29/+11
2005-11-11Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-for-linus-2.6Linus Torvalds127-5019/+1410
2005-11-11[PATCH] libata: propogate host private data from probe functionAlan Cox1-0/+2
2005-11-11[libata sata_mv] add Adaptec 1420SA PCI IDJeff Garzik1-0/+2
2005-11-11Merge branch 'master'Jeff Garzik1-1/+0
2005-11-10[PATCH] lpfc build fixJeff Garzik1-1/+0
2005-11-10[libata] constify PCI ID table in several driversJeff Garzik15-15/+15
2005-11-10Merge by hand (whitespace conflicts in libata.h)James Bottomley37-56/+17
2005-11-10[PATCH] libata: Note a nasty ATA quirkAlan Cox1-0/+2