NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-13 13:02 UTC  (14+ messages)
` [PATCH 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [PATCH 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-09-12 12:57 UTC  (5+ messages)
` (subset) "

[PATCH v2] nvdimm/pmem: Release gendisk on probe failure
 2026-09-11  8:25 UTC 

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-09-10 14:06 UTC  (5+ messages)

[PATCH 0/2] fs/dax: Clean up busy page lookup helpers
 2026-09-10  8:05 UTC  (8+ messages)
` [PATCH 1/2] fs/dax: Remove unused dax_layout_busy_page()
` [PATCH 2/2] fs/dax: Make dax_layout_busy_page_range() static

[PATCH 0/2] Make HWPoison helpers config-independent
 2026-09-07 15:42 UTC  (7+ messages)
` [PATCH 1/2] mm/page-flags: Define HWPoison test-and-change helpers unconditionally
` [PATCH 2/2] nvdimm/pmem: Remove test_and_clear_pmem_poison()

[PATCH 0/2] nvdimm: fix typos and repeated words in comments
 2026-09-07  6:34 UTC  (3+ messages)
` [PATCH 1/2] nvdimm: fix typos "
` [PATCH 2/2] tools/testing: fix repeated word 'from' in comment

[ndctl PATCH] cxl/test: Add ELC MCE alias retirement tests
 2026-09-06  4:18 UTC 

[PATCH 0/4] mm: Reduce struct page overhead for FS-DAX pmem
 2026-09-05  3:26 UTC  (8+ messages)
` [PATCH 1/4] mm: generalize vmemmap remap architecture support
` [PATCH 2/4] nvdimm/pmem: avoid HWPoison flag updates for clean pages
` [PATCH 3/4] mm: add shared read-only vmemmap support for FS-DAX
` [PATCH 4/4] fsdax: materialize pmem vmemmap metadata on faults
    `  "

[PATCH] fs/dax: Remove redundant deferred list initialization
 2026-09-04 10:56 UTC  (4+ messages)

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-09-04  9:24 UTC  (20+ messages)
  ` [PATCH V12 02/12] famfs: Module operations, fs_context, and mount

[PATCH v5 00/36] Private Memory NUMA Nodes
 2026-09-04  3:18 UTC  (10+ messages)
` [PATCH v5 25/36] mm/memory_hotplug: support N_MEMORY_PRIVATE node hotplug

[ndctl PATCH v2 0/3] Add CXL region passthrough >16K gran test
 2026-09-04  2:52 UTC  (4+ messages)
` [ndctl PATCH v2 1/3] test/cxl-create-region.sh: fold in XOR region coverage
` [ndctl PATCH v2 2/3] test/cxl-create-region.sh: deduplicate decoder and memdev lookups
` [ndctl PATCH v2 3/3] test/cxl-create-region.sh: add passthrough >16K granularity test case

[ndctl PATCH v2 0/3] cxl: support mixed-granularity regions
 2026-09-03 21:34 UTC  (4+ messages)
` [ndctl PATCH v2 1/3] cxl/region: round default region size within root decoder extent
` [ndctl PATCH v2 2/3] cxl/region: allow mixed-granularity regions
` [ndctl PATCH v2 3/3] test/cxl-region-mixed.sh: test mixed-granularity region creation

[PATCH] fs/dax: get the folio of an entry only after the entry has one
 2026-09-01 20:51 UTC  (2+ messages)

[ndctl PATCH] test/cxl-poison.sh: test scanning past fully mapped partitions
 2026-08-31 19:52 UTC  (2+ messages)

[PATCH v2] nvdimm/pmem: Release gendisk on probe failure
 2026-08-31  5:02 UTC  (3+ messages)

[PATCH V14 00/12] Subject: [PATCH v14 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-29 17:32 UTC  (21+ messages)
  ` [PATCH V14 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH V14 02/12] famfs: Module operations, fs_context, and mount
  ` [PATCH V14 03/12] famfs: Add daxdev table and dax notify_failure support
  ` [PATCH V14 04/12] famfs: Introduce inode_operations and super_operations
  ` [PATCH V14 05/12] famfs: Introduce file_operations read/write
  ` [PATCH V14 06/12] famfs: Introduce mmap and VM fault handling
  ` [PATCH V14 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
  ` [PATCH V14 08/12] famfs: iomap_begin and file-to-dax offset resolution
  ` [PATCH V14 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
  ` [PATCH V14 10/12] famfs: Add runtime operation-permission (opts) framework
  ` [PATCH V14 11/12] famfs: Report device capacity via statfs so df works
  ` [PATCH V14 12/12] famfs: Add documentation

[PATCH] nvdimm: pmem: fix gendisk leak when badblocks init fails
 2026-08-27 22:51 UTC  (2+ messages)

[PATCH v13 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-23 16:57 UTC  (25+ messages)
  ` [PATCH v13 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()
  ` [PATCH v13 02/12] famfs: Module operations, fs_context, and mount
  ` [PATCH v13 03/12] famfs: Add daxdev table and dax notify_failure support
  ` [PATCH v13 04/12] famfs: Introduce inode_operations and super_operations
  ` [PATCH v13 05/12] famfs: Introduce file_operations read/write
  ` [PATCH v13 06/12] famfs: Introduce mmap and VM fault handling
  ` [PATCH v13 07/12] famfs: MAP_CREATE ioctl and fmap ingest (ABI 44)
  ` [PATCH v13 08/12] famfs: iomap_begin and file-to-dax offset resolution
  ` [PATCH v13 09/12] famfs: Register secondary daxdevs by path (FAMFSIOC_DAXDEV_OPEN)
  ` [PATCH v13 10/12] famfs: Add runtime operation-permission (opts) framework
  ` [PATCH v13 11/12] famfs: Report device capacity via statfs so df works
  ` [PATCH v13 12/12] famfs: Add documentation

[PATCH v12 0/8] DCD Prep Series
 2026-08-21 18:55 UTC  (5+ messages)
` [PATCH v12 2/8] cxl/mem: Read dynamic capacity configuration from the device

[GIT PULL] NVDIMM and DAX for 7.3
 2026-08-20 19:56 UTC  (2+ messages)

[RFC PATCH v3 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-20  9:58 UTC  (12+ messages)
` [RFC PATCH v3 1/3] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [RFC PATCH v3 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v3 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
 2026-08-19  8:11 UTC  (15+ messages)

[PATCH v2 00/12] virtio: support devices that own their virtqueue memory
 2026-08-18 21:40 UTC  (3+ messages)
` [PATCH v2 11/12] virtio_pci: support VIRTIO_F_DMB

[PATCH 0/4] mm/mempolicy: introduce package-aware weighted interleave
 2026-08-18  6:01 UTC 

[RFC PATCH v2 0/4] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-14  8:16 UTC  (12+ messages)
` [RFC PATCH v2 1/4] blk-cgroup: wait for old blkgs to leave queue before disk rebind
` [RFC PATCH v2 2/4] blk-cgroup: use a request_queue rhashtable for blkg lookup
` [RFC PATCH v2 3/4] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v2 4/4] blk-cgroup: move async bio punt state to blkcg

[PATCH v2 0/5] ACPI: NFIT: harden subtable extent validation
 2026-08-13 22:51 UTC  (12+ messages)
` [PATCH v2 1/5] ACPI: NFIT: validate subtable extents before dispatch
` [PATCH v2 2/5] ACPI: NFIT: accept SPA structures with an unused location cookie
` [PATCH v2 3/5] ACPI: NFIT: validate interleave and flush array extents
` [PATCH v2 4/5] ACPI: NFIT: validate control region extent
` [PATCH v2 5/5] ACPI: NFIT: bound the platform capability mask

[PATCH V8 05/10] famfs_fuse: GET_DAXDEV message and daxdev_table
 2026-08-13 22:21 UTC  (2+ messages)

[PATCH V8 04/10] famfs_fuse: Create files with famfs fmaps
 2026-08-13 22:08 UTC  (2+ messages)

[RFC PATCH 00/12] virtio: support devices that own their virtqueue memory
 2026-08-11 19:39 UTC  (10+ messages)


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