messages from 2021-08-11 00:05:38 to 2021-08-25 22:05:27 UTC [more...]
[PATCH v2 0/2] virtio-pmem: Support PCI BAR-relative addresses
2021-08-25 22:05 UTC (4+ messages)
[RFC v2 0/2] virtio-pmem: Asynchronous flush
2021-08-25 22:00 UTC (7+ messages)
` [RFC v2 1/2] virtio-pmem: Async virtio-pmem flush
[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 (13+ messages)
[PATCH v3 00/28] cxl_test: Enable CXL Topology and UAPI regression tests
2021-08-24 16:07 UTC (29+ 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
[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 (37+ 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 v7 0/8] fsdax,xfs: Add reflink&dedupe support for fsdax
2021-08-23 13:16 UTC (22+ messages)
` [PATCH v7 1/8] fsdax: Output address in dax_iomap_pfn() and rename it
` [PATCH v7 2/8] fsdax: Introduce dax_iomap_cow_copy()
` [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
switch iomap to an iterator model v2
2021-08-20 15:27 UTC (37+ messages)
` [PATCH 07/30] fsdax: mark the iomap argument to dax_iomap_sector as const
` [PATCH 11/30] iomap: add the new iomap_iter model
` [PATCH v2.1 "
` [PATCH 17/30] iomap: switch __iomap_dio_rw to use iomap_iter
` [PATCH 18/30] iomap: switch iomap_fiemap "
` [PATCH 19/30] iomap: switch iomap_bmap "
` [PATCH v2.1 "
` [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 v2.1 "
` [PATCH 31/30] iomap: move iomap iteration code to iter.c
[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
2021-08-17 3:21 UTC (7+ messages)
` [PATCH V7 12/18] x86/pks: Add PKS fault callbacks
` [PATCH V7 14/18] memremap_pages: Add memremap.pks_fault_mode
[GIT PULL] libvdimm + dax fixes for v5.14-rc6
2021-08-15 6:05 UTC (2+ messages)
[PATCH 00/23] cxl_test: Enable CXL Topology and UAPI regression tests
2021-08-14 7:35 UTC (46+ 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 17/23] cxl/mbox: Add exclusive kernel command support
` [PATCH 20/23] tools/testing/cxl: Introduce a mocked-up CXL port hierarchy
[PATCH] ACPI: NFIT: Fix support for virtual SPA ranges
2021-08-11 18:53 UTC (2+ messages)
` [PATCH v2] "
[PATCH 14/23] cxl/mbox: Move mailbox and other non-PCI specific infrastructure to the core
2021-08-11 6:11 UTC (2+ messages)
` [PATCH v2 "
page: next (older) | prev (newer) | latest
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).