summaryrefslogtreecommitdiffstats
path: root/drivers/scsi/libsas
Commit message (Expand)AuthorAgeFilesLines
...
* scsi: libsas: Introduce struct smp_disc_respDamien Le Moal2022-06-101-18/+14
* scsi: libsas: Refactor sas_ata_hard_reset()John Garry2022-05-191-14/+27
* scsi: hisi_sas: Use libsas internal abort supportJohn Garry2022-03-141-3/+10
* scsi: libsas: Add sas_execute_internal_abort_dev()John Garry2022-03-141-0/+8
* scsi: libsas: Add sas_execute_internal_abort_single()John Garry2022-03-141-0/+74
* scsi: libsas: Clean up sas_form_port()Damien Le Moal2022-03-011-31/+42
* scsi: libsas: Use bool for queue_work() return codeJohn Garry2022-02-272-20/+12
* scsi: libsas: Make sas_notify_{phy,port}_event() return voidJohn Garry2022-02-272-14/+8
* scsi: libsas: Simplify sas_ata_qc_issue() detection of NCQ commandsDamien Le Moal2022-02-221-7/+2
* scsi: libsas: Fix sas_ata_qc_issue() handling of NCQ NON DATA commandsDamien Le Moal2022-02-221-1/+1
* scsi: libsas: Add sas_execute_ata_cmd()John Garry2022-02-222-1/+17
* scsi: libsas: Add sas_abort_task()John Garry2022-02-191-0/+16
* scsi: libsas: Add sas_query_task()John Garry2022-02-191-0/+16
* scsi: libsas: Add sas_lu_reset()John Garry2022-02-191-0/+10
* scsi: libsas: Add sas_clear_task_set()John Garry2022-02-191-0/+10
* scsi: libsas: Add sas_abort_task_set()John Garry2022-02-191-4/+12
* scsi: libsas: Add TMF handler aborted callbackJohn Garry2022-02-191-0/+2
* scsi: libsas: Add TMF handler exec complete callbackJohn Garry2022-02-191-0/+3
* scsi: libsas: Add sas_execute_ssp_tmf()John Garry2022-02-191-0/+18
* scsi: libsas: Add sas_execute_tmf()John Garry2022-02-192-0/+108
* scsi: libsas: Move SMP task handlers to coreJohn Garry2022-02-193-22/+29
* scsi: libsas: Delete SAS_SG_ERRJohn Garry2022-02-192-5/+0
* scsi: libsas: Use enum for response frame DATAPRES fieldJohn Garry2022-02-191-5/+9
* scsi: libsas: Handle non-TMF codes in sas_scsi_find_task()John Garry2022-02-191-2/+4
* scsi: libsas: Remove unused parameter for function sas_ata_eh()Xiang Chen2022-02-112-3/+2
* scsi: libsas: Remove duplicated setting for task->task_state_flagsXiang Chen2022-02-111-1/+0
* scsi: libsas: Use void for sas_discover_event() return codeXiang Chen2022-02-111-4/+2
* scsi: libsas: Keep host active while processing eventsXiang Chen2021-12-221-3/+21
* scsi: libsas: Defer works of new phys during suspendXiang Chen2021-12-222-0/+25
* scsi: libsas: Refactor sas_queue_deferred_work()Xiang Chen2021-12-222-11/+15
* scsi: libsas: Add flag SAS_HA_RESUMINGXiang Chen2021-12-221-0/+2
* scsi: libsas: Resume host while sending SMP I/OsXiang Chen2021-12-222-0/+4
* scsi: libsas: Insert PORTE_BROADCAST_RCVD event for resuming hostXiang Chen2021-12-221-0/+29
* scsi: libsas: Add spin_lock/unlock() to protect asd_sas_port->phy_listXiang Chen2021-12-221-1/+5
* scsi: libsas: Don't always drain event workqueue for HA resumeJohn Garry2021-12-221-2/+15
* scsi: libsas: Decode SAM status and host byte codesJohn Garry2021-12-161-3/+4
* scsi: Remove superfluous #include <linux/async.h> directivesBart Van Assche2021-11-291-1/+0
* scsi: libsas: Call scsi_done() directlyBart Van Assche2021-10-161-2/+2
* scsi: libsas: Export sas_phy_enable()Luo Jiaxing2021-10-121-1/+2
* scsi: libsas: Co-locate exports with symbolsJohn Garry2021-09-132-14/+14
* scsi: libsas: Use scsi_cmd_to_rq() instead of scsi_cmnd.requestBart Van Assche2021-08-112-2/+2
* scsi: libsas: Drop BLK_DEV_BSGLIB selectionGuoqing Jiang2021-07-271-1/+0
* scsi: libsas: Allow libsas to include SCSI header files directlyJason Yan2021-07-209-12/+12
* scsi: libsas: Fix fall-through warning for ClangGustavo A. R. Silva2021-07-131-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-111-0/+9
|\
| * scsi: libsas: Add LUN number check in .slave_alloc callbackYufen Yu2021-06-221-0/+9
* | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-023-6/+7
|\|
| * scsi: libsas: Introduce more SAM status code aliases in enum exec_statusBart Van Assche2021-06-023-6/+7
* | scsi: libsas: Use _safe() loop in sas_resume_port()Dan Carpenter2021-05-211-2/+2
|/
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-04-283-47/+42
|\