summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2006-07-21Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds42-500/+573
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-11[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-06[PATCH] ahci: Ensure that we don't grab both functionsroot1-4/+11
2006-07-06[PATCH] libata-core.c: restore configuration boot messages in ata_dev_configu...Borislav Petkov1-5/+5
2006-07-06[PATCH] sata_sil24: add suspend/sleep supportTejun Heo1-0/+25
2006-07-06[PATCH] sata_sil24: separate out sil24_init_controller()Tejun Heo1-45/+62
2006-07-06[PATCH] sata_sil: add suspend/sleep supportTejun Heo1-0/+17
2006-07-06[PATCH] sata_sil: separate out sil_init_controller()Tejun Heo1-38/+48
2006-07-06[PATCH] libata: reimplement controller-wide PMTejun Heo2-7/+286
2006-07-06[PATCH] libata: reimplement per-dev PMTejun Heo2-90/+115
2006-07-06[PATCH] libata: implement PM EH actionsTejun Heo2-3/+187
2006-07-06[PATCH] libata: implement ATA_EHI_NO_AUTOPSY and QUIETTejun Heo2-16/+21
2006-07-06[PATCH] libata: clean up debounce parameters and improve parameter selectionTejun Heo2-15/+12
2006-07-06[PATCH] libata: implement ATA_EHI_RESUME_LINKTejun Heo2-7/+9
2006-07-06[PATCH] libata: replace ap_lock w/ ap->lock in ata_scsi_error()Tejun Heo1-12/+11
2006-07-06[PATCH] libata: fix ehc->i.action setting in ata_eh_autopsy()Tejun Heo1-1/+1