summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)AuthorFilesLines
2023-03-11Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds17-39/+105
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
2023-02-22scsi: lpfc: Fix double word in commentsBo Liu7-13/+13
2023-02-22scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche1-0/+2
2023-02-22scsi: core: Fix a source code commentBart Van Assche1-1/+1
2023-02-22scsi: cxgbi: Remove unneeded version.h includeJesper Juhl1-1/+0
2023-02-22scsi: qedi: Remove unneeded version.h includeJesper Juhl1-1/+0
2023-02-22scsi: mpi3mr: Remove unneeded version.h includeJesper Juhl1-1/+0
2023-02-22scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki1-0/+4
2023-02-22scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki2-52/+33
2023-02-22scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmiShin'ichiro Kawasaki1-11/+2
2023-02-22scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()Shin'ichiro Kawasaki1-7/+8
2023-02-22scsi: mpi3mr: Fix an issue found by KASANTomas Henzl1-1/+1
2023-02-22scsi: ipr: Work around fortify-string warningArnd Bergmann1-20/+21
2023-02-22scsi: ipr: Make ipr_probe_ioa_part2() return voidDeepak R Varma1-10/+3
2023-02-22scsi: sd: Update DIX config every time sd_revalidate_disk() is calledXingui Yang2-12/+11
2023-02-22Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-0/+4
2023-02-22Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+1
2023-02-22scsi: sd: Remove unused sd_cdb_cacheFengnan Chang1-15/+1
2023-02-22scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra3-5/+9
2023-02-22scsi: ses: Don't attach if enclosure has no componentsJames Bottomley1-0/+6
2023-02-22scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()Tomas Henzl1-1/+2
2023-02-22scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl1-5/+9
2023-02-22scsi: ses: Fix possible addl_desc_ptr out-of-bounds accessesTomas Henzl1-9/+26
2023-02-22scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()Tomas Henzl1-2/+4
2023-02-21scsi: virtio_scsi: fix handling of kmalloc failureZheng Wang1-2/+12
2023-02-21Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds1-19/+17
2023-02-10mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2-2/+2