Linux SCSI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-09-01 15:13:39 to 2025-09-08 15:12:43 UTC [more...]

[PATCH RFC] scsi: ensure sdev queue_depth does not exceed that of cmd_per_lun
 2025-09-08 15:12 UTC 

[PATCH v6 RESEND 00/11] Improvements to S5 power consumption
 2025-09-08 14:41 UTC  (15+ messages)
` [PATCH v6 RESEND 01/11] PM: Introduce new PMSG_POWEROFF event
` [PATCH v6 RESEND 02/11] scsi: Add PM_EVENT_POWEROFF into suspend callbacks
` [PATCH v6 RESEND 03/11] usb: sl811-hcd: "
` [PATCH v6 RESEND 04/11] USB: Pass PMSG_POWEROFF event to suspend_common() for poweroff with S4 flow
` [PATCH v6 RESEND 05/11] PCI: PM: Disable device wakeups when halting system through "
` [PATCH v6 RESEND 06/11] PCI: PM: Split out code from pci_pm_suspend_noirq() into helper
` [PATCH v6 RESEND 07/11] PCI: PM: Run bridge power up actions as part of restore phase
` [PATCH v6 RESEND 08/11] PCI: PM: Use pci_power_manageable() in pci_pm_poweroff_noirq()
` [PATCH v6 RESEND 09/11] PCI: Put PCIe bridges with downstream devices into D3 at hibernate
` [PATCH v6 RESEND 10/11] drm/amd: Avoid evicting resources at S5
` [PATCH v6 RESEND 11/11] PM: Use hibernate flows for system power off

[PATCH v3 00/26] Optimize the hot path in the UFS driver
 2025-09-08 13:39 UTC  (28+ messages)
` [PATCH v3 01/26] scsi: core: Support allocating reserved commands
` [PATCH v3 02/26] scsi: core: Support allocating a pseudo SCSI device
` [PATCH v3 03/26] scsi: core: Do not allocate a budget token for reserved commands
` [PATCH v3 04/26] scsi: core: Bypass the queue limit checks "
` [PATCH v3 05/26] scsi: core: Add scsi_{get,put}_internal_cmd() helpers
` [PATCH v3 06/26] scsi_debug: Set .alloc_pseudo_sdev

[PATCH v8 00/12] blk: honor isolcpus configuration
 2025-09-08 13:05 UTC  (22+ messages)
` [PATCH v8 01/12] scsi: aacraid: use block layer helpers to calculate num of queues
` [PATCH v8 02/12] lib/group_cpus: remove dead !SMP code
` [PATCH v8 03/12] lib/group_cpus: Add group_mask_cpus_evenly()
` [PATCH v8 04/12] genirq/affinity: Add cpumask to struct irq_affinity
` [PATCH v8 05/12] blk-mq: add blk_mq_{online|possible}_queue_affinity
` [PATCH v8 06/12] nvme-pci: use block layer helpers to constrain queue affinity
` [PATCH v8 07/12] scsi: Use "
` [PATCH v8 08/12] virtio: blk/scsi: use "
` [PATCH v8 09/12] isolation: Introduce io_queue isolcpus type
` [PATCH v8 10/12] blk-mq: use hk cpus only when isolcpus=io_queue is enabled
` [PATCH v8 11/12] blk-mq: prevent offlining hk CPUs with associated online isolated CPUs
` [PATCH v8 12/12] docs: add io_queue flag to isolcpus

[PATCH v2 00/37] mm: remove nth_page()
 2025-09-08 12:53 UTC  (22+ messages)
` [PATCH v2 19/37] mm/gup: remove record_subpages()
` [PATCH v2 26/37] drm/i915/gem: drop nth_page() usage within SG entry
` [PATCH v2 34/37] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH v2 35/37] kfence: drop nth_page() usage
` [PATCH v2 36/37] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH v2 37/37] mm: remove nth_page()

[PATCH v2] scsi: ufs: mcq: Fix memory allocation checks for SQE and CQE
 2025-09-08 12:06 UTC  (3+ messages)

[PATCH 0/2] scsi: ufs: Add an enum for ufs_trace_str_t to check uic cmd error
 2025-09-08  7:43 UTC  (10+ messages)
  ` [PATCH 1/2] scsi: ufs: Add an enum for ufs_trace to check ufs "

[PATCH] scsi: ufs: exynos: correct sync pattern mask timing comment
 2025-09-07 20:27 UTC 

[PATCH] scsi: megaraid: Fix potential divide-by-zero errors
 2025-09-07 18:17 UTC 

[PATCH] scsi: ufs: mcq: Fix memory allocation checks for SQE and CQE
 2025-09-07 10:00 UTC  (2+ messages)

[PATCH v6 00/11] Improvements to S5 power consumption
 2025-09-06 12:20 UTC  (4+ messages)

[PATCH v1 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-09-06 11:36 UTC  (4+ messages)
` [PATCH v1 1/2] Driver: hv: Add CONFIG_HYPERV_VMBUS option
` [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool

[PATCH v2] scsi: mpi3mr: Replace one-element arrays with flexible-array members
 2025-09-06  5:20 UTC 

[PATCH V0 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
 2025-09-06  0:34 UTC  (12+ messages)
` [PATCH V0 1/2] hyper-v: Add CONFIG_HYPERV_VMBUS option
` [PATCH V0 2/2] hyper-v: Make CONFIG_HYPERV bool

[GIT PULL] SCSI fixes for 6.17-rc4
 2025-09-05 22:34 UTC  (2+ messages)

[PATCH] scsi: mpi3mr: Replace one-element arrays with flexible-array members
 2025-09-05 16:47 UTC  (2+ messages)

[PATCH] scsi: scsi_debug: Replace kzalloc() + copy_from_user() with memdup_user_nul()
 2025-09-05 16:41 UTC  (2+ messages)

[PATCH v5] ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5
 2025-09-05 13:13 UTC  (2+ messages)

[PATCH V4 0/2] Simplify MCQ resource mapping
 2025-09-05 13:10 UTC  (5+ messages)
` [PATCH V4 1/2] ufs: ufs-qcom: Streamline UFS "
` [PATCH V4 2/2] ufs: ufs-qcom: Refactor MCQ register dump logic

[PATCH 0/3] scsi: qla2xxx: Fix incorrect sign of error code
 2025-09-05  7:54 UTC  (4+ messages)
` [PATCH 1/3] scsi: qla2xxx: edif: "
` [PATCH 2/3] scsi: qla2xxx: Fix incorrect sign of error code in START_SP_W_RETRIES()
` [PATCH 3/3] scsi: qla2xxx: Fix incorrect sign of error code in qla_nvme_xmt_ls_rsp()

[PATCH v7 00/10] blk: honor isolcpus configuration
 2025-09-05  7:41 UTC  (9+ messages)
` [PATCH v7 01/10] lib/group_cpus: Add group_masks_cpus_evenly()
` [PATCH v7 05/10] scsi: Use block layer helpers to constrain queue affinity

[PATCH v2][next] scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warnings
 2025-09-05  7:05 UTC  (3+ messages)

[PATCH] scsi: lpfc: Use int type to store negative error codes
 2025-09-04 16:35 UTC  (2+ messages)

[PATCH][next] scsi: pm80xx: Avoid -Wflex-array-member-not-at-end warning
 2025-09-04 15:57 UTC  (6+ messages)

[PATCH] scsi: target: iscsi: Use int type to store negative value
 2025-09-04 15:12 UTC  (2+ messages)

[PATCH] scsi: hpsa: Fix potential memory leak in hpsa_big_passthru_ioctl()
 2025-09-04  9:41 UTC 

[PATCH] [SCSI] bfa: Remove self-assignment code
 2025-09-04  9:35 UTC 

[PATCH V3 0/5] Enable UFS MCQ support for SM8650 and SM8750
 2025-09-03 13:34 UTC  (10+ messages)
` [PATCH V3 1/5] ufs: ufs-qcom: Streamline UFS MCQ resource mapping
` [PATCH V3 3/5] scsi: ufs: core: Remove unused ufshcd_res_info structure

[PATCH v2] scsi: ufs: core: Fix data race in CPU latency PM QoS request handling
 2025-09-03  7:10 UTC  (3+ messages)

[PATCH V5 0/4] Add DT-based gear and rate limiting support
 2025-09-03  6:44 UTC  (9+ messages)
  ` [PATCH V5 1/4] ufs: dt-bindings: Document gear and rate limit properties
  ` [PATCH V5 2/4] ufs: ufs-qcom: Remove redundant re-assignment to hs_rate
  ` [PATCH V5 3/4] ufs: pltfrm: Allow limiting HS gear and rate via DT
  ` [PATCH V5 4/4] ufs: ufs-qcom: Add support for limiting HS gear and rate

[PATCH 2/3] arm64: dts: qcom: sa8155: Add gear and rate limit properties to UFS
 2025-09-03  4:06 UTC  (12+ messages)

[PATCH v3 00/10] ufs: host: mediatek: Power Management and Stability Enhancements
 2025-09-03  2:44 UTC  (11+ messages)
` [PATCH v3 01/10] ufs: host: mediatek: Enhance recovery on hibernation exit failure
` [PATCH v3 02/10] ufs: host: mediatek: Enhance recovery on resume failure
` [PATCH v3 03/10] ufs: host: mediatek: Correct system PM flow
` [PATCH v3 04/10] ufs: host: mediatek: Correct resume flow for LPM and MTCMOS
` [PATCH v3 05/10] ufs: host: mediatek: Support UFS PHY runtime PM and correct sequence
` [PATCH v3 06/10] ufs: host: mediatek: Disable auto-hibern8 during power mode changes
` [PATCH v3 07/10] ufs: host: mediatek: Return error directly on idle wait timeout
` [PATCH v3 08/10] ufs: host: mediatek: Fix adapt issue after PA_Init
` [PATCH v3 09/10] ufs: host: mediatek: Fix unbalanced IRQ enable issue
` [PATCH v3 10/10] ufs: host: mediatek: Fix device power control

[PATCH v2 00/10] ufs: host: mediatek: Power Management and Stability Enhancements
 2025-09-03  2:42 UTC  (4+ messages)
` [PATCH v2 01/10] ufs: host: mediatek: Enhance recovery on hibernation exit failure

[PATCH V4 0/4] Add DT-based gear and rate limiting support
 2025-09-02 16:52 UTC  (8+ messages)
` [PATCH V4 1/4] ufs: dt-bindings: Document gear and rate limit properties
` [PATCH V4 2/4] ufs: ufs-qcom: Remove redundant re-assignment to hs_rate
` [PATCH V4 3/4] ufs: pltfrm: Allow limiting HS gear and rate via DT
` [PATCH V4 4/4] ufs: ufs-qcom: Add support for limiting HS gear and rate

[PATCH 0/6] scsi: Remove redundant ternary operators
 2025-09-02 13:23 UTC  (7+ messages)
` [PATCH 1/6] scsi: arcmsr: "
` [PATCH 2/6] scsi: csiostor: "
` [PATCH 3/6] scsi: isci: "
` [PATCH 4/6] scsi: megaraid_sas: "
` [PATCH 5/6] scsi: scsi_transport_fc: "
` [PATCH 6/6] scsi: storvsc: "

[PATCH] scsi: ufs: core: Fix data race in CPU latency PM QoS request handling
 2025-09-02  8:45 UTC  (4+ messages)

blktests failures with v6.17-rc1 kernel
 2025-09-02  7:44 UTC  (9+ messages)

[PATCH 00/14] scsi: scsi_error: Introduce new error handle mechanism
 2025-09-02  6:37 UTC  (3+ messages)

[PATCH 00/14] scsi: scsi_error: Introduce new error handle mechanism
 2025-09-02  6:03 UTC  (5+ messages)

[syzbot] [scsi?] [mm?] [block?] BUG: soft lockup in sys_sendmsg (2)
 2025-09-02  4:28 UTC  (2+ messages)
` [syzbot] [net?] "

[PATCH 0/1] scsi: qla1280: Make 64-bit DMA addressing a Kconfig option
 2025-09-01 21:41 UTC  (4+ messages)

[PATCH V3 0/4] Add DT-based gear and rate limiting support
 2025-09-01 16:01 UTC  (7+ messages)
` [PATCH V3 1/4] ufs: dt-bindings: Document gear and rate limit properties


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