summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001/pm8001_sas.c
Commit message (Expand)AuthorAgeFilesLines
* scsi: pm80xx: Add fatal error checksChangyuan Lyu2023-05-311-0/+22
* scsi: pm8001: Drop !task check in pm8001_abort_task()John Garry2022-10-271-1/+1
* scsi: pm8001: Use sas_task_find_rq() for taggingJohn Garry2022-10-221-4/+9
* scsi: pm8001: Remove pm8001_tag_init()Igor Pylypiv2022-10-221-7/+0
* scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding itJason Yan2022-10-181-12/+6
* scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errorsJohn Garry2022-10-181-6/+0
* scsi: pm8001: Modify task abort handling for SATA taskJohn Garry2022-10-181-0/+8
* scsi: pm8001: Use non-atomic bitmap ops for tag alloc + freeJohn Garry2022-06-161-3/+7
* scsi: pm8001: Use libsas internal abort supportJohn Garry2022-03-141-123/+55
* scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal2022-02-221-13/+12
* scsi: pm8001: Simplify pm8001_task_exec()Damien Le Moal2022-02-221-92/+78
* scsi: pm8001: Introduce ccb alloc/free helpersDamien Le Moal2022-02-221-27/+19
* scsi: pm8001: Simplify pm8001_get_ncq_tag()Damien Le Moal2022-02-221-9/+5
* scsi: pm8001: Cleanup pm8001_exec_internal_task_abort()Damien Le Moal2022-02-221-17/+21
* scsi: pm8001: Fix tag leaks on errorDamien Le Moal2022-02-221-1/+1
* scsi: pm8001: Fix tag values handlingDamien Le Moal2022-02-221-7/+6
* scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control()Damien Le Moal2022-02-221-8/+7
* scsi: libsas: Add sas_abort_task()John Garry2022-02-191-116/+1
* scsi: libsas: Add sas_query_task()John Garry2022-02-191-6/+1
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-3/+1
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-191-3/+1
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-191-8/+0
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-191-0/+8
* scsi: libsas: Add TMF handler exec complete callbackJohn Garry2022-02-191-0/+14
* scsi: libsas: Add sas_task.tmfJohn Garry2022-02-191-18/+10
* scsi: libsas: Add struct sas_tmf_taskJohn Garry2022-02-191-9/+9
* scsi: libsas: Delete lldd_clear_aca callbackJohn Garry2022-02-191-8/+0
* Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen2022-02-141-0/+5
|\
| * scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry2022-01-311-0/+5
* | scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry2022-02-111-4/+0
|/
* scsi: pm80xx: Port reset timeout error handling correctionAjish Koshy2022-01-051-1/+6
* scsi: pm80xx: Add tracepointsChangyuan Lyu2021-11-181-0/+16
* scsi: pm80xx: Fix incorrect port value when registering a deviceAjish Koshy2021-09-141-0/+15
* scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv2021-07-281-17/+15
* scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap2021-07-121-19/+22
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-6/+4
|\
| * scsi: pm8001: Remove unnecessary OOM messageZhen Lei2021-06-151-4/+2
| * scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche2021-06-021-2/+2
* | scsi: pm80xx: Fix drives missing during rmmod/insmod loopAjish Koshy2021-05-151-1/+6
|/
* scsi: pm80xx: Completing pending I/O after fatal errorRuksar Devadi2021-04-151-1/+1
* scsi: pm8001: Clean up white spaceLuo Jiaxing2021-04-121-10/+10
* scsi: pm8001: Provide function name 'pm8001_I_T_nexus_reset()' in headerLee Jones2021-03-151-0/+1
* scsi: pm80xx: Replace magic numbers with device state definesIgor Pylypiv2021-03-091-4/+4
* scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish2021-01-221-3/+2
* scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish2021-01-221-4/+4
* scsi: libsas: Remove notifier indirectionJohn Garry2021-01-221-5/+2
* scsi: pm80xx: Check for fatal errorakshatzen2021-01-131-0/+9
* scsi: pm8001: Convert pm8001_printk() to pm8001_info()Joe Perches2020-11-301-2/+2
* scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicitJoe Perches2020-11-231-2/+2
* scsi: pm8001: Neaten debug logging macros and usesJoe Perches2020-11-231-76/+56