summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_init.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libsas: introduce sas_work to fix sas_drain_work vs sas_queue_workDan Williams2012-04-231-6/+5
* [SCSI] libsas: don't recover end devices attached to disabled physDan Williams2012-02-291-0/+3
* [SCSI] libsas: fix sas_unregister_ports vs sas_drain_workDan Williams2012-02-291-7/+11
* [SCSI] libsas: route local link resets through ata-ehDan Williams2012-02-291-19/+26
* [SCSI] libsas: Remove redundant phy state notification calls.Jeff Skirvin2012-02-191-4/+1
* [SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams2012-02-191-8/+49
* [SCSI] libsas: execute transport link resets with libata-eh via host workqueueDan Williams2012-02-191-1/+55
* [SCSI] libsas: perform sas-transport resets in shost->workq contextDan Williams2012-02-191-1/+58
* [SCSI] libsas: let libata handle command timeoutsDan Williams2012-02-191-0/+1
* [SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams2012-02-191-0/+2
* [SCSI] libsas: introduce sas_drain_work()Dan Williams2012-02-191-3/+6
* [SCSI] libsas: convert ha->state to flagsDan Williams2012-02-191-2/+2
* [SCSI] libsas: replace event locks with atomic bitopsDan Williams2012-02-191-2/+1
* [SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams2011-10-021-4/+9
* [SCSI] libsas: export sas_alloc_task()Dan Williams2011-08-271-3/+27
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-221-0/+1
|\
| * [SCSI] libsas: add SAS management protocol handlerFUJITA Tomonori2007-07-181-0/+1
* | mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
|/
* [SCSI] libsas: Add SAS_HA state flags to avoid queueing events while unloadingDarrick J. Wong2007-01-131-0/+12
* [SCSI] libsas: Destroy the task collector thread after releasing portsDarrick J. Wong2007-01-131-2/+3
* [SCSI] libsas: Add a sysfs knob to enable/disable a phyDarrick J. Wong2007-01-131-2/+33
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-061-1/+3
|\
| * [PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong2006-11-221-1/+1
| * [SCSI] libsas: modify error handler to use scsi_eh_* functionsDarrick J. Wong2006-11-151-0/+2
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-2/+4
|/
* [SCSI] aci94xx: implement link rate settingJames Bottomley2006-09-071-2/+42
* [SCSI] aic94xx: new driverJames Bottomley2006-08-291-0/+227