nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-20 22:59:14 to 2021-09-02 17:34:52 UTC [more...]

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

[PATCH v8 0/7] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-09-02 15:33 UTC  (14+ messages)
` [PATCH v8 1/7] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v8 2/7] fsdax: Introduce dax_iomap_cow_copy()
` [PATCH v8 3/7] fsdax: Replace mmap entry in case of CoW
` [PATCH v8 4/7] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v8 5/7] fsdax: Dedup file range to use a compare function
` [PATCH v8 6/7] xfs: support CoW in fsdax mode
` [PATCH v8 7/7] xfs: Add dax dedupe support

[ndctl PATCH 0/7] Policy based reconfiguration for daxctl
 2021-09-02 13:12 UTC  (12+ messages)
` [ndctl PATCH 1/7] ndctl: Update ndctl.spec.in for 'ndctl.conf'
` [ndctl PATCH 2/7] daxctl: Documentation updates for persistent reconfiguration
` [ndctl PATCH 3/7] util/parse-config: refactor filter_conf_files into util/
` [ndctl PATCH 4/7] daxctl: add basic config parsing support
` [ndctl PATCH 5/7] util/parse-configs: add a key/value search helper
` [ndctl PATCH 6/7] daxctl/device.c: add an option for getting params from a config file
` [ndctl PATCH 7/7] daxctl: add systemd service and udev rule for auto-onlining

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-09-01  9:44 UTC  (23+ messages)
` [PATCH v4 01/14] memory-failure: fetch compound_head after pgmap_pfn_valid()
` [PATCH v4 02/14] mm/page_alloc: split prep_compound_page into head and tail subparts
` [PATCH v4 03/14] mm/page_alloc: refactor memmap_init_zone_device() page init
` [PATCH v4 04/14] mm/memremap: add ZONE_DEVICE support for compound pages
` [PATCH v4 05/14] device-dax: use ALIGN() for determining pgoff
` [PATCH v4 06/14] device-dax: ensure dev_dax->pgmap is valid for dynamic devices
` [PATCH v4 07/14] device-dax: compound devmap support
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages
` [PATCH v4 09/14] mm/sparse-vmemmap: add a pgmap argument to section activation
` [PATCH v4 10/14] mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helper
` [PATCH v4 11/14] mm/hugetlb_vmemmap: move comment block to Documentation/vm
` [PATCH v4 12/14] mm/sparse-vmemmap: populate compound devmaps
` [PATCH v4 13/14] mm/page_alloc: reuse tail struct pages for "
` [PATCH v4 14/14] mm/sparse-vmemmap: improve memory savings for compound pud geometry

[PATCH 00/10] block: first batch of add_disk() error handling conversions
 2021-08-30 21:08 UTC  (15+ messages)
` [PATCH 01/10] block/brd: add error handling support for add_disk()
` [PATCH 02/10] bcache: "
` [PATCH 03/10] nvme-multipath: "
` [PATCH 04/10] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 05/10] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 06/10] nvdimm/btt: add error handling support for add_disk()
` [PATCH 07/10] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 08/10] nvdimm/blk: add error handling support for add_disk()
` [PATCH 09/10] xen-blkfront: "
` [PATCH 10/10] zram: "

RDMA/rpma + fsdax(ext4) was broken since 36f30e486d
 2021-08-27 16:52 UTC  (8+ messages)

[RFC v2 0/2] virtio-pmem: Asynchronous flush
 2021-08-27 12:39 UTC  (8+ messages)
` [RFC v2 1/2] virtio-pmem: Async virtio-pmem flush

[RFT PATCH] x86/pat: Fix set_mce_nospec() for pmem
 2021-08-27  7:12 UTC  (3+ messages)

[PATCH v7 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
 2021-08-27  5:27 UTC  (25+ messages)
` [PATCH v7 3/8] fsdax: Replace mmap entry in case of CoW
` [PATCH v7 4/8] fsdax: Add dax_iomap_cow_copy() for dax_iomap_zero
` [PATCH v7 5/8] iomap: Introduce iomap_iter2 for two files
` [PATCH v7 6/8] fsdax: Dedup file range to use a compare function
` [PATCH v7 7/8] fsdax: Introduce dax_iomap_ops for end of reflink
` [PATCH v7 8/8] fs/xfs: Add dax dedupe support

dax_supported() related cleanups v2
 2021-08-26 16:19 UTC  (14+ messages)
` [PATCH 1/9] fsdax: improve the FS_DAX Kconfig description and help text
` [PATCH 2/9] dax: stop using bdevname
` [PATCH 3/9] dm: use fs_dax_get_by_bdev instead of dax_get_by_host
` [PATCH 4/9] dax: mark dax_get_by_host static
` [PATCH 5/9] dax: move the dax_read_lock() locking into dax_supported
` [PATCH 6/9] dax: remove __generic_fsdax_supported
` [PATCH 7/9] dax: stub out dax_supported for !CONFIG_FS_DAX
` [PATCH 8/9] xfs: factor out a xfs_buftarg_is_dax helper
` [PATCH 9/9] dax: remove bdev_dax_supported

[PATCH v2 0/2] virtio-pmem: Support PCI BAR-relative addresses
 2021-08-25 22:05 UTC  (4+ messages)

[PATCH v2 1/2] virtio-pmem: Support PCI BAR-relative addresses
 2021-08-25 21:59 UTC  (8+ messages)

[PATCH v3 00/14] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-08-25 19:26 UTC  (8+ messages)
` [PATCH v3 13/14] mm/gup: grab head page refcount once for group of subpages

[PATCH] pmem: fix the crash when unbind namespaces
 2021-08-24 22:18 UTC  (2+ messages)

can we finally kill off CONFIG_FS_DAX_LIMITED
 2021-08-24 18:44 UTC  (12+ messages)

[ndctl PATCH v2 0/5] make ndctl support global configuration files
 2021-08-24  9:51 UTC  (6+ messages)
` [ndctl PATCH v2 1/5] ndctl, util: add iniparser helper
` [ndctl PATCH v2 2/5] ndctl, util: add parse-configs helper
` [ndctl PATCH v2 3/5] ndctl: make ndctl support configuration files
` [ndctl PATCH v2 4/5] ndctl, config: add the default ndctl configuration file
` [ndctl PATCH v2 5/5] ndctl, monitor: refator monitor for supporting multiple config files

dax_supported() related cleanups
 2021-08-24  6:55 UTC  (21+ messages)
` [PATCH 1/9] fsdax: improve the FS_DAX Kconfig description and help text
` [PATCH 2/9] dax: stop using bdevname
` [PATCH 3/9] dm: use fs_dax_get_by_bdev instead of dax_get_by_host
` [PATCH 4/9] dax: mark dax_get_by_host static
` [PATCH 5/9] dax: move the dax_read_lock() locking into dax_supported
` [PATCH 6/9] dax: remove __generic_fsdax_supported
` [PATCH 7/9] dax: stub out dax_supported for !CONFIG_FS_DAX
` [PATCH 8/9] xfs: factor out a xfs_buftarg_is_dax helper
` [PATCH 9/9] dax: remove bdev_dax_supported

[ndctl PATCH 0/5] make ndctl support global configuration files
 2021-08-24  2:30 UTC  (9+ messages)
` [ndctl PATCH 1/5] ndctl, ccan: import ciniparser
` [ndctl PATCH 2/5] ndctl, util: add parse-configs helper
` [ndctl PATCH 3/5] ndctl: make ndctl support configuration files
` [ndctl PATCH 4/5] ndctl, config: add the default ndctl configuration file
` [ndctl PATCH 5/5] ndctl, monitor: refactor monitor for supporting multiple config files

[PATCH RESEND v6 0/9] fsdax: introduce fs query to support reflink
 2021-08-23 13:21 UTC  (13+ messages)
` [PATCH RESEND v6 1/9] pagemap: Introduce ->memory_failure()
` [PATCH RESEND v6 6/9] xfs: Implement ->notify_failure() for XFS
` [PATCH RESEND v6 7/9] dm: Introduce ->rmap() to find bdev offset


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