aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2006-08-10Merge gregkh@master.kernel.org:/home/rmk/linux-2.6-armGreg Kroah-Hartman2-1/+4
2006-08-09[PATCH] libata: clear sdev->locked on door lock failureTejun Heo1-0/+13
2006-08-09[PATCH] Fix compile problem when sata debugging is onKeith Owens1-2/+2
2006-08-06[ARM] Fix Acorn platform SCSI driver build failuresRussell King1-1/+1
2006-08-06[ARM] Fix NCR5380-based SCSI card buildRussell King1-0/+3
2006-08-05[PATCH] libata: fix ata_device_add() error pathTejun Heo1-4/+4
2006-08-05[PATCH] [libata] manually inline ata_host_remove()Jeff Garzik1-25/+6
2006-08-05[PATCH] sata_sil24: don't set probe_ent->mmio_baseTejun Heo1-1/+0
2006-08-05[PATCH] ata_piix: fix host_set private_data intializationTejun Heo1-0/+1
2006-08-05[PATCH] libata: fix ata_port_detach() for old EH portsTejun Heo1-1/+2
2006-08-03[PATCH] ahci: skip protocol test altogether in spurious interrupt codeUnicorn Chang1-8/+2
2006-08-01kbuild: hardcode value of YACC&LEX for aic7-triple-xSam Ravnborg1-0/+2
2006-07-29Merge branch 'master' into upstream-fixesJeff Garzik4-24/+11
2006-07-28[PATCH] scsi: kill overeager "not-ready" messagesJens Axboe1-4/+1
2006-07-26[PATCH] fix compile regression for a few scsi driversChristoph Hellwig2-12/+6
2006-07-24[SCSI] esp: Fix build.David S. Miller1-8/+4
2006-07-24Merge branch 'master' into upstream-fixesJeff Garzik42-500/+573
2006-07-24[libata] sata_promise: comment out duplicate PCI IDJeff Garzik1-0/+7
2006-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds42-500/+573
2006-07-19[PATCH] libata: improve EH action and EHI flag handlingTejun Heo1-5/+28
2006-07-19[PATCH] libata: fix eh_skip_recovery conditionTejun Heo1-3/+4
2006-07-19[PATCH] libata: fix autopsy ehc->i.action and ehc->i.dev handlingTejun Heo1-17/+12
2006-07-16[libata] ata_piix: correct 'invalid MAP value' typo-caused errorJeff Garzik1-1/+1
2006-07-16[libata] ata_piix: minor cleanups noticed in prior patch runJeff Garzik1-11/+7
2006-07-16[libata] ata_piix: attempt to fix ICH8 supportJeff Garzik1-4/+38
2006-07-16[libata] ata_piix: Consolidate PCS register writingJeff Garzik1-25/+28
2006-07-16[PATCH] ata_piix: add host_set private structureTejun Heo1-16/+40
2006-07-14[SCSI] More buffer->request_buffer changesChristoph Hellwig13-19/+17
2006-07-12[SCSI] NCR_D700: misc fixes (section and argument ordering)James Bottomley1-7/+7
2006-07-12[SCSI] scsi_debug: must_check fixesRandy Dunlap1-18/+54
2006-07-12[SCSI] scsi_transport_sas: kill the use of channel James Bottomley1-5/+3
2006-07-12[SCSI] scsi_transport_sas: add expander backlinkJames Bottomley1-0/+20
2006-07-10[PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells1-1/+0
2006-07-09[SCSI] hide EH backup data outside the scsi_cmndChristoph Hellwig7-224/+108
2006-07-09[SCSI] ibmvscsi: handle inactive SCSI target during probeDave C Boutcher1-0/+1
2006-07-09[SCSI] ibmvscsi: allocate lpevents for ibmvscsi on iseriesDave C Boutcher1-1/+1
2006-07-09[SCSI] aic7[9x]xx: Remove last vestiges of reverse_scanMatthew Wilcox2-22/+0
2006-07-09[SCSI] aha152x: stop poking at saved scsi_cmnd membersChristoph Hellwig1-6/+23
2006-07-09[SCSI] st.c: Improve sense outputLuben Tuikov1-4/+3
2006-07-09[SCSI] lpfc 8.1.7: Change version number to 8.1.7James Smart1-1/+1
2006-07-09[SCSI] lpfc 8.1.7: Misc FixesJames Smart3-13/+17
2006-07-09[SCSI] lpfc 8.1.7: Add lpfc_sli_flush_mbox_queue() functionJames Smart3-1/+21
2006-07-09[SCSI] lpfc 8.1.7: Correct the wait in attachment that delays for topology di...James Smart1-10/+14
2006-07-09[SCSI] lpfc 8.1.7: Remove depricated sysfs attribute board_onlineJames Smart1-42/+0
2006-07-09[SCSI] lpfc 8.1.7: Adding new issue_reset sysfs attributeJames Smart1-0/+43
2006-07-09[SCSI] lpfc 8.1.7: Fix panic in lpfc_sli_validate_fcp_iocbJames Smart1-10/+12
2006-07-09[SCSI] lpfc 8.1.7: Consolidate dma buf cleanup into a separate functionJames Smart1-16/+24
2006-07-09[SCSI] lpfc 8.1.7: Correct bogus nodev_tmo message on NPort that changes its ...James Smart1-24/+34
2006-07-09[SCSI] lpfc 8.1.7: Fix txcmplq related panics on heavy IO while downloading f...James Smart1-7/+17
2006-07-09[SCSI] lpfc 8.1.7: Issue DOWN_LINK prior to INIT_LINK to work around link fai...James Smart1-1/+11
2006-07-09[SCSI] lpfc 8.1.7: Fixed infinite retry of REG_LOGIN mailbox failed due to MB...James Smart1-0/+11
2006-07-09[SCSI] lpfc 8.1.7: Fix memory leak and cleanup code related to per ring looku...James Smart3-27/+5
2006-07-09[SCSI] lpfc 8.1.7: Standardize the driver on a single define for the maximum ...James Smart3-7/+8
2006-07-09[SCSI] lpfc 8.1.7: Use mod_timer instead of add_timer in lpfc_els_timeout_han...James Smart1-4/+3
2006-07-09[SCSI] update additional sense codes and some opcode namesDouglas Gilbert1-38/+88
2006-07-09[SCSI] scsi_transport_sas: add unindexed portsJames Bottomley1-1/+35
2006-07-09[SCSI] aic79xx: make ahd_done_with_status() staticAdrian Bunk1-1/+1
2006-07-05[PATCH] ahci: Ensure that we don't grab both functionsroot1-4/+11
2006-07-05[PATCH] libata-core.c: restore configuration boot messages in ata_dev_configu...Borislav Petkov1-5/+5
2006-07-05[PATCH] sata_sil24: add suspend/sleep supportTejun Heo1-0/+25
2006-07-05[PATCH] sata_sil24: separate out sil24_init_controller()Tejun Heo1-45/+62
2006-07-05[PATCH] sata_sil: add suspend/sleep supportTejun Heo1-0/+17
2006-07-05[PATCH] sata_sil: separate out sil_init_controller()Tejun Heo1-38/+48
2006-07-05[PATCH] libata: reimplement controller-wide PMTejun Heo2-7/+286
2006-07-05[PATCH] libata: reimplement per-dev PMTejun Heo2-90/+115
2006-07-05[PATCH] libata: implement PM EH actionsTejun Heo2-3/+187
2006-07-05[PATCH] libata: implement ATA_EHI_NO_AUTOPSY and QUIETTejun Heo2-16/+21
2006-07-05[PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo2-15/+12
2006-07-05[PATCH] libata: implement ATA_EHI_RESUME_LINKTejun Heo2-7/+9
2006-07-05[PATCH] libata: replace ap_lock w/ ap->lock in ata_scsi_error()Tejun Heo1-12/+11
2006-07-05[PATCH] libata: fix ehc->i.action setting in ata_eh_autopsy()Tejun Heo1-1/+1
2006-07-05[PATCH] libata: add ap->pflags and move core dynamic flags to itTejun Heo5-40/+40
2006-07-05[PATCH] libata: Conditionally set host->max_cmd_lenBrian King1-6/+15
2006-07-05[PATCH] sata_vsc: data_xfer should use mmioMartin Hicks1-1/+1
2006-07-03Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds51-2222/+3157
2006-07-03[PATCH] lockdep: annotate on-stack completionsIngo Molnar1-1/+1
2006-07-03Merge ../scsi-misc-2.6James Bottomley51-2222/+3157
2006-07-02[PATCH] irq-flags: scsi: Use the new IRQF_ constantsThomas Gleixner84-108/+108
2006-07-02[SCSI] fix error handling in scsi_io_completionJames Bottomley1-16/+14
2006-06-30[SCSI] qla1280: fix section mismatch warningsRandy Dunlap1-1/+1
2006-06-30[SCSI] qla2xxx: make some more functions staticAdrian Bunk3-10/+7
2006-06-30[SCSI] small whitespace cleanup for qlogic driverJesper Juhl1-2/+2
2006-06-30[SCSI] sg.c: Fix bad error handling inIshai Rabinovitz1-1/+9
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel65-66/+0
2006-06-30typo fixes: infomation -> informationAdrian Bunk1-6/+6
2006-06-30typo fixes: aquire -> acquireAdrian Bunk1-1/+1
2006-06-29Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds1-4/+4
2006-06-29[SCSI] 53c700: fix breakage caused by the autosense updateJames Bottomley2-37/+53
2006-06-29[SCSI] iscsi: add async notification of session eventsMike Christie1-82/+227
2006-06-29[SCSI] iscsi: pass target nr to session creationMike Christie2-8/+8
2006-06-29[SCSI] iscsi: break up session creation into two stagesMike Christie1-29/+68
2006-06-29[SCSI] iscsi: rm channel usage from iscsiMike Christie2-6/+4
2006-06-29[SCSI] iscsi: fix session refcoutingMike Christie2-9/+9
2006-06-29[SCSI] iscsi: convert iscsi_tcp to new set/get param fnsMike Christie1-128/+24
2006-06-29[SCSI] iscsi: fixup set/get param functionsMike Christie2-166/+223
2006-06-29[SCSI] iscsi: add target discvery event to transport classMike Christie1-0/+18
2006-06-29[SCSI] st: remove unused st_buffer.in_useMartin Habets2-2/+0
2006-06-28Merge ../linux-2.6/James Bottomley26-137/+191
2006-06-28[SCSI] atp870u: reduce huge stack usageRandy Dunlap1-74/+83
2006-06-28[SCSI] scsi_transport_sas: introduce a sas_port entityJames Bottomley2-41/+340
2006-06-28[SCSI] scsi: Device scanning oops for offlined devices (resend)Brian King2-0/+4
2006-06-28[SCSI] scsi: Add allow_restart sysfs class attributeBrian King1-0/+26
2006-06-27Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds13-107/+170
2006-06-27[PATCH] Remove redundant NULL checks before [kv]free - in drivers/Jesper Juhl1-3/+1
2006-06-27[PATCH] spin/rwlock init cleanupsIngo Molnar1-1/+1
2006-06-27[PATCH] 64bit resource: fix up printks for resources in misc driversGreg Kroah-Hartman1-4/+4
2006-06-27[SCSI] fc transport: bug fix: correct referencesJames Smart1-6/+6
2006-06-27[SCSI] update max sdev block limitJames Smart2-2/+2
2006-06-27[SCSI] fc transport: resolve scan vs delete deadlocksJames Smart1-13/+15
2006-06-27[SCSI] Block I/O while SG reset operation in progress - lpfc portionJames Smart3-22/+0
2006-06-27[SCSI] Block I/O while SG reset operation in progress - the midlayer patchJames Smart1-0/+22
2006-06-26[PATCH] ata_piix: add ICH6/7/8 to KconfigAuke Kok1-1/+1
2006-06-26[PATCH] sata_sil: disable hotplug interrupts on two ATI IXPsTejun Heo1-6/+23
2006-06-26[PATCH] libata: cosmetic updatesTejun Heo1-29/+32
2006-06-26[PATCH] libata reduce timeoutsAndrew Morton1-1/+6
2006-06-26[PATCH] libata: make two functions globalTejun Heo2-2/+4
2006-06-26[PATCH] libata: update ata_do_simple_cmd()Tejun Heo1-14/+43
2006-06-26[PATCH] libata: move ata_do_simple_cmd() below ata_exec_internal()Tejun Heo1-23/+23
2006-06-26[PATCH] libata: clear EH action on device detachTejun Heo1-0/+4
2006-06-26[PATCH] libata: implement and use ata_deh_dev_action()Tejun Heo1-1/+8
2006-06-26[PATCH] libata: move ata_eh_clear_action() upwardTejun Heo1-25/+25
2006-06-26[libata] sata_vsc: partially revert a PCI ID-related commitJeff Garzik1-7/+3
2006-06-26[libata] Bump versionsJeff Garzik10-10/+10
2006-06-26[SCSI] aacraid: remove x86_64 IOMMU dependent codeSalyzyn, Mark1-22/+1
2006-06-26[SCSI] random: remove redundant SA_SAMPLE_RANDOM from NinjaSCSIMatt Mackall2-3/+2
2006-06-26[SCSI] Bogus disk geometry on large disksAlan Cox1-1/+2
2006-06-26[SCSI] Add scsi_add_host() failure handling for nsp32GOTO Masanori1-1/+8
2006-06-26[SCSI] lpfc: sparse NULL warningsRandy Dunlap2-5/+5
2006-06-26[SCSI] qla2xxx: Update version number to 8.01.05-k3.Andrew Vasquez1-1/+1
2006-06-26[SCSI] qla2xxx: Correctly set the firmware NOS/OLS timeout during initializat...Andrew Vasquez2-3/+2
2006-06-26[SCSI] qla2xxx: Convert from pci_module_init() to pci_register_driver().Andrew Vasquez1-30/+8
2006-06-26[SCSI] qla2xxx: Correct 'loop-down' determination logic in qla2x00_fw_ready().Andrew Vasquez1-2/+1
2006-06-26[SCSI] qla2xxx: Add support for extended error logging.Andrew Vasquez4-46/+19
2006-06-26[SCSI] qla2xxx: Cleanup DEBUG macro usage.Andrew Vasquez5-166/+154
2006-06-26[SCSI] qla2xxx: Remove no-op IOCTL codes and macros.Andrew Vasquez3-41/+0
2006-06-26[SCSI] qla2xxx: Create an VPD sysfs entry for supported ISPs only.Andrew Vasquez1-10/+8
2006-06-26[SCSI] qla2xxx: Add DMI (Diagnostics Monitoring Interface) support.Andrew Vasquez5-0/+121
2006-06-26[SCSI] qla2xxx: Honour 'skip process-login' option during fabric-login IOCB.Andrew Vasquez1-0/+2
2006-06-26[SCSI] qla2xxx: Add NVRAM 'Disable Serdes' bit support.Andrew Vasquez3-1/+15
2006-06-26[SCSI] qla2xxx: Resync with latest HBA SSID specification -- 2.2j.Andrew Vasquez1-2/+15
2006-06-26[SCSI] qla2xxx: Rework firmware-trace facilities.Andrew Vasquez8-811/+401
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds10-17/+12
2006-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds1-5/+5
2006-06-26Merge branch 'x86-64'Linus Torvalds1-1/+4
2006-06-26[PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.Andi Kleen1-1/+4
2006-06-26[PATCH] drivers: use list_move()Akinobu Mita2-4/+2
2006-06-26spelling fixesAndreas Mohr6-10/+10
2006-06-26remove the bouncing email address of David CampbellAdrian Bunk4-7/+2
2006-06-26[SCSI] SCSI core: Allow QUIESCE -> CANCEL sdev transitionAlan Stern1-0/+1
2006-06-26[SCSI] sd/scsi_lib simplify sd_rw_intr and scsi_io_completionLuben Tuikov3-148/+105
2006-06-26[SCSI] aic79xx: remove slave_destroyHannes Reinecke5-81/+36
2006-06-26[SCSI] HP XP devinfo updateHannes Reinecke1-1/+1
2006-06-26[SCSI] megaraid_sas: zcr with fixSumant Patro2-13/+40
2006-06-26[SCSI] ibmvscsi: treat busy and error conditions separatelyDave C Boutcher2-17/+52
2006-06-26[SCSI] scsi_debug version 1.79Douglas Gilbert1-195/+1028
2006-06-26[SCSI] kmalloc argument switcheroo in recent 53c700 change.Dave Jones1-1/+1
2006-06-25Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds1-0/+1
2006-06-25[PATCH] advansys section fixesRandy Dunlap1-3/+3
2006-06-25[PATCH] megaraid_mbox: fix section mismatch warningsRandy Dunlap1-1/+1
2006-06-25[PATCH] wd7000: fix section mismatch warningsRandy.Dunlap1-1/+1
2006-06-25[PATCH] m68k: convert mac irq codeRoman Zippel2-10/+4
2006-06-25[PATCH] m68k: Add the generic dma API functionsRoman Zippel1-4/+4
2006-06-23[SCSI] qlogicpti: Convert to new SBUS device framework.David S. Miller1-175/+186
2006-06-23[SCSI] esp: Fix bug in esp_remove_common.David S. Miller1-4/+1
2006-06-23[SCSI] sparc: Port esp to new SBUS driver layer.David S. Miller2-165/+157
2006-06-23Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds25-2179/+6027
2006-06-23[PATCH] More BUG_ON conversionEric Sesterhenn7-29/+15
2006-06-23[PATCH] vfs: add lock owner argument to flush operationMiklos Szeredi2-2/+2
2006-06-23[PATCH] m68k: wd33c93: extra delayRoman Zippel1-0/+4
2006-06-23[libata] conversion to new debug scheme, part 1 of $NBorislav Petkov1-26/+47
2006-06-22[PATCH] libata: Add ata_scsi_dev_disabledBrian King1-10/+31
2006-06-22[libata] Add host lock to struct ata_portJeff Garzik4-73/+72
2006-06-22[PATCH] libata: implement per-dev EH action mask eh_info->dev_action[]Tejun Heo1-16/+69
2006-06-22[PATCH] libata-dev: move the CDB-intr DMA blacklistingAlbert Lee1-10/+9
2006-06-22[PATCH] ahci: disable NCQ support on vt8251Tejun Heo1-2/+4
2006-06-22[libata] ahci: add JMicron PCI IDsJeff Garzik1-0/+6
2006-06-22[libata] sata_nv: add PCI IDsJeff Garzik1-0/+4
2006-06-22[libata] ahci: Add NVIDIA PCI IDs.Jeff Garzik1-0/+18
2006-06-22Merge branch 'master' into upstreamJeff Garzik122-45064/+6361
2006-06-22IB/iser: iSER Kconfig and MakefileOr Gerlitz1-0/+1
2006-06-21[PATCH] PCI: Move various PCI IDs to header fileBrent Casavant2-29/+6
2006-06-21Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds119-45024/+6349
2006-06-20[PATCH] libata: convert several bmdma-style controllers to new EH, take #3Tejun Heo4-16/+21
2006-06-20[PATCH] sata_via: convert to new EH, take #3Tejun Heo1-6/+6
2006-06-20[libata] sata_nv: s/spin_lock_irqsave/spin_lock/ in irq handlerJeff Garzik1-6/+4
2006-06-20[PATCH] sata_nv: add hotplug supportTejun Heo1-1/+8
2006-06-20[PATCH] sata_nv: convert to new EHTejun Heo1-26/+89
2006-06-20[PATCH] sata_nv: better irq handlersTejun Heo1-17/+194
2006-06-20[PATCH] sata_nv: simplify constantsTejun Heo1-19/+12
2006-06-20[PATCH] sata_nv: kill struct nv_host_desc and nv_hostTejun Heo1-48/+2
2006-06-20[PATCH] sata_nv: kill not-working hotplug codeTejun Heo1-169/+0
2006-06-20[SPARC]: Kill __irq_itoa().David S. Miller3-11/+5
2006-06-19Improve SATA core suspend/resumeLinus Torvalds1-0/+1
2006-06-19[SCSI] 53c700: remove reliance on deprecated cmnd fieldsJames Bottomley2-39/+49
2006-06-19[SCSI] hptiop: don't use cmnd->bufflenJames Bottomley1-1/+1
2006-06-19[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team1-11/+3
2006-06-19[SCSI] aacraid: small misc. cleanupsMark Haverkamp3-8/+4
2006-06-19[SCSI] aacraid: Update supported product informationMark Haverkamp1-4/+4
2006-06-13[libata] Update docs to reflect current driver APIJeff Garzik1-1/+1
2006-06-12[SCSI] aacraid: Fix return code interpretationMark Haverkamp1-1/+1