messages from 2026-02-09 19:59:12 to 2026-02-26 16:06:06 UTC [more...]
[PATCH 00/61] vfs: change inode->i_ino from unsigned long to u64
2026-02-26 15:55 UTC (48+ 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 v2 0/4] mm: Remove stray references to pagevec
2026-02-26 13:20 UTC (11+ messages)
` [PATCH v2 1/4] mm: Remove stray references to struct pagevec
` [PATCH v2 2/4] fs: Remove unncessary pagevec.h includes
` [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 v2] dax/kmem: account for partial dis-contiguous resource upon removal
2026-02-26 5:01 UTC (2+ messages)
[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 V7 00/19] famfs: port into fuse
2026-02-26 0:29 UTC (45+ messages)
` [PATCH V7 03/19] dax: add fsdev.c driver for fs-dax on character dax
` [PATCH V7 04/19] dax: Save the kva from memremap
` [PATCH V7 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
` [PATCH V7 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
` [PATCH V7 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time
` [PATCH V7 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
` [PATCH V7 08/19] dax: export dax_dev_get()
` [PATCH V7 09/19] famfs_fuse: magic.h: Add famfs magic numbers
` [PATCH V7 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [PATCH V7 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [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 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
support file system generated / verified integrity information v4
2026-02-23 16:27 UTC (18+ 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 v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
2026-02-22 23:17 UTC (37+ messages)
` [PATCH v6 1/9] dax/hmem: Request cxl_acpi and cxl_pci before walking Soft Reserved ranges
` [PATCH v6 2/9] dax/hmem: Gate Soft Reserved deferral on DEV_DAX_CXL
` [PATCH v6 3/9] cxl/region: Skip decoder reset on detach for autodiscovered regions
` [PATCH v6 4/9] dax/cxl, hmem: Initialize hmem early and defer dax_cxl binding
` [PATCH v6 5/9] dax: Track all dax_region allocations under a global resource tree
` [PATCH v6 6/9] cxl/region: Add helper to check Soft Reserved containment by CXL 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 v6 9/9] dax/hmem: Reintroduce Soft Reserved ranges back into the iomem tree
` [sos-linux-dev] [PATCH v6 0/9] dax/hmem, cxl: Coordinate Soft Reserved handling with CXL and HMEM
[PATCH] dax/kmem: account for partial dis-contiguous resource upon removal
2026-02-20 19:35 UTC (2+ messages)
[PATCH BUNDLE v7] famfs: Fabric-Attached Memory File System
2026-02-19 22:02 UTC (8+ messages)
` [PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
` [PATCH V4 1/2] daxctl: Add support for famfs mode
` [PATCH V4 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:
[ndctl PATCH v3] test/cxl-poison.sh: replace sysfs usage with cxl-cli cmds
2026-02-19 17:30 UTC (3+ messages)
support file system generated / verified integrity information v3
2026-02-19 7:17 UTC (18+ messages)
` [PATCH 01/15] block: factor out a bio_integrity_action helper
` [PATCH 02/15] block: factor out a bio_integrity_setup_default helper
` [PATCH 03/15] block: add a bdev_has_integrity_csum helper
` [PATCH 04/15] block: prepare generation / verification helpers for fs usage
` [PATCH 05/15] block: make max_integrity_io_size public
` [PATCH 06/15] block: add fs_bio_integrity helpers
` [PATCH 07/15] block: pass a maxlen argument to bio_iov_iter_bounce
` [PATCH 08/15] iomap: refactor iomap_bio_read_folio_range
` [PATCH 09/15] iomap: pass the iomap_iter to ->submit_read
` [PATCH 10/15] iomap: only call into ->submit_read when there is a read_ctx
` [PATCH 11/15] iomap: allow file systems to hook into buffered read bio submission
` [PATCH 12/15] iomap: add a bioset pointer to iomap_read_folio_ops
` [PATCH 13/15] iomap: support ioends for buffered reads
` [PATCH 14/15] iomap: support T10 protection information
` [PATCH 15/15] xfs: "
[ndctl PATCH v5] test/cxl-translate.sh: add new cxl-translate.sh unit test
2026-02-18 17:45 UTC
[ndctl PATCH v8 0/7] Add error injection support
2026-02-16 14:28 UTC (4+ messages)
[ndctl PATCH v2] test/cxl-poison.sh: replace sysfs usage with cxl-cli cmds
2026-02-14 2:32 UTC
[GIT PULL] NVDIMM and DAX for 7.0
2026-02-13 1:18 UTC (2+ messages)
[PATCH v2] fs/dax: check zero or empty entry before converting xarray entry
2026-02-12 16:18 UTC
[PATCH V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
2026-02-11 18:26 UTC (5+ messages)
[PATCH v2 00/13] mm: add bitmap VMA flag helpers and convert all mmap_prepare to use them
2026-02-10 17:44 UTC (8+ messages)
` [PATCH v2 11/13] tools/testing/vma: separate VMA userland tests into separate files
` [PATCH v2 12/13] tools/testing/vma: separate out vma_internal.h into logical headers
` [PATCH v2 13/13] tools/testing/vma: add VMA userland tests for VMA flag functions
[ndctl PATCH 1/2] util/sysfs: save and use errno properly in read and write paths
2026-02-10 15:20 UTC (5+ messages)
` [ndctl PATCH 2/2] util/sysfs: add hint for missing root privileges on sysfs access
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox