nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-29 10:22:24 to 2021-12-17 18:37:13 UTC [more...]

[PATCH v1 1/1] ACPI: NFIT: Import GUID before use
 2021-12-17 18:37 UTC  (3+ messages)

[ndctl PATCH v3 00/11] Policy based reconfiguration for daxctl
 2021-12-16 23:03 UTC  (18+ messages)
` [ndctl PATCH v3 01/11] ndctl, util: add parse-configs helper
` [ndctl PATCH v3 02/11] ndctl: make ndctl support configuration files
` [ndctl PATCH v3 03/11] ndctl, config: add the default ndctl configuration file
` [ndctl PATCH v3 04/11] ndctl, monitor: refator monitor for supporting multiple config files
` [ndctl PATCH v3 05/11] ndctl: Update ndctl.spec.in for 'ndctl.conf'
` [ndctl PATCH v3 06/11] daxctl: Documentation updates for persistent reconfiguration
` [ndctl PATCH v3 07/11] daxctl: add basic config parsing support
` [ndctl PATCH v3 08/11] util/parse-configs: add a key/value search helper
` [ndctl PATCH v3 09/11] daxctl/device.c: add an option for getting params from a config file
` [ndctl PATCH v3 10/11] daxctl: add systemd service and udev rule for automatic reconfiguration
` [ndctl PATCH v3 11/11] daxctl: add and install an example config file

[RESEND PATCH v8 0/9] fsdax: introduce fs query to support reflink
 2021-12-16  7:46 UTC  (21+ 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

devirtualize kernel access to DAX
 2021-12-15 17:27 UTC  (33+ messages)
` [PATCH 1/5] uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()
` [PATCH 2/5] dax: simplify dax_synchronous and set_dax_synchronous
` [PATCH 3/5] dax: remove the DAXDEV_F_SYNC flag
` [PATCH 4/5] dax: remove the copy_from_iter and copy_to_iter methods
` [PATCH 5/5] dax: always use _copy_mc_to_iter in dax_copy_to_iter

devirtualize kernel access to DAX v2
 2021-12-15  8:45 UTC  (5+ messages)
` [PATCH 1/4] uio: remove copy_from_iter_flushcache() and copy_mc_to_iter()
` [PATCH 2/4] dax: simplify dax_synchronous and set_dax_synchronous
` [PATCH 3/4] dax: remove the DAXDEV_F_SYNC flag
` [PATCH 4/4] dax: remove the copy_from_iter and copy_to_iter methods

[ndctl PATCH] scripts: Add a man page template generator
 2021-12-15  2:01 UTC 

[PATCH] iomap: turn the byte variable in iomap_zero_iter into a ssize_t
 2021-12-13  7:38 UTC  (8+ messages)

[PATCH v3 0/2] papr: Implement initial support for injecting smart errors
 2021-12-13  5:34 UTC  (2+ messages)

[PATCH v5 21/21] cxl/core: Split decoder setup into alloc + add
 2021-12-10 19:41 UTC  (4+ messages)
` [PATCH v6 "

[PATCH v5 0/7] badblocks improvement for multiple bad block ranges
 2021-12-10 16:04 UTC  (8+ messages)
` [PATCH v5 1/6] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v5 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v5 3/6] badblocks: improve badblocks_set() for multiple "
` [PATCH v5 4/6] badblocks: improve badblocks_clear() "
` [PATCH v5 5/6] badblocks: improve badblocks_check() "
` [PATCH v5 6/6] badblocks: switch to the improved badblock handling code
` [PATCH v5] test: user space code to test badblocks APIs

[PATCH v4 0/6] badblocks improvement for multiple bad block ranges
 2021-12-10  6:57 UTC  (14+ 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
` [PATCH v3 3/6] badblocks: improvement badblocks_set() for multiple "
` [PATCH v3 4/6] badblocks: improve badblocks_clear() "
` [PATCH v3 5/6] badblocks: improve badblocks_check() "
` [PATCH v3 6/6] badblocks: switch to the improved badblock handling code
` [PATCH] test: user space code to test badblocks APIs

[ndctl PATCH v5 00/16] Initial CXL support
 2021-12-09 21:23 UTC  (7+ messages)
` [ndctl PATCH v5 02/16] cxl: add a cxl utility and libcxl library
    ` [ndctl PATCH v6] "
        ` [ndctl PATCH v7] "

[ndctl PATCH v2 00/12] Policy based reconfiguration for daxctl
 2021-12-08 21:52 UTC  (26+ messages)
` [ndctl PATCH v2 01/12] ndctl, util: add iniparser helper
` [ndctl PATCH v2 02/12] ndctl, util: add parse-configs helper
` [ndctl PATCH v2 03/12] ndctl: make ndctl support configuration files
` [ndctl PATCH v2 04/12] ndctl, config: add the default ndctl configuration file
` [ndctl PATCH v2 05/12] ndctl, monitor: refator monitor for supporting multiple config files
` [ndctl PATCH v2 06/12] ndctl: Update ndctl.spec.in for 'ndctl.conf'
` [ndctl PATCH v2 07/12] daxctl: Documentation updates for persistent reconfiguration
` [ndctl PATCH v2 08/12] util/parse-config: refactor filter_conf_files into util/
` [ndctl PATCH v2 09/12] daxctl: add basic config parsing support
` [ndctl PATCH v2 10/12] util/parse-configs: add a key/value search helper
` [ndctl PATCH v2 11/12] daxctl/device.c: add an option for getting params from a config file
` [ndctl PATCH v2 12/12] daxctl: add systemd service and udev rule for automatic reconfiguration

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-12-08 15:11 UTC  (12+ messages)
` [PATCH V7 03/18] x86/pks: Add additional PKEY helper macros
` [PATCH V7 08/18] x86/entry: Preserve PKRS MSR across exceptions

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

[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  (18+ messages)

decouple DAX from block devices v2
 2021-11-30 19:06 UTC  (35+ messages)
` [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 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  (8+ messages)
` [PATCH v6 09/10] device-dax: set mapping prior to vmf_insert_pfn{,_pmd,pud}()


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).