messages from 2026-01-16 14:47:04 to 2026-01-18 22:36:03 UTC [more...]
[PATCH BUNDLE v7] famfs: Fabric-Attached Memory File System
2026-01-18 22:36 UTC (26+ messages)
` [PATCH V7 00/19] famfs: port into fuse
` [PATCH V7 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
` [PATCH V7 02/19] dax: Factor out dax_folio_reset_order() helper
` [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 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 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [PATCH V7 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
` [PATCH V7 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
` [PATCH V7 18/19] famfs_fuse: Add famfs fmap metadata documentation
` [PATCH V7 19/19] famfs_fuse: Add documentation
` [PATCH V7 0/3] libfuse: add basic famfs support to libfuse
` [PATCH V7 1/3] fuse_kernel.h: bring up to baseline 6.19
` [PATCH V7 2/3] fuse_kernel.h: add famfs DAX fmap protocol definitions
` [PATCH V7 3/3] fuse: add famfs DAX fmap support
` [PATCH V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
close(2) with EINTR has been changed by POSIX.1-2024
2026-01-18 22:23 UTC (8+ messages)
` [RFC v1] man/man2/close.2: CAVEATS: Document divergence from POSIX.1-2024
[PATCH] docs: filesystems: escape errant underscore in porting.rst
2026-01-18 18:40 UTC (3+ messages)
[PATCH v5 0/2] ceph: add subvolume metrics reporting support
2026-01-18 18:24 UTC (4+ messages)
` [PATCH v5 1/3] ceph: handle InodeStat v8 versioned field in reply parsing
` [PATCH v5 2/3] ceph: parse subvolume_id from InodeStat v9 and store in inode
` [PATCH v5 3/3] ceph: add subvolume metrics collection and reporting
[PATCH] xfstests: hfs/hfsplus don't support metadata journaling
2026-01-18 18:05 UTC (2+ messages)
[PATCH v2 0/2] fuse/passthrough: simplify daemon crash recovery
2026-01-18 17:08 UTC (10+ messages)
` [PATCH 1/2] fuse: add ioctl to cleanup all backing files
` [PATCH 2/2] fuse: Relax backing file validation to compare backing inodes
[PATCH 00/29] fs: require filesystems to explicitly opt-in to nfsd export support
2026-01-18 15:36 UTC (8+ messages)
` [PATCH 23/29] jffs2: add EXPORT_OP_STABLE_HANDLES flag to export operations
` [PATCH 29/29] nfsd: only allow filesystems that set EXPORT_OP_STABLE_HANDLES
[PATCH man-pages v2 0/2] man/man2const: clean up F_GETLEASE and add F_SETDELEG/F_GETDELEG manpages
2026-01-18 15:42 UTC (4+ messages)
` [PATCH man-pages v2 1/2] man/man2const: document the new F_SETDELEG and F_GETDELEG constants
` [PATCH v3] man/man2const/F_[SG]ETDELEG.2const, man/man2/fcntl.2: Document F_SETDELEG and F_GETDELEG
[PATCH] fs/namei: fix kernel-doc markup for dentry_create
2026-01-18 11:04 UTC
[PATCH (REPOST)] hpfs: make check=none mount option excludable
2026-01-18 9:50 UTC (2+ messages)
[PATCH v3 00/13] Enable multi-cluster fetching for exfat_get_block
2026-01-18 5:23 UTC (2+ messages)
[PATCH v5 00/14] ntfs filesystem remake
2026-01-18 5:19 UTC (27+ messages)
` [PATCH v5 02/14] ntfs: update in-memory, on-disk structures and headers
` [PATCH v5 04/14] ntfs: update inode operations
` [PATCH v5 06/14] ntfs: update file operations
` [PATCH v5 07/14] ntfs: update iomap and address space operations
` [PATCH v5 08/14] ntfs: update attrib operations
` [PATCH v5 09/14] ntfs: update runlist handling and cluster allocator
` [PATCH v5 11/14] ntfs: update misc operations
` [PATCH v5 13/14] ntfs: add Kconfig and Makefile
[PATCH v2] fs/hfs: fix s_fs_info leak on setup_bdev_super() failure
2026-01-17 18:51 UTC (10+ messages)
[RFC 0/2] fuse/passthrough: simplify daemon crash recovery
2026-01-17 15:26 UTC (8+ messages)
` [RFC 2/2] fuse: Add new flag to reuse the backing file of fuse_inode
[PATCH RFC 0/2] Avoid synchronize_rcu() for every thread drop in Rust Binder
2026-01-17 15:25 UTC (3+ messages)
` [PATCH RFC 1/2] rust: poll: make PollCondVar upgradable
` [PATCH RFC 2/2] rust_binder: use UpgradePollCondVar
[PATCH v1 0/4] kNFSD Signed Filehandles
2026-01-17 12:30 UTC (33+ messages)
` [PATCH v1 1/4] nfsd: Convert export flags to use BIT() macro
` [PATCH v1 2/4] nfsd: Add a key for signing filehandles
` [PATCH v1 3/4] NFSD/export: Add sign_fh export option
` [PATCH v1 4/4] NFSD: Sign filehandles
[PATCH v1 0/3] fuse: clean up offset and page count calculations
2026-01-17 7:51 UTC (6+ messages)
` [PATCH v1 1/3] fuse: use DIV_ROUND_UP() for "
` [PATCH v1 2/3] fuse: use offset_in_folio() for large folio offset calculations
` [PATCH v1 3/3] fuse: use offset_in_page() for page "
[PATCH v4 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2026-01-17 5:28 UTC (27+ messages)
` [PATCH v4 01/25] io_uring/kbuf: refactor io_buf_pbuf_register() logic into generic helpers
` [PATCH v4 02/25] io_uring/kbuf: rename io_unregister_pbuf_ring() to io_unregister_buf_ring()
` [PATCH v4 03/25] io_uring/kbuf: add support for kernel-managed buffer rings
` [PATCH v4 04/25] io_uring/kbuf: add mmap "
` [PATCH v4 05/25] io_uring/kbuf: support kernel-managed buffer rings in buffer selection
` [PATCH v4 06/25] io_uring/kbuf: add buffer ring pinning/unpinning
` [PATCH v4 07/25] io_uring/kbuf: add recycling for kernel managed buffer rings
` [PATCH v4 08/25] io_uring: add io_uring_fixed_index_get() and io_uring_fixed_index_put()
` [PATCH v4 09/25] io_uring/kbuf: add io_uring_is_kmbuf_ring()
` [PATCH v4 10/25] io_uring/kbuf: export io_ring_buffer_select()
` [PATCH v4 11/25] io_uring/kbuf: return buffer id in buffer selection
` [PATCH v4 12/25] io_uring/cmd: set selected buffer index in __io_uring_cmd_done()
` [PATCH v4 13/25] fuse: refactor io-uring logic for getting next fuse request
` [PATCH v4 14/25] fuse: refactor io-uring header copying to ring
` [PATCH v4 15/25] fuse: refactor io-uring header copying from ring
` [PATCH v4 16/25] fuse: use enum types for header copying
` [PATCH v4 17/25] fuse: refactor setting up copy state for payload copying
` [PATCH v4 18/25] fuse: support buffer copying for kernel addresses
` [PATCH v4 19/25] fuse: add io-uring kernel-managed buffer ring
` [PATCH v4 20/25] io_uring/rsrc: rename io_buffer_register_bvec()/io_buffer_unregister_bvec()
` [PATCH v4 21/25] io_uring/rsrc: split io_buffer_register_request() logic
` [PATCH v4 22/25] io_uring/rsrc: Allow buffer release callback to be optional
` [PATCH v4 23/25] io_uring/rsrc: add io_buffer_register_bvec()
` [PATCH v4 24/25] fuse: add zero-copy over io-uring
` [PATCH v4 25/25] docs: fuse: add io-uring bufring and zero-copy documentation
[PATCH v2 0/1] iomap: fix readahead folio refcounting race
2026-01-17 2:30 UTC (7+ messages)
` [PATCH v2 1/1] "
[PATCH v2 0/23] fs-verity support for XFS with post EOF merkle tree
2026-01-17 2:11 UTC (7+ messages)
` [PATCH v2 3/22] iomap: introduce IOMAP_F_BEYOND_EOF
` [PATCH v2 16/22] xfs: add fs-verity support
[PATCH] chardev: fix consistent error handling in cdev_device_add
2026-01-17 0:57 UTC (2+ messages)
[PATCH v3 00/25] fuse/io-uring: add kernel-managed buffer rings and zero-copy
2026-01-16 22:33 UTC (4+ messages)
` [PATCH v3 14/25] fuse: refactor io-uring header copying to ring
[PATCH] docs: filesystems: add fs/open.c to api-summary
2026-01-16 22:24 UTC (6+ messages)
[PATCH] pagemap: Remove __readahead_folio()
2026-01-16 20:31 UTC
[PATCH v3 0/1] iomap: fix readahead folio access after folio_end_read()
2026-01-16 20:04 UTC (2+ messages)
` [PATCH v3 1/1] "
[PATCH BUNDLE v3] famfs: Fabric-Attached Memory File System
2026-01-16 19:14 UTC (28+ messages)
` [PATCH V5 00/19] famfs: port into fuse
` [PATCH V5 0/3]
` [PATCH V5 1/3] fuse_kernel.h: bring up to baseline 6.19
` [PATCH V5 2/3] fuse_kernel.h: add famfs DAX fmap protocol definitions
` [PATCH V5 3/3] fuse: add famfs DAX fmap support
` [PATCH V3 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
` [PATCH V3 1/2] daxctl: Add support for famfs mode
` [PATCH V3 2/2] Add test/daxctl-famfs.sh to test famfs mode transitions:
` [PATCH V5 01/19] dax: move dax_pgoff_to_phys from [drivers/dax/] device.c to bus.c
` [PATCH V5 02/19] dax: Factor out dax_folio_reset_order() helper
` [PATCH V5 03/19] dax: add fsdev.c driver for fs-dax on character dax
` [PATCH V5 04/19] dax: Save the kva from memremap
` [PATCH V5 05/19] dax: Add dax_operations for use by fs-dax on fsdev dax
` [PATCH V5 06/19] dax: Add dax_set_ops() for setting dax_operations at bind time
` [PATCH V5 07/19] dax: Add fs_dax_get() func to prepare dax for fs-dax usage
` [PATCH V5 08/19] dax: export dax_dev_get()
` [PATCH V5 09/19] famfs_fuse: magic.h: Add famfs magic numbers
` [PATCH V5 10/19] famfs_fuse: Update macro s/FUSE_IS_DAX/FUSE_IS_VIRTIO_DAX/
` [PATCH V5 11/19] famfs_fuse: Basic fuse kernel ABI enablement for famfs
` [PATCH V5 12/19] famfs_fuse: Plumb the GET_FMAP message/response
` [PATCH V5 13/19] famfs_fuse: Create files with famfs fmaps
` [PATCH V5 14/19] famfs_fuse: GET_DAXDEV message and daxdev_table
` [PATCH V5 15/19] famfs_fuse: Plumb dax iomap and fuse read/write/mmap
` [PATCH V5 16/19] famfs_fuse: Add holder_operations for dax notify_failure()
` [PATCH V5 17/19] famfs_fuse: Add DAX address_space_operations with noop_dirty_folio
` [PATCH V5 18/19] famfs_fuse: Add famfs fmap metadata documentation
` [PATCH V5 19/19] famfs_fuse: Add documentation
[PATCH v9 00/13] Direct Map Removal Support for guest_memfd
2026-01-16 18:16 UTC (26+ messages)
` [PATCH v9 02/13] mm/gup: drop secretmem optimization from gup_fast_folio_allowed
` [PATCH v9 07/13] KVM: guest_memfd: Add flag to remove from direct map
` [PATCH v9 09/13] KVM: selftests: set KVM_MEM_GUEST_MEMFD in vm_mem_add() if guest_memfd != -1
[PATCH 0/6] fuse: fixes and cleanups for expired dentry eviction
2026-01-16 18:15 UTC (2+ messages)
[PATCH 0/3] fs: Support btrfs cloned images and overlayfs
2026-01-16 17:06 UTC (13+ messages)
` [PATCH 3/3] ovl: Use real disk UUID for origin file handles
[PATCH v15 0/9] erofs: Introduce page cache sharing feature
2026-01-16 16:43 UTC (11+ messages)
` [PATCH v15 2/9] erofs: decouple `struct erofs_anon_fs_type`
` [PATCH v15 5/9] erofs: introduce the page cache share feature
` [PATCH v15 9/9] erofs: implement .fadvise for page cache share
[PATCH v5 00/16] Exposing case folding behavior
2026-01-16 16:28 UTC (3+ messages)
` [PATCH v5 01/16] fs: Add case sensitivity info to file_kattr
[PATCH v3 0/6] AG aware parallel writeback for XFS
2026-01-16 16:13 UTC (2+ messages)
` [syzbot ci] "
[v3 PATCH 0/1] fs/proc: Expose mm_cpumask in /proc/[pid]/status
2026-01-16 15:42 UTC (7+ messages)
` [v3 PATCH 1/1] "
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