nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-27 08:12:33 to 2021-08-10 23:53:27 UTC [more...]

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

[PATCH 00/23] cxl_test: Enable CXL Topology and UAPI regression tests
 2021-08-10 22:58 UTC  (33+ messages)
` [PATCH 01/23] libnvdimm/labels: Introduce getters for namespace label fields
` [PATCH 02/23] libnvdimm/labels: Add isetcookie validation helper
` [PATCH 03/23] libnvdimm/labels: Introduce label setter helpers
` [PATCH 04/23] libnvdimm/labels: Add a checksum calculation helper
` [PATCH 05/23] libnvdimm/labels: Add blk isetcookie set / validation helpers
` [PATCH 06/23] libnvdimm/labels: Add blk special cases for nlabel and position helpers
` [PATCH 07/23] libnvdimm/labels: Add type-guid helpers
` [PATCH 08/23] libnvdimm/labels: Add claim class helpers
` [PATCH 09/23] libnvdimm/labels: Add address-abstraction uuid definitions
` [PATCH 10/23] libnvdimm/labels: Add uuid helpers
` [PATCH 11/23] libnvdimm/labels: Introduce CXL labels
` [PATCH 12/23] cxl/pci: Make 'struct cxl_mem' device type generic
` [PATCH 13/23] cxl/mbox: Introduce the mbox_send operation
` [PATCH 14/23] cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the core
` [PATCH 15/23] cxl/pci: Use module_pci_driver
` [PATCH 16/23] cxl/mbox: Convert 'enabled_cmds' to DECLARE_BITMAP
` [PATCH 17/23] cxl/mbox: Add exclusive kernel command support
` [PATCH 18/23] cxl/pmem: Translate NVDIMM label commands to CXL label commands
` [PATCH 19/23] cxl/pmem: Add support for multiple nvdimm-bridge objects
` [PATCH 20/23] tools/testing/cxl: Introduce a mocked-up CXL port hierarchy
` [PATCH 21/23] cxl/bus: Populate the target list at decoder create
` [PATCH 22/23] cxl/mbox: Move command definitions to common location
` [PATCH 23/23] tools/testing/cxl: Introduce a mock memory device + driver

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-08-07 19:32 UTC  (21+ 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 v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-08-06 12:28 UTC  (53+ 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 v3 0/3] erofs: iomap support for uncompressed cases
 2021-08-06  9:12 UTC  (8+ messages)
` [PATCH v3 1/3] erofs: iomap support for non-tailpacking DIO
` [PATCH v3 2/3] erofs: dax support for non-tailpacking regular file
` [PATCH v3 3/3] erofs: convert all uncompressed cases to iomap

RDMA/rpma + fsdax(ext4) was broken since 36f30e486d
 2021-08-06  3:20 UTC 

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-06  1:17 UTC  (17+ 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] 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 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 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 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  (8+ messages)
` [PATCH 16/27] iomap: switch iomap_bmap to use iomap_iter

[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  (2+ messages)
` [PATCH 3/3] test/monitor.sh: Partially skip monitor test "


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