aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2006-07-10[PATCH] FDPIC: Move roundup() into linux/kernel.hDavid Howells1-1/+0
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
2006-06-12[SCSI] scsi_transport_sas: fix panic in sas_free_rphyJames Bottomley1-0/+14
2006-06-12[PATCH] libata: add host_set->next for legacy two host_sets case, take #3Tejun Heo2-2/+17
2006-06-12[PATCH] libata: fix oops caused rescanning NULL sdevTejun Heo1-8/+9
2006-06-12[PATCH] sata_sil: update device hotplug handling, take #2Tejun Heo1-1/+19
2006-06-12[PATCH] libata: fast exit from EH while unloadingTejun Heo1-0/+4
2006-06-12[PATCH] libata: fix ATA_EH_REVALIDATE clearingTejun Heo1-3/+3
2006-06-12[PATCH] libata: fix comment above ata_exec_internal()Tejun Heo1-1/+3
2006-06-12[PATCH] sata_sil: add controller unplug detection in sil_interrupt()Tejun Heo1-1/+2
2006-06-12[PATCH] Snoop SET FEATURES - WRITE CACHE ENABLE/DISABLE command(v5)zhao, forrest4-0/+41
2006-06-11libata: more verbose request_irq() failureJeff Garzik1-2/+7
2006-06-11[PATCH] libata: Setup nbytes in ata_sg_init_oneBrian King1-0/+1
2006-06-11libata: Adjust initial debugging levels through preprocessor defines.Borislav Petkov1-1/+9
2006-06-11[PATCH] sata_sil24: endian anotationsAlexey Dobriyan1-8/+8
2006-06-11Merge branch 'upstream-fixes' into upstreamJeff Garzik5-3/+14
2006-06-11[PATCH] sata_mv: grab host lock inside eng_timeoutMark Lord1-0/+3
2006-06-11[PATCH] libata: add missing ->data_xfer for pdc_admaTejun Heo1-0/+1
2006-06-11[PATCH] libata: add missing finish_wait() call in ata_port_wait_eh()Tejun Heo1-0/+1
2006-06-10[SCSI] remove RQ_SCSI_* flagsChristoph Hellwig2-3/+3
2006-06-10[SCSI] remove scsi_request infrastructureChristoph Hellwig13-277/+12
2006-06-10Merge ../linux-2.6James Bottomley29-307/+410
2006-06-10[SCSI] spi transport: don't allow dt to be set on SE or HVD busesJames Bottomley1-0/+9
2006-06-10[SCSI] aic7xxx: expose the bus setting to sysfsJames Bottomley3-7/+92
2006-06-10[SCSI] drivers/scsi: Use ARRAY_SIZE macroTobias Klauser47-200/+167
2006-06-10[SCSI] Remove last page_address from dc395x.cGuennadi Liakhovetski1-24/+35
2006-06-10[SCSI] hptiop: HighPoint RocketRAID 3xxx controller driverHighPoint Linux Team4-0/+1977
2006-06-10[SCSI] remove the scsi_request interface from the gdth driverLeubner, Achim5-497/+297
2006-06-09kconfig: remove leading whitespace in menu promptsRoman Zippel1-5/+5
2006-06-06[SCSI] fix up request buffer reference in various scsi driversChristoph Hellwig15-22/+22
2006-06-06[SCSI] megaraid_sas: switch fw_outstanding to an atomic_tSumant Patro2-18/+11
2006-06-05[SCSI] iscsi: update version to 1.0-595Mike Christie1-1/+1
2006-06-05[SCSI] iscsi: fix writepsace raceMike Christie2-93/+120
2006-06-05[SCSI] iscsi: return task found during searchMike Christie1-1/+1
2006-06-05[SCSI] iscsi: fix run list corruptionMike Christie1-0/+6
2006-06-05[SCSI] iscsi: don't switch states when just cleaning upMike Christie2-62/+33
2006-06-05[PATCH] sata_sil24: SII3124 sata driver endian problemRune Torgersen1-3/+3
2006-06-03Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds4-3/+11
2006-06-01[SCSI] scsi_lib.c: properly count the number of pages in scsi_req_map_sg()Bryan Holty1-1/+1
2006-05-31[PATCH] libata-hp: move ata_do_reset() to libata-eh.cTejun Heo3-30/+28
2006-05-31[PATCH] libata-hp: killl ops->probe_resetTejun Heo1-174/+13
2006-05-31[PATCH] sata_sil24: convert to new probing mechanism and add hotplug supportTejun Heo1-19/+8
2006-05-31[PATCH] ahci: convert to new probing mechanism and add hotplug supportTejun Heo1-20/+27
2006-05-31[PATCH] sata_sil: convert to new probing mechanism and add hotplug supportTejun Heo1-8/+13
2006-05-31[PATCH] ata_piix: convert ata_piix to new probing mechanismTejun Heo1-55/+32
2006-05-31[PATCH] libata-hp: update unload-unplugTejun Heo3-15/+70
2006-05-31[PATCH] libata-hp: implement bootplugTejun Heo2-24/+52
2006-05-31[PATCH] libata-hp: hook warmplugTejun Heo16-0/+16
2006-05-31[PATCH] libata-hp: implement warmplugTejun Heo2-0/+90
2006-05-31[PATCH] libata-hp: implement SCSI part of hotplugTejun Heo4-1/+123
2006-05-31[PATCH] libata-hp: implement hotplugTejun Heo1-21/+102
2006-05-31[PATCH] libata-hp: implement ata_eh_detach_dev()Tejun Heo3-0/+53
2006-05-31[PATCH] sata_sil24: update sil24_hardreset()Tejun Heo1-12/+14
2006-05-31[PATCH] sata_sil24: rename PORT_PRB to PORT_LRAM and add PORT_LRAM_SLOT_SZTejun Heo1-2/+4
2006-05-31[PATCH] sata_sil: new interrupt handlerTejun Heo1-1/+91
2006-05-31[PATCH] sata_sil: add new constants in preparation for new interrupt handlerTejun Heo1-4/+20
2006-05-31[PATCH] libata: export ata_hsm_move()Tejun Heo1-3/+3
2006-05-31[PATCH] libata-hp-prep: implement followup softreset handlingTejun Heo1-6/+52