aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/scsi (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18scsi: sr: Do not leak information in ioctlTom Rix1-3/+12
2022-04-11scsi: qedi: Fix failed disconnect handlingMike Christie1-35/+34
2022-04-11scsi: iscsi: Fix NOP handling during conn recoveryMike Christie1-1/+6
2022-04-11scsi: iscsi: Merge suspend fieldsMike Christie5-16/+16
2022-04-11scsi: iscsi: Fix unbound endpoint error handlingMike Christie1-29/+36
2022-04-11scsi: iscsi: Fix conn cleanup and stop race during iscsid restartMike Christie1-0/+17
2022-04-11scsi: iscsi: Fix endpoint reuse regressionMike Christie1-1/+11
2022-04-11scsi: iscsi: Release endpoint ID when its freedMike Christie1-36/+35
2022-04-11scsi: iscsi: Fix offload conn cleanup when iscsid restartsMike Christie1-20/+28
2022-04-11scsi: iscsi: Move iscsi_ep_disconnect()Mike Christie1-19/+19
2022-04-11scsi: pm80xx: Enable upper inbound, outbound queuesAjish Koshy1-0/+11
2022-04-11scsi: pm80xx: Mask and unmask upper interrupt vectors 32-63Ajish Koshy1-9/+13
2022-04-11Revert "scsi: scsi_debug: Address races following module load"Bart Van Assche1-146/+51
2022-04-06scsi: megaraid_sas: Target with invalid LUN ID is deleted during scanChandrakanth patil2-0/+10
2022-04-06scsi: ufs: ufshpb: Fix a NULL check on list iteratorXiaomeng Tong1-6/+5
2022-04-06scsi: sd: Clean up gendisk if device_add_disk() failedWenchao Hao1-0/+1
2022-04-06scsi: mvsas: Add PCI ID of RocketRaid 2640Alexey Galakhov1-0/+1
2022-04-06scsi: sd: sd_read_cpr() requires VPD pagesMartin K. Petersen1-1/+1
2022-04-06scsi: mpt3sas: Fail reset operation if config request timed outSreekanth Reddy1-3/+6
2022-04-06scsi: sym53c500_cs: Stop using struct scsi_pointerFinn Thain1-27/+25
2022-04-06scsi: ufs: ufs-pci: Add support for Intel MTLAdrian Hunter1-0/+17
2022-04-06scsi: mpt3sas: Fix mpt3sas_check_same_4gb_region() kdoc commentDamien Le Moal1-2/+1
2022-04-06scsi: scsi_debug: Fix sdebug_blk_mq_poll() in_use_bm bitmap useDamien Le Moal1-3/+5
2022-04-06Merge branch '5.18/scsi-queue' into 5.18/scsi-fixesMartin K. Petersen30-781/+391
2022-03-30scsi: bnx2i: Fix spelling mistake "mis-match" -> "mismatch"Colin Ian King1-2/+2
2022-03-30scsi: bnx2fc: Fix spelling mistake "mis-match" -> "mismatch"Colin Ian King1-3/+3
2022-03-30scsi: zorro7xx: Fix a resource leak in zorro7xx_remove_one()Christophe JAILLET1-0/+2
2022-03-30scsi: aic7xxx: Use standard PCI subsystem, subdevice definesTom Rix4-9/+5
2022-03-29scsi: ufs: qcom: Drop custom Android boot parametersKrzysztof Kozlowski1-15/+0
2022-03-29scsi: core: sysfs: Remove comments that conflict with the actual logicJackie Liu1-4/+0
2022-03-29scsi: hisi_sas: Remove stray fallthrough annotationDan Carpenter1-1/+0
2022-03-29scsi: virtio-scsi: Eliminate anonymous module_init & module_exitRandy Dunlap1-4/+4
2022-03-29scsi: isci: Fix spelling mistake "doesnt" -> "doesn't"Colin Ian King1-3/+3
2022-03-29scsi: core: Fix sbitmap depth in scsi_realloc_sdev_budget_map()John Garry1-0/+5
2022-03-29scsi: aha152x: Stop using struct scsi_pointerFinn Thain1-122/+113
2022-03-29scsi: ibmvscsis: Increase INITIAL_SRP_LIMIT to 1024Tyrel Datwyler1-1/+1
2022-03-29scsi: sr: Fix typo in CDROM(CLOSETRAY|EJECT) handlingKevin Groeneveld1-1/+1
2022-03-29scsi: pmcraid: Remove the PMCRAID_PASSTHROUGH_IOCTL ioctl implementationChristophe JAILLET2-524/+0
2022-03-29scsi: core: scsi_logging: Fix a BUGTomas Henzl1-1/+1
2022-03-29scsi: ufs: core: Remove unused field in struct ufs_hbaKeoseong Park1-2/+0
2022-03-29scsi: lpfc: Fix locking for lpfc_sli_iocbq_lookup()James Smart1-2/+8
2022-03-29scsi: lpfc: Fix broken SLI4 abort pathJames Smart1-5/+7
2022-03-29scsi: lpfc: Update lpfc version to 14.2.0.1James Smart1-1/+1
2022-03-29scsi: lpfc: Fix queue failures when recovering from PCI parity errorJames Smart1-0/+2
2022-03-29scsi: lpfc: Fix unload hang after back to back PCI EEH faultsJames Smart4-21/+72
2022-03-29scsi: lpfc: Improve PCI EEH Error and Recovery HandlingJames Smart6-58/+157
2022-03-29scsi: libiscsi: Remove unnecessary memset() in iscsi_conn_setup()Wenchao Hao1-1/+0
2022-03-29scsi: mpt3sas: Fix use after free in _scsih_expander_node_remove()Damien Le Moal1-1/+4
2022-03-28Merge tag 'for-linus-5.18-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-2/+2
2022-03-24Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds222-7607/+8065