nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-10-18 18:36:30 to 2021-11-05 00:31:58 UTC [more...]

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-11-05  0:31 UTC  (16+ messages)
` [PATCH v4 06/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

[PATCH 0/3] dax: clear poison on the fly along pwrite
 2021-11-04 20:27 UTC  (8+ messages)
` [PATCH 1/3] dax: introduce dax_operation dax_clear_poison
` [PATCH 2/3] dax: introduce dax_clear_poison to dax pwrite operation
` [PATCH 3/3] libnvdimm/pmem: Provide pmem_dax_clear_poison for dax operation

[PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag
 2021-11-04 20:27 UTC  (58+ messages)
` [PATCH 1/6] dax: introduce RWF_RECOVERY_DATA flag to preadv2() and pwritev2()
` [PATCH 2/6] dax: prepare dax_direct_access() API with DAXDEV_F_RECOVERY flag
` [PATCH 3/6] pmem: pmem_dax_direct_access() to honor the "
` [PATCH 4/6] dm,dax,pmem: prepare dax_copy_to/from_iter() APIs with DAXDEV_F_RECOVERY
      ` correction: "
` [PATCH 5/6] dax,pmem: Add data recovery feature to pmem_copy_to/from_iter()
` [PATCH 6/6] dm: Ensure dm honors DAXDEV_F_RECOVERY flag on dax only
` [dm-devel] [PATCH 0/6] dax poison recovery with RWF_RECOVERY_DATA flag

futher decouple DAX from block devices
 2021-11-04 19:04 UTC  (45+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 06/11] xfs: factor out a xfs_setup_dax helper
` [PATCH 07/11] dax: remove dax_capable
  ` [dm-devel] "
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 11/11] dax: move bdev_dax_pgoff to fs/dax.c

qemu-emulated nfit devices disappeared
 2021-11-04 17:21 UTC  (7+ messages)

[PATCH v3] nvdimm/btt: do not call del_gendisk() if not needed
 2021-11-03 19:29 UTC  (2+ messages)

[REPOST PATCH v2 0/2] papr: Implement initial support for injecting smart errors
 2021-11-03 16:45 UTC  (6+ messages)
` [REPOST PATCH v2 1/2] libndctl, intel: Indicate supported smart-inject types
` [REPOST PATCH v2 2/2] libndctl/papr: Add limited support for inject-smart

[PATCH 00/13] block: add_disk() error handling stragglers
 2021-11-03 12:09 UTC  (26+ messages)
` [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 08/13] zram: add error handling support for add_disk()
` [PATCH 10/13] ps3disk: "
` [PATCH 11/13] ps3vram: "
` (subset) [PATCH 00/13] block: add_disk() error handling stragglers

[ndctl PATCH v4 00/17] Initial CXL support
 2021-11-02 20:27 UTC  (10+ messages)
` [ndctl PATCH v4 07/17] libcxl: add GET_HEALTH_INFO mailbox command and accessors
` [ndctl PATCH v4 09/17] util/hexdump: Add a util helper to print a buffer in hex

unsubscribe
 2021-11-02  6:37 UTC 

[PATCH v2] memremap: remove support for external pgmap refcounts
 2021-11-01 21:50 UTC  (2+ messages)

[PATCH v8 0/8] fsdax: introduce fs query to support reflink
 2021-10-31 18:16 UTC  (11+ messages)
` [PATCH v8 1/8] dax: Use percpu rwsem for dax_{read,write}_lock()
` [PATCH v8 2/8] dax: Introduce holder for dax_device
` [PATCH v8 3/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v8 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v8 5/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v8 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v8 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v8 8/8] fsdax: add exception for reflinked files

[PATCH] dax: Kill DEV_DAX_PMEM_COMPAT
 2021-10-30  3:54 UTC  (5+ messages)

[GIT PULL] nvdimm fixes v5.15-rc8
 2021-10-29  0:01 UTC  (2+ messages)

[PATCH 0/4] add ro state control function for nvdimm drivers
 2021-10-27 12:09 UTC  (5+ messages)
` [PATCH 1/4] libnvdimm: add a ro state control function for nvdimm
` [PATCH 2/4] libnvdimm/pmem: implement ->set_read_only to hook into BLKROSET processing
` [PATCH 3/4] libnvdimm/blk: "
` [PATCH 4/4] libnvdimm/btt: "

fix a pmem regression due to drain the block queue in del_gendisk
 2021-10-26 17:34 UTC  (11+ messages)
` [PATCH 1/2] nvdimm/pmem: stop using q_usage_count as external pgmap refcount
` [PATCH 2/2] memremap: remove support for external pgmap refcounts

[REPOST PATCH v2 0/3] test:ndtest: Fix various test cases on ndtest
 2021-10-22 17:47 UTC  (4+ messages)
` [REPOST PATCH v2 1/3] test/inject-smart: Enable inject-smart tests "
` [REPOST PATCH v2 2/3] ndtest/ack-shutdown-count: Skip the test "
` [REPOST PATCH v2 3/3] test/monitor.sh: Partially skip monitor "

[REPOST PATCH v3] libndctl: Update nvdimm flags in ndctl_cmd_submit()
 2021-10-22 14:47 UTC 

ndctl hangs with big memmap=! fakepmem
 2021-10-21  1:38 UTC  (4+ messages)

[PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount
 2021-10-20 18:51 UTC  (15+ messages)

can call libcxl function outside ndctl tool?
 2021-10-20 19:28 UTC  (3+ messages)

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-10-20  6:58 UTC  (13+ messages)
` [PATCH v7 1/8] dax: Use rwsem for dax_{read,write}_lock()
` [PATCH v7 2/8] dax: Introduce holder for dax_device
` [PATCH v7 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v7 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case

can we finally kill off CONFIG_FS_DAX_LIMITED
 2021-10-19 17:54 UTC  (17+ messages)

[RFC ndctl PATCH] monitor: Add "run" to call a bash script
 2021-10-19  9:49 UTC 


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