aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_scsi_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-19[SCSI] libsas: sas_phy_enable via transport_sas_phy_resetDan Williams1-1/+0
2012-02-19[SCSI] libsas: defer SAS_TASK_NEED_DEV_RESET commands to libataDan Williams1-2/+2
2012-02-19[SCSI] libsas: let libata handle command timeoutsDan Williams1-2/+20
2012-02-19[SCSI] libsas: fix timeout vs completion raceDan Williams1-53/+51
2012-02-19[SCSI] libsas: prevent double completion of scmds from ehDan Williams1-28/+33
2012-02-19[SCSI] libsas: close error handling vs sas_ata_task_done() raceDan Williams1-44/+0
2012-02-19[SCSI] libsas: convert dev->gone to flagsDan Williams1-1/+1
2012-02-19[SCSI] libsas: remove ata_port.lock management duties from llddsDan Williams1-4/+2
2012-02-19[SCSI] libsas: fix domain_device leakDan Williams1-10/+6
2012-02-19[SCSI] libsas: kill sas_slave_destroyDan Williams1-9/+0
2011-10-31scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+1
2011-10-02[SCSI] isci: atapi supportDan Williams1-1/+1
2011-10-02[SCSI] libsas: dynamic queue depthDan Williams1-21/+18
2011-10-02[SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devicesDan Williams1-1/+10
2011-08-30[SCSI] libsas: fix sas_queuecommand return valuesChristoph Hellwig1-4/+5
2011-08-30[SCSI] libsas: reindent sas_queuecommandChristoph Hellwig1-43/+38
2011-08-30[SCSI] libsas: sas_queuecommand doesnt need host_lockChristoph Hellwig1-22/+3
2011-05-26[SCSI] libsas: check dev->gone before submitting sata i/oDan Williams1-7/+7
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-2/+1
2011-03-02libsas: convert to libata new error handlerJames Bottomley1-2/+12
2011-02-13[SCSI] libsas: convert to libata new error handlerJames Bottomley1-2/+12
2011-01-24[SCSI] libsas: fix runaway error handler problemJames Bottomley1-0/+1
2011-01-05[libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik1-2/+1
2010-11-16SCSI host lock push-downJeff Garzik1-1/+3
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-0/+7
2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong1-0/+7
2010-09-10block: remove spurious uses of REQ_HARDBARRIERTejun Heo1-12/+1
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley1-2/+2
2010-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-8/+8
2010-05-17libata: kill ATA_FLAG_DISABLEDTejun Heo1-1/+1
2010-05-16[SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley1-8/+8
2010-05-01[SCSI] fix locking around blk_abort_request()Tejun Heo1-0/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-04[SCSI] modify change_queue_depth to take in reason why it is being calledMike Christie1-1/+5
2009-01-16[libata] get-identity ioctl: Fix use of invalid memory pointerJeff Garzik1-1/+1
2008-10-09block: unify request timeout handlingJens Axboe1-15/+15
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-15/+15
2008-04-07[SCSI] libsas: Provide a transport-level facility to request SAS addrsDarrick J. Wong1-0/+41
2008-02-23[SCSI] libsas: misc fixes to the eh pathJames Bottomley1-17/+12
2008-02-23[SCSI] libsas: export sas_find_local_phy functionJames Bottomley1-2/+3
2008-02-22[SCSI] libsas: correctly flush the LU queue on error recoveryJames Bottomley1-1/+2
2008-02-22[SCSI] libsas: fix error handlingJames Bottomley1-24/+41
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-3/+6
2008-01-24Driver core: change sysdev classes to use dynamic kobject namesKay Sievers1-1/+1
2008-01-23[SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in queuecommandFUJITA Tomonori1-1/+0
2008-01-23[SCSI] libsas: fix sense_buffer overrunFUJITA Tomonori1-1/+1
2008-01-11[SCSI] libsas: Fix various sparse complaintsDarrick J. Wong1-1/+5
2007-07-18[SCSI] sas_ata: Implement sas_task_abort for ATA devicesDarrick J. Wong1-3/+5
2007-07-18[SCSI] sas_ata: Satisfy libata qc function locking requirementsDarrick J. Wong1-0/+4
2007-07-18[SCSI] Migrate libsas ATA code into a separate fileDarrick J. Wong1-307/+6