public inbox for nvdimm@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2026-03-24 15:05:32 to 2026-04-19 20:36:58 UTC [more...]

[PATCH V10 00/10] famfs: port into fuse
 2026-04-19 20:36 UTC  (53+ 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 v2 1/2] test/common: add helpers for CXL region replay testing
 2026-04-17 19:59 UTC  (3+ messages)
` [ndctl PATCH v2 2/2] test/cxl-region-replay.sh: add test of region replay workflow

[PATCH 0/3] mm: split the file's i_mmap tree for NUMA
 2026-04-17  6:59 UTC  (9+ messages)
` [PATCH 1/3] mm: use mapping_mapped to simplify the code
` [PATCH 2/3] mm: use get_i_mmap_root to access the file's i_mmap
` [PATCH 3/3] mm: split the file's i_mmap tree for NUMA

[PATCH v8 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-04-16 23:44 UTC  (11+ messages)
` [PATCH v8 3/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v8 8/9] dax/hmem, cxl: Defer and resolve Soft Reserved ownership

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

[ndctl PATCH 1/3] test/mmap.c: check mmap() result against MAP_FAILED
 2026-04-14  3:14 UTC  (9+ 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

[ndctl PATCH v2] test/cxl-dax-hmem.sh: validate dax_hmem vs CXL collisions
 2026-04-14  3:13 UTC  (3+ messages)

[ndctl PATCH 1/3] test/cxl-destroy-region.sh: prevent false pass when no decoder found
 2026-04-14  3:12 UTC  (5+ 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 V2] drivers/dax: Fix typo in comment
 2026-04-14  2:15 UTC  (3+ messages)
  ` [External] "

[PATCH V10 0/8] dax: prepare for famfs
 2026-04-13 22:41 UTC  (16+ 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 0/8] dax/kmem: atomic whole-device hotplug via sysfs
 2026-04-13 19:59 UTC  (20+ 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 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] dax/fsdev: fix uninitialized kaddr in fsdev_dax_zero_page_range()
 2026-04-13 16:12 UTC  (3+ messages)

[PATCH v3] device-dax: Fix refcount leak in __devm_create_dev_dax() error path
 2026-04-13 15:36 UTC  (3+ messages)

[ndctl PATCH] cxl/list: apply bus and port filters to anonymous memdevs
 2026-04-13 15:18 UTC  (2+ messages)

[PATCH v2] device-dax: Fix refcount leak in __devm_create_dev_dax() error path
 2026-04-12  7:00 UTC 

[PATCH] device-dax: Fix refcount leak in __devm_create_dev_dax() error path
 2026-04-12  6:40 UTC  (3+ messages)

[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 

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

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

[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] nvdimm: use struct_size for allocation
 2026-03-27 17:53 UTC  (2+ messages)

[PATCH V9 0/8] dax: prepare for famfs
 2026-03-27 16:40 UTC  (27+ messages)
  ` [PATCH V9 8/8] dax: export dax_dev_get()
  ` [PATCH V9 5/8] dax: Add dax_operations for use by fs-dax on fsdev dax
  ` [PATCH V9 7/8] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
  ` [PATCH V9 1/8] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
  ` [PATCH V9 3/8] dax: add fsdev.c driver for fs-dax on character dax

[PATCH V9 00/10] famfs: port into fuse
 2026-03-27 14:52 UTC  (4+ messages)
  ` [PATCH V9 01/10] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/

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


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