NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2026-01-26 05:03:57 to 2026-02-09 23:13:18 UTC [more...]

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

[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
 2026-02-09 20:23 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-09 19:58 UTC  (7+ messages)
` [ndctl PATCH 2/2] util/sysfs: add hint for missing root privileges on sysfs access

[ndctl PATCH v8 0/7] Add error injection support
 2026-02-06 21:50 UTC  (8+ 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 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  (44+ 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 5/7] dax: Introduce dax_cxl_mode for CXL coordination
` [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

[PATCH V7 00/19] famfs: port into fuse
 2026-01-30 23:13 UTC  (3+ messages)
  ` [PATCH V7 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio

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  (34+ 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 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
  ` [PATCH 06/15] block: add fs_bio_integrity helpers
  ` [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 V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
 2026-01-28 18:54 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 "

[PATCH] nvdimm: Add check for devm_kmalloc() and fix NULL pointer dereference in nd_pfn_probe() and nd_dax_probe()
 2026-01-27  3:57 UTC  (4+ messages)
  ` [PATCH] nvdimm: Add check for devm_kmalloc() and fix NULLpointer "


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