public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-09 00:39:01 to 2023-09-13 01:43:08 UTC [more...]

[PATCH 00/19] Fix libata suspend/resume handling and code cleanup
 2023-09-13  1:43 UTC  (56+ messages)
` [PATCH 01/19] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH 02/19] ata: libata-core: Fix port and device removal
` [PATCH 03/19] ata: libata-scsi: link ata port and scsi device
` [PATCH 04/19] ata: libata-scsi: Disable scsi device manage_start_stop
` [PATCH 05/19] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH 06/19] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH 07/19] scsi: sd: Do not issue commands to suspended disks on remove
` [PATCH 08/19] scsi: Remove scsi device no_start_on_resume flag
` [PATCH 09/19] ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
` [PATCH 10/19] ata: libata-core: Synchronize ata_port_detach() with hotplug
` [PATCH 11/19] ata: libata-core: Detach a port devices on shutdown
` [PATCH 12/19] ata: libata-core: Remove ata_port_suspend_async()
` [PATCH 13/19] ata: libata-core: Remove ata_port_resume_async()
` [PATCH 14/19] ata: libata-core: skip poweroff for devices that are runtime suspended
` [PATCH 15/19] ata: libata-core: Do not resume ports that have been "
` [PATCH 16/19] ata: libata-sata: Improve ata_sas_slave_configure()
` [PATCH 17/19] ata: libata-eh: Improve reset error messages
` [PATCH 18/19] ata: libata-eh: Reduce "disable device" message verbosity
` [PATCH 19/19] ata: libata: Cleanup inline DMA helper functions

[PATCH v2 0/3] Minor cleanups
 2023-09-12 23:06 UTC  (6+ messages)
` [PATCH v2 1/3] scsi: libsas: Move local functions declarations to sas_internal.h
` [PATCH v2 2/3] scsi: libsas: Declare sas_set_phy_speed() static
` [PATCH v2 3/3] scsi: libsas: Declare sas_discover_end_dev() static

[PATCH v3 0/3] Minor cleanups
 2023-09-12 23:05 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: libsas: Move local functions declarations to sas_internal.h
` [PATCH v3 2/3] scsi: libsas: Declare sas_set_phy_speed() static
` [PATCH v3 3/3] scsi: libsas: Declare sas_discover_end_dev() static

[PATCH] ata,scsi: do not issue START STOP UNIT on resume
 2023-09-12 22:58 UTC  (3+ messages)

[PATCH 7/8] scsi: esas2r: Use FIELD_GET() to extract Link Width
 2023-09-12 10:39 UTC  (4+ messages)
` [PATCH 8/8] scsi: qla2xxx: "

[PATCH v2 00/10] Hardware wrapped key support for qcom ice and ufs
 2023-09-12 10:06 UTC  (4+ messages)

[PATCH 0/3] Minor cleanups
 2023-09-12  8:41 UTC  (8+ messages)
` [PATCH 1/3] scsi: libsas: Move local functions declarations to sas_internal.h
` [PATCH 2/3] scsi: libsas: Declare sas_set_phy_speed() static
` [PATCH 3/3] scsi: libsas: Declare sas_discover_end_dev() static

blktests failures with v6.6-rc1
 2023-09-12  8:01 UTC 

[PATCH v2 00/21] Fix libata suspend/resume handling and code cleanup
 2023-09-12  7:52 UTC  (26+ messages)
` [PATCH v2 01/21] ata: libata-core: Fix ata_port_request_pm() locking
` [PATCH v2 02/21] ata: libata-core: Fix port and device removal
` [PATCH v2 03/21] ata: libata-scsi: link ata port and scsi device
` [PATCH v2 04/21] ata: libata-scsi: Disable scsi device manage_start_stop
` [PATCH v2 05/21] ata: libata-scsi: Fix delayed scsi_rescan_device() execution
` [PATCH v2 06/21] ata: libata-core: Do not register PM operations for SAS ports
` [PATCH v2 07/21] scsi: sd: Do not issue commands to suspended disks on remove
` [PATCH v2 08/21] ata: libata-core: Fix compilation warning in ata_dev_config_ncq()
` [PATCH v2 09/21] ata: libata-eh: Fix compilation warning in ata_eh_link_report()
` [PATCH v2 10/21] scsi: Remove scsi device no_start_on_resume flag
` [PATCH v2 11/21] ata: libata-scsi: Cleanup ata_scsi_start_stop_xlat()
` [PATCH v2 12/21] ata: libata-core: Synchronize ata_port_detach() with hotplug
` [PATCH v2 13/21] ata: libata-core: Detach a port devices on shutdown
` [PATCH v2 14/21] ata: libata-core: Remove ata_port_suspend_async()
` [PATCH v2 15/21] ata: libata-core: Remove ata_port_resume_async()
` [PATCH v2 16/21] ata: libata-core: skip poweroff for devices that are runtime suspended
` [PATCH v2 17/21] ata: libata-core: Do not resume ports that have been "
` [PATCH v2 18/21] ata: libata-sata: Improve ata_sas_slave_configure()
` [PATCH v2 19/21] ata: libata-eh: Improve reset error messages
` [PATCH v2 20/21] ata: libata-eh: Reduce "disable device" message verbosity
` [PATCH v2 21/21] ata: libata: Cleanup inline DMA helper functions

[PATCH v3 0/6] UFS: Add OPP support
 2023-09-12  6:59 UTC  (4+ messages)
` [PATCH v3 5/6] arm64: dts: qcom: sdm845: Add OPP table support to UFSHC

[PATCH v2 00/10] scsi: pm8001: Bug fix and cleanup
 2023-09-11 23:27 UTC  (11+ messages)
` [PATCH v2 01/10] scsi: pm8001: Setup IRQs on resume
` [PATCH v2 02/10] scsi: pm8001: Introduce pm8001_free_irq()
` [PATCH v2 03/10] scsi: pm8001: Introduce pm8001_init_tasklet()
` [PATCH v2 04/10] scsi: pm8001: Introduce pm8001_kill_tasklet()
` [PATCH v2 05/10] scsi: pm8001: Introduce pm8001_handle_irq()
` [PATCH v2 06/10] scsi: pm8001: Simplify pm8001_chip_interrupt_enable/disable()
` [PATCH v2 07/10] scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()
` [PATCH v2 08/10] scsi: pm8001: Remove PM8001_USE_MSIX
` [PATCH v2 09/10] scsi: pm8001: Remove PM8001_USE_TASKLET
` [PATCH v2 10/10] scsi: pm8001: Remove PM8001_READ_VPD

[PATCH v3 0/6] PCI/treewide: Cleanup/streamline PCI error code handling
 2023-09-11 12:53 UTC  (7+ messages)
` [PATCH v3 1/6] alpha: Streamline convoluted PCI error handling
` [PATCH v3 2/6] sh: pci: Do PCI error check on own line
` [PATCH v3 3/6] atm: iphase: Do PCI error checks "
` [PATCH v3 4/6] PCI: Do error check on own line to split long if conditions
` [PATCH v3 5/6] PCI: xgene: Do PCI error check on own line & keep return value
` [PATCH v3 6/6] scsi: ipr: Do PCI error checks on own line

[PATCH 00/10] scsi: pm8001: Bug fix and cleanup
 2023-09-11 13:44 UTC  (15+ messages)
` [PATCH 01/10] scsi: pm8001: Setup IRQs on resume
` [PATCH 02/10] scsi: pm8001: Introduce pm8001_free_irq()
` [PATCH 03/10] scsi: pm8001: Introduce pm8001_init_tasklet()
` [PATCH 04/10] scsi: pm8001: Introduce pm8001_kill_tasklet()
` [PATCH 05/10] scsi: pm8001: Introduce pm8001_handle_irq()
` [PATCH 06/10] scsi: pm8001: Simplify pm8001_chip_interrupt_enable/disable()
` [PATCH 07/10] scsi: pm8001: Remove pm80xx_chip_intx_interrupt_enable/disable()
` [PATCH 08/10] scsi: pm8001: Remove PM8001_USE_MSIX
` [PATCH 09/10] scsi: pm8001: Remove PM8001_USE_TASKLET
` [PATCH 10/10] scsi: pm8001: Remove PM8001_READ_VPD

[PATCH 6.1 430/600] scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
 2023-09-11 13:47 UTC  (3+ messages)
` [PATCH 6.1 431/600] scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
` [PATCH 6.1 432/600] scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly

[PATCH 6.4 524/737] scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
 2023-09-11 13:46 UTC  (3+ messages)
` [PATCH 6.4 525/737] scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
` [PATCH 6.4 526/737] scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly

[PATCH] scsi: fnic: Replace sgreset tag with max_tag_id
 2023-09-11 20:30 UTC  (6+ messages)

[PATCH 0/6] Enable HS-G5 support on SM8550
 2023-09-11 10:02 UTC  (11+ messages)
` [PATCH 1/6] scsi: ufs: ufs-qcom: Setup host power mode during init
` [PATCH 2/6] scsi: ufs: ufs-qcom: Add support for UFS device version detection
` [PATCH 3/6] phy: qualcomm: phy-qcom-qmp-ufs: Add High Speed Gear 5 support for SM8550
` [PATCH 4/6] phy: qualcomm: phy-qcom-qmp-ufs: Move data structs and setting tables to header
` [PATCH 5/6] scsi: ufs: ufs-sysfs: Expose UFS power info
` [PATCH 6/6] scsi: ufs: ufs-sysfs: Introduce UFS power info sysfs nodes

[PATCH 1/2] pm80xx: Use phy specific sas address when sending PHY_START command
 2023-09-11 17:03 UTC  (2+ messages)
` [PATCH 2/2] pm80xx: Avoid leaking tags when processing OPC_INB_SET_CONTROLLER_CONFIG command

[PATCH 1/1] lpfc: Early return after marking final NLP_DROPPED flag in dev_loss_tmo
 2023-09-11 18:43 UTC  (2+ messages)

[PATCH 6.5 495/739] scsi: qedf: Do not touch __user pointer in qedf_dbg_stop_io_on_error_cmd_read() directly
 2023-09-11 13:44 UTC  (3+ messages)
` [PATCH 6.5 496/739] scsi: qedf: Do not touch __user pointer in qedf_dbg_debug_cmd_read() directly
` [PATCH 6.5 497/739] scsi: qedf: Do not touch __user pointer in qedf_dbg_fp_int_cmd_read() directly

[PATCH v2 2/3] scsi: ufs: core: Add ufshcd_wb_buf_resize function to enable WB buffer resize
 2023-09-11  8:21 UTC  (2+ messages)

[Bug 215943] New: UBSAN: array-index-out-of-bounds in drivers/scsi/megaraid/megaraid_sas_fp.c:103:32
 2023-09-11  8:19 UTC  (3+ messages)
` [Bug 215943] "

[PATCH v4] ufs: poll pmc until another pa request is completed
 2023-09-11  7:34 UTC  (3+ messages)

[RESEND PATCH v3 0/2] change UIC command handling
 2023-09-11  7:23 UTC  (7+ messages)

[PATCH V8 0/5] scsi: ufs: qcom: Align programming sequence as per HW spec
 2023-09-11  6:42 UTC  (2+ messages)

[PATCH] scsi: ufs: qcom: dt-bindings: Add MCQ ESI property
 2023-09-11  6:27 UTC  (4+ messages)

[PATCH v3 0/3] scsi: ufs: core: support WB buffer resize function
 2023-09-11  5:57 UTC  (4+ messages)
` [PATCH v3 1/3] scsi: ufs: core: add wb buffer resize related attr_idn
` [PATCH v3 2/3] scsi: ufs: core: Add sysfs attribute to control WB buffer resize function
` [PATCH v3 3/3] scsi: ufs: core: Add sysfs attributes to get the hint information and status of WB buffer resize

[PATCH 1/2] scsi: ufs: ufs-qcom: Update PHY settings only when scaling to higher gears
 2023-09-11  5:56 UTC  (6+ messages)
` [PATCH 2/2] scsi: ufs: ufs-qcom: Rename "hs_gear" to "phy_gear"

[PATCH v2 0/3] scsi: ufs: core: support WB buffer resize function
 2023-09-10  1:56 UTC  (2+ messages)

[GIT PULL] final round of SCSI updates for the 6.5+ merge window
 2023-09-09 19:09 UTC  (3+ messages)

[PATCH AUTOSEL 4.19 10/14] scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
 2023-09-09  0:40 UTC 

[PATCH AUTOSEL 6.1 09/24] scsi: lpfc: Abort outstanding ELS cmds when mailbox timeout error is detected
 2023-09-09  0:38 UTC  (2+ messages)
` [PATCH AUTOSEL 6.1 15/24] scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()

[PATCH AUTOSEL 4.14 10/12] scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
 2023-09-09  0:41 UTC 

[PATCH AUTOSEL 5.10 11/16] scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
 2023-09-09  0:39 UTC 

[PATCH AUTOSEL 5.4 10/14] scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
 2023-09-09  0:40 UTC 

[PATCH AUTOSEL 5.15 13/19] scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
 2023-09-09  0:38 UTC 

[PATCH AUTOSEL 6.4 15/25] scsi: target: iscsi: Fix buffer overflow in lio_target_nacl_info_show()
 2023-09-09  0:37 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox