nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-12 21:54:10 to 2021-12-02 12:53:45 UTC [more...]

[PATCH v4 0/6] badblocks improvement for multiple bad block ranges
 2021-12-02 12:52 UTC  (3+ messages)
` [PATCH v3 1/6] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v3 2/6] badblocks: add helper routines for badblock ranges handling

[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
 2021-12-02  8:48 UTC  (10+ messages)
` [PATCH v8 1/9] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 2/9] dax: Introduce holder for dax_device
` [PATCH v8 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v8 4/9] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v8 5/9] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/9] dax: add dax holder helper for filesystems
` [PATCH v8 8/9] xfs: Implement ->notify_failure() for XFS
` [PATCH v8 9/9] fsdax: set a CoW flag when associate reflink mappings

[PATCH v2] libnvdimm: call devm_namespace_disable() on error
 2021-12-01 16:48 UTC 

[PATCH] [PATCH v2] libnvdimm: call devm_namespace_disable() on error
 2021-12-01 16:47 UTC 

[RFT PATCH] x86/pat: Fix set_mce_nospec() for pmem
 2021-11-30 23:00 UTC  (24+ messages)

decouple DAX from block devices v2
 2021-11-30 19:06 UTC  (38+ messages)
` [PATCH 01/29] dm: fix alloc_dax error handling in alloc_dev
` [PATCH 02/29] dm: make the DAX support depend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 23/29] xfs: pass the mapping flags to xfs_bmbt_to_iomap
` [PATCH 24/29] iomap: add a IOMAP_DAX flag
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
` [PATCH 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK

[PATCH v6 00/10] mm, device-dax: Introduce compound pages in devmap
 2021-11-29 17:20 UTC  (21+ messages)
` [PATCH v6 01/10] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v6 02/10] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v6 03/10] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v6 04/10] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v6 05/10] device-dax: use ALIGN() for determining pgoff
` [PATCH v6 06/10] device-dax: use struct_size()
` [PATCH v6 07/10] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v6 08/10] device-dax: factor out page mapping initialization
` [PATCH v6 09/10] device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()
` [PATCH v6 10/10] device-dax: compound devmap support

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-11-26 11:03 UTC  (17+ messages)
` [PATCH V7 02/18] x86/fpu: Refactor arch_set_user_pkey_access()
` [PATCH V7 03/18] x86/pks: Add additional PKEY helper macros
` [PATCH V7 05/18] x86/pks: Add PKS setup code
` [PATCH V7 07/18] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH V7 08/18] x86/entry: Preserve PKRS MSR across exceptions

decouple DAX from block devices
 2021-11-24  7:14 UTC  (100+ messages)
` [PATCH 01/29] nvdimm/pmem: move dax_attribute_group from dax to pmem
` [PATCH 02/29] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 03/29] dax: remove CONFIG_DAX_DRIVER
` [PATCH 04/29] dax: simplify the dax_device <-> gendisk association
` [PATCH 05/29] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 06/29] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 07/29] xfs: factor out a xfs_setup_dax_always helper
` [PATCH 08/29] dax: remove dax_capable
` [PATCH 09/29] dm-linear: add a linear_dax_pgoff helper
` [PATCH 10/29] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 11/29] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 12/29] fsdax: remove a pointless __force cast in copy_cow_page_dax
` [PATCH 13/29] fsdax: use a saner calling convention for copy_cow_page_dax
` [PATCH 14/29] fsdax: simplify the pgoff calculation
` [PATCH 15/29] xfs: add xfs_zero_range and xfs_truncate_page helpers
` [PATCH 16/29] fsdax: simplify the offset check in dax_iomap_zero
` [PATCH 17/29] fsdax: factor out a dax_memzero helper
` [PATCH 18/29] fsdax: decouple zeroing from the iomap buffered I/O code
` [PATCH 19/29] ext2: cleanup the dax handling in ext2_fill_super
` [PATCH 20/29] ext4: cleanup the dax handling in ext4_fill_super
` [PATCH 21/29] xfs: move dax device handling into xfs_{alloc,free}_buftarg
` [PATCH 22/29] iomap: add a IOMAP_DAX flag
` [PATCH 23/29] xfs: use IOMAP_DAX to check for DAX mappings
` [PATCH 24/29] xfs: use xfs_direct_write_iomap_ops for DAX zeroing
` [PATCH 25/29] dax: return the partition offset from fs_dax_get_by_bdev
` [PATCH 26/29] fsdax: shift partition offset handling into the file systems
` [PATCH 27/29] dax: fix up some of the block device related ifdefs
` [PATCH 28/29] iomap: build the block based code conditionally
` [PATCH 29/29] fsdax: don't require CONFIG_BLOCK

[PATCH] dax: Kill DEV_DAX_PMEM_COMPAT
 2021-11-23 19:11 UTC  (3+ messages)
` [PATCH v2] "

[ndctl PATCH 0/7] Policy based reconfiguration for daxctl
 2021-11-19 20:57 UTC  (21+ messages)
` [ndctl PATCH 2/7] daxctl: Documentation updates for persistent reconfiguration
` [ndctl PATCH 4/7] daxctl: add basic config parsing support
` [ndctl PATCH 5/7] util/parse-configs: add a key/value search helper
` [ndctl PATCH 6/7] daxctl/device.c: add an option for getting params from a config file
` [ndctl PATCH 7/7] daxctl: add systemd service and udev rule for auto-onlining

[PATCH v5 0/8] mm, dax: Introduce compound pages in devmap
 2021-11-19 20:13 UTC  (21+ messages)
` [PATCH v5 6/8] device-dax: use struct_size()
` [PATCH v5 7/8] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v5 8/8] device-dax: compound devmap support

[RESEND PATCH v5 0/4] Add perf interface to expose nvdimm
 2021-11-17  6:17 UTC  (7+ messages)
` [RESEND PATCH v5 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [RESEND PATCH v5 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [RESEND PATCH v5 3/4] powerpc/papr_scm: Add perf interface support
` [RESEND PATCH v5 4/4] docs: ABI: sysfs-bus-nvdimm: Document sysfs event format entries for nvdimm pmu

[ndctl PATCH] ndctl: install bash-completion symlinks
 2021-11-17  1:17 UTC 

[PATCH] nvdimm: use kobj_to_dev instead of container_of
 2021-11-16  6:44 UTC 

[ndctl PATCH v5 16/16] cxl: add health information to cxl-list
 2021-11-12 21:55 UTC  (3+ messages)
` [ndctl PATCH v6 "

[ndctl PATCH v5 00/16] Initial CXL support
 2021-11-12 21:53 UTC  (4+ messages)
` [ndctl PATCH v5 10/16] libcxl: add representation for an nvdimm bridge object


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 NNTP newsgroup(s).