aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_scsi_host.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-81/+65
* [SCSI] libsas: check dev->gone before submitting sata i/oDan Williams2011-05-261-7/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-2/+1
|\
| * [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-051-2/+1
* 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-221-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/+1
|/
* [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-171-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
* [SCSI] libsas: Provide a transport-level facility to request SAS addrsDarrick J. Wong2008-04-071-0/+41
* [SCSI] libsas: misc fixes to the eh pathJames Bottomley2008-02-231-17/+12
* [SCSI] libsas: export sas_find_local_phy functionJames Bottomley2008-02-231-2/+3
* [SCSI] libsas: correctly flush the LU queue on error recoveryJames Bottomley2008-02-221-1/+2
* [SCSI] libsas: fix error handlingJames Bottomley2008-02-221-24/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-3/+6
|\
| * [SCSI] aic7xxx_old, eata_pio, ips, libsas: don't zero out sense_buffer in que...FUJITA Tomonori2008-01-231-1/+0
| * [SCSI] libsas: fix sense_buffer overrunFUJITA Tomonori2008-01-231-1/+1
| * [SCSI] libsas: Fix various sparse complaintsDarrick J. Wong2008-01-111-1/+5
* | Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-241-1/+1
|/
* [SCSI] sas_ata: Implement sas_task_abort for ATA devicesDarrick J. Wong2007-07-181-3/+5
* [SCSI] sas_ata: Satisfy libata qc function locking requirementsDarrick J. Wong2007-07-181-0/+4
* [SCSI] Migrate libsas ATA code into a separate fileDarrick J. Wong2007-07-181-307/+6
* [SCSI] libsas: fixup NCQ for SATA disksJames Bottomley2007-07-181-0/+6
* [SCSI] aic94xx: add SATAPI supportJames Bottomley2007-07-181-17/+23
* [SCSI] libsas: support NCQ for SATA disksDarrick J. Wong2007-07-181-2/+9
* [SCSI] Add SATA support to libsasDarrick J. Wong2007-07-181-0/+342
* Freezer: make kernel threads nonfreezable by defaultRafael J. Wysocki2007-07-171-2/+1
* [SCSI] libsas: convert to use the data buffer accessorsFUJITA Tomonori2007-05-291-5/+5
* [SCSI] sas_scsi_host: Convert to use the kthread APIChristoph Hellwig2007-05-061-23/+13
* [SCSI] libsas: Add an LU reset mechanism to the error handlerDarrick J. Wong2007-02-031-4/+36
* [SCSI] libsas: fix task attributeFUJITA Tomonori2007-01-301-1/+1
* [SCSI] libsas: Enable automatic spin-up of SAS disksDarrick J. Wong2007-01-271-0/+2
* [SCSI] libsas: Handle SCSI commands that complete with failure codesDarrick J. Wong2007-01-271-44/+104
* [SCSI] libsas: Start I_T recovery if ABORT TASK failsDarrick J. Wong2007-01-131-3/+11
* [SCSI] libsas: phy port lock needs irq spinlocksDarrick J. Wong2007-01-131-2/+3
* [SCSI] libsas: Delay issuing ABORT TASK TMF until the error handlerDarrick J. Wong2007-01-131-22/+29
* [SCSI] libsas: Enable the EH strategy handler to reset a phy after a commandDarrick J. Wong2007-01-131-1/+36
* [SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flagDarrick J. Wong2007-01-131-17/+0