aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas/sas_ata.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-19[SCSI] libsas: use ->set_dmamode to notify lldds of NCQ parametersDan Williams1-304/+20
2012-02-19[SCSI] libsas: prevent domain rediscovery competing with ata error handlingDan Williams1-4/+51
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-13/+23
2012-02-19[SCSI] libsas: remove unused ata_task_resp fieldsDan Williams1-4/+0
2011-05-26[SCSI] libsas: Add option for SATA soft resetDave Jiang1-1/+39
2011-05-24[SCSI] libsas: fix SATA NCQ errorXiangliang Yu1-2/+18
2011-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-58/+22
2011-03-14[SCSI] libsas: fix ata list corruption issueJames Bottomley1-0/+13
2011-03-02libata: remove ATA_FLAG_NO_LEGACYSergei Shtylyov1-2/+1
2011-03-02libata: remove ATA_FLAG_MMIOSergei Shtylyov1-2/+2
2011-03-02libata: remove ATA_FLAG_{SRST|SATA_RESET}Sergei Shtylyov1-2/+2
2011-03-02ipr/sas_ata: use mode mask macros from <linux/ata.h>Sergei Shtylyov1-2/+2
2011-03-02libsas: convert to libata new error handlerJames Bottomley1-6/+81
2011-02-13[SCSI] libsas: convert to libata new error handlerJames Bottomley1-6/+81
2011-01-24[SCSI] libsas: remove spurious sata control register read/writeJames Bottomley1-51/+0
2011-01-24[SCSI] libsas: fix ATAPI check condition terminationJames Bottomley1-3/+5
2010-10-08[SCSI] libsas: Don't issue commands to devices that have been hot-removedDarrick J. Wong1-0/+4
2010-10-07[SCSI] libsas: fix NCQ mixing with non-NCQDavid Milburn1-0/+1
2010-07-28[SCSI] Unify SAM_ and SAM_STAT_ macrosJames Bottomley1-6/+6
2010-05-16[SCSI] libsas: fix deref before check in commit 70b25f890ceJames Bottomley1-2/+3
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
2008-10-10Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds1-1/+1
2008-10-09block: unify request timeout handlingJens Axboe1-1/+1
2008-09-29libata: make SCR access ops per-linkTejun Heo1-4/+4
2008-07-27[SCSI] replace __FUNCTION__ with __func__Harvey Harrison1-8/+8
2008-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2008-04-17libata: kill ata_noop_dev_select()Tejun Heo1-1/+0
2008-04-17libata: remove check_status from non-SFF driversTejun Heo1-8/+0
2008-04-17libata: replace tf_read with qc_fill_rtf for non-SFF driversTejun Heo1-8/+9
2008-04-17libata: add qc_fill_rtf port operationTejun Heo1-0/+1
2008-04-17libata: rename SFF port opsTejun Heo1-4/+4
2008-04-17[SCSI] libsas: fix endianness bug in sas_ataAl Viro1-1/+1
2008-02-23[SCSI] libsas: use the supplied address for SATA devices rather than changing itJames Bottomley1-37/+2
2008-02-19libata: eliminate the home grown dma padding in favour ofJames Bottomley1-2/+2
2008-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds1-1/+1
2008-01-23libata: convert to chained sgTejun Heo1-6/+4
2008-01-23libata: rename ATA_PROT_ATAPI_* to ATAPI_PROT_*Tejun Heo1-1/+1
2008-01-23libata: implement protocol testsTejun Heo1-1/+1
2008-01-11[SCSI] libsas: don't use made up error codesJames Bottomley1-1/+1
2007-10-12[libata] Remove ->port_disable() hookJeff Garzik1-1/+0
2007-10-12libata-link: introduce ata_linkTejun Heo1-5/+5
2007-07-26[SCSI] libsas: Remove PCI dependenciesJeff Garzik1-15/+15
2007-07-22[SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley1-0/+397
2007-07-20[SCSI] libsas: fix scr_read/write users and update the libata documentationJames Bottomley1-8/+16
2007-07-18[SCSI] sas_ata: Implement sas_task_abort for ATA devicesDarrick J. Wong1-3/+44
2007-07-18[SCSI] sas_ata: Assign sas_task to scsi_cmnd to enable EH for ATA devicesDarrick J. Wong1-0/+7
2007-07-18[SCSI] libsas: Unknown STP devices should be reported to libata as unknown.Darrick J. Wong1-1/+1
2007-07-18[SCSI] libsas: Accept SAM_GOOD for ATAPI devices in sas_ata_task_doneDarrick J. Wong1-1/+1