summaryrefslogtreecommitdiff
path: root/drivers/scsi
AgeCommit message (Expand)Author
2023-03-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman
2023-03-17Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman
2023-03-17drivers: remove struct module * setting from struct classGreg Kroah-Hartman
2023-03-16Merge patch series "mpi3mr: Few Enhancements and minor fixes"Martin K. Petersen
2023-03-16scsi: mpi3mr: Update driver version to 8.4.1.0.0Ranjan Kumar
2023-03-16scsi: mpi3mr: Update copyright yearRanjan Kumar
2023-03-16scsi: mpi3mr: Fix W=1 compilation warningsRanjan Kumar
2023-03-16scsi: mpi3mr: Update MPI Headers to revision 27Ranjan Kumar
2023-03-16scsi: mpi3mr: Avoid escalating to higher level reset when target is removedRanjan Kumar
2023-03-16scsi: mpi3mr: Modify MUR timeout value to 120 secondsRanjan Kumar
2023-03-16scsi: mpi3mr: Fix admin queue memory leak upon soft resetRanjan Kumar
2023-03-16scsi: mpi3mr: Successive VD delete and add causes FW faultRanjan Kumar
2023-03-16scsi: qlogicpti: sun_esp: Use of_property_read_bool() for boolean propertiesRob Herring
2023-03-16Merge patch series "add virtual remote fabric"Martin K. Petersen
2023-03-16scsi: efct: Remove default fabric ops calloutsDmitry Bogdanov
2023-03-16scsi: qla2xxx: Remove default fabric ops calloutsDmitry Bogdanov
2023-03-16scsi: ibmvscsit: Remove default fabric ops calloutsDmitry Bogdanov
2023-03-16Merge patch series "scsi_debug: Some minor improvements"Martin K. Petersen
2023-03-16scsi: scsi_debug: Add poll mode deferred completions to statisticsJohn Garry
2023-03-16scsi: scsi_debug: Get command abort feature working againJohn Garry
2023-03-16scsi: scsi_debug: Drop sdebug_dev_info.num_in_qJohn Garry
2023-03-16scsi: scsi_debug: Drop check for num_in_q exceeding queue depthJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_host_reset() device NULL pointer checkJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_bus_reset() NULL pointer checksJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_target_reset() NULL pointer checksJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_device_reset() NULL pointer checksJohn Garry
2023-03-16scsi: scsi_debug: Drop scsi_debug_abort() NULL pointer checksJohn Garry
2023-03-16scsi: scsi_debug: Stop setting devip->sdbg_host twiceJohn Garry
2023-03-16scsi: scsi_debug: Don't hold driver host struct pointer in host->hostdata[]John Garry
2023-03-16scsi: fnic: Switch to use %ptTsAndy Shevchenko
2023-03-16scsi: be2iscsi: Make some variables staticTom Rix
2023-03-16scsi: scsi_dh_alua: Fix memleak for 'qdata' in alua_activate()Yu Kuai
2023-03-16scsi: qla2xxx: Synchronize the IOCB count to be in orderQuinn Tran
2023-03-16scsi: qla2xxx: Perform lockless command completion in abort pathNilesh Javali
2023-03-16scsi: core: Add BLIST_SKIP_VPD_PAGES for SKhynix H28U74301AMRJoel Selvaraj
2023-03-10Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2023-03-09Merge patch series "PCI/AER: Remove redundant Device Control Error Reporting ...Martin K. Petersen
2023-03-09scsi: qla4xxx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-09scsi: qla2xxx: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-09scsi: mpt3sas: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-09scsi: lpfc: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-09scsi: hpsa: Remove unnecessary pci_disable_pcie_error_reporting() commentBjorn Helgaas
2023-03-09scsi: csiostor: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-09scsi: bfa: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-09scsi: be2iscsi: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-09scsi: arcmsr: Remove unnecessary aer.h includeBjorn Helgaas
2023-03-09scsi: aacraid: Drop redundant pci_enable_pcie_error_reporting()Bjorn Helgaas
2023-03-09Merge patch series "Add poll support for hisi_sas v3 hw"Martin K. Petersen