summaryrefslogtreecommitdiffstats
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2022-11-08scsi: bfa: Convert bfad_reset_sdev_bflags() from a macro into a functionBart Van Assche2-26/+27
2022-11-08scsi: alua: Move a scsi_device_put() call out of alua_rtpg_select_sdev()Bart Van Assche1-14/+24
2022-11-08scsi: alua: Move a scsi_device_put() call out of alua_check_vpd()Bart Van Assche1-8/+15
2022-11-08scsi: elx: libefc: Fix second parameter type in state callbacksNathan Chancellor1-2/+4
2022-11-08scsi: BusLogic: Remove variable 'adapter_count'Colin Ian King1-4/+2
2022-11-08scsi: NCR5380: Fix repeated words in commentJilin Yuan1-1/+1
2022-11-08scsi: scsi_debug: Make the READ CAPACITY response compliant with ZBCBart Van Assche1-0/+7
2022-11-08scsi: scsi_transport_sas: Fix error handling in sas_phy_add()Yang Yingliang1-4/+9
2022-11-07scsi: ibmvfc: Avoid path failures during live migrationBrian King1-3/+11
2022-11-02blk-mq: pass a tagset to blk_mq_wait_quiesce_doneChristoph Hellwig1-1/+1
2022-10-29Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds6-25/+40
2022-10-27scsi: pm8001: Drop !task check in pm8001_abort_task()John Garry1-1/+1
2022-10-27scsi: pcmcia: nsp_cs: Remove unused variable iColin Ian King1-3/+1
2022-10-25scsi: remove an extra queue referenceChristoph Hellwig2-2/+0
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig1-0/+1
2022-10-25scsi: mpt3sas: re-do lost mpt3sas DMA mask fixSreekanth Reddy1-1/+1
2022-10-22scsi: core: Support failing requests while recoveringBart Van Assche1-3/+5
2022-10-22scsi: core: Change the return type of .eh_timed_out()Bart Van Assche9-49/+52
2022-10-22scsi: core: Fix a race between scsi_done() and scsi_timeout()Bart Van Assche1-11/+3
2022-10-22scsi: lpfc: Update lpfc version to 14.2.0.8Justin Tee1-1/+1
2022-10-22scsi: lpfc: Create a sysfs entry called lpfc_xcvr_data for transceiver infoJustin Tee4-2/+252
2022-10-22scsi: lpfc: Log when congestion management limits are in effectJustin Tee1-0/+12
2022-10-22scsi: lpfc: Fix hard lockup when reading the rx_monitor from debugfsJustin Tee1-3/+3
2022-10-22scsi: lpfc: Set sli4_param's cmf option to zero when CMF is turned offJustin Tee1-0/+1
2022-10-22scsi: mpi3mr: Select CONFIG_SCSI_SAS_ATTRSMichal Kubecek1-0/+1
2022-10-22scsi: qedf: Remove set but unused variable 'page'Jiapeng Chong1-3/+0
2022-10-22scsi: pm80xx: Remove unused reset_in_progress flag logicIgor Pylypiv2-5/+0
2022-10-22scsi: pm80xx: Display proc_name in sysfsIgor Pylypiv1-0/+1
2022-10-22scsi: mvsas: Use sas_task_find_rq() for taggingJohn Garry4-23/+29
2022-10-22scsi: mvsas: Delete mvs_tag_init()John Garry3-10/+0
2022-10-22scsi: pm8001: Use sas_task_find_rq() for taggingJohn Garry4-31/+24
2022-10-22scsi: pm8001: Remove pm8001_tag_init()Igor Pylypiv3-10/+0
2022-10-22scsi: hisi_sas: Put reserved tags in lower region of tagsetJohn Garry1-7/+7
2022-10-22scsi: hisi_sas: Use sas_task_find_rq()John Garry1-18/+8
2022-10-21Merge branch '6.1/scsi-queue' into 6.1/scsi-fixesMartin K. Petersen4-25/+38
2022-10-19scsi: libsas: make use of ata_port_is_frozen() helperNiklas Cassel1-1/+1
2022-10-18scsi: libsas: Use sas_phy_match_port_addr() instead of open coding itJason Yan1-2/+1
2022-10-18scsi: libsas: Use sas_phy_addr_match() instead of open coding itJason Yan1-2/+1
2022-10-18scsi: libsas: Use sas_phy_match_dev_addr() instead of open coding itJason Yan1-12/+6
2022-10-18scsi: hisi_sas: Use sas_find_attathed_phy_id() instead of open coding itJason Yan1-11/+3
2022-10-18scsi: mvsas: Use sas_find_attached_phy_id() instead of open coding itJason Yan1-12/+5
2022-10-18scsi: pm8001: Use sas_find_attached_phy_id() instead of open coding itJason Yan1-12/+6
2022-10-18scsi: libsas: Introduce sas_find_attached_phy_id() helperJason Yan1-0/+16
2022-10-18scsi: libsas: Introduce SAS address comparison helpersJason Yan1-0/+17
2022-10-18scsi: core: Release SCSI devices synchronouslyBart Van Assche2-20/+4
2022-10-18scsi: core: Remove the put_device() call from scsi_device_get()Bart Van Assche1-5/+5
2022-10-18scsi: core: Rework scsi_single_lun_run()Bart Van Assche1-17/+15
2022-10-18scsi: core: Introduce a new list for SCSI proc directory entriesBart Van Assche2-23/+102
2022-10-18scsi: core: Fail host creation if creating the proc directory failsBart Van Assche3-7/+13
2022-10-18scsi: esas2r: Introduce scsi_template_proc_dir()Bart Van Assche2-6/+22