public inbox for nvdimm@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-13 12:54:19 to 2026-03-31 12:38:08 UTC [more...]

[PATCH V10 00/10] famfs: port into fuse
 2026-03-31 12:38 UTC  (2+ messages)
  ` [PATCH V10 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/

[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  (19+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges

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

[ndctl PATCH] test/cxl-topology.sh: verify dax device creation for auto region
 2026-03-23 22:25 UTC  (2+ messages)

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

[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  (22+ messages)
` [PATCH v7 1/7] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v7 2/7] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [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 5/7] cxl/region: Add helper to check Soft Reserved containment by CXL regions
` [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

[ndctl PATCH 0/2] ndctl: Fix build issues when fwctl is disabled
 2026-03-19  0:45 UTC  (5+ messages)
` [ndctl PATCH 1/2] ndctl: Fix missing key_type parameter in ndctl_dimm_remove_key stub
` [ndctl PATCH 2/2] ndctl/test: Fix meson configuration error when fwctl is disabled

[GIT PULL] NVDIMM fixes for 7.0-rc5
 2026-03-17 23:59 UTC  (2+ messages)

[ANNOUNCE] ndctl v84
 2026-03-15  1:33 UTC 

[ndctl PATCH 1/2] test/common: add helpers for CXL region replay testing
 2026-03-14  6:21 UTC  (2+ messages)
` [ndctl PATCH 2/2] test/cxl-region-replay.sh: add test of region replay workflow


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