summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/pm8001/pm8001_sas.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-22scsi: pm8001: Simplify pm8001_ccb_task_free()Damien Le Moal1-13/+12
2022-02-22scsi: pm8001: Simplify pm8001_task_exec()Damien Le Moal1-92/+78
2022-02-22scsi: pm8001: Introduce ccb alloc/free helpersDamien Le Moal1-27/+19
2022-02-22scsi: pm8001: Simplify pm8001_get_ncq_tag()Damien Le Moal1-9/+5
2022-02-22scsi: pm8001: Cleanup pm8001_exec_internal_task_abort()Damien Le Moal1-17/+21
2022-02-22scsi: pm8001: Fix tag leaks on errorDamien Le Moal1-1/+1
2022-02-22scsi: pm8001: Fix tag values handlingDamien Le Moal1-7/+6
2022-02-22scsi: pm8001: Fix __iomem pointer use in pm8001_phy_control()Damien Le Moal1-8/+7
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-116/+1
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-6/+1
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-3/+1
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry1-8/+0
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry1-0/+8
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry1-0/+14
2022-02-19scsi: libsas: Add sas_task.tmfJohn Garry1-18/+10
2022-02-19scsi: libsas: Add struct sas_tmf_taskJohn Garry1-9/+9
2022-02-19scsi: libsas: Delete lldd_clear_aca callbackJohn Garry1-8/+0
2022-02-14Merge branch '5.17/scsi-fixes' into 5.18/scsi-stagingMartin K. Petersen1-0/+5
2022-02-11scsi: libsas: Drop SAS_TASK_AT_INITIATORJohn Garry1-4/+0
2022-01-31scsi: pm8001: Fix use-after-free for aborted TMF sas_taskJohn Garry1-0/+5
2022-01-05scsi: pm80xx: Port reset timeout error handling correctionAjish Koshy1-1/+6
2021-11-18scsi: pm80xx: Add tracepointsChangyuan Lyu1-0/+16
2021-09-14scsi: pm80xx: Fix incorrect port value when registering a deviceAjish Koshy1-0/+15
2021-07-28scsi: pm80xx: Fix TMF task completion race conditionIgor Pylypiv1-17/+15
2021-07-12scsi: pm8001: Clean up kernel-doc and commentsRandy Dunlap1-19/+22
2021-07-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-6/+4
2021-06-15scsi: pm8001: Remove unnecessary OOM messageZhen Lei1-4/+2
2021-06-02scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche1-2/+2
2021-05-15scsi: pm80xx: Fix drives missing during rmmod/insmod loopAjish Koshy1-1/+6
2021-04-15scsi: pm80xx: Completing pending I/O after fatal errorRuksar Devadi1-1/+1
2021-04-12scsi: pm8001: Clean up white spaceLuo Jiaxing1-10/+10
2021-03-15scsi: pm8001: Provide function name 'pm8001_I_T_nexus_reset()' in headerLee Jones1-0/+1
2021-03-09scsi: pm80xx: Replace magic numbers with device state definesIgor Pylypiv1-4/+4
2021-01-22scsi: pm80xx: Switch back to original libsas event notifiersAhmed S. Darwish1-3/+2
2021-01-22scsi: pm80xx: Pass gfp_t flags to libsas event notifiersAhmed S. Darwish1-4/+4
2021-01-22scsi: libsas: Remove notifier indirectionJohn Garry1-5/+2
2021-01-13scsi: pm80xx: Check for fatal errorakshatzen1-0/+9
2020-11-30scsi: pm8001: Convert pm8001_printk() to pm8001_info()Joe Perches1-2/+2
2020-11-23scsi: pm8001: Make implicit use of pm8001_ha in pm8001_printk() explicitJoe Perches1-2/+2
2020-11-23scsi: pm8001: Neaten debug logging macros and usesJoe Perches1-76/+56
2020-11-10scsi: pm8001: pm8001_sas: Fix strncpy() warning when space is not left for NULLee Jones1-1/+1
2020-11-04scsi: pm80xx: Make running_req atomicViswas G1-4/+7
2020-08-31scsi: pm8001: Fix memleak in pm8001_exec_internal_task_abortDinghao Liu1-1/+1
2020-07-24scsi: pm8001: Move function header and supply some missing parameter descript...Lee Jones1-4/+5
2019-11-19scsi: pm80xx: Cleanup command when a reset times outpeter chang1-13/+37
2019-11-19scsi: pm80xx: Fix dereferencing dangling pointerVikram Auradkar1-6/+6
2019-11-19scsi: pm80xx: Squashed logging cleanup changespeter chang1-2/+4
2019-11-19scsi: pm80xx: Initialize variable used as return statusJohn Sperbeck1-1/+1
2019-08-07scsi: pm80xx: remove redundant assignments to variable rcColin Ian King1-10/+3