NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2024-02-08 18:18:03 to 2024-02-26 16:56:44 UTC [more...]

[RFC PATCH 00/20] Introduce the famfs shared-memory file system
 2024-02-26 16:56 UTC  (62+ messages)
` [RFC PATCH 01/20] famfs: Documentation
` [RFC PATCH 02/20] dev_dax_iomap: Add fs_dax_get() func to prepare dax for fs-dax usage
` [RFC PATCH 03/20] dev_dax_iomap: Move dax_pgoff_to_phys from device.c to bus.c since both need it now
` [RFC PATCH 04/20] dev_dax_iomap: Save the kva from memremap
` [RFC PATCH 05/20] dev_dax_iomap: Add dax_operations for use by fs-dax on devdax
` [RFC PATCH 06/20] dev_dax_iomap: Add CONFIG_DEV_DAX_IOMAP kernel build parameter
` [RFC PATCH 07/20] famfs: Add include/linux/famfs_ioctl.h
` [RFC PATCH 08/20] famfs: Add famfs_internal.h
` [RFC PATCH 09/20] famfs: Add super_operations
` [RFC PATCH 10/20] famfs: famfs_open_device() & dax_holder_operations
` [RFC PATCH 11/20] famfs: Add fs_context_operations
` [RFC PATCH 12/20] famfs: Add inode_operations and file_system_type
` [RFC PATCH 13/20] famfs: Add iomap_ops
` [RFC PATCH 14/20] famfs: Add struct file_operations
` [RFC PATCH 15/20] famfs: Add ioctl to file_operations
` [RFC PATCH 16/20] famfs: Add fault counters
` [RFC PATCH 17/20] famfs: Add module stuff
` [RFC PATCH 18/20] famfs: Support character dax via the dev_dax_iomap patch
` [RFC PATCH 19/20] famfs: Update MAINTAINERS file
` [RFC PATCH 20/20] famfs: Add Kconfig and Makefile plumbing

[PATCH] dax: remove SLAB_MEM_SPREAD flag usage
 2024-02-24 13:47 UTC 

[PATCH] dax: constify the struct device_type usage
 2024-02-24  0:06 UTC  (2+ messages)

[NDCTL PATCH v7 4/4] ndctl: Add support of qos_class for CXL CLI
 2024-02-23 22:48 UTC  (8+ messages)
` [NDCTL PATCH v7 1/4] ndctl: cxl: Add QoS class retrieval for the root decoder
` [NDCTL PATCH v7 2/4] ndctl: cxl: Add QoS class support for the memory device
` [NDCTL PATCH v7 3/4] ndctl: cxl: add QoS class check for CXL region creation
` [NDCTL PATCH v7 4/4] ndctl: add test for qos_class in CXL test suite

[PATCH] xfs: drop experimental warning for FSDAX
 2024-02-23 17:32 UTC  (5+ messages)

[ndctl PATCH v8 0/7] Support poison list retrieval
 2024-02-23  2:15 UTC  (8+ messages)
` [ndctl PATCH v8 1/7] libcxl: add interfaces for GET_POISON_LIST mailbox commands
` [ndctl PATCH v8 2/7] cxl: add an optional pid check to event parsing
` [ndctl PATCH v8 3/7] cxl/event_trace: add a private context for private parsers
` [ndctl PATCH v8 4/7] cxl/event_trace: add helpers get_field_[string|data]()
` [ndctl PATCH v8 5/7] cxl/list: collect and parse media_error records
` [ndctl PATCH v8 6/7] cxl/list: add --media-errors option to cxl list
` [ndctl PATCH v8 7/7] cxl/test: add cxl-poison.sh unit test

[ndctl PATCH v2 0/3] Tidy-up, then expand, cxl-xor-region.sh
 2024-02-23  1:40 UTC  (4+ messages)
` [ndctl PATCH v2 1/3] cxl/test: replace spaces with tabs in cxl-xor-region.sh
` [ndctl PATCH v2 2/3] cxl/test: add double quotes "
` [ndctl PATCH v2 3/3] cxl/test: add 3-way HB interleave testcase to cxl-xor-region.sh

[ndctl PATCH v7 0/7] Support poison list retrieval
 2024-02-22  8:04 UTC  (4+ messages)
` [ndctl PATCH v7 7/7] cxl/test: add cxl-poison.sh unit test

pass queue_limits to blk_alloc_disk for simple drivers
 2024-02-20 13:22 UTC  (20+ messages)
` [PATCH 1/9] block: pass a queue_limits argument to blk_alloc_disk
` [PATCH 2/9] nfblock: pass queue_limits to blk_mq_alloc_disk
` [PATCH 3/9] brd: "
` [PATCH 4/9] n64cart: "
` [PATCH 5/9] zram: "
` [PATCH 6/9] bcache: "
` [PATCH 7/9] btt: "
` [PATCH 8/9] pmem: "
` [PATCH 9/9] dcssblk: "

[PATCH] dax: add set_dax_nomc() and set_dax_nocache() stub helpers
 2024-02-16 20:26 UTC  (2+ messages)

[PATCH v2] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-16 16:12 UTC  (2+ messages)

[ndctl PATCH] cxl/event_trace: parse arrays separately from strings
 2024-02-16 15:33 UTC  (2+ messages)

[NDCTL PATCH v2] ndctl: cxl: Remove dependency for attributes derived from IDENTIFY command
 2024-02-15 16:16 UTC 

[PATCH v6 0/9] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-15 14:46 UTC  (10+ messages)
` [PATCH v6 1/9] dax: add empty static inline for CONFIG_DAX=n
` [PATCH v6 2/9] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) "
` [PATCH v6 3/9] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v6 4/9] dm: "
` [PATCH v6 5/9] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v6 6/9] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v6 7/9] dax: Check for data cache aliasing at runtime
` [PATCH v6 8/9] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v6 9/9] dax: Fix incorrect list of data cache aliasing architectures

[ndctl PATCH] cxl/test: Add 3-way HB interleave testcase to cxl-xor-region.sh
 2024-02-14 21:49 UTC  (3+ messages)

[NDCTL PATCH] ndctl: cxl: Remove dependency for attributes derived from IDENTIFY command
 2024-02-14 16:36 UTC  (3+ messages)

[PATCH v5 0/8] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-14  6:59 UTC  (22+ messages)
` [PATCH v5 1/8] dax: alloc_dax() return ERR_PTR(-EOPNOTSUPP) for CONFIG_DAX=n
` [PATCH v5 2/8] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 3/8] dm: "
` [PATCH v5 4/8] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v5 5/8] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v5 6/8] dax: Check for data cache aliasing at runtime
` [PATCH v5 7/8] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v5 8/8] dax: Fix incorrect list of data cache aliasing architectures

CPU data cache across reboot/kexec for pmem/dax devices
 2024-02-13 20:56 UTC  (3+ messages)

[PATCH] nvdimm/pmem: Fix leak on dax_add_host() failure
 2024-02-12 22:03 UTC  (3+ messages)

[PATCH] libnvdimm: Fix ACPI_NFIT in BLK_DEV_PMEM help
 2024-02-12 18:10 UTC  (4+ messages)

[PATCH] KEYS: encrypted: Add check for strsep
 2024-02-12  5:11 UTC  (11+ messages)

[PATCH v4 00/12] Introduce cpu_dcache_is_aliasing() to fix DAX regression
 2024-02-09  1:01 UTC  (35+ messages)
` [PATCH v4 01/12] nvdimm/pmem: Fix leak on dax_add_host() failure
` [PATCH v4 02/12] nvdimm/pmem: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 03/12] dm: "
` [PATCH v4 04/12] dcssblk: Handle alloc_dax() -EOPNOTSUPP failure
` [PATCH v4 05/12] virtio: Treat alloc_dax() -EOPNOTSUPP failure as non-fatal
` [PATCH v4 06/12] dax: Check for data cache aliasing at runtime
` [PATCH v4 07/12] Introduce cpu_dcache_is_aliasing() across all architectures
` [PATCH v4 08/12] dax: Fix incorrect list of data cache aliasing architectures
` [PATCH v4 09/12] nvdimm/pmem: Cleanup alloc_dax() error handling
` [PATCH v4 10/12] dm: "
` [PATCH v4 11/12] dcssblk: "
` [PATCH v4 12/12] virtio: "


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).