aboutsummaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas/sas_scsi_host.c
AgeCommit message (Expand)Author
2012-07-20[SCSI] libsas: trim sas_task of slow path infrastructureDan Williams
2012-07-20[SCSI] libsas: use ->lldd_I_T_nexus_reset for ->eh_bus_reset_handlerDan Williams
2012-07-20[SCSI] libsas: add sas_eh_abort_handlerDan Williams
2012-07-20[SCSI] libsas: enforce eh strategy handlers only in eh contextDan Williams
2012-07-20[SCSI] libsas: cleanup spurious calls to scsi_schedule_ehMaciej Trela
2012-07-20[SCSI] libata, libsas: introduce sched_eh and end_eh port opsDan Williams
2012-02-29[SCSI] libsas: don't recover end devices attached to disabled physDan Williams
2012-02-29[SCSI] libsas: fix lifetime of SAS_HA_FROZENDan Williams
2012-02-29[SCSI] libsas: async ata scanningDan Williams
2012-02-29[SCSI] libsas: fix mixed topology recoveryDan Williams
2012-02-29[SCSI] libsas: close scsi_remove_target() vs libata-eh raceDan Williams
2012-02-29[SCSI] libsas: pre-clean commands that won the eh vs completion raceDan Williams
2012-02-29[SCSI] libsas: fix sas_find_local_phy(), take phy referencesDan Williams
2012-02-19[SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams
2012-02-19[SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libataDan Williams
2012-02-19[SCSI] libsas: let libata handle command timeoutsDan Williams
2012-02-19[SCSI] libsas: fix timeout vs completion raceDan Williams
2012-02-19[SCSI] libsas: prevent double completion of scmds from ehDan Williams
2012-02-19[SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams
2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams
2012-02-19[SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams
2012-02-19[SCSI] libsas: fix domain_device leakDan Williams
2012-02-19[SCSI] libsas: kill sas_slave_destroyDan Williams
2011-10-31scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker
2011-10-02[SCSI] isci: atapi supportDan Williams
2011-10-02[SCSI] libsas: dynamic queue depthDan Williams
2011-10-02[SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devicesDan Williams
2011-08-30[SCSI] libsas: fix sas_queuecommand return valuesChristoph Hellwig
2011-08-30[SCSI] libsas: reindent sas_queuecommandChristoph Hellwig
2011-08-30[SCSI] libsas: sas_queuecommand doesnt need host_lockChristoph Hellwig
2011-05-26[SCSI] libsas: check dev->gone before submitting sata i/oDan Williams
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2011-03-02libsas: convert to libata new error handlerJames Bottomley
2011-02-13[SCSI] libsas: convert to libata new error handlerJames Bottomley
2011-01-24[SCSI] libsas: fix runaway error handler problemJames Bottomley
2011-01-05[libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik
2010-11-16SCSI host lock push-downJeff Garzik
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong
2010-09-10block: remove spurious uses of REQ_HARDBARRIERTejun Heo
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo
2010-05-16[SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley
2010-05-01[SCSI] fix locking around blk_abort_request()Tejun Heo
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik
2008-10-09block: unify request timeout handlingJens Axboe
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison