summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* scsi: ufs: Reduce the START STOP UNIT timeoutBart Van Assche2022-10-221-8/+1
* scsi: ufs: Use 'else' in ufshcd_set_dev_pwr_mode()Bart Van Assche2022-10-221-3/+2
* scsi: ufs: Remove an outdated commentBart Van Assche2022-10-221-1/+0
* scsi: core: Support failing requests while recoveringBart Van Assche2022-10-222-4/+7
* scsi: core: Change the return type of .eh_timed_out()Bart Van Assche2022-10-2215-59/+77
* scsi: core: Fix a race between scsi_done() and scsi_timeout()Bart Van Assche2022-10-221-11/+3
* scsi: lpfc: Update lpfc version to 14.2.0.8Justin Tee2022-10-221-1/+1
* scsi: lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver infoJustin Tee2022-10-224-2/+252
* scsi: lpfc: Log when congestion management limits are in effectJustin Tee2022-10-221-0/+12
* scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee2022-10-221-3/+3
* scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned offJustin Tee2022-10-221-0/+1
* scsi: qedf: Remove set but unused variable 'page'Jiapeng Chong2022-10-221-3/+0
* scsi: pm80xx: Remove unused reset_in_progress flag logicIgor Pylypiv2022-10-222-5/+0
* scsi: mvsas: Use sas_task_find_rq() for taggingJohn Garry2022-10-224-23/+29
* scsi: mvsas: Delete mvs_tag_init()John Garry2022-10-223-10/+0
* scsi: pm8001: Use sas_task_find_rq() for taggingJohn Garry2022-10-224-31/+24
* scsi: pm8001: Remove pm8001_tag_init()Igor Pylypiv2022-10-223-10/+0
* scsi: hisi_sas: Put reserved tags in lower region of tagsetJohn Garry2022-10-221-7/+7
* scsi: hisi_sas: Use sas_task_find_rq()John Garry2022-10-221-18/+8
* scsi: libsas: Add sas_task_find_rq()John Garry2022-10-221-0/+18
* scsi: target: Remove the unused function transport_lba_64_ext()Jiapeng Chong2022-10-221-8/+0
* scsi: libsas: Use sas_phy_match_port_addr() instead of open coding itJason Yan2022-10-181-2/+1
* scsi: libsas: Use sas_phy_addr_match() instead of open coding itJason Yan2022-10-181-2/+1
* scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding itJason Yan2022-10-181-12/+6
* scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding itJason Yan2022-10-181-11/+3
* scsi: mvsas: Use sas_find_attached_phy_id() instead of open coding itJason Yan2022-10-181-12/+5
* scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding itJason Yan2022-10-181-12/+6
* scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan2022-10-182-0/+18
* scsi: libsas: Introduce SAS address comparison helpersJason Yan2022-10-181-0/+17
* scsi: core: Release SCSI devices synchronouslyBart Van Assche2022-10-183-21/+4
* scsi: core: Remove the put_device() call from scsi_device_get()Bart Van Assche2022-10-181-5/+5
* scsi: ufs: Simplify ufshcd_set_dev_pwr_mode()Bart Van Assche2022-10-181-7/+2
* scsi: core: Rework scsi_single_lun_run()Bart Van Assche2022-10-181-17/+15
* scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche2022-10-183-35/+102
* scsi: core: Fail host creation if creating the proc directory failsBart Van Assche2022-10-183-7/+13
* scsi: esas2r: Introduce scsi_template_proc_dir()Bart Van Assche2022-10-183-6/+28
* scsi: esas2r: Initialize two host template members implicitlyBart Van Assche2022-10-181-2/+0
* scsi: libsas: Update SATA dev FIS in sas_ata_task_done()John Garry2022-10-181-2/+2
* scsi: libsas: Make sas_{alloc, alloc_slow, free}_task() privateJohn Garry2022-10-183-7/+4
* scsi: pm8001: Use sas_ata_device_link_abort() to handle NCQ errorsJohn Garry2022-10-184-326/+19
* scsi: pm8001: Modify task abort handling for SATA taskJohn Garry2022-10-183-6/+31
* scsi: hisi_sas: Modify v3 HW SATA disk error state completion processingXingui Yang2022-10-181-1/+4
* scsi: hisi_sas: Add SATA_DISK_ERR bit handling for v3 hwXingui Yang2022-10-183-3/+64
* scsi: hisi_sas: Move slot variable definition in hisi_sas_abort_task()Xingui Yang2022-10-181-5/+3
* scsi: libsas: Add sas_ata_device_link_abort()John Garry2022-10-182-0/+21
* Linux 6.1-rc1v6.1-rc1Linus Torvalds2022-10-161-2/+2
* Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-10-16185-421/+378
|\
| * prandom: remove unused functionsJason A. Donenfeld2022-10-113-23/+5
| * treewide: use get_random_bytes() when possibleJason A. Donenfeld2022-10-1119-24/+24
| * treewide: use get_random_u32() when possibleJason A. Donenfeld2022-10-1171-100/+100