NVDIMM Device and Persistent Memory development
 help / color / mirror / Atom feed
 messages from 2026-02-19 17:12:23 to 2026-03-02 20:28:50 UTC [more...]

[PATCH v2 000/110] vfs: change inode->i_ino from unsigned long to u64
 2026-03-02 20:24 UTC  (17+ messages)
` [PATCH v2 001/110] vfs: introduce kino_t typedef and PRIino format macro
` [PATCH v2 002/110] vfs: widen inode hash/lookup functions to u64
` [PATCH v2 003/110] audit: widen ino fields "
` [PATCH v2 004/110] net: change sock.sk_ino and sock_i_ino() "
` [PATCH v2 005/110] trace: store i_ino as u64 instead of ino_t/unsigned long
` [PATCH v2 006/110] trace: reorder TP_STRUCT__entry fields for better packing on 32-bit
` [PATCH v2 007/110] ext4: use PRIino format for i_ino
` [PATCH v2 008/110] jbd2: "
` [PATCH v2 009/110] f2fs: "
` [PATCH v2 010/110] lockd: "
` [PATCH v2 011/110] nfs: "
` [PATCH v2 012/110] nfsd: "
` [PATCH v2 013/110] locks: "
` [PATCH v2 014/110] proc: "
` [PATCH v2 015/110] nilfs2: "
` [PATCH v2 016/110] 9p: "

[PATCH V7 00/19] famfs: port into fuse
 2026-03-02 15:06 UTC  (21+ messages)
  ` [PATCH V7 12/19] famfs_fuse: Plumb the GET_FMAP message/response
  ` [PATCH V7 13/19] famfs_fuse: Create files with famfs fmaps
  ` [PATCH V7 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table
  ` [PATCH V7 18/19] famfs_fuse: Add famfs fmap metadata documentation
  ` [PATCH V7 19/19] famfs_fuse: Add documentation
  ` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper
  ` [PATCH V7 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage

support file system generated / verified integrity information v4
 2026-03-02 13:48 UTC  (21+ messages)
` [PATCH 01/16] block: factor out a bio_integrity_action helper
` [PATCH 02/16] block: factor out a bio_integrity_setup_default helper
` [PATCH 03/16] block: add a bdev_has_integrity_csum helper
` [PATCH 04/16] block: prepare generation / verification helpers for fs usage
` [PATCH 05/16] block: make max_integrity_io_size public
` [PATCH 06/16] block: add fs_bio_integrity helpers
` [PATCH 07/16] block: pass a maxlen argument to bio_iov_iter_bounce
` [PATCH 08/16] iomap: refactor iomap_bio_read_folio_range
` [PATCH 09/16] iomap: pass the iomap_iter to ->submit_read
` [PATCH 10/16] iomap: only call into ->submit_read when there is a read_ctx
` [PATCH 11/16] iomap: allow file systems to hook into buffered read bio submission
` [PATCH 12/16] ntfs3: remove copy and pasted iomap code
` [PATCH 13/16] iomap: add a bioset pointer to iomap_read_folio_ops
` [PATCH 14/16] iomap: support ioends for buffered reads
` [PATCH 15/16] iomap: support T10 protection information
` [PATCH 16/16] xfs: "

[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
 2026-02-27 21:05 UTC  (101+ messages)
` [PATCH 01/61] vfs: widen inode hash/lookup functions "
` [PATCH 02/61] vfs: change i_ino from unsigned long "
` [PATCH 03/61] trace: update VFS-layer trace events for u64 i_ino
` [PATCH 04/61] ext4: update "
` [PATCH 05/61] jbd2: update format strings "
` [PATCH 06/61] f2fs: update "
` [PATCH 07/61] lockd: update format strings "
` [PATCH 08/61] nfs: update "
` [PATCH 09/61] nfs: remove nfs_fattr_to_ino_t() and nfs_fileid_to_ino_t()
` [PATCH 10/61] nfs: remove nfs_compat_user_ino64()
` [PATCH 11/61] nfs: remove enable_ino64 module parameter
` [PATCH 12/61] nfsd: update format strings for u64 i_ino
` [PATCH 13/61] smb: store full 64-bit uniqueid in i_ino
` [PATCH 14/61] smb: remove cifs_uniqueid_to_ino_t()
` [PATCH 15/61] locks: update /proc/locks format for u64 i_ino
` [PATCH 16/61] proc: update /proc/PID/maps "
` [PATCH 17/61] nilfs2: update "
` [PATCH 18/61] 9p: update format strings "
` [PATCH 19/61] affs: "
` [PATCH 20/61] afs: "
` [PATCH 21/61] autofs: "
` [PATCH 22/61] befs: "
` [PATCH 23/61] bfs: "
` [PATCH 24/61] cachefiles: "
` [PATCH 25/61] ceph: "
` [PATCH 26/61] coda: "
` [PATCH 27/61] cramfs: "
` [PATCH 28/61] ecryptfs: "
` [PATCH 29/61] efs: "
` [PATCH 30/61] exportfs: "
` [PATCH 31/61] ext2: "
` [PATCH 32/61] freevxfs: "
` [PATCH 33/61] hfs: "
` [PATCH 34/61] hfsplus: "
` [PATCH 35/61] hpfs: "
` [PATCH 36/61] isofs: "
` [PATCH 37/61] jffs2: "
` [PATCH 38/61] jfs: "
` [PATCH 39/61] minix: "
` [PATCH 40/61] nsfs: "
` [PATCH 41/61] ntfs3: "
` [PATCH 42/61] ocfs2: "
` [PATCH 43/61] orangefs: "
` [PATCH 44/61] overlayfs: "
` [PATCH 45/61] qnx4: "
` [PATCH 46/61] qnx6: "
` [PATCH 47/61] ubifs: "
` [PATCH 48/61] udf: "
` [PATCH 49/61] ufs: "
` [PATCH 50/61] zonefs: "
` [PATCH 51/61] security: update audit "
` [PATCH 52/61] drm/amdgpu: update "
` [PATCH 53/61] fsnotify: update fdinfo format strings "
` [PATCH 54/61] net: update socket dname format "
` [PATCH 55/61] uprobes: update format strings "
` [PATCH 56/61] dma-buf: update format string "
` [PATCH 57/61] fscrypt: update format strings "
` [PATCH 58/61] fsverity: update format string "
` [PATCH 59/61] iomap: "
` [PATCH 60/61] net: update legacy protocol format strings "
` [PATCH 61/61] vfs: update core "

[PATCH v2] dax/kmem: account for partial dis-contiguous resource upon removal
 2026-02-27 19:27 UTC  (4+ messages)

[PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
 2026-02-27  2:00 UTC  (6+ messages)
  ` [PATCH V4 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:
  ` [PATCH V4 1/2] daxctl: Add support for famfs mode

[PATCH v2 0/4] mm: Remove stray references to pagevec
 2026-02-26 21:48 UTC  (16+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
  ` [PATCH v2 2/4] "
` [PATCH v2 3/4] folio_batch: Rename pagevec.h to folio_batch.h
` [PATCH v2 4/4] folio_batch: Rename PAGEVEC_SIZE to FOLIO_BATCH_SIZE

[PATCH v3 0/5] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
 2026-02-26  2:57 UTC  (6+ messages)
` [PATCH v3 1/5] nvdimm: virtio_pmem: always wake -ENOSPC waiters
` [PATCH v3 2/5] nvdimm: virtio_pmem: use READ_ONCE()/WRITE_ONCE() for wait flags
` [PATCH v3 3/5] nvdimm: virtio_pmem: refcount requests for token lifetime
` [PATCH v3 4/5] nvdimm: virtio_pmem: converge broken virtqueue to -EIO
` [PATCH v3 5/5] nvdimm: virtio_pmem: drain requests in freeze

[PATCH V2 0/4] nvdimm: virtio_pmem: fix request lifetime and converge broken queue failures
 2026-02-25 11:48 UTC  (4+ messages)
` [PATCH V2 1/5] nvdimm: virtio_pmem: always wake -ENOSPC waiters

[PATCH V6 00/18] Add CXL LSA 2.1 format support in nvdimm and cxl pmem
 2026-02-24 18:13 UTC  (3+ messages)
  ` [PATCH V6 12/18] cxl/region: Add devm_cxl_pmem_add_region() for pmem region creation

[PATCH 04/62] dax/bus.c: Fix a locking bug
 2026-02-24 12:45 UTC  (3+ messages)

[PATCH v9 00/19] DCD: Add support for Dynamic Capacity Devices (DCD)
 2026-02-24  1:24 UTC  (3+ messages)
` [PATCH v9 12/19] cxl/extent: Process dynamic partition events and realize region extents

[PATCH 04/62] dax/bus.c: Fix a locking bug
 2026-02-23 21:50 UTC 

[PATCH 04/62] dax/bus.c: Fix a locking bug
 2026-02-23 21:48 UTC 

[PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
 2026-02-22 23:17 UTC  (21+ messages)
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 7/9] dax: Add deferred-work helpers for dax_hmem and dax_cxl coordination
` [PATCH v6 8/9] dax/hmem, cxl: Defer and resolve ownership of Soft Reserved memory ranges

[PATCH] dax/kmem: account for partial dis-contiguous resource upon removal
 2026-02-20 19:35 UTC  (2+ messages)

[ndctl PATCH v3] test/cxl-poison.sh: replace sysfs usage with cxl-cli cmds
 2026-02-19 17:30 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