aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-07Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-1/+1
2022-09-28ata: libata-sata: Fix device queue depth controlDamien Le Moal1-1/+2
2022-09-25scsi: libsas: Fix use-after-free bug in smp_execute_task_sg()Duoming Zhou1-1/+1
2022-07-18scsi: libsas: Resume SAS host for phy reset or enable via sysfsXiang Chen1-0/+4
2022-06-10scsi: libsas: Introduce struct smp_rps_respDamien Le Moal2-3/+3
2022-06-10scsi: libsas: Introduce struct smp_rg_respDamien Le Moal1-18/+13
2022-06-10scsi: libsas: Introduce struct smp_disc_respDamien Le Moal1-18/+14
2022-05-19scsi: libsas: Refactor sas_ata_hard_reset()John Garry1-14/+27
2022-03-14scsi: hisi_sas: Use libsas internal abort supportJohn Garry1-3/+10
2022-03-14scsi: libsas: Add sas_execute_internal_abort_dev()John Garry1-0/+8
2022-03-14scsi: libsas: Add sas_execute_internal_abort_single()John Garry1-0/+74
2022-03-01scsi: libsas: Clean up sas_form_port()Damien Le Moal1-31/+42
2022-02-27scsi: libsas: Use bool for queue_work() return codeJohn Garry2-20/+12
2022-02-27scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry2-14/+8
2022-02-22scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commandsDamien Le Moal1-7/+2
2022-02-22scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commandsDamien Le Moal1-1/+1
2022-02-22scsi: libsas: Add sas_execute_ata_cmd()John Garry2-1/+17
2022-02-19scsi: libsas: Add sas_abort_task()John Garry1-0/+16
2022-02-19scsi: libsas: Add sas_query_task()John Garry1-0/+16
2022-02-19scsi: libsas: Add sas_lu_reset()John Garry1-0/+10
2022-02-19scsi: libsas: Add sas_clear_task_set()John Garry1-0/+10
2022-02-19scsi: libsas: Add sas_abort_task_set()John Garry1-4/+12
2022-02-19scsi: libsas: Add TMF handler aborted callbackJohn Garry1-0/+2
2022-02-19scsi: libsas: Add TMF handler exec complete callbackJohn Garry1-0/+3
2022-02-19scsi: libsas: Add sas_execute_ssp_tmf()John Garry1-0/+18
2022-02-19scsi: libsas: Add sas_execute_tmf()John Garry2-0/+108
2022-02-19scsi: libsas: Move SMP task handlers to coreJohn Garry3-22/+29
2022-02-19scsi: libsas: Delete SAS_SG_ERRJohn Garry2-5/+0
2022-02-19scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry1-5/+9
2022-02-19scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()John Garry1-2/+4
2022-02-11scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen2-3/+2
2022-02-11scsi: libsas: Remove duplicated setting for task->task_state_flagsXiang Chen1-1/+0
2022-02-11scsi: libsas: Use void for sas_discover_event() return codeXiang Chen1-4/+2
2021-12-22scsi: libsas: Keep host active while processing eventsXiang Chen1-3/+21
2021-12-22scsi: libsas: Defer works of new phys during suspendXiang Chen2-0/+25
2021-12-22scsi: libsas: Refactor sas_queue_deferred_work()Xiang Chen2-11/+15
2021-12-22scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen1-0/+2
2021-12-22scsi: libsas: Resume host while sending SMP I/OsXiang Chen2-0/+4
2021-12-22scsi: libsas: Insert PORTE_BROADCAST_RCVD event for resuming hostXiang Chen1-0/+29
2021-12-22scsi: libsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen1-1/+5
2021-12-22scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry1-2/+15
2021-12-16scsi: libsas: Decode SAM status and host byte codesJohn Garry1-3/+4
2021-11-29scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche1-1/+0
2021-10-16scsi: libsas: Call scsi_done() directlyBart Van Assche1-2/+2
2021-10-12scsi: libsas: Export sas_phy_enable()Luo Jiaxing1-1/+2
2021-09-13scsi: libsas: Co-locate exports with symbolsJohn Garry2-14/+14
2021-08-11scsi: 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-20scsi: 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