aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_ata.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-7/+7
* [SCSI] libsas: Add option for SATA soft resetDave Jiang2011-05-261-1/+39
* [SCSI] libsas: fix SATA NCQ errorXiangliang Yu2011-05-241-2/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-171-58/+22
|\
| * [SCSI] libsas: fix ata list corruption issueJames Bottomley2011-03-141-0/+13
| * [SCSI] libsas: convert to libata new error handlerJames Bottomley2011-02-131-6/+81
| * [SCSI] libsas: remove spurious sata control register read/writeJames Bottomley2011-01-241-51/+0
| * [SCSI] libsas: fix ATAPI check condition terminationJames Bottomley2011-01-241-3/+5
* | libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov2011-03-021-2/+1
* | libata: remove ATA_FLAG_MMIOSergei Shtylyov2011-03-021-2/+2
* | libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov2011-03-021-2/+2
* | ipr/sas_ata: use mode mask macros from <linux/ata.h>Sergei Shtylyov2011-03-021-2/+2
* | libsas: convert to libata new error handlerJames Bottomley2011-03-021-6/+81
|/
* [SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong2010-10-081-0/+4
* [SCSI] libsas: fix NCQ mixing with non-NCQDavid Milburn2010-10-071-0/+1
* [SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley2010-07-281-6/+6
* [SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley2010-05-161-2/+3
* [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
* Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2008-10-101-1/+1
|\
| * block: unify request timeout handlingJens Axboe2008-10-091-1/+1
* | libata: make SCR access ops per-linkTejun Heo2008-09-291-4/+4
|/
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-271-8/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-04-181-1/+1
|\
| * [SCSI] libsas: fix endianness bug in sas_ataAl Viro2008-04-171-1/+1
* | libata: kill ata_noop_dev_select()Tejun Heo2008-04-171-1/+0
* | libata: remove check_status from non-SFF driversTejun Heo2008-04-171-8/+0
* | libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo2008-04-171-8/+9
* | libata: add qc_fill_rtf port operationTejun Heo2008-04-171-0/+1
* | libata: rename SFF port opsTejun Heo2008-04-171-4/+4
|/
* [SCSI] libsas: use the supplied address for SATA devices rather than changing itJames Bottomley2008-02-231-37/+2
* libata: eliminate the home grown dma padding in favour ofJames Bottomley2008-02-191-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-251-1/+1
|\
| * [SCSI] libsas: don't use made up error codesJames Bottomley2008-01-111-1/+1
* | libata: convert to chained sgTejun Heo2008-01-231-6/+4
* | libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo2008-01-231-1/+1
* | libata: implement protocol testsTejun Heo2008-01-231-1/+1
|/
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-1/+0
* libata-link: introduce ata_linkTejun Heo2007-10-121-5/+5
* [SCSI] libsas: Remove PCI dependenciesJeff Garzik2007-07-261-15/+15
* [SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley2007-07-221-0/+397
* [SCSI] libsas: fix scr_read/write users and update the libata documentationJames Bottomley2007-07-201-8/+16
* [SCSI] sas_ata: Implement sas_task_abort for ATA devicesDarrick J. Wong2007-07-181-3/+44
* [SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devicesDarrick J. Wong2007-07-181-0/+7
* [SCSI] libsas: Unknown STP devices should be reported to libata as unknown.Darrick J. Wong2007-07-181-1/+1
* [SCSI] libsas: Accept SAM_GOOD for ATAPI devices in sas_ata_task_doneDarrick J. Wong2007-07-181-1/+1
* [SCSI] sas_ata: Don't copy aic94xx's sactive to ata_portDarrick J. Wong2007-07-181-1/+0
* [SCSI] sas_ata: ata_post_internal should abort the sas_taskDarrick J. Wong2007-07-181-3/+27
* [SCSI] sas_ata: sas_ata_qc_issue should return AC_ERR_*Darrick J. Wong2007-07-181-6/+4
* [SCSI] sas_ata: Satisfy libata qc function locking requirementsDarrick J. Wong2007-07-181-0/+4