aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_expander.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-12/+23
* SCSI: libsas: fix sas_discover_devices return code handlingDan Williams2012-08-091-27/+12
* SCSI: libsas: continue revalidationDan Williams2012-08-091-4/+4
* SCSI: libsas: fix false positive 'device attached' conditionsDan Williams2012-05-071-1/+8
* SCSI: libsas: fix sas_find_bcast_phy() in the presence of 'vacant' physThomas Jackson2012-05-071-5/+12
* libsas: set sas_address and device type of rphyJack Wang2011-11-111-0/+2
* libsas: fix panic when single phy is disabled on a wide portMark Salyzyn2011-10-161-4/+6
* libsas: fix failure to revalidate domain for anything but the first expander ...Mark Salyzyn2011-10-031-1/+1
* libsas: remove expander from dev list on errorLuben Tuikov2011-08-041-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-111-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/+0
* [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/+1
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-6/+6
* [SCSI] libsas: don't use made up error codesJames Bottomley2008-01-111-1/+1
* [SCSI] libsas: don't treat underrun as an error on SMP tasksJames Bottomley2008-01-111-0/+19
* [SCSI] libsas: add host SMP processingJames Bottomley2008-01-111-5/+3
* [SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong2008-01-111-3/+3
* [SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events()Jesper Juhl2007-07-281-3/+10
* [SCSI] libsas: SMP request handler shouldn't crash when rphy is NULLDarrick J. Wong2007-07-241-2/+3
* [SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley2007-07-221-1/+8
* [SCSI] libsas: kill unused smp_portal codeFUJITA Tomonori2007-07-181-106/+0
* [SCSI] libsas: add SAS management protocol handlerFUJITA Tomonori2007-07-181-0/+48
* [SCSI] libsas: fix lockdep issue with ATAJames Bottomley2007-07-181-6/+6
* [SCSI] libsas: better error handling in sas_ex_discover_end_dev()James Bottomley2007-07-181-2/+2
* [SCSI] libsas: fix up sas_smp_phy_control()James Bottomley2007-07-181-1/+1
* [SCSI] libsas: Add SATA support to STP piece for SATA on SAS expandersJames Bottomley2007-07-181-13/+68
* sysfs: add parameter "struct bin_attribute *" in .read/.write methods for sys...Zhang Rui2007-07-111-6/+10
* sysfs: kill unnecessary attribute->ownerTejun Heo2007-07-111-1/+0
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* [SCSI] libsas: Don't BUG when connecting two expanders via wide portDarrick J. Wong2007-02-031-0/+30
* [SCSI] libsas: Clean up discovery failure handler codeDarrick J. Wong2007-01-271-5/+3
* [SCSI] libsas: Clean up rphys/port dev list after a discovery error on an exp...Darrick J. Wong2007-01-131-4/+16
* [SCSI] libsas: better error handling in sas_expander.cJames Bottomley2006-12-031-12/+24
* [SCSI] aic94xx SCSI timeout fix: SMP retry fix.malahal@us.ibm.com2006-11-091-37/+47
* [SCSI] aci94xx: implement link rate settingJames Bottomley2006-09-071-7/+13
* [SCSI] SAS: consolidate linkspeed definitionsJames Bottomley2006-09-071-20/+7
* [SCSI] aic94xx: new driverJames Bottomley2006-08-291-0/+1862