public inbox for nvdimm@lists.linux.dev
 help / color / mirror / Atom feed
[ndctl PATCH] cxl/list: apply bus and port filters to anonymous memdevs
 2026-04-11  1:13 UTC 

[PATCH V10 00/10] famfs: port into fuse
 2026-04-10 19:44 UTC  (17+ messages)
  ` [PATCH V10 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
  ` [PATCH V10 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
  ` [PATCH V10 03/10] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V10 04/10] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V10 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V10 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
  ` [PATCH V10 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
  ` [PATCH V10 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
  ` [PATCH V10 09/10] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V10 10/10] famfs_fuse: Add documentation

[ndctl PATCH 0/3] Enable CXL protocol testing
 2026-04-09 17:05 UTC  (8+ messages)
` [ndctl PATCH 1/3] test/cxl: Enable CXL protocol error testing using aer-inject
` [ndctl PATCH 2/3] test/aer-inject: Add aer-inject correctable and uncorrectable interanl error support
` [ndctl PATCH 3/3] test/cxl: Force RAS status in cxl_handle_cor_ras() and cxl_handle_ras()

[bug report] dax: Add dax_operations for use by fs-dax on fsdev dax
 2026-04-09  9:28 UTC 

[ndctl PATCH 1/3] test/mmap.c: check mmap() result against MAP_FAILED
 2026-04-08 20:18 UTC  (8+ messages)
` [ndctl PATCH 2/3] test/mmap: move detailed tracing behind -v option
` [ndctl PATCH 3/3] test/mmap.sh: reduce fallocate size from 1GiB to 256MiB

[PATCH 08/20] drbd: add DAX/PMEM support for metadata access
 2026-04-08  5:46 UTC 

[ndctl PATCH 1/3] test/cxl-destroy-region.sh: prevent false pass when no decoder found
 2026-04-06 17:31 UTC  (4+ messages)
` [ndctl PATCH 2/3] cxl/region: prevent partial teardown on out-of-order destroy-region
` [ndctl PATCH 3/3] test/cxl-destroy-region.sh: test out-of-order destroy-region handling

[PATCH] drivers/dax: Fix typo in comment
 2026-04-06 15:23 UTC  (2+ messages)

[ndctl PATCH v2] test/cxl-dax-hmem.sh: validate dax_hmem vs CXL collisions
 2026-04-06 15:22 UTC  (2+ messages)

[PATCH V2] drivers/dax: Fix typo in comment
 2026-04-05  3:45 UTC 

[PATCH] MAINTAINERS: Update address for Dan Williams
 2026-04-03 22:56 UTC  (2+ messages)

[ndctl PATCH] test/cxl-dax-hmem.sh: validate dax_hmem vs CXL collisions
 2026-04-01 22:36 UTC  (2+ messages)

[ndctl PATCH] test/cxl-topology.sh: verify dax device creation for auto region
 2026-04-01 19:29 UTC  (3+ messages)

[PATCH V10 0/8] dax: prepare for famfs
 2026-03-30 21:21 UTC  (10+ messages)
  ` [PATCH V10 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V10 2/8] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V10 3/8] dax: add fsdev.c driver for fs-dax on character dax
  ` [PATCH V10 4/8] dax: Save the kva from memremap
  ` [PATCH V10 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V10 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
  ` [PATCH V10 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V10 8/8] dax: export dax_dev_get()

[PATCH] nvdimm: use struct_size for allocation
 2026-03-27 17:53 UTC  (2+ messages)

[PATCH BUNDLE v9] famfs: Fabric-Attached Memory File System
 2026-03-27 16:40 UTC  (48+ messages)
  ` [PATCH V9 0/8] dax: prepare for famfs
    ` [PATCH V9 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
    ` [PATCH V9 2/8] dax: Factor out dax_folio_reset_order() helper
    ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax
    ` [PATCH V9 4/8] dax: Save the kva from memremap
    ` [PATCH V9 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
    ` [PATCH V9 6/8] dax: Add dax_set_ops() for setting dax_operations at bind time
    ` [PATCH V9 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
    ` [PATCH V9 8/8] dax: export dax_dev_get()
  ` [PATCH V9 00/10] famfs: port into fuse
    ` [PATCH V9 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
    ` [PATCH V9 02/10] famfs_fuse: Basic fuse kernel ABI enablement for famfs
    ` [PATCH V9 03/10] famfs_fuse: Plumb the GET_FMAP message/response
    ` [PATCH V9 04/10] famfs_fuse: Create files with famfs fmaps
    ` [PATCH V9 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
    ` [PATCH V9 06/10] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
    ` [PATCH V9 07/10] famfs_fuse: Add holder_operations for dax notify_failure()
    ` [PATCH V9 08/10] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
    ` [PATCH V9 09/10] famfs_fuse: Add famfs fmap metadata documentation
    ` [PATCH V9 10/10] famfs_fuse: Add documentation

[BUG]: KASAN: slab-use-after-free in nfit_handle_mce on commit 8a30aeb0d1b4e4aaf7f7bae72f20f2ae75385ccb
 2026-03-27  3:24 UTC  (2+ messages)

[PATCH 0/6] mm: vma flag tweaks
 2026-03-25 19:11 UTC  (33+ messages)
` [PATCH 1/6] mm: rename VMA flag helpers to be more readable
` [PATCH 2/6] mm: add vma_desc_test_all() and use it
` [PATCH 3/6] mm: always inline __mk_vma_flags() and invoked functions
` [PATCH 4/6] mm: reintroduce vma_flags_test() as a singular flag test
` [PATCH 5/6] mm: reintroduce vma_desc_test() "
` [PATCH 6/6] tools/testing/vma: add test for vma_flags_test(), vma_desc_test()

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-25 12:12 UTC  (26+ messages)
` [PATCH v8 1/9] dax/bus: Use dax_region_put() in alloc_dax_region() error path
` [PATCH v8 2/9] dax/hmem: Factor HMEM registration into __hmem_register_device()
` [PATCH v8 3/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v8 4/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v8 5/9] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v8 6/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v8 7/9] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [PATCH v8 8/9] dax/hmem, cxl: Defer and resolve Soft Reserved ownership
` [PATCH v8 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-25  1:51 UTC  (8+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions

[PATCH v2 RESEND] fs/dax: check zero or empty entry before converting xarray entry
 2026-03-24 11:38 UTC 

[PATCH V8 0/8] dax: prepare for famfs
 2026-03-23 17:21 UTC  (9+ messages)
` [PATCH V8 2/8] dax: Factor out dax_folio_reset_order() helper
` [PATCH V8 3/8] dax: add fsdev.c driver for fs-dax on character dax

[PATCH 0/8] dax/kmem: atomic whole-device hotplug via sysfs
 2026-03-21 20:26 UTC  (11+ messages)
` [PATCH 1/8] mm/memory-tiers: consolidate memory type dedup into mt_get_memory_type()
` [PATCH 2/8] mm/memory: add memory_block_align_range() helper
` [PATCH 3/8] mm/memory_hotplug: pass online_type to online_memory_block() via arg
` [PATCH 4/8] mm/memory_hotplug: export mhp_get_default_online_type
` [PATCH 5/8] mm/memory_hotplug: add __add_memory_driver_managed() with online_type arg
` [PATCH 6/8] dax: plumb hotplug online_type through dax
` [PATCH 7/8] dax/kmem: extract hotplug/hotremove helper functions
` [PATCH 8/8] dax/kmem: add sysfs interface for atomic whole-device hotplug

[PATCH v7 0/7] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-03-20 20:42 UTC  (19+ messages)
` [PATCH v7 3/7] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v7 4/7] dax: Track all dax_region allocations under a global resource tree
` [PATCH v7 6/7] dax/hmem, cxl: Defer and resolve Soft Reserved ownership
` [PATCH v7 7/7] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree

[ndctl PATCH v2] ndctl: Fix missing key_type parameter in ndctl_dimm_remove_key stub
 2026-03-20  2:21 UTC  (2+ messages)

[PATCH V7 00/19] famfs: port into fuse
 2026-03-19 15:11 UTC  (5+ messages)
  ` [PATCH V7 03/19] dax: add fsdev.c driver for fs-dax on character dax

[PATCH V8 00/10] famfs: port into fuse
 2026-03-19 13:20 UTC  (2+ messages)
  ` [PATCH V8 10/10] famfs_fuse: Add documentation


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