nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-09 19:52:48 to 2021-07-28 07:29:53 UTC [more...]

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-07-28  7:29 UTC  (50+ messages)
` [PATCH v3 01/14] memory-failure: fetch compound_head after pgmap_pfn_valid()
  ` [External] "
` [PATCH v3 02/14] mm/page_alloc: split prep_compound_page into head and tail subparts
  ` [External] "
` [PATCH v3 03/14] mm/page_alloc: refactor memmap_init_zone_device() page init
` [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
  ` [External] "
` [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

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

RFC: switch iomap to an iterator model
 2021-07-27 14:32 UTC  (58+ 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

[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  (7+ 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 

[ndctl PATCH v3 00/21] Initial CXL support
 2021-07-16  2:24 UTC  (24+ messages)
` [ndctl PATCH v3 01/21] ndctl: add .clang-format
` [ndctl PATCH v3 02/21] cxl: add a cxl utility and libcxl library
` [ndctl PATCH v3 03/21] cxl: add a local copy of the cxl_mem UAPI header
` [ndctl PATCH v3 04/21] libcxl: add support for command query and submission
` [ndctl PATCH v3 05/21] libcxl: add support for the 'Identify Device' command
` [ndctl PATCH v3 06/21] test: rename 'ndctl_test' to 'test_ctx'
` [ndctl PATCH v3 07/21] test: rename 'ndctl_test_*' helpers to 'test_*'
` [ndctl PATCH v3 08/21] test: introduce a libcxl unit test
` [ndctl PATCH v3 09/21] libcxl: add GET_HEALTH_INFO mailbox command and accessors
` [ndctl PATCH v3 10/21] libcxl: add support for the 'GET_LSA' command

[PATCH v2 0/2] virtio-pmem: Support PCI BAR-relative addresses
 2021-07-15 22:33 UTC 

[PATCH v2 0/4] bus: Make remove callback return void
 2021-07-15 13:02 UTC  (3+ messages)
` [PATCH v2 4/4] "

[PATCH] ndctl: Avoid confusing error message when operating on all the namespaces
 2021-07-15  3:39 UTC  (5+ messages)

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

[ndctl PATCH 0/6] Convert to the Meson build system
 2021-07-14 18:53 UTC  (9+ messages)
` [ndctl PATCH 1/6] util: Distribute 'filter' and 'json' helpers to per-tool objects
` [ndctl PATCH 2/6] Documentation: Drop attrs.adoc include
` [ndctl PATCH 3/6] build: Drop unnecessary $tool/config.h includes
` [ndctl PATCH 4/6] build: Explicitly include version.h
` [ndctl PATCH 5/6] test: Prepare out of line builds
` [ndctl PATCH 6/6] build: Add meson build infrastructure

[ndctl PATCH] libndctl: Update nvdimm flags after inject-smart
 2021-07-14  7:58 UTC  (3+ messages)

[ndctl PATCH 0/2] papr: Implement initial support for injecting smart errors
 2021-07-13  7:51 UTC  (5+ messages)
` [ndctl PATCH 1/2] libndctl, intel: Indicate supported smart-inject types
` [ndctl PATCH 2/2] libndctl/papr: Add limited support for inject-smart

[PATCH v3 0/5] bus: Make remove callback return void
 2021-07-13  7:40 UTC  (2+ messages)
` [PATCH v3 5/5] "

[PATCH v2 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-07-13  1:11 UTC  (9+ messages)
` [PATCH v2 02/14] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v2 07/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
  ` [External] "

[PATCH v1 0/4] ndctl: Add pcdctl tool with pcdctl list and reconfigure-region commands
 2021-07-12 20:19 UTC  (6+ messages)

[PATCH] dax: replace sprintf() by scnprintf()
 2021-07-12 16:48 UTC  (5+ messages)

[PATCH v1 3/4] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
 2021-07-12 12:40 UTC 

[PATCH v2 0/2] erofs: dio/dax support for non-tailpacking cases
 2021-07-12 12:02 UTC  (3+ messages)
` [PATCH v2 1/2] erofs: iomap support for non-tailpacking DIO
` [PATCH v2 2/2] erofs: dax support for non-tailpacking regular file

[PATCH] powerpc/papr_scm: Implement initial support for injecting smart errors
 2021-07-12  8:48 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).