nvdimm.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-23 01:09:16 to 2021-10-15 23:53:05 UTC [more...]

[PATCH 00/13] block: add_disk() error handling stragglers
 2021-10-15 23:52 UTC  (13+ messages)
` [PATCH 01/13] block/brd: add error handling support for add_disk()
` [PATCH 02/13] nvme-multipath: "
` [PATCH 03/13] nvdimm/btt: do not call del_gendisk() if not needed
` [PATCH 04/13] nvdimm/btt: use goto error labels on btt_blk_init()
` [PATCH 05/13] nvdimm/btt: add error handling support for add_disk()
` [PATCH 06/13] nvdimm/blk: avoid calling del_gendisk() on early failures
` [PATCH 07/13] nvdimm/blk: add error handling support for add_disk()
` [PATCH 09/13] z2ram: "
` [PATCH 10/13] ps3disk: "
` [PATCH 11/13] ps3vram: "
` [PATCH 12/13] block/sunvdc: "
` [PATCH 13/13] mtd/ubi/block: "

[ndctl PATCH v4 00/17] Initial CXL support
 2021-10-15 21:15 UTC  (42+ messages)
` [ndctl PATCH v4 01/17] ndctl: add .clang-format
` [ndctl PATCH v4 02/17] cxl: add a cxl utility and libcxl library
` [ndctl PATCH v4 03/17] cxl: add a local copy of the cxl_mem UAPI header
` [ndctl PATCH v4 04/17] util: add the struct_size() helper from the kernel
` [ndctl PATCH v4 05/17] libcxl: add support for command query and submission
` [ndctl PATCH v4 06/17] libcxl: add support for the 'Identify Device' command
` [ndctl PATCH v4 07/17] libcxl: add GET_HEALTH_INFO mailbox command and accessors
` [ndctl PATCH v4 08/17] libcxl: add support for the 'GET_LSA' command
` [ndctl PATCH v4 09/17] util/hexdump: Add a util helper to print a buffer in hex
` [ndctl PATCH v4 10/17] libcxl: add label_size to cxl_memdev, and an API to retrieve it
` [ndctl PATCH v4 11/17] libcxl: add a stub interface to determine whether a memdev is active
` [ndctl PATCH v4 12/17] libcxl: add interfaces for label operations
` [ndctl PATCH v4 13/17] cxl: add commands to read, write, and zero labels
` [ndctl PATCH v4 14/17] Documentation/cxl: add library API documentation
` [ndctl PATCH v4 15/17] ndctl: Add CXL packages to the RPM spec
` [ndctl PATCH v4 16/17] cxl-cli: add bash completion
` [ndctl PATCH v4 17/17] cxl: add health information to cxl-list

[PATCH v7 0/8] [PATCH v7 0/8] fsdax: introduce fs query to support reflink
 2021-10-15  6:41 UTC  (22+ messages)
` [PATCH v7 1/8] dax: Use rwsem for dax_{read,write}_lock()
` [PATCH v7 2/8] dax: Introduce holder for dax_device
` [PATCH v7 3/8] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v7 4/8] pagemap,pmem: Introduce ->memory_failure()
` [PATCH v7 5/8] fsdax: Introduce dax_lock_mapping_entry()
` [PATCH v7 6/8] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v7 7/8] xfs: Implement ->notify_failure() for XFS
` [PATCH v7 8/8] fsdax: add exception for reflinked files

[PATCH v1 2/2] mm: remove extra ZONE_DEVICE struct page refcount
 2021-10-15  1:37 UTC  (4+ messages)

can we finally kill off CONFIG_FS_DAX_LIMITED
 2021-10-15  0:22 UTC  (10+ messages)

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-10-14 18:06 UTC  (21+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

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

[PATCH RFC] virtio: wrap config->reset calls
 2021-10-14  8:36 UTC  (11+ messages)

[PATCH v5 0/4] Add perf interface to expose nvdimm
 2021-10-13 10:15 UTC  (2+ messages)

[PATCH] daxctl: Add "Soft Reservation" theory of operation
 2021-10-07 21:59 UTC 

[GIT PULL] nvdimm fixes for v5.15-rc4
 2021-10-02 18:07 UTC  (2+ messages)

[RFT PATCH] x86/pat: Fix set_mce_nospec() for pmem
 2021-10-02 10:17 UTC  (33+ messages)

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

[PATCH v5 4/4] docs: ABI: sysfs-bus-nvdimm: Document sysfs event format entries for nvdimm pmu
 2021-09-28 12:48 UTC 

[PATCH v5 3/4] powerpc/papr_scm: Add perf interface support
 2021-09-28 12:48 UTC 

[PATCH v5 2/4] drivers/nvdimm: Add perf interface to expose nvdimm performance stats
 2021-09-28 12:47 UTC 

[PATCH v5 1/4] drivers/nvdimm: Add nvdimm pmu structure
 2021-09-28 12:47 UTC 

[regression] fs dax xfstests panic
 2021-09-28  5:20 UTC  (8+ messages)

IMPORTANT,
 2021-09-27 19:34 UTC 

fix a dax/block device attribute registration regression
 2021-09-27 18:19 UTC  (2+ messages)

[PATCH v3 0/7] badblocks improvement for multiple bad block ranges
 2021-09-27  8:23 UTC  (20+ messages)
` [PATCH v3 1/6] badblocks: add more helper structure and routines in badblocks.h
` [PATCH v3 2/6] badblocks: add helper routines for badblock ranges handling
` [PATCH v3 3/6] badblocks: improvement badblocks_set() for multiple "
` Too large badblocks sysfs file (was: [PATCH v3 0/7] badblocks improvement for multiple bad block ranges)

[PATCH 0/3] dax: clear poison on the fly along pwrite
 2021-09-23 21:42 UTC  (8+ messages)

[PATCH] dax: remove silly single-page limitation in dax_zero_page_range
 2021-09-23  2:47 UTC  (2+ messages)


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