aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
Commit message (Expand)AuthorAgeFilesLines
* [SCSI] replace __FUNCTION__ with __func__Harvey Harrison2008-07-274-31/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-04-182-1/+42
|\
| * [SCSI] libsas: fix endianness bug in sas_ataAl Viro2008-04-171-1/+1
| * [SCSI] libsas: Provide a transport-level facility to request SAS addrsDarrick J. Wong2008-04-071-0/+41
* | 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: Warn if ATA device detected but CONFIG_SCSI_SAS_ATA not setJames Bottomley2008-03-271-1/+4
* [SCSI] libsas: misc fixes to the eh pathJames Bottomley2008-02-231-17/+12
* [SCSI] libsas: use the supplied address for SATA devices rather than changing itJames Bottomley2008-02-232-42/+8
* [SCSI] libsas: export sas_find_local_phy functionJames Bottomley2008-02-231-2/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2008-02-231-25/+43
|\
| * [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
* | 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-259-16/+371
|\
| * [SCSI] libsas: abstract STP task status into a functionJames Bottomley2008-01-252-1/+38
| * [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: don't use made up error codesJames Bottomley2008-01-112-2/+2
| * [SCSI] libsas: don't treat underrun as an error on SMP tasksJames Bottomley2008-01-111-0/+19
| * [SCSI] libsas: add host SMP processingJames Bottomley2008-01-115-5/+301
| * [SCSI] libsas: Fix various sparse complaintsDarrick J. Wong2008-01-111-1/+5
| * [SCSI] libsas: Convert sas_proto users to sas_protocolDarrick J. Wong2008-01-113-5/+5
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-01-251-8/+6
|\ \
| * | 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
| |/
* | Driver core: change sysdev classes to use dynamic kobject namesKay Sievers2008-01-241-1/+1
|/
* Use helpers to obtain task pid in printksPavel Emelyanov2007-10-191-4/+4
* [libata] Remove ->port_disable() hookJeff Garzik2007-10-121-1/+0
* libata-link: introduce ata_linkTejun Heo2007-10-121-5/+5
* [SCSI] libsas: fix build dependencies on libataJames Bottomley2007-07-311-1/+2
* [SCSI] libsas: Fix potential NULL dereference in sas_smp_get_phy_events()Jesper Juhl2007-07-281-3/+10
* [SCSI] libsas: Remove PCI dependenciesJeff Garzik2007-07-263-18/+17
* [SCSI] libsas: SMP request handler shouldn't crash when rphy is NULLDarrick J. Wong2007-07-241-2/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2007-07-228-511/+1024
|\
| * [SCSI] libsas: make ATA functions selectable by a config optionJames Bottomley2007-07-225-397/+417
| * [SCSI] libsas: fix scr_read/write users and update the libata documentationJames Bottomley2007-07-201-8/+16
| * [SCSI] libsas: kill unused smp_portal codeFUJITA Tomonori2007-07-181-106/+0
| * [SCSI] libsas: add SAS management protocol handlerFUJITA Tomonori2007-07-182-0/+49
| * [SCSI] libsas: fix lockdep issue with ATAJames Bottomley2007-07-182-10/+10
| * [SCSI] libsas, aic94xx: fix dma mapping cockups with ATAJames Bottomley2007-07-181-1/+13
| * [SCSI] sas_ata: Implement sas_task_abort for ATA devicesDarrick J. Wong2007-07-183-6/+52
| * [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