aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-29[SCSI] pm8001: Fix bogus interrupt state flag issue.Santosh Nayak1-30/+28
2012-02-29[SCSI] ipr: update PCI ID definitions for new adaptersWayne Boyer2-9/+9
2012-02-29[SCSI] qla2xxx: handle default case in qla2x00_request_firmware()Dan Carpenter1-1/+2
2012-02-29[SCSI] isci: improvements in driver unloading routineAndrzej Jakowski1-1/+2
2012-02-29[SCSI] isci: improve phy event warningsDan Williams1-52/+71
2012-02-29[SCSI] isci: debug, provide state-enum-to-string conversionsDan Williams10-520/+432
2012-02-29[SCSI] scsi_transport_sas: 'enable' phys on resetDan Williams1-0/+1
2012-02-29[SCSI] libsas: don't recover end devices attached to disabled physDan Williams4-5/+8
2012-02-29[SCSI] libsas: fixup target_port_protocols for expanders that don't report sataDan Williams1-0/+2
2012-02-29[SCSI] libsas: set attached device type and target protocols for local physDan Williams3-4/+27
2012-02-29[SCSI] libsas: revert ata srstDan Williams1-38/+0
2012-02-29[SCSI] libsas: fix lifetime of SAS_HA_FROZENDan Williams1-6/+7
2012-02-29[SCSI] libsas: async ata scanningDan Williams8-44/+83
2012-02-29[SCSI] libsas: restore scan orderDan Williams3-45/+32
2012-02-29[SCSI] libsas: delete device on sas address changedDan Williams1-0/+9
2012-02-29[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams4-86/+170
2012-02-29[SCSI] libsas: fix sas port namingDan Williams1-1/+1
2012-02-29[SCSI] libsas: improve debug statementsDan Williams2-32/+85
2012-02-29[SCSI] libsas: kill spurious sas_put_deviceMaciej Trela1-2/+0
2012-02-29[SCSI] libsas: fix sas_unregister_ports vs sas_drain_workDan Williams3-13/+25
2012-02-29[SCSI] libsas: route local link resets through ata-ehDan Williams3-20/+37
2012-02-29[SCSI] libsas: fix mixed topology recoveryDan Williams2-12/+9
2012-02-29[SCSI] libsas: close scsi_remove_target() vs libata-eh raceDan Williams3-3/+10
2012-02-29[SCSI] libsas: mark all domain devices gone if root port disappearsDan Williams2-5/+7
2012-02-29[SCSI] libsas: pre-clean commands that won the eh vs completion raceDan Williams1-9/+16
2012-02-29[SCSI] isci: remove IDEV_EH hack to disable "discovery-time" ata resetsDan Williams3-10/+7
2012-02-29[SCSI] isci: remove bus and reset handlersDan Williams3-27/+0
2012-02-29[SCSI] isci: ->lldd_ata_check_ready handlerDan Williams3-0/+29
2012-02-29[SCSI] isci: stop interpreting ->lldd_lu_reset() as an ata soft-resetDan Williams5-286/+15
2012-02-29[SCSI] isci: fix interpretation of "hard" resetDan Williams3-21/+37
2012-02-29[SCSI] isci: kill isci_port->statusDan Williams3-87/+11
2012-02-29[SCSI] isci: kill iphy->isci_port lookupsDan Williams7-77/+83
2012-02-29[SCSI] libsas: don't recover 'gone' devices in sas_ata_hard_reset()Dan Williams1-0/+3
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams11-42/+103
2012-02-29[SCSI] libsas: check for 'gone' expanders in smp_execute_task()Dan Williams1-0/+5
2012-02-29[SCSI] libsas: don't mark expanders as gone when a child device is removedDan Williams1-1/+0
2012-02-29[SCSI] libsas: poll for ata device readiness after resetDan Williams3-35/+82
2012-02-28qla4xxx: Add missing spaces to error messagesPetr Uzel1-2/+2
2012-02-27PCI: Rename pci_remove_bus_device to pci_stop_and_remove_bus_deviceYinghai Lu1-1/+1
2012-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller18-121/+103
2012-02-25scsi: Use struct scsi_lun in fc/fcp.hAndy Grover2-6/+3
2012-02-25[SCSI] osd_uld: Bump MAX_OSD_DEVICES from 64 to 1,048,576Boaz Harrosh1-2/+2
2012-02-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds17-100/+101
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman2-1/+5
2012-02-22[SCSI] scsi_dh_rdac: Fix for unbalanced reference countMoger, Babu1-11/+14
2012-02-21asm-generic: architecture independent readq/writeq for 32bit environmentHitoshi Mitake1-21/+2
2012-02-21scsi: Fix typo in pmcraid.hMasanari Iida1-3/+3
2012-02-20bnx2fc: HSI dependent changes for 7.2.xx FWBhanu Prakash Gollapudi2-4/+10
2012-02-19[SCSI] libsas: async ata-ehDan Williams1-3/+14
2012-02-19[SCSI] libsas: add mutex for SMP task executionJeff Skirvin2-28/+32