nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-16 06:33:34 to 2021-08-05 00:36:19 UTC [more...]

[PATCH v3 0/3] erofs: iomap support for uncompressed cases
 2021-08-05  0:35 UTC 

[PATCH] tools/testing/nvdimm: Fix missing 'fallthrough' warning
 2021-08-04 17:13 UTC  (2+ messages)

[PATCH] libnvdimm/region: Fix label activation vs errors
 2021-08-04 17:12 UTC  (2+ messages)

[PATCH] ACPI: NFIT: Fix support for virtual SPA ranges
 2021-08-04 16:54 UTC  (2+ messages)

[PATCH v2 0/3] erofs: iomap support for uncompressed cases
 2021-08-04 11:22 UTC  (11+ messages)
` [PATCH v2 1/3] erofs: iomap support for non-tailpacking DIO
` [PATCH v2 2/3] erofs: dax support for non-tailpacking regular file
` [PATCH v2 3/3] erofs: convert all uncompressed cases to iomap

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-08-04  4:57 UTC  (20+ messages)
` [PATCH V7 01/18] x86/pkeys: Create pkeys_common.h
` [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 04/18] x86/pks: Add PKS defines and Kconfig options
` [PATCH V7 05/18] x86/pks: Add PKS setup code
` [PATCH V7 06/18] x86/fault: Adjust WARN_ON for PKey fault
` [PATCH V7 07/18] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH V7 08/18] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH V7 09/18] x86/pks: Add PKS kernel API
` [PATCH V7 10/18] x86/pks: Introduce pks_abandon_protections()
` [PATCH V7 11/18] x86/pks: Add PKS Test code
` [PATCH V7 12/18] x86/pks: Add PKS fault callbacks
` [PATCH V7 13/18] memremap_pages: Add access protection via supervisor Protection Keys (PKS)
` [PATCH V7 14/18] memremap_pages: Add memremap.pks_fault_mode
` [PATCH V7 15/18] kmap: Add stray access protection for devmap pages
` [PATCH V7 16/18] dax: Stray access protection for dax_direct_access()
` [PATCH V7 17/18] nvdimm/pmem: Enable stray access protection
` [PATCH V7 18/18] devdax: "

[PATCH 0/1] fix pmem RAM device when nid is NUMA_NO_NODE
 2021-08-02 15:47 UTC  (7+ messages)
` [PATCH] device-dax: use fallback nid when numa_node is invalid

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-08-02 14:06 UTC  (54+ messages)
` [PATCH v3 04/14] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v3 05/14] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v3 06/14] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v3 07/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v3 08/14] mm/sparse-vmemmap: populate compound pagemaps
` [PATCH v3 09/14] mm/page_alloc: reuse tail struct pages for "
` [PATCH v3 10/14] device-dax: use ALIGN() for determining pgoff
` [PATCH v3 11/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v3 12/14] device-dax: compound pagemap support
` [PATCH v3 13/14] mm/gup: grab head page refcount once for group of subpages
` [PATCH v3 14/14] mm/sparse-vmemmap: improve memory savings for compound pud geometry

[PATCH v4 0/4] Add perf interface to expose nvdimm
 2021-08-02  7:39 UTC  (5+ messages)
` [PATCH v4 1/4] drivers/nvdimm: Add nvdimm pmu structure
` [PATCH v4 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
` [PATCH v4 3/4] powerpc/papr_scm: Add perf interface support
` [PATCH v4 4/4] powerpc/papr_scm: Document papr_scm sysfs event format entries

[ndctl PATCH v2 0/2] fix two issues reported by Coverity
 2021-07-31  8:31 UTC  (3+ messages)
` [ndctl PATCH v2 2/2] namespace: Close fd before return in do_xaction_namespace()

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-07-30 10:01 UTC  (10+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v6 2/9] dax: Introduce holder for dax_device
` [PATCH RESEND v6 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH RESEND v6 4/9] pmem,mm: Implement ->memory_failure in pmem driver
` [PATCH RESEND v6 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH RESEND v6 6/9] xfs: Implement ->notify_failure() for XFS
` [PATCH RESEND v6 7/9] dm: Introduce ->rmap() to find bdev offset
` [PATCH RESEND v6 8/9] md: Implement dax_holder_operations
` [PATCH RESEND v6 9/9] fsdax: add exception for reflinked files

[PATCH v6 0/9] fsdax: introduce fs query to support reflink
 2021-07-30  9:25 UTC  (12+ messages)
` [PATCH v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH v6 2/9] dax: Introduce holder for dax_device
` [PATCH v6 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v6 4/9] pmem,mm: Implement ->memory_failure in pmem driver
` [PATCH v6 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v6 6/9] xfs: Implement ->corrupted_range() for XFS
` [PATCH v6 7/9] dm: Introduce ->rmap() to find bdev offset
` [PATCH v6 8/9] md: Implement dax_holder_operations
` [PATCH v6 9/9] fsdax: add exception for reflinked files

RFC: switch iomap to an iterator model
 2021-07-29 20:33 UTC  (59+ messages)
` [PATCH 01/27] iomap: fix a trivial comment typo in trace.h
` [PATCH 02/27] iomap: remove the iomap arguments to ->page_{prepare,done}
` [PATCH 03/27] iomap: mark the iomap argument to iomap_sector const
` [PATCH 04/27] fs: mark the iomap argument to __block_write_begin_int const
` [PATCH 05/27] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 06/27] iomap: mark the iomap argument to iomap_read_inline_data const
` [PATCH 07/27] iomap: mark the iomap argument to iomap_read_page_sync const
` [PATCH 08/27] iomap: add the new iomap_iter model
` [PATCH 09/27] iomap: switch readahead and readpage to use iomap_iter
` [PATCH 10/27] iomap: switch iomap_file_buffered_write "
` [PATCH 11/27] iomap: switch iomap_file_unshare "
` [PATCH 12/27] iomap: switch iomap_zero_range "
` [PATCH 13/27] iomap: switch iomap_page_mkwrite "
` [PATCH 14/27] iomap: switch __iomap_dio_rw "
` [PATCH 15/27] iomap: switch iomap_fiemap "
` [PATCH 16/27] iomap: switch iomap_bmap "
` [PATCH 17/27] iomap: switch iomap_seek_hole "
` [PATCH 18/27] iomap: switch iomap_seek_data "
` [PATCH 19/27] iomap: switch iomap_swapfile_activate "
` [PATCH 20/27] fsdax: switch dax_iomap_rw "
` [PATCH 21/27] iomap: remove iomap_apply
` [PATCH 22/27] iomap: pass an iomap_iter to various buffered I/O helpers
` [PATCH 23/27] iomap: rework unshare flag
` [PATCH 24/27] fsdax: factor out helpers to simplify the dax fault code
` [PATCH 25/27] fsdax: factor out a dax_fault_actor() helper
` [PATCH 26/27] fsdax: switch the fault handlers to use iomap_iter
` [PATCH 27/27] iomap: constify iomap_iter_srcmap
  ` DAX setup pains, was Re: RFC: switch iomap to an iterator model

[RFC v4] nvfs: a filesystem for persistent memory
 2021-07-27 15:47 UTC 

[PATCH 0/3] test:ndtest: Fix various test cases on ndtest
 2021-07-27  8:12 UTC  (4+ messages)
` [PATCH 1/3] test/inject-smart: Enable inject-smart tests "
` [PATCH 2/3] ndtest/ack-shutdown-count: Skip the test "
` [PATCH 3/3] test/monitor.sh: Partially skip monitor "

[PATCH] tests/nvdimm/ndtest: Simulate nvdimm health, DSC and smart-inject
 2021-07-27  5:50 UTC 

[RFC v2 0/2] virtio-pmem: Asynchronous flush
 2021-07-26  6:08 UTC  (3+ messages)
` [RFC v2 1/2] virtio-pmem: Async virtio-pmem flush
` [RFC v2 2/2] pmem: Enable pmem_submit_bio for asynchronous flush

[PATCH v4 0/5] bus: Make remove callback return void
 2021-07-22  8:45 UTC  (5+ messages)
` [PATCH v4 5/5] "

[PATCH v2 1/2] virtio-pmem: Support PCI BAR-relative addresses
 2021-07-22  4:40 UTC  (10+ messages)

[PATCH v2 0/4] ndctl: Add ipmregion tool with ipmregion list and reconfigure-region commands
 2021-07-20 15:51 UTC  (5+ messages)
` [PATCH v2 1/4] Documentation/ipmregion: Add documentation for ipmregion tool and commands
` [PATCH v2 2/4] ipmregion/list: Add ipmregion-list command to enumerate 'nvdimm' devices
` [PATCH v2 3/4] ipmregion/reconfigure: Add ipmregion-reconfigure-region command
` [PATCH v2 4/4] ipmregion/reconfigure: Add support for different pmem region modes

[PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-07-20 10:37 UTC  (11+ messages)
` [PATCH v5 2/9] dax: Introduce holder for dax_device
` [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v5 9/9] fs/dax: Remove useless functions

[PATCH v2 2/2] virtio-pmem: Set DRIVER_OK status prior to creating pmem region
 2021-07-19 20:05 UTC  (2+ messages)

[ndctl PATCH v2] libndctl: Update nvdimm flags after in ndctl_cmd_submit()
 2021-07-16  7:21 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).