summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-03-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-03-06scsi: sd: Fix wrong zone_write_granularity value during revalidateShin'ichiro Kawasaki
2023-03-06scsi: storvsc: Handle BlockSize change in Hyper-V VHD/VHDX fileMichael Kelley
2023-03-06scsi: megaraid_sas: Driver version update to 07.725.01.00-rc1Chandrakanth Patil
2023-03-06scsi: megaraid_sas: Add crash dump mode capability bit in MFI capabilitiesChandrakanth Patil
2023-03-06scsi: megaraid_sas: Update max supported LD IDs to 240Chandrakanth Patil
2023-03-06scsi: mpi3mr: Bad drive in topology results kernel crashRanjan Kumar
2023-03-06scsi: mpi3mr: NVMe command size greater than 8K failsRanjan Kumar
2023-03-06scsi: mpi3mr: Return proper values for failures in firmware init pathRanjan Kumar
2023-03-06scsi: mpi3mr: Wait for diagnostic save during controller initRanjan Kumar
2023-03-06scsi: mpi3mr: Driver unload crashes host when enhanced logging is enabledRanjan Kumar
2023-03-06scsi: mpi3mr: ioctl timeout when disabling/enabling interruptRanjan Kumar
2023-03-06scsi: lpfc: Avoid usage of list iterator variable after loopJakob Koschel
2023-03-06scsi: lpfc: Check kzalloc() in lpfc_sli4_cgn_params_read()Justin Tee
2023-03-06scsi: hisi_sas: Check devm_add_action() return valueKang Chen
2023-03-06scsi: qla2xxx: Add option to disable FC2 Target supportDaniel Wagner
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds
2023-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-02-25Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2023-02-22Merge tag 'ata-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dlem...Linus Torvalds
2023-02-21scsi: core: Extend struct scsi_exec_argsBart Van Assche
2023-02-21scsi: lpfc: Fix double word in commentsBo Liu
2023-02-21scsi: core: Remove the /proc/scsi/${proc_name} directory earlierBart Van Assche
2023-02-21scsi: core: Fix a source code commentBart Van Assche
2023-02-21scsi: cxgbi: Remove unneeded version.h includeJesper Juhl
2023-02-21scsi: qedi: Remove unneeded version.h includeJesper Juhl
2023-02-21scsi: mpi3mr: Remove unneeded version.h includeJesper Juhl
2023-02-21scsi: mpi3mr: Fix missing mrioc->evtack_cmds initializationShin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Use number of bits to manage bitmap sizesShin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Remove unnecessary memcpy() to alltgt_info->dmiShin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Fix issues in mpi3mr_get_all_tgt_info()Shin'ichiro Kawasaki
2023-02-21scsi: mpi3mr: Fix an issue found by KASANTomas Henzl
2023-02-21scsi: ipr: Work around fortify-string warningArnd Bergmann
2023-02-21scsi: ipr: Make ipr_probe_ioa_part2() return voidDeepak R Varma
2023-02-21scsi: sd: Update DIX config every time sd_revalidate_disk() is calledXingui Yang
2023-02-21Merge tag 'net-next-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-02-21Merge tag 'hyperv-next-signed-20230220' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-02-21scsi: sd: Remove unused sd_cdb_cacheFengnan Chang
2023-02-21scsi: scsi_transport_fc: Add an additional flag to fc_host_fpin_rcv()Muneendra
2023-02-21scsi: ses: Don't attach if enclosure has no componentsJames Bottomley
2023-02-21scsi: ses: Fix slab-out-of-bounds in ses_intf_remove()Tomas Henzl
2023-02-21scsi: ses: Fix possible desc_ptr out-of-bounds accessesTomas Henzl
2023-02-21scsi: ses: Fix possible addl_desc_ptr out-of-bounds accessesTomas Henzl
2023-02-21scsi: ses: Fix slab-out-of-bounds in ses_enclosure_data_process()Tomas Henzl
2023-02-20scsi: virtio_scsi: fix handling of kmalloc failureZheng Wang
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan