aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas
AgeCommit message (Expand)AuthorFilesLines
2013-12-31Merge tag 'v3.13-rc6' into for-3.14/coreGravatar Jens Axboe 1-1/+1
2013-11-27[SCSI] libsas: fix usage of ata_tf_to_fisGravatar Dan Williams 1-1/+1
2013-11-23block: Kill bio_segments()/bi_vcnt usageGravatar Kent Overstreet 1-4/+4
2013-06-04[SCSI] libsas: implement > 16 byte CDB supportGravatar James Bottomley 1-1/+1
2013-05-10Merge branch 'misc' into for-linusGravatar James Bottomley 5-87/+87
2013-05-10[SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...Gravatar James Bottomley 5-87/+87
2013-05-08Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+3
2013-04-06[SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Gravatar Lukasz Dorau 1-0/+12
2013-04-06[SCSI] libsas: use right function to alloc smp responseGravatar John Gong 1-1/+1
2013-03-23block: Remove some unnecessary bi_vcnt usageGravatar Kent Overstreet 1-3/+3
2012-11-19treewide: fix typo of "suport" in various comments and KconfigGravatar Masanari Iida 1-1/+1
2012-08-24[SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_initGravatar Dan Williams 1-4/+1
2012-08-24[SCSI] libsas: suspend / resume supportGravatar Dan Williams 8-14/+310
2012-07-20[SCSI] async: introduce 'async_domain' typeGravatar Dan Williams 1-1/+1
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureGravatar Dan Williams 3-14/+37
2012-07-20[SCSI] libsas: drop sata port multiplier infrastructureGravatar Dan Williams 1-6/+0
2012-07-20[SCSI] libsas: fix sas_discover_devices return code handlingGravatar Dan Williams 1-27/+12
2012-07-20[SCSI] libsas: continue revalidationGravatar Dan Williams 1-4/+4
2012-07-20[SCSI] libsas: sas_rediscover_dev did not look at the SMP exec status.Gravatar Jeff Skirvin 1-1/+6
2012-07-20[SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handlerGravatar Dan Williams 1-11/+8
2012-07-20[SCSI] libsas: add sas_eh_abort_handlerGravatar Dan Williams 1-0/+21
2012-07-20[SCSI] libsas: enforce eh strategy handlers only in eh contextGravatar Dan Williams 3-4/+130
2012-07-20[SCSI] libsas: cleanup spurious calls to scsi_schedule_ehGravatar Maciej Trela 2-2/+0
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsGravatar Dan Williams 5-25/+72
2012-07-08[SCSI] libsas: fix taskfile corruption in sas_ata_qc_fill_rtfGravatar Dan Williams 1-6/+6
2012-04-23[SCSI] Revert "[SCSI] libsas: fix sas port naming"Gravatar Dan Williams 1-1/+1
2012-04-23[SCSI] libsas: fix false positive 'device attached' conditionsGravatar Dan Williams 1-1/+8
2012-04-23[SCSI] libsas, libata: fix start of life for a sas ata_portGravatar Dan Williams 3-29/+25
2012-04-23[SCSI] libsas: fix ata_eh clobbering ex_phys via smp_ata_check_readyGravatar Dan Williams 1-1/+15
2012-04-23[SCSI] libsas: unify domain_device sas_rphy lifetimesGravatar Dan Williams 2-7/+10
2012-04-23[SCSI] libsas: fix sas_get_port_device regressionGravatar Dan Williams 1-4/+5
2012-04-23[SCSI] libsas: fix sas_find_bcast_phy() in the presence of 'vacant' physGravatar Thomas Jackson 1-5/+12
2012-04-23[SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workGravatar Dan Williams 6-58/+47
2012-03-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Gravatar Linus Torvalds 10-897/+1345
2012-03-20scsi: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-4/+4
2012-02-29[SCSI] libsas: don't recover end devices attached to disabled physGravatar Dan Williams 3-4/+7
2012-02-29[SCSI] libsas: fixup target_port_protocols for expanders that don't report sataGravatar Dan Williams 1-0/+2
2012-02-29[SCSI] libsas: set attached device type and target protocols for local physGravatar Dan Williams 3-4/+27
2012-02-29[SCSI] libsas: revert ata srstGravatar Dan Williams 1-38/+0
2012-02-29[SCSI] libsas: fix lifetime of SAS_HA_FROZENGravatar Dan Williams 1-6/+7
2012-02-29[SCSI] libsas: async ata scanningGravatar Dan Williams 4-40/+83
2012-02-29[SCSI] libsas: restore scan orderGravatar Dan Williams 3-45/+32
2012-02-29[SCSI] libsas: delete device on sas address changedGravatar Dan Williams 1-0/+9
2012-02-29[SCSI] libsas: let libata recover links that fail to transmit initial sig-fisGravatar Dan Williams 4-86/+170
2012-02-29[SCSI] libsas: fix sas port namingGravatar Dan Williams 1-1/+1
2012-02-29[SCSI] libsas: improve debug statementsGravatar Dan Williams 2-32/+85
2012-02-29[SCSI] libsas: kill spurious sas_put_deviceGravatar Maciej Trela 1-2/+0
2012-02-29[SCSI] libsas: fix sas_unregister_ports vs sas_drain_workGravatar Dan Williams 3-13/+25
2012-02-29[SCSI] libsas: route local link resets through ata-ehGravatar Dan Williams 3-20/+37
2012-02-29[SCSI] libsas: fix mixed topology recoveryGravatar Dan Williams 2-12/+9