summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_scsi_host.c
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] libsas: trim sas_task of slow path infrastructureDan Williams2012-07-201-2/+6
* [SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handlerDan Williams2012-07-201-11/+8Star
* [SCSI] libsas: add sas_eh_abort_handlerDan Williams2012-07-201-0/+21
* [SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams2012-07-201-4/+117
* [SCSI] libsas: cleanup spurious calls to scsi_schedule_ehMaciej Trela2012-07-201-1/+0Star
* [SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams2012-07-201-6/+21
* [SCSI] libsas: don't recover end devices attached to disabled physDan Williams2012-02-291-1/+2
* [SCSI] libsas: fix lifetime of SAS_HA_FROZENDan Williams2012-02-291-6/+7
* [SCSI] libsas: async ata scanningDan Williams2012-02-291-18/+0Star
* [SCSI] libsas: fix mixed topology recoveryDan Williams2012-02-291-6/+7
* [SCSI] libsas: close scsi_remove_target() vs libata-eh raceDan Williams2012-02-291-3/+0Star
* [SCSI] libsas: pre-clean commands that won the eh vs completion raceDan Williams2012-02-291-9/+16
* [SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams2012-02-291-20/+18Star
* [SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams2012-02-191-1/+0Star
* [SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libataDan Williams2012-02-191-2/+2
* [SCSI] libsas: let libata handle command timeoutsDan Williams2012-02-191-2/+20
* [SCSI] libsas: fix timeout vs completion raceDan Williams2012-02-191-53/+51Star
* [SCSI] libsas: prevent double completion of scmds from ehDan Williams2012-02-191-28/+33
* [SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams2012-02-191-44/+0Star
* [SCSI] libsas: convert dev->gone to flagsDan Williams2012-02-191-1/+1
* [SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams2012-02-191-4/+2Star
* [SCSI] libsas: fix domain_device leakDan Williams2012-02-191-10/+6Star
* [SCSI] libsas: kill sas_slave_destroyDan Williams2012-02-191-9/+0Star
* scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-11-011-0/+1
* [SCSI] isci: atapi supportDan Williams2011-10-021-1/+1
* [SCSI] libsas: dynamic queue depthDan Williams2011-10-021-21/+18Star
* [SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devicesDan Williams2011-10-021-1/+10
* [SCSI] libsas: fix sas_queuecommand return valuesChristoph Hellwig2011-08-301-4/+5
* [SCSI] libsas: reindent sas_queuecommandChristoph Hellwig2011-08-301-43/+38Star
* [SCSI] libsas: sas_queuecommand doesnt need host_lockChristoph Hellwig2011-08-301-22/+3Star
* [SCSI] libsas: check dev->gone before submitting sata i/oDan Williams2011-05-271-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-181-2/+1Star
|\
| * [SCSI] libsas: convert to libata new error handlerJames Bottomley2011-02-131-2/+12
* | libsas: convert to libata new error handlerJames Bottomley2011-03-021-2/+12
* | [SCSI] libsas: fix runaway error handler problemJames Bottomley2011-01-241-0/+1
|/
* [libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik2011-01-061-2/+1Star
* SCSI host lock push-downJeff Garzik2010-11-161-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-10-231-0/+7
|\
| * [SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong2010-10-081-0/+7
* | block: remove spurious uses of REQ_HARDBARRIERTejun Heo2010-09-101-12/+1Star
|/
* [SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley2010-07-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2010-05-211-8/+8
|\
| * [SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley2010-05-161-8/+8
* | libata: kill ATA_FLAG_DISABLEDTejun Heo2010-05-181-1/+1
|/
* [SCSI] fix locking around blk_abort_request()Tejun Heo2010-05-011-0/+4
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* [SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie2009-12-041-1/+5
* [libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik2009-01-161-1/+1
* block: unify request timeout handlingJens Axboe2008-10-091-15/+15
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-15/+15