summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_expander.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc' into for-linusJames Bottomley2013-05-101-55/+55
|\
| * [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley2013-05-101-55/+55
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-3/+3
|\ \ | |/ |/|
| * block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-231-3/+3
* | [SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau2013-04-061-0/+12
* | [SCSI] libsas: use right function to alloc smp responseJohn Gong2013-04-061-1/+1
|/
* treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* [SCSI] libsas: trim sas_task of slow path infrastructureDan Williams2012-07-201-10/+10
* [SCSI] libsas: fix sas_discover_devices return code handlingDan Williams2012-07-201-27/+12Star
* [SCSI] libsas: continue revalidationDan Williams2012-07-201-4/+4
* [SCSI] libsas: sas_rediscover_dev did not look at the SMP exec status.Jeff Skirvin2012-07-201-1/+6
* [SCSI] libsas: fix false positive 'device attached' conditionsDan Williams2012-04-231-1/+8
* [SCSI] libsas, libata: fix start of life for a sas ata_portDan Williams2012-04-231-3/+5
* [SCSI] libsas: fix ata_eh clobbering ex_phys via smp_ata_check_readyDan Williams2012-04-231-1/+15
* [SCSI] libsas: unify domain_device sas_rphy lifetimesDan Williams2012-04-231-2/+4
* [SCSI] libsas: fix sas_find_bcast_phy() in the presence of 'vacant' physThomas Jackson2012-04-231-5/+12
* [SCSI] libsas: fixup target_port_protocols for expanders that don't report sataDan Williams2012-02-291-0/+2
* [SCSI] libsas: restore scan orderDan Williams2012-02-291-3/+1Star
* [SCSI] libsas: delete device on sas address changedDan Williams2012-02-291-0/+9
* [SCSI] libsas: let libata recover links that fail to transmit initial sig-fisDan Williams2012-02-291-79/+99
* [SCSI] libsas: improve debug statementsDan Williams2012-02-291-22/+52
* [SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams2012-02-291-1/+4
* [SCSI] libsas: check for 'gone' expanders in smp_execute_task()Dan Williams2012-02-291-0/+5
* [SCSI] libsas: don't mark expanders as gone when a child device is removedDan Williams2012-02-291-1/+0Star
* [SCSI] libsas: poll for ata device readiness after resetDan Williams2012-02-291-3/+7
* [SCSI] libsas: add mutex for SMP task executionJeff Skirvin2012-02-191-13/+16
* [SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams2012-02-191-1/+1
* [SCSI] libsas: use libata-eh-reset for sata rediscovery fis transmit failuresDan Williams2012-02-191-5/+39
* [SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams2012-02-191-3/+2Star
* [SCSI] libsas: convert dev->gone to flagsDan Williams2012-02-191-3/+3
* [SCSI] libsas: fix domain_device leakDan Williams2012-02-191-4/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-291-12/+25
|\
| * [SCSI] libsas: fix port->dev_list lockingDan Williams2011-10-161-6/+9
| * [SCSI] libsas: set sas_address and device type of rphyJack Wang2011-10-021-0/+2
| * [SCSI] libsas: Allow expander T-T attachmentsLuben Tuikov2011-10-021-6/+14
* | [SCSI] libsas: fix panic when single phy is disabled on a wide portMark Salyzyn2011-10-021-4/+6
* | [SCSI] libsas: fix failure to revalidate domain for anything but the first ex...Mark Salyzyn2011-09-221-1/+1
|/
* [SCSI] libsas: remove expander from dev list on errorLuben Tuikov2011-07-271-0/+3
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* [SCSI] libsas: fix loopback topology bug during discoveryjack_wang2011-02-281-0/+5
* [SCSI] libsas: fix bug for vacant phyJack Wang2010-10-121-3/+6
* [SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong2010-10-081-0/+3
* [SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley2010-07-281-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] libsas: do not set res = 0 in sas_ex_discover_dev()jack wang2009-11-061-1/+0Star
* [SCSI] libsas: fix wide port hotplug issuesTom Peng2009-07-301-40/+107
* block: set rq->resid_len to blk_rq_bytes() on issueTejun Heo2009-05-191-0/+4
* block: cleanup rq->data_len usagesTejun Heo2009-05-111-4/+4
* block: add rq->resid_lenTejun Heo2009-05-111-5/+1Star
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-6/+6