linux-scsi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-08-16 10:53:17 to 2025-08-21 20:49:15 UTC [more...]

[PATCH RFC 00/35] mm: remove nth_page()
 2025-08-21 20:49 UTC  (47+ messages)
` [PATCH RFC 01/35] mm: stop making SPARSEMEM_VMEMMAP user-selectable
` [PATCH RFC 02/35] arm64: Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"
` [PATCH RFC 03/35] s390/Kconfig: "
` [PATCH RFC 04/35] x86/Kconfig: "
` [PATCH RFC 05/35] wireguard: selftests: remove CONFIG_SPARSEMEM_VMEMMAP=y from qemu kernel config
` [PATCH RFC 06/35] mm/page_alloc: reject unreasonable folio/compound page sizes in alloc_contig_range_noprof()
` [PATCH RFC 07/35] mm/memremap: reject unreasonable folio/compound page sizes in memremap_pages()
` [PATCH RFC 08/35] mm/hugetlb: check for unreasonable folio sizes when registering hstate
` [PATCH RFC 09/35] mm/mm_init: make memmap_init_compound() look more like prep_compound_page()
` [PATCH RFC 10/35] mm/hugetlb: cleanup hugetlb_folio_init_tail_vmemmap()
` [PATCH RFC 11/35] mm: sanity-check maximum folio size in folio_set_order()
` [PATCH RFC 12/35] mm: limit folio/compound page sizes in problematic kernel configs
` [PATCH RFC 13/35] mm: simplify folio_page() and folio_page_idx()
` [PATCH RFC 14/35] mm/mm/percpu-km: drop nth_page() usage within single allocation
` [PATCH RFC 15/35] fs: hugetlbfs: remove nth_page() usage within folio in adjust_range_hwpoison()
` [PATCH RFC 16/35] mm/pagewalk: drop nth_page() usage within folio in folio_walk_start()
` [PATCH RFC 17/35] mm/gup: drop nth_page() usage within folio when recording subpages
` [PATCH RFC 18/35] io_uring/zcrx: remove "struct io_copy_cache" and one nth_page() usage
` [PATCH RFC 19/35] io_uring/zcrx: remove nth_page() usage within folio
` [PATCH RFC 20/35] mips: mm: convert __flush_dcache_pages() to __flush_dcache_folio_pages()
` [PATCH RFC 21/35] mm/cma: refuse handing out non-contiguous page ranges
` [PATCH RFC 22/35] dma-remap: drop nth_page() in dma_common_contiguous_remap()
` [PATCH RFC 23/35] scatterlist: disallow non-contigous page ranges in a single SG entry
` [PATCH RFC 24/35] ata: libata-eh: drop nth_page() usage within "
` [PATCH RFC 25/35] drm/i915/gem: "
` [PATCH RFC 26/35] mspro_block: "
` [PATCH RFC 27/35] memstick: "
` [PATCH RFC 28/35] mmc: "
` [PATCH RFC 29/35] scsi: core: "
` [PATCH RFC 30/35] vfio/pci: "
` [PATCH RFC 31/35] crypto: remove "
` [PATCH RFC 32/35] mm/gup: drop nth_page() usage in unpin_user_page_range_dirty_lock()
` [PATCH RFC 33/35] kfence: drop nth_page() usage
` [PATCH RFC 34/35] block: update comment of "struct bio_vec" regarding nth_page()
` [PATCH RFC 35/35] mm: remove nth_page()

[PATCH V2] ufs: ufs-qcom: Fix ESI null pointer dereference
 2025-08-21 19:31 UTC  (2+ messages)

[PATCH v2 00/30] Optimize the hot path in the UFS driver
 2025-08-21 18:20 UTC  (25+ messages)
` [PATCH v2 03/30] scsi: core: Do not allocate a budget token for reserved commands
` [PATCH v2 05/30] scsi: core: Introduce scsi_host_update_can_queue()

[PATCH] nvme-cli: add 80-nvmf-storage_arrays.rules
 2025-08-21 16:49 UTC 

[PATCH v2 0/9] fallocate: introduce FALLOC_FL_WRITE_ZEROES flag
 2025-08-21 12:55 UTC  (3+ messages)
` [PATCH v2 1/9] block: introduce max_{hw|user}_wzeroes_unmap_sectors to queue limits

[PATCH] scsi: fill in DMA padding bytes in scsi_alloc_sgtables
 2025-08-21 12:25 UTC 

[PATCH V3 0/5] Enable UFS MCQ support for SM8650 and SM8750
 2025-08-21 11:49 UTC  (8+ messages)
` [PATCH V3 1/5] ufs: ufs-qcom: Streamline UFS MCQ resource mapping
` [PATCH V3 2/5] ufs: ufs-qcom: Refactor MCQ register dump logic
` [PATCH V3 3/5] scsi: ufs: core: Remove unused ufshcd_res_info structure
` [PATCH V3 4/5] arm64: dts: qcom: sm8650: Enable MCQ support for UFS controller
` [PATCH V3 5/5] arm64: dts: qcom: sm8750: "

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

[PATCH util-linux v4] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-21  6:13 UTC 

[PATCH] scsi: ufs: exynos: fsd: Gate ref_clk and put UFS device in reset on suspend
 2025-08-21  5:39 UTC 

[PATCH v3] nvme-cli: nvmf-autoconnect: udev-rule: add a file for new arrays
 2025-08-20 21:32 UTC 

[BUG] general protection fault when connecting an old mp3/usb device
 2025-08-20 20:06 UTC  (5+ messages)

[PATCH 0/6] scsi: use min()/min_t()/max() to improve code
 2025-08-20 17:57 UTC  (10+ messages)
` [PATCH 1/6] scsi: bfa: use min_t() "
` [PATCH 2/6] scsi: hpsa: use min()/min_t() "
` [PATCH 3/6] scsi: lpfc: use min() "

[PATCH util-linux v3] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-20 17:50 UTC  (2+ messages)

[PATCH v6 4/9] scsi: Always define blogic_pci_tbl structure
 2025-08-20 16:11 UTC  (5+ messages)

[PATCH v8 0/2] scsi: sd: Fix build warning in sd_revalidate_disk()
 2025-08-20 14:45 UTC  (3+ messages)
` [PATCH v8 1/2] "
` [PATCH v8 2/2] scsi: sd: make sd_revalidate_disk() return void

[PATCH 00/14] scsi: scsi_error: Introduce new error handle mechanism
 2025-08-20 12:36 UTC  (7+ messages)
` [PATCH 11/14] scsi: scsi_error: Add a general target based error handler
` [PATCH 12/14] scsi: scsi_debug: Add params for configuring the "
` [PATCH 13/14] scsi: virtio_scsi: enable LUN based error handlers
` [PATCH 14/14] scsi: iscsi_tcp: enable LUN-based and target-based "

[PATCH v3 0/8] Retry READ CAPACITY(10)/(16) with good status but no data
 2025-08-20 11:45 UTC  (25+ messages)
` [PATCH v3 1/8] scsi: Explicitly specify .ascq = 0x00 for ASC 0x28/0x29 scsi_failures
` [PATCH v3 2/8] scsi: sd: Explicitly specify .ascq = SCMD_FAILURE_ASCQ_ANY for ASC 0x3a
` [PATCH v3 3/8] scsi: sd: Have scsi-ml retry read_capacity_16 errors
` [PATCH v3 4/8] scsi: sd: Avoid passing potentially uninitialized "sense_valid" to read_capacity_error()
` [PATCH v3 5/8] scsi: sd: Remove checks for -EOVERFLOW in sd_read_capacity()
` [PATCH v3 6/8] scsi: sd: Check for and retry in case of READ_CAPCITY(10)/(16) returning no data
` [PATCH v3 7/8] scsi: Simplify nested if conditional in scsi_probe_lun()
` [PATCH v3 8/8] scsi: scsi_debug: Add option to suppress returned data but return good status

[PATCH] scsi: aic94xx: remove self-assigned redundant code
 2025-08-20  9:24 UTC  (3+ messages)

[PATCH 0/6] mpi3mr: bug fixes and minor updates
 2025-08-20  8:41 UTC  (7+ messages)
` [PATCH 1/6] mpi3mr: Fix device loss during enclosure reboot due to zero link speed
` [PATCH 2/6] mpi3mr: Fix controller init failure on fault during queue creation
` [PATCH 3/6] mpi3mr: Fix I/O failures during controller reset
` [PATCH 4/6] mpi3mr: Update MPI headers to revision 37
` [PATCH 5/6] mpi3mr: Fix premature TM timeouts on virtual drives
` [PATCH 6/6] mpi3mr: Update driver version to 8.15.0.5.50

[PATCH] scsi: myrs: Fix dma_alloc_coherent error check
 2025-08-20  2:31 UTC  (2+ messages)

[PATCH] ufs: core: Reduce the size of struct ufshcd_lrb
 2025-08-20  2:22 UTC  (3+ messages)

[PATCH v2] ufs: core: Only collect timestamps if the monitoring functionality is enabled
 2025-08-20  2:21 UTC  (2+ messages)

[PATCH v9 0/8] nvme-fc: FPIN link integrity handling
 2025-08-20  2:18 UTC  (9+ messages)
` [PATCH v9 2/9] nvme: add NVME_CTRL_MARGINAL flag
` [PATCH v9 8/9] nvme-multipath: queue-depth support for marginal paths
` [PATCH v9 9/9] scsi: qla2xxx: Fix memcpy field-spanning write issue

[PATCH] scsi: qla4xxx: Replace snprintf() with sysfs_emit()
 2025-08-20  2:08 UTC  (2+ messages)

[PATCH v3 0/2] scsi: Use vmalloc_array and vcalloc to simplify code
 2025-08-20  1:56 UTC  (2+ messages)

[PATCH] scsi: hpsa: fix incorrect comment format
 2025-08-20  1:53 UTC  (2+ messages)

[PATCH v7 0/2] scsi: sd: Fix build warning in sd_revalidate_disk()
 2025-08-19 19:26 UTC  (5+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] scsi: sd: make sd_revalidate_disk() return void

[PATCH AUTOSEL 6.16-5.4] scsi: core: sysfs: Correct sysfs attributes access rights
 2025-08-19 17:35 UTC 

[PATCH v2] nvme-cli: nvmf-autoconnect: udev-rule: add a file for new arrays
 2025-08-19 11:16 UTC 

[PATCH] ufs: core: Only collect timestamps if the monitoring functionality is enabled
 2025-08-19  6:01 UTC  (6+ messages)

[PATCH v3 0/4] UFS driver bug fixes
 2025-08-19  2:33 UTC  (4+ messages)
` [PATCH v3 3/4] ufs: core: Fix the return value documentation

[PATCH] scsi: aic94xx: remove self-assigned redundant code
 2025-08-19  2:29 UTC 

[PATCH] scsi: aic94xx: remove self-assigned redundant code
 2025-08-19  2:28 UTC 

[PATCH v2 00/10] scsi: pm80xx: Fix expander support
 2025-08-19  2:10 UTC  (8+ messages)
` [PATCH v2 03/10] scsi: libsas: Add dev_parent_is_expander() helper
` [PATCH v2 07/10] scsi: pm80xx: Use "
` [PATCH v2 10/10] scsi: pm80xx: Use pm80xx_get_local_phy_id() to access phy array

[PATCH] ufs: core: Improve IOPS
 2025-08-19  2:00 UTC  (2+ messages)

[PATCH 5/5] PCI/ERR: Remove remnants of .link_reset() callback
 2025-08-18 20:39 UTC 

[PATCH 00/24] Optimize the hot path in the UFS driver
 2025-08-18 17:17 UTC  (4+ messages)
` [PATCH 01/24] scsi: core: Make scsi_cmd_to_rq() accept const arguments

[PATCH v7 5/8] scsi: Always define blogic_pci_tbl structure
 2025-08-18 16:54 UTC 

[PATCH v1 00/10] ufs: host: mediatek: Provide features and fixes in MediaTek platforms
 2025-08-18 11:54 UTC  (3+ messages)

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

[PATCH v5] ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5
 2025-08-18  5:36 UTC  (2+ messages)

[PATCH -v4] ufs: ufs-qcom: Align programming sequence of Shared ICE for UFS controller v5
 2025-08-18  3:42 UTC  (3+ messages)

[PATCH util-linux v2] fallocate: add FALLOC_FL_WRITE_ZEROES support
 2025-08-18  2:17 UTC  (5+ messages)

[PATCH blktests v2 0/3] blktest: add unmap write zeroes tests
 2025-08-18  1:42 UTC  (3+ messages)

[PATCH] scsi: target: use IS_ERR_OR_NULL() to simplify error checking
 2025-08-17 17:05 UTC  (2+ messages)

[PATCH 08/14] scsi: scsi_error: Add a general LUN based error handler
 2025-08-17  9:18 UTC  (2+ messages)

[PATCH 10/14] scsi: scsi_error: Add helper to handle scsi target's error command list
 2025-08-17  2:46 UTC  (3+ messages)

[PATCH] nvme-cli: nvmf-autoconnect: udev-rule: add a file for new arrays
 2025-08-16 17:15 UTC  (2+ messages)

[PATCH] scsi: smartpqi: use kmalloc_array() for array space allocation
 2025-08-16 15:00 UTC 

[GIT PULL] SCSI fixes for 6.17-rc1
 2025-08-16 14:08 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).