Linux SCSI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-03-19 17:45:41 to 2025-04-03 21:21:55 UTC [more...]

[PATCH 00/24] Optimize the hot path in the UFS driver
 2025-04-03 21:17 UTC  (13+ messages)
` [PATCH 02/24] scsi: core: Make scsi_cmd_priv() accept const arguments
` [PATCH 03/24] scsi: core: Use scsi_cmd_priv() instead of open-coding it
` [PATCH 04/24] scsi: core: Implement reserved command handling
` [PATCH 05/24] scsi: core: Introduce scsi_host_update_can_queue()
` [PATCH 06/24] scsi: ufs: core: Change the type of one ufshcd_add_cmd_upiu_trace() argument
` [PATCH 07/24] scsi: ufs: core: Only call ufshcd_add_command_trace() for SCSI commands
` [PATCH 08/24] scsi: ufs: core: Change the type of one ufshcd_add_command_trace() argument
` [PATCH 09/24] scsi: ufs: core: Change the type of one ufshcd_send_command() argument
` [PATCH 10/24] scsi: ufs: core: Only call ufshcd_should_inform_monitor() for SCSI commands
` [PATCH 11/24] scsi: ufs: core: Change the monitor function argument types
` [PATCH 12/24] scsi: ufs: core: Rework ufshcd_mcq_compl_pending_transfer()
` [PATCH 13/24] scsi: ufs: core: Rework ufshcd_eh_device_reset_handler()

[PATCH AUTOSEL 5.4 10/14] scsi: st: Fix array overflow in st_setup()
 2025-04-03 19:10 UTC 

[PATCH AUTOSEL 5.10 11/15] scsi: st: Fix array overflow in st_setup()
 2025-04-03 19:09 UTC 

[PATCH AUTOSEL 5.15 12/16] scsi: st: Fix array overflow in st_setup()
 2025-04-03 19:09 UTC 

[PATCH AUTOSEL 6.1 13/18] scsi: st: Fix array overflow in st_setup()
 2025-04-03 19:08 UTC 

[PATCH AUTOSEL 6.6 03/26] scsi: target: spc: Fix RSOC parameter data header size
 2025-04-03 19:07 UTC  (2+ messages)
` [PATCH AUTOSEL 6.6 21/26] scsi: st: Fix array overflow in st_setup()

[PATCH AUTOSEL 6.12 06/47] scsi: mpi3mr: Avoid reply queue full condition
 2025-04-03 19:05 UTC  (4+ messages)
` [PATCH AUTOSEL 6.12 07/47] scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queue
` [PATCH AUTOSEL 6.12 12/47] scsi: target: spc: Fix RSOC parameter data header size
` [PATCH AUTOSEL 6.12 34/47] scsi: st: Fix array overflow in st_setup()

[PATCH AUTOSEL 6.13 06/49] scsi: mpi3mr: Avoid reply queue full condition
 2025-04-03 19:03 UTC  (4+ messages)
` [PATCH AUTOSEL 6.13 07/49] scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queue
` [PATCH AUTOSEL 6.13 12/49] scsi: target: spc: Fix RSOC parameter data header size
` [PATCH AUTOSEL 6.13 34/49] scsi: st: Fix array overflow in st_setup()

[PATCH AUTOSEL 6.14 08/54] scsi: mpi3mr: Avoid reply queue full condition
 2025-04-03 19:01 UTC  (4+ messages)
` [PATCH AUTOSEL 6.14 09/54] scsi: mpi3mr: Synchronous access b/w reset and tm thread for reply queue
` [PATCH AUTOSEL 6.14 14/54] scsi: target: spc: Fix RSOC parameter data header size
` [PATCH AUTOSEL 6.14 38/54] scsi: st: Fix array overflow in st_setup()

[PATCH 1/2] megaraid_sas: Block zero-length ATA VPD inquiry due to firmware bug
 2025-04-03 15:23 UTC  (3+ messages)
` [PATCH 2/2] megaraid_sas: Driver version update to 07.734.00.00-rc1

[PATCH v5 1/1] scsi: ufs: core: add device level exception support
 2025-04-03 14:55 UTC  (3+ messages)

[PATCH] scsi: scsi_transport_srp: replace min/max nesting with clamp()
 2025-04-03 14:55 UTC  (3+ messages)

[PATCH v2 1/1] scsi: ufs: core: Rename ufshcd_wb_presrv_usrspc_keep_vcc_on()
 2025-04-03 14:55 UTC  (4+ messages)

[PATCH] scsi: smartpqi: use is_kdump_kernel() to check for kdump
 2025-04-03 14:09 UTC  (4+ messages)

[PATCH] scsi: pm80xx: Set phy_attached to zero when device is gone
 2025-04-03 14:06 UTC  (2+ messages)

[PATCH v2 0/7] ufs-exynos stability fixes for gs101
 2025-04-03 14:04 UTC  (3+ messages)

[PATCH] scsi: iscsi: Fix missing scsi_host_put in error path
 2025-04-03 13:47 UTC  (3+ messages)

[PATCH] change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90
 2025-04-03 12:41 UTC  (5+ messages)
` [[PATCH v2]] transform strncpy into strscpy
  ` [PATCH v3] "

[PATCH blktests 0/3] blktest: add unmap write zeroes tests
 2025-04-03  7:55 UTC  (8+ messages)
` [PATCH blktests 1/3] scsi/010: "
` [PATCH blktests 2/3] dm/003: "
` [PATCH blktests 3/3] nvme/060: "

[[PATCH v2]] transform strncpy into strscpy
 2025-04-02 19:40 UTC 

[PATCH v4 1/1] scsi: ufs: core: add device level exception support
 2025-04-02 19:00 UTC  (13+ messages)

[PATCH] change strncpy to strscpy strncpy is now depricated. It may not NUL-terminate the destination string, resulting in potential memory content exposures, unbounded reads, or crashes. Link: https://github.com/KSPP/linux/issues/90
 2025-04-02 17:33 UTC 

[PATCH V5 0/3] scsi: ufs-qcom: Enable Hibern8, MCQ, and Testbus registers Dump
 2025-04-02 11:59 UTC  (4+ messages)
` [PATCH V5 1/3] scsi: ufs-qcom: Add support for dumping HW and SW hibern8 count
` [PATCH V5 2/3] scsi: ufs-qcom: Add support to dump MCQ registers
` [PATCH V5 3/3] scsi: ufs-qcom: Add support to dump testbus registers

[PATCH v8] ufs: core: Add WB buffer resize support
 2025-04-02  8:51 UTC  (3+ messages)

[PATCH 1/1] genirq/msi: Dynamic remove/add stroage adapter hits EEH
 2025-04-02  8:33 UTC  (6+ messages)

[PATCH v7] ufs: core: Add WB buffer resize support
 2025-04-02  8:07 UTC  (3+ messages)

reply: reply: [RFC PATCH v3 00/19] scsi: scsi_error: Introduce new error handle mechanism
 2025-04-01  9:24 UTC  (2+ messages)

[PATCH 0/5] hisi_sas: Misc patches and cleanups
 2025-04-01  1:18 UTC  (13+ messages)
` [PATCH 1/5] scsi: hisi_sas: Add host_tagset_enable module param for v3 hw
` [PATCH 2/5] scsi: hisi_sas: Use macro instead of magic number
` [PATCH 3/5] scsi: hisi_sas: Code style cleanup
` [PATCH 4/5] scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk
` [PATCH 5/5] scsi: hisi_sas: Wait until eh is recovered

[PATCH v2 0/4] hisi_sas: Misc patches and cleanups
 2025-03-31 12:33 UTC  (5+ messages)
` [PATCH v2 1/4] scsi: hisi_sas: Use macro instead of magic number
` [PATCH v2 2/4] scsi: hisi_sas: Code style cleanup
` [PATCH v2 3/4] scsi: hisi_sas: Call I_T_nexus after soft reset for SATA disk
` [PATCH v2 4/4] scsi: hisi_sas: Wait until eh is recovered

[RFC PATCH v3 00/19] scsi: scsi_error: Introduce new error handle mechanism
 2025-03-31  7:50 UTC  (5+ messages)
    ` 答复: "

[PATCH v1 1/1] scsi: ufs: core: Removed ufshcd_wb_presrv_usrspc_keep_vcc_on()
 2025-03-28 19:39 UTC  (4+ messages)

[PATCH RFC v2 0/2] ufs: core: cleanup and threaded irq handler
 2025-03-28 17:14 UTC  (8+ messages)
` [PATCH RFC v2 1/2] ufs: core: drop last_intr_status/ts stats
` [PATCH RFC v2 2/2] ufs: core: delegate the interrupt service routine to a threaded irq handler

[patch V2 00/10] genirq/msi: Spring cleaning
 2025-03-28 14:05 UTC  (4+ messages)
` [patch V2 09/10] scsi: ufs: qcom: Remove the MSI descriptor abuse

[PATCH v1 0/1] *** export interface for custom UPIU transfer ***
 2025-03-28 13:04 UTC  (7+ messages)
` [PATCH v1 1/1] ufs: core: Export interface for sending raw UPIU commands

[PATCH v3 0/4] Add UFS support for SM8750
 2025-03-27 20:54 UTC  (5+ messages)
` [PATCH v3 1/4] dt-bindings: ufs: qcom: Document the SM8750 UFS Controller
` [PATCH v3 2/4] arm64: dts: qcom: sm8750: Add UFS nodes for SM8750 SoC
` [PATCH v3 3/4] arm64: dts: qcom: sm8750: Add UFS nodes for SM8750 MTP
` [PATCH v3 4/4] arm64: dts: qcom: sm8750: Add UFS nodes for SM8750 QRD board

[PATCH V3 0/3] scsi: ufs-qcom: Enable Dumping of Hibern8, MCQ, and Testbus Registers
 2025-03-27 16:36 UTC  (7+ messages)
` [PATCH V3 2/3] scsi: ufs-qcom: Add support for dumping MCQ registers

[PATCH 6.6.y] scsi: ufs: qcom: Only free platform MSIs when ESI is enabled
 2025-03-27  9:10 UTC 

[GIT PULL] SCSI updates for the 6.14+ merge window
 2025-03-27  4:00 UTC  (2+ messages)

[RESEND PATCH v3] scsi: Bypass certain SCSI commands on disks with "use_192_bytes_for_3f" attribute
 2025-03-26 16:51 UTC  (3+ messages)

[PATCH] ufs: core: bsg: Add hibern8 enter/exit to ufshcd_send_bsg_uic_cmd
 2025-03-26 15:08 UTC  (4+ messages)

[PATCH] ufs: qcom: Add quirks for Samsung UFS devices
 2025-03-26 10:39 UTC  (4+ messages)

[Bug 213759] New: CD tray ejected on hibernate resume
 2025-03-26  6:26 UTC  (2+ messages)
` [Bug 213759] "

[LSF/MM/BPF TOPIC] aacraid IRQ affinity
 2025-03-25 14:25 UTC 

[PATCH v2 0/6] Add UFS support for SM8750
 2025-03-25  7:37 UTC  (6+ messages)
` [PATCH v2 2/6] phy: qcom-qmp-ufs: Add PHY Configuration support for sm8750

[PATCH] scsi: megaraid_sas: Add write permissions to the scmd_timeout interface
 2025-03-25  6:18 UTC 

[LSF/MM/BPF TOPIC] Multipath bio vs. request
 2025-03-25  2:59 UTC  (4+ messages)

[PATCH] [v2]aacraid: Reply queue mapping to CPUs based on IRQ affinity
 2025-03-25  1:54 UTC  (10+ messages)

Shipment 631915101641508868 has been scanned in transit
 2025-03-24 14:22 UTC 

[PATCH 0/1] Fix not fully initialized SCSI commands
 2025-03-24 11:52 UTC  (3+ messages)
` [PATCH 1/1] scsi: uninit not completed scsi cmd

[PATCH RFC] ufs: delegate the interrupt service routine to a threaded irq handler
 2025-03-24 11:02 UTC  (4+ messages)

[PATCH V4 0/3] scsi: ufs-qcom: Enable Hibern8, MCQ, and Testbus registers Dump
 2025-03-24  7:41 UTC  (2+ messages)

[PATCH v4 0/2] scsi: hisi_sas: Fix IO errors caused by hardware port ID changes
 2025-03-24  7:20 UTC  (4+ messages)

REMINDER - LSF/MM/BPF: 2025: Call for Proposals
 2025-03-22 20:49 UTC  (2+ messages)

[PATCH] ufs: crypto: add host_sem lock in ufshcd_program_key
 2025-03-21 16:53 UTC  (4+ messages)

[PATCH v3 00/16] Converge on using secs_to_jiffies() part two
 2025-03-21 16:08 UTC  (5+ messages)
` [PATCH v3 14/16] platform/x86/amd/pmf: convert timeouts to secs_to_jiffies()
` [PATCH v3 15/16] platform/x86: thinkpad_acpi: "

[PATCH v2] scsi: ufs: core: Fix a race condition related to device commands
 2025-03-21  0:48 UTC  (2+ messages)

[PATCH] scsi: hisi_sas: Fixed failure to issue vendor specific commands
 2025-03-21  0:36 UTC  (2+ messages)

[PATCH] scsi: fnic: Remove unnecessary NUL-terminations
 2025-03-21  0:36 UTC  (2+ messages)

[PATCH 0/3] scsi: st: Small fixes
 2025-03-21  0:36 UTC  (2+ messages)

[PATCH] scsi: fnic: Remove redundant 'flush_workqueue()' calls
 2025-03-21  0:36 UTC  (2+ messages)

[PATCH] scsi: target: tcm_loop: fix wrong abort tag
 2025-03-21  0:36 UTC  (2+ messages)

[PATCH] scsi: lpfc: restore clearing of NLP_UNREG_INP in ndlp->nlp_flag
 2025-03-21  0:36 UTC  (2+ messages)

pm80xx driver crashes in a daisy-chained multipath JBOD configuration
 2025-03-20 15:30 UTC  (2+ messages)

[patch V4 00/14] genirq/msi: Spring cleaning
 2025-03-19 20:40 UTC  (5+ messages)
` [patch V4 01/14] cleanup: Provide retain_ptr()
` [patch V4 13/14] scsi: ufs: qcom: Remove the MSI descriptor abuse

[RFC PATCH -next v3 00/10] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-03-19 19:50 UTC  (3+ messages)
` [RFC PATCH -next v3 06/10] dm: add BLK_FEAT_WRITE_ZEROES_UNMAP support

[PATCH v3 1/1] scsi: ufs: core: add device level exception support
 2025-03-19 17:45 UTC  (4+ messages)


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