mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed

end of thread, other threads:[~2026-02-11 18:27 UTC | newest]

Thread overview: 32+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20260116125831.953.compound@groves.net>
2026-01-16 18:58 ` [PATCH BUNDLE v3] famfs: Fabric-Attached Memory File System John Groves
     [not found] ` <20260116185911.1005-1-john@jagalactic.com>
2026-01-16 18:59   ` [PATCH V5 00/19] famfs: port into fuse John Groves
     [not found]   ` <20260116185911.1005-2-john@jagalactic.com>
2026-01-16 18:59     ` [PATCH V5 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c John Groves
     [not found]   ` <20260116185911.1005-3-john@jagalactic.com>
2026-01-16 19:00     ` [PATCH V5 02/19] dax: Factor out dax_folio_reset_order() helper John Groves
     [not found]   ` <20260116185911.1005-4-john@jagalactic.com>
2026-01-16 19:00     ` [PATCH V5 03/19] dax: add fsdev.c driver for fs-dax on character dax John Groves
     [not found]   ` <20260116185911.1005-5-john@jagalactic.com>
2026-01-16 19:01     ` [PATCH V5 04/19] dax: Save the kva from memremap John Groves
     [not found]   ` <20260116185911.1005-6-john@jagalactic.com>
2026-01-16 19:02     ` [PATCH V5 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax John Groves
     [not found]   ` <20260116185911.1005-7-john@jagalactic.com>
2026-01-16 19:02     ` [PATCH V5 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time John Groves
     [not found]   ` <20260116185911.1005-8-john@jagalactic.com>
2026-01-16 19:03     ` [PATCH V5 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage John Groves
     [not found]   ` <20260116185911.1005-9-john@jagalactic.com>
2026-01-16 19:03     ` [PATCH V5 08/19] dax: export dax_dev_get() John Groves
     [not found]   ` <20260116185911.1005-10-john@jagalactic.com>
2026-01-16 19:04     ` [PATCH V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers John Groves
2026-01-27 21:55       ` Joanne Koong
     [not found]         ` <aXoarMgfbL6rh6xi@groves.net>
2026-01-28 14:33           ` John Groves
2026-01-28 18:54             ` Joanne Koong
2026-02-11 18:26               ` John Groves
     [not found]   ` <20260116185911.1005-11-john@jagalactic.com>
2026-01-16 19:04     ` [PATCH V5 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/ John Groves
     [not found]   ` <20260116185911.1005-12-john@jagalactic.com>
2026-01-16 19:05     ` [PATCH V5 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs John Groves
     [not found]   ` <20260116185911.1005-13-john@jagalactic.com>
2026-01-16 19:06     ` [PATCH V5 12/19] famfs_fuse: Plumb the GET_FMAP message/response John Groves
     [not found]   ` <20260116185911.1005-14-john@jagalactic.com>
2026-01-16 19:06     ` [PATCH V5 13/19] famfs_fuse: Create files with famfs fmaps John Groves
     [not found]   ` <20260116185911.1005-15-john@jagalactic.com>
2026-01-16 19:07     ` [PATCH V5 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table John Groves
     [not found]   ` <20260116185911.1005-16-john@jagalactic.com>
2026-01-16 19:07     ` [PATCH V5 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap John Groves
     [not found]   ` <20260116185911.1005-17-john@jagalactic.com>
2026-01-16 19:08     ` [PATCH V5 16/19] famfs_fuse: Add holder_operations for dax notify_failure() John Groves
     [not found]   ` <20260116185911.1005-18-john@jagalactic.com>
2026-01-16 19:08     ` [PATCH V5 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio John Groves
     [not found]   ` <20260116185911.1005-19-john@jagalactic.com>
2026-01-16 19:09     ` [PATCH V5 18/19] famfs_fuse: Add famfs fmap metadata documentation John Groves
     [not found]   ` <20260116185911.1005-20-john@jagalactic.com>
2026-01-16 19:10     ` [PATCH V5 19/19] famfs_fuse: Add documentation John Groves
     [not found] ` <20260116191036.1470-1-john@jagalactic.com>
2026-01-16 19:10   ` [PATCH V5 0/3] John Groves
     [not found]   ` <20260116191036.1470-2-john@jagalactic.com>
2026-01-16 19:11     ` [PATCH V5 1/3] fuse_kernel.h: bring up to baseline 6.19 John Groves
     [not found]   ` <20260116191036.1470-3-john@jagalactic.com>
2026-01-16 19:11     ` [PATCH V5 2/3] fuse_kernel.h: add famfs DAX fmap protocol definitions John Groves
     [not found]   ` <20260116191036.1470-4-john@jagalactic.com>
2026-01-16 19:12     ` [PATCH V5 3/3] fuse: add famfs DAX fmap support John Groves
     [not found] ` <20260116191253.1559-1-john@jagalactic.com>
2026-01-16 19:12   ` [PATCH V3 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax John Groves
     [not found]   ` <20260116191253.1559-2-john@jagalactic.com>
2026-01-16 19:13     ` [PATCH V3 1/2] daxctl: Add support for famfs mode John Groves
     [not found]   ` <20260116191253.1559-3-john@jagalactic.com>
2026-01-16 19:14     ` [PATCH V3 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions: John Groves

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®