aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
Commit message (Expand)AuthorAgeFilesLines
* libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley2015-05-091-2/+4
* libsas: fix usage of ata_tf_to_fisDan Williams2014-01-031-1/+1
* libsas: fix sas_discover_devices return code handlingDan Williams2012-08-021-27/+12
* libsas: continue revalidationDan Williams2012-08-021-4/+4
* libsas: fix taskfile corruption in sas_ata_qc_fill_rtfDan Williams2012-07-251-6/+6
* libsas: fix false positive 'device attached' conditionsDan Williams2012-05-111-1/+8
* libsas: fix sas_find_bcast_phy() in the presence of 'vacant' physThomas Jackson2012-05-111-5/+12
* scsi: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker2011-10-313-0/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-10-285-107/+234
|\
| * [SCSI] libsas: fix port->dev_list lockingDan Williams2011-10-162-11/+17
| * [SCSI] isci: export phy events via ->lldd_control_phy()Dan Williams2011-10-021-4/+9
| * [SCSI] isci: atapi supportDan Williams2011-10-021-1/+1
| * [SCSI] libsas: set sas_address and device type of rphyJack Wang2011-10-021-0/+2
| * [SCSI] libsas: dynamic queue depthDan Williams2011-10-021-21/+18
| * [SCSI] libsas,libata: fix ->change_queue_{depth|type} for sata devicesDan Williams2011-10-021-1/+10
| * [SCSI] libsas: Allow expander T-T attachmentsLuben Tuikov2011-10-021-6/+14
| * [SCSI] libsas: sgpio write supportDan Williams2011-09-221-2/+101
| * [SCSI] libsas: fix sas_queuecommand return valuesChristoph Hellwig2011-08-301-4/+5
| * [SCSI] libsas: reindent sas_queuecommandChristoph Hellwig2011-08-301-43/+38
| * [SCSI] libsas: sas_queuecommand doesnt need host_lockChristoph Hellwig2011-08-301-22/+3
| * [SCSI] libsas: export sas_alloc_task()Dan Williams2011-08-271-3/+27
* | [SCSI] libsas: fix panic when single phy is disabled on a wide portMark Salyzyn2011-10-021-4/+6
* | [SCSI] libsas: fix failure to revalidate domain for anything but the first ex...Mark Salyzyn2011-09-221-1/+1
|/
* [SCSI] libsas: remove expander from dev list on errorLuben Tuikov2011-07-271-0/+3
* [SCSI] libsas: Add option for SATA soft resetDave Jiang2011-05-261-1/+39
* [SCSI] libsas: check dev->gone before submitting sata i/oDan Williams2011-05-261-7/+7
* [SCSI] libsas: fix/amend device gone notification in sas_deform_port()Dan Williams2011-05-263-12/+15
* [SCSI] libsas: fix SATA NCQ errorXiangliang Yu2011-05-241-2/+18
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds2011-03-201-1/+1
|\
| * scsi: change to new flag variablematt mooney2011-03-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2011-03-178-93/+29
|\ \
| * | [SCSI] libsas: fix ata list corruption issueJames Bottomley2011-03-141-0/+13
| * | [SCSI] libsas: fix loopback topology bug during discoveryjack_wang2011-02-281-0/+5
| * | [SCSI] libsas: convert to libata new error handlerJames Bottomley2011-02-132-8/+93
| * | [SCSI] libsas: remove spurious sata control register read/writeJames Bottomley2011-01-241-51/+0
| * | [SCSI] libsas: convert to standard kernel debuggingJames Bottomley2011-01-245-33/+1
| * | [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-022-8/+93
| |/ |/|
* | [SCSI] libsas: fix runaway error handler problemJames Bottomley2011-01-241-0/+1
|/
* Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2011-01-101-2/+1
|\
| * [libata] avoid needlessly passing around ptr to SCSI completion funcJeff Garzik2011-01-051-2/+1
* | [SCSI] libsas: fix definition of wideport, include local sas addressDan Williams2010-12-211-5/+13
|/
* 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-223-3/+21
|\
| * [SCSI] libsas: fix bug for vacant phyJack Wang2010-10-111-3/+6