aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_scsi_host.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2007-07-18[SCSI] libsas: fixup NCQ for SATA disksJames Bottomley1-0/+6
2007-07-18[SCSI] aic94xx: add SATAPI supportJames Bottomley1-17/+23
2007-07-18[SCSI] libsas: support NCQ for SATA disksDarrick J. Wong1-2/+9
2007-07-18[SCSI] Add SATA support to libsasDarrick J. Wong1-0/+342
2007-07-17Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki1-2/+1
2007-05-29[SCSI] libsas: convert to use the data buffer accessorsFUJITA Tomonori1-5/+5
2007-05-06[SCSI] sas_scsi_host: Convert to use the kthread APIChristoph Hellwig1-23/+13
2007-02-03[SCSI] libsas: Add an LU reset mechanism to the error handlerDarrick J. Wong1-4/+36
2007-01-30[SCSI] libsas: fix task attributeFUJITA Tomonori1-1/+1
2007-01-27[SCSI] libsas: Enable automatic spin-up of SAS disksDarrick J. Wong1-0/+2
2007-01-27[SCSI] libsas: Handle SCSI commands that complete with failure codesDarrick J. Wong1-44/+104
2007-01-13[SCSI] libsas: Start I_T recovery if ABORT TASK failsDarrick J. Wong1-3/+11
2007-01-13[SCSI] libsas: phy port lock needs irq spinlocksDarrick J. Wong1-2/+3
2007-01-13[SCSI] libsas: Delay issuing ABORT TASK TMF until the error handlerDarrick J. Wong1-22/+29
2007-01-13[SCSI] libsas: Enable the EH strategy handler to reset a phy after a commandDarrick J. Wong1-1/+36
2007-01-13[SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flagDarrick J. Wong1-17/+0
2007-01-13[SCSI] libsas: Reset timer on taskless scsi_cmnds in sas_scsi_timed_outDarrick J. Wong1-3/+7
2007-01-13[SCSI] libsas: Add a sysfs knob to enable/disable a phyDarrick J. Wong1-0/+1
2007-01-13[SCSI] libsas: Don't give scsi_cmnds to the EH if they never made it to the SAS LLDD or have already returnedDarrick J. Wong1-0/+7
2006-12-06Actually update the fixed up compile failures.David Howells1-1/+3
2006-11-22[PATCH] aic94xx: handle REQ_DEVICE_RESETDarrick J. Wong1-0/+1
2006-11-15[SCSI] libsas: add sas_abort_taskDarrick J. Wong1-0/+60
2006-11-15[SCSI] libsas: modify error handler to use scsi_eh_* functionsDarrick J. Wong1-4/+25
2006-09-30[PATCH] SCSI: fix request flag-related build breakageJeff Garzik1-1/+1
2006-09-24[PATCH] SCSI gfp_t annotationsAl Viro1-1/+1
2006-08-29[SCSI] aic94xx: new driverJames Bottomley1-0/+786