summaryrefslogtreecommitdiff
path: root/drivers/scsi/libsas
AgeCommit message (Expand)AuthorFilesLines
2022-04-08scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commandsDamien Le Moal1-1/+1
2021-08-12scsi: libsas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2-2/+2
2021-07-27scsi: libsas: Drop BLK_DEV_BSGLIB selectionGuoqing Jiang1-1/+0
2021-07-21scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan9-12/+12
2021-07-13scsi: libsas: Fix fall-through warning for ClangGustavo A. R. Silva1-1/+1
2021-07-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+9
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-6/+7
2021-06-23scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu1-0/+9
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche3-6/+7
2021-05-21scsi: libsas: Use _safe() loop in sas_resume_port()Dan Carpenter1-2/+2
2021-04-29Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-47/+42
2021-04-08scsi: libsas: Reset num_scatter if libata marks qc as NODATAJolly Shah1-5/+4
2021-04-06scsi: libsas: Clean up whitespaceLuo Jiaxing2-7/+8
2021-04-06scsi: libsas: Correctly indent statements in sas_to_ata_err()Luo Jiaxing1-40/+34
2021-01-23scsi: libsas: Remove temporarily-added _gfp() API variantsAhmed S. Darwish3-25/+0
2021-01-23scsi: libsas: Switch back to original event notifiers APIAhmed S. Darwish2-7/+7
2021-01-23scsi: libsas: Add gfp_t flags parameter to event notificationsAhmed S. Darwish3-54/+25
2021-01-23scsi: libsas: Pass gfp_t flags to event notifiersAhmed S. Darwish2-2/+4
2021-01-23scsi: libsas: Introduce a _gfp() variant of event notifiersAhmed S. Darwish3-17/+73
2021-01-23scsi: libsas: Remove notifier indirectionJohn Garry3-16/+4
2020-10-15Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-14/+2
2020-09-23scsi: libsas: Simplify the return expression of sas_discover_* functionsLiu Shixin2-14/+2
2020-09-16Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+2
2020-09-10scsi: libsas: Fix error path in sas_notify_lldd_dev_found()Dan Carpenter1-1/+2
2020-09-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+4
2020-09-02scsi: libsas: Set data_dir as DMA_NONE if libata marks qc as NODATALuo Jiaxing1-1/+4
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-4/+4
2020-07-25scsi: libsas: Remove redundant assignment to variable resColin Ian King1-1/+1
2020-07-25scsi: libsas: Check link status in ATA prereset()Luo Jiaxing1-1/+15
2020-07-25scsi: libsas: Remove postreset from sas_sata_opsLuo Jiaxing1-1/+0
2020-04-15scsi: libsas: Add missing annotation for sas_ata_qc_issue()Jules Irenge1-0/+1
2020-03-26ata: make SATA_PMP option selectable only if any SATA host driver is enabledBartlomiej Zolnierkiewicz1-0/+1
2019-12-21scsi: libsas: Tidy SAS address print formatJohn Garry7-11/+11
2019-12-10scsi: libsas: stop discovering if oob mode is disconnectedJason Yan1-1/+10
2019-08-21scsi: libsas: sas_discover: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-07-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-1/+0
2019-07-12scsi: libsas: remove the exporting of sas_wait_ehDenis Efremov1-1/+0
2019-07-12Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds8-133/+27
2019-06-20scsi: libsas: aic94xx: hisi_sas: mvsas: pm8001: Use dev_is_expander()John Garry3-25/+15
2019-06-19scsi: libsas: no need to join wide port again in sas_ex_discover_dev()Jason Yan1-22/+4
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372Thomas Gleixner1-4/+1
2019-06-02Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2-2/+3
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 167Thomas Gleixner2-33/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-05-30scsi: libsas: delete sas port if expander discover failedJason Yan1-0/+2
2019-05-30scsi: libsas: only clear phy->in_shutdown after shutdown event doneJason Yan1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 59Thomas Gleixner3-54/+3
2019-05-21scsi: libsas: switch remaining files to SPDX tagsChristoph Hellwig9-141/+9
2019-05-21scsi: libsas: switch sas_ata.[ch] to SPDX tagsChristoph Hellwig1-15/+1
2019-05-21scsi: libsas: add a SPDX tag to sas_task.cChristoph Hellwig1-1/+1