summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-04-15Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-12/+8
2023-04-12scsi: ses: Handle enclosure with just a primary component gracefullyJiri Kosina1-12/+8
2023-04-08Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds3-3/+3
2023-04-03scsi: iscsi_tcp: Check that sock is valid before iscsi_set_param()Zhong Jinghua1-2/+1
2023-04-03scsi: qla2xxx: Fix memory leak in qla2x00_probe_one()Li Zetao1-0/+1
2023-04-03scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)Ranjan Kumar1-1/+1
2023-03-31Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-10/+12
2023-03-25scsi: mpt3sas: Don't print sense pool info twiceJerry Snitselaar1-5/+0
2023-03-25scsi: core: Improve scsi_vpd_inquiry() checksDamien Le Moal1-2/+9
2023-03-25scsi: megaraid_sas: Fix crash after a double completionTomas Henzl1-2/+2
2023-03-25scsi: megaraid_sas: Fix fw_crash_buffer_show()Tomas Henzl1-1/+1
2023-03-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-3/+18
2023-03-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds9-29/+78
2023-03-17scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()Yu Kuai1-2/+4
2023-03-17scsi: qla2xxx: Synchronize the IOCB count to be in orderQuinn Tran1-1/+2
2023-03-17scsi: qla2xxx: Perform lockless command completion in abort pathNilesh Javali1-0/+11
2023-03-17scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMRJoel Selvaraj1-0/+1
2023-03-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds17-39/+105
2023-03-10scsi: core: Fix a procfs host directory removal regressionBart Van Assche1-3/+0
2023-03-10scsi: core: Add BLIST_NO_VPD_SIZE for some VDASDLee Duncan3-1/+8
2023-03-08scsi: mpi3mr: Fix expander node leak in mpi3mr_remove()Tomas Henzl3-4/+10
2023-03-08scsi: mpi3mr: Fix memory leaks in mpi3mr_init_ioc()Tomas Henzl1-18/+23
2023-03-08scsi: mpi3mr: Fix sas_hba.phy memory leak in mpi3mr_remove()Tomas Henzl1-0/+6
2023-03-08scsi: mpi3mr: Fix mpi3mr_hba_port memory leak in mpi3mr_remove()Tomas Henzl1-0/+11
2023-03-08scsi: mpi3mr: Fix config page DMA memory leakTomas Henzl1-1/+5
2023-03-08scsi: mpi3mr: Fix throttle_groups memory leakTomas Henzl1-0/+3
2023-03-08scsi: mpt3sas: Fix NULL pointer access in mpt3sas_transport_port_add()Wenchao Hao1-2/+12
2023-03-07scsi: sd: Fix wrong zone_write_granularity value during revalidateShin'ichiro Kawasaki2-9/+6
2023-03-07scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX fileMichael Kelley1-0/+16
2023-03-07scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1Chandrakanth Patil1-2/+2
2023-03-07scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilitiesChandrakanth Patil2-2/+7
2023-03-07scsi: megaraid_sas: Update max supported LD IDs to 240Chandrakanth Patil2-1/+3
2023-03-07scsi: mpi3mr: Bad drive in topology results kernel crashRanjan Kumar1-5/+7
2023-03-07scsi: mpi3mr: NVMe command size greater than 8K failsRanjan Kumar1-2/+2
2023-03-07scsi: mpi3mr: Return proper values for failures in firmware init pathRanjan Kumar1-2/+9
2023-03-07scsi: mpi3mr: Wait for diagnostic save during controller initRanjan Kumar1-1/+18
2023-03-07scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar1-1/+2
2023-03-07scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar3-2/+14
2023-03-07scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel1-4/+4
2023-03-07scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee2-4/+2
2023-03-07scsi: hisi_sas: Check devm_add_action() return valueKang Chen1-2/+1
2023-03-07scsi: qla2xxx: Add option to disable FC2 Target supportDaniel Wagner3-2/+12
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds1-7/+7
2023-03-04Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds22-167/+157
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+12
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+2
2023-02-23Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds72-1250/+1404
2023-02-23Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds2-14/+8
2023-02-22scsi: core: Extend struct scsi_exec_argsBart Van Assche1-0/+1