summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
Commit message (Expand)AuthorAgeFilesLines
* scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as NODATALuo Jiaxing2020-09-231-1/+4
* scsi: libsas: stop discovering if oob mode is disconnectedJason Yan2020-01-121-1/+10
* scsi: libsas: Check SMP PHY control function resultJohn Garry2019-12-051-1/+8
* scsi: libsas: Support SATA PHY connection rate unmatch fixing during discoveryJohn Garry2019-12-051-0/+20
* scsi: libsas: always unregister the old device if going to discover newJason Yan2019-11-251-8/+5
* scsi: libsas: delete sas port if expander discover failedJason Yan2019-06-221-0/+2
* scsi: libsas: Do discovery on empty PHY to update PHY infoJohn Garry2019-05-311-0/+5
* scsi: libsas: fix a race condition when smp task timeoutJason Yan2019-05-101-5/+4
* scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attachedJohn Garry2019-03-051-0/+2
* scsi: libsas: defer ata device eh commands to libataJason Yan2018-05-251-20/+13
* scsi: libsas: initialize sas_phy status according to response of DISCOVERchenxiang2018-04-131-0/+1
* scsi: libsas: fix error when getting phy eventsJason Yan2018-04-131-1/+1
* scsi: libsas: fix memory leak in sas_smp_get_phy_events()Jason Yan2018-04-131-0/+1
* scsi: libsas: fix ata xfer lengthJohn Garry2017-04-081-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2016-07-271-0/+1
|\
| * scsi:libsas: fix oops caused by assigning a freed task to ->lldd_taskWei Fang2016-07-201-0/+1
* | libsas: use ata_is_ncq() and ata_has_dma() accessorsHannes Reinecke2016-07-141-9/+2
|/
* libata/libsas: Define ATA_CMD_NCQ_NON_DATAHannes Reinecke2016-05-091-1/+2
* libsas: enable FPDMA SEND/RECEIVEHannes Reinecke2016-05-091-2/+4
* Merge branch 'for-4.0-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-03-241-1/+2
|\
| * ata: Add a new flag to destinguish sas controllerShaohua Li2015-03-191-1/+2
* | libsas: Fix Kernel Crash in smp_execute_taskJames Bottomley2015-03-061-2/+4
|/
* Merge remote-tracking branch 'scsi-queue/drivers-for-3.19' into for-linusJames Bottomley2014-12-181-8/+0
|\
| * scsi: remove ->change_queue_type methodChristoph Hellwig2014-12-041-8/+0
* | Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l...Linus Torvalds2014-12-111-55/+11
|\ \ | |/ |/|
| * libsas: use ata_dev_classify()Hannes Reinecke2014-11-051-55/+11
* | libsas: remove task_collector modeChristoph Hellwig2014-11-275-207/+3
* | scsi: drop reason argument from ->change_queue_depthChristoph Hellwig2014-11-241-7/+5
* | scsi: avoid ->change_queue_depth indirection for queue full trackingChristoph Hellwig2014-11-241-14/+3
* | scsi: don't force tagged_supported in driversChristoph Hellwig2014-11-121-1/+0
* | scsi: don't set tagging state from scsi_adjust_queue_depthChristoph Hellwig2014-11-121-14/+6
* | scsi: always assign block layer tags if enabledChristoph Hellwig2014-11-121-8/+3
|/
* scsi: convert host_busy to atomic_tChristoph Hellwig2014-07-251-2/+3
* scsi: use 64-bit LUNsHannes Reinecke2014-07-171-5/+6
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2014-04-011-1/+1
|\
| * [SCSI] libsas: introduce scmd_dbg() to quiet false positive "timeout" messagesDan Williams2014-03-151-1/+1
* | libata, libsas: kill pm_result and related cleanupDan Williams2014-03-181-30/+5
|/
* Merge tag 'v3.13-rc6' into for-3.14/coreJens Axboe2013-12-311-1/+1
|\
| * [SCSI] libsas: fix usage of ata_tf_to_fisDan Williams2013-11-271-1/+1
* | block: Kill bio_segments()/bi_vcnt usageKent Overstreet2013-11-231-4/+4
|/
* [SCSI] libsas: implement > 16 byte CDB supportJames Bottomley2013-06-041-1/+1
* Merge branch 'misc' into for-linusJames Bottomley2013-05-105-87/+87
|\
| * [SCSI] sas: unify the pointlessly separated enums sas_dev_type and sas_device...James Bottomley2013-05-105-87/+87
* | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-081-3/+3
|\ \ | |/ |/|
| * block: Remove some unnecessary bi_vcnt usageKent Overstreet2013-03-231-3/+3
* | [SCSI] libsas: fix handling vacant phy in sas_set_ex_phy()Lukasz Dorau2013-04-061-0/+12
* | [SCSI] libsas: use right function to alloc smp responseJohn Gong2013-04-061-1/+1
|/
* treewide: fix typo of "suport" in various comments and KconfigMasanari Iida2012-11-191-1/+1
* [SCSI] libsas, ipr: cleanup ata_host flags initialization via ata_host_initDan Williams2012-08-241-4/+1
* [SCSI] libsas: suspend / resume supportDan Williams2012-08-248-14/+310