public inbox for nvdimm@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-01-27 20:11:44 to 2026-02-18 00:50:14 UTC [more...]

[PATCH V7 00/19] famfs: port into fuse
 2026-02-18  0:49 UTC  (17+ messages)
  ` [PATCH V7 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
    ` [PATCH V7 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
    ` [PATCH V7 03/19] dax: add fsdev.c driver for fs-dax on character dax
    ` [PATCH V7 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
    ` [PATCH V7 04/19] dax: Save the kva from memremap
    ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper

[ndctl PATCH v8 0/7] Add error injection support
 2026-02-16 14:28 UTC  (11+ messages)
` [PATCH v8 1/7] libcxl: Add debugfs path to CXL context
` [PATCH v8 2/7] libcxl: Add CXL protocol errors
` [PATCH v8 3/7] libcxl: Add poison injection support
` [PATCH v8 4/7] cxl: Add inject-protocol-error command
` [PATCH v8 5/7] cxl: Add poison injection/clear commands
` [PATCH v8 6/7] cxl/list: Add injectable errors in output
` [PATCH v8 7/7] Documentation: Add docs for protocol and poison injection commands

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-02-16  5:15 UTC  (20+ messages)
` [PATCH v6 1/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v6 2/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 4/9] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v6 6/9] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v6 7/9] dax: Add deferred-work helpers for dax_hmem and dax_cxl coordination
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges
` [PATCH v6 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
` [sos-linux-dev] [PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM

[ndctl PATCH v2] test/cxl-poison.sh: replace sysfs usage with cxl-cli cmds
 2026-02-14  2:32 UTC 

[GIT PULL] NVDIMM and DAX for 7.0
 2026-02-13  1:18 UTC  (2+ messages)

[PATCH v2] fs/dax: check zero or empty entry before converting xarray entry
 2026-02-12 16:18 UTC 

[PATCH V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
 2026-02-11 18:26 UTC  (5+ messages)

[PATCH BUNDLE v7] famfs: Fabric-Attached Memory File System
 2026-02-11 14:31 UTC  (4+ messages)
  ` [PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax

[PATCH] dax/kmem: account for partial dis-contiguous resource upon removal
 2026-02-10 22:46 UTC 

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-02-10 17:44 UTC  (46+ messages)
` [PATCH v2 01/13] mm/vma: remove __private sparse decoration from vma_flags_t
` [PATCH v2 02/13] mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()
` [PATCH v2 03/13] mm: add mk_vma_flags() bitmap flag macro helper
` [PATCH v2 04/13] tools: bitmap: add missing bitmap_[subset(), andnot()]
` [PATCH v2 05/13] mm: add basic VMA flag operation helper functions
` [PATCH v2 06/13] mm: update hugetlbfs to use VMA flags on mmap_prepare
` [PATCH v2 07/13] mm: update secretmem "
` [PATCH v2 08/13] mm: update shmem_[kernel]_file_*() functions to use vma_flags_t
` [PATCH v2 09/13] mm: update all remaining mmap_prepare users "
` [PATCH v2 10/13] mm: make vm_area_desc utilise vma_flags_t only
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions

[ndctl PATCH 1/2] util/sysfs: save and use errno properly in read and write paths
 2026-02-10 15:20 UTC  (8+ messages)
` [ndctl PATCH 2/2] util/sysfs: add hint for missing root privileges on sysfs access

[PATCH v9 00/19] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-02-06 13:26 UTC  (17+ messages)
` [PATCH v9 04/19] cxl/core: Enforce partition order/simplify partition calls
` [PATCH v9 05/19] cxl/mem: Expose dynamic ram A partition in sysfs
` [PATCH v9 12/19] cxl/extent: Process dynamic partition events and realize region extents
` [PATCH v9 16/19] cxl/region: Read existing extents on region creation

[PATCH 0/9] cxl: explicit DAX driver selection and hotplug
 2026-02-05  4:23 UTC  (30+ messages)
` [PATCH 1/9] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 2/9] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH 3/9] dax: plumb online_type from dax_kmem creators to hotplug
` [PATCH 4/9] drivers/cxl,dax: add dax driver mode selection for dax regions
` [PATCH 5/9] cxl/core/region: move pmem region driver logic into pmem_region
` [PATCH 6/9] cxl/core/region: move dax region device logic into dax_region.c
` [PATCH 7/9] cxl/core: add cxl_devdax_region driver for explicit userland region binding
` [PATCH 8/9] cxl/core: Add dax_kmem_region and sysram_region drivers
` [PATCH 9/9] Documentation/driver-api/cxl: add dax and sysram driver documentation

[NDCTL PATCH] cxl: Add support for updated CXL provider name
 2026-02-05  0:29 UTC 

[PATCH v5 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-02-04 23:27 UTC  (38+ messages)
` [PATCH v5 3/7] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v5 4/7] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v5 6/7] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges
` [PATCH v5 7/7] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH v2] nvdimm: virtio_pmem: serialize flush requests
 2026-02-03 20:41 UTC  (4+ messages)

[ndctl PATCH v7 0/7] Add error injection support
 2026-02-03  1:31 UTC  (7+ messages)
` [PATCH 7/7] Documentation: Add docs for inject/clear-error commands

[PATCH] nvdimm: virtio_pmem: serialize flush requests
 2026-02-02 17:18 UTC  (7+ messages)

[PATCH V7 0/3] libfuse: add basic famfs support to libfuse
 2026-01-31  1:18 UTC  (5+ messages)
  ` [PATCH V7 1/3] fuse_kernel.h: bring up to baseline 6.19

support file system generated / verified integrity information v2
 2026-01-30 16:08 UTC  (21+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper
` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper
` [PATCH 03/15] block: add a bdev_has_integrity_csum helper
` [PATCH 04/15] block: prepare generation / verification helpers for fs usage
` [PATCH 05/15] block: make max_integrity_io_size public
` [PATCH 06/15] block: add fs_bio_integrity helpers
` [PATCH 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
` [PATCH 08/15] iomap: refactor iomap_bio_read_folio_range
` [PATCH 09/15] iomap: pass the iomap_iter to ->submit_read
` [PATCH 10/15] iomap: only call into ->submit_read when there is a read_ctx
` [PATCH 11/15] iomap: allow file systems to hook into buffered read bio submission
` [PATCH 12/15] iomap: add a bioset pointer to iomap_read_folio_ops
` [PATCH 13/15] iomap: support ioends for buffered reads
` [PATCH 14/15] iomap: support T10 protection information
` [PATCH 15/15] xfs: "

support file system generated / verified integrity information
 2026-01-29  9:23 UTC  (4+ messages)

[PATCH V6 00/18] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-01-28  0:02 UTC  (5+ messages)
  ` [PATCH V6 10/18] cxl/mem: Refactor cxl pmem region auto-assembling

Subject: [PATCH 0/8] dax/kmem: add runtime hotplug state control
 2026-01-27 23:31 UTC  (16+ messages)
` [PATCH 3/8] mm/memory_hotplug: add APIs for explicit online type control
` [PATCH 7/8] dax/kmem: add sysfs interface for runtime hotplug state control

[PATCH v2 5/5] dax/kmem: add memory notifier to block external state changes
 2026-01-27 21:42 UTC  (4+ messages)
` [PATCH] dax/kmem: add build config for protected dax memory blocks

[PATCH v2 0/5] add runtime hotplug state control
 2026-01-27 21:31 UTC  (3+ messages)
` [PATCH v2 4/5] dax/kmem: add sysfs interface for "


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