messages from 2025-09-15 14:50:57 to 2025-09-16 00:58:59 UTC [more...]
[RFC v5] fuse: containerize ext4 for safer operation
2025-09-16 0:58 UTC (153+ messages)
` [PATCHSET RFC v5 1/8] fuse: general bug fixes
` [PATCH 1/8] fuse: fix livelock in synchronous file put from fuseblk workers
` [PATCH 2/8] fuse: flush pending fuse events before aborting the connection
` [PATCH 3/8] fuse: capture the unique id of fuse commands being sent
` [PATCH 4/8] fuse: signal that a fuse filesystem should exhibit local fs behaviors
` [PATCH 5/8] fuse: implement file attributes mask for statx
` [PATCH 6/8] fuse: update file mode when updating acls
` [PATCH 7/8] fuse: propagate default and file acls on creation
` [PATCH 8/8] fuse: enable FUSE_SYNCFS for all fuseblk servers
` [PATCHSET RFC v5 2/8] iomap: cleanups ahead of adding fuse support
` [PATCH 1/2] iomap: trace iomap_zero_iter zeroing activities
` [PATCH 2/2] iomap: error out on file IO when there is no inline_data buffer
` [PATCHSET RFC v5 3/8] fuse: cleanups ahead of adding fuse support
` [PATCH 1/5] fuse: allow synchronous FUSE_INIT
` [PATCH 2/5] fuse: move the backing file idr and code into a new source file
` [PATCH 3/5] fuse: move the passthrough-specific code back to passthrough.c
` [PATCH 4/5] fuse_trace: "
` [PATCH 5/5] fuse: move CREATE_TRACE_POINTS to a separate file
` [PATCHSET RFC v5 4/8] fuse: allow servers to use iomap for better file IO performance
` [PATCH 01/28] fuse: implement the basic iomap mechanisms
` [PATCH 02/28] fuse_trace: "
` [PATCH 03/28] fuse: make debugging configurable at runtime
` [PATCH 04/28] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
` [PATCH 05/28] fuse_trace: "
` [PATCH 06/28] fuse: flush events and send FUSE_SYNCFS and FUSE_DESTROY on unmount
` [PATCH 07/28] fuse: create a per-inode flag for toggling iomap
` [PATCH 08/28] fuse_trace: "
` [PATCH 09/28] fuse: isolate the other regular file IO paths from iomap
` [PATCH 10/28] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
` [PATCH 11/28] fuse_trace: "
` [PATCH 12/28] fuse: implement direct IO with iomap
` [PATCH 13/28] fuse_trace: "
` [PATCH 14/28] fuse: implement buffered "
` [PATCH 15/28] fuse_trace: "
` [PATCH 16/28] fuse: implement large folios for iomap pagecache files
` [PATCH 17/28] fuse: use an unrestricted backing device with iomap pagecache io
` [PATCH 18/28] fuse: advertise support for iomap
` [PATCH 19/28] fuse: query filesystem geometry when using iomap
` [PATCH 20/28] fuse_trace: "
` [PATCH 21/28] fuse: implement fadvise for iomap files
` [PATCH 22/28] fuse: invalidate ranges of block devices being used for iomap
` [PATCH 23/28] fuse_trace: "
` [PATCH 24/28] fuse: implement inline data file IO via iomap
` [PATCH 25/28] fuse_trace: "
` [PATCH 26/28] fuse: allow more statx fields
` [PATCH 27/28] fuse: support atomic writes with iomap
` [PATCH 28/28] fuse: disable direct reclaim for any fuse server that uses iomap
` [PATCHSET RFC v5 5/8] fuse: allow servers to specify root node id
` [PATCH 1/3] fuse: make the root nodeid dynamic
` [PATCH 2/3] fuse_trace: "
` [PATCH 3/3] fuse: allow setting of root nodeid
` [PATCHSET RFC v5 6/8] fuse: handle timestamps and ACLs correctly when iomap is enabled
` [PATCH 1/9] fuse: enable caching of timestamps
` [PATCH 2/9] fuse: force a ctime update after a fileattr_set call when in iomap mode
` [PATCH 3/9] fuse: allow local filesystems to set some VFS iflags
` [PATCH 4/9] fuse_trace: "
` [PATCH 5/9] fuse: cache atime when in iomap mode
` [PATCH 6/9] fuse: let the kernel handle KILL_SUID/KILL_SGID for iomap filesystems
` [PATCH 7/9] fuse_trace: "
` [PATCH 8/9] fuse: update ctime when updating acls on an iomap inode
` [PATCH 9/9] fuse: always cache ACLs when using iomap
` [PATCHSET RFC v5 7/8] fuse: cache iomap mappings for even better file IO performance
` [PATCH 01/10] fuse: cache iomaps
` [PATCH 02/10] fuse_trace: "
` [PATCH 03/10] fuse: use the iomap cache for iomap_begin
` [PATCH 04/10] fuse_trace: "
` [PATCH 05/10] fuse: invalidate iomap cache after file updates
` [PATCH 06/10] fuse_trace: "
` [PATCH 07/10] fuse: enable iomap cache management
` [PATCH 08/10] fuse_trace: "
` [PATCH 09/10] fuse: overlay iomap inode info in struct fuse_inode
` [PATCH 10/10] fuse: enable iomap
` [PATCHSET RFC v5 8/8] fuse: run fuse servers as a contained service
` [PATCH 1/2] fuse: allow privileged mount helpers to pre-approve iomap usage
` [PATCH 2/2] fuse: set iomap backing device block size
` [PATCHSET RFC v5 1/6] libfuse: general bug fixes
` [PATCH 1/1] libfuse: don't put HAVE_STATX in a public header
` [PATCHSET RFC v5 2/6] libfuse: allow servers to use iomap for better file IO performance
` [PATCH 01/18] libfuse: bump kernel and library ABI versions
` [PATCH 02/18] libfuse: add kernel gates for FUSE_IOMAP
` [PATCH 03/18] libfuse: add fuse commands for iomap_begin and end
` [PATCH 04/18] libfuse: add upper level iomap commands
` [PATCH 05/18] libfuse: add a lowlevel notification to add a new device to iomap
` [PATCH 06/18] libfuse: add upper-level iomap add device function
` [PATCH 07/18] libfuse: add iomap ioend low level handler
` [PATCH 08/18] libfuse: add upper level iomap ioend commands
` [PATCH 09/18] libfuse: add a reply function to send FUSE_ATTR_* to the kernel
` [PATCH 10/18] libfuse: connect high level fuse library to fuse_reply_attr_iflags
` [PATCH 11/18] libfuse: support direct I/O through iomap
` [PATCH 12/18] libfuse: don't allow hardlinking of iomap files in the upper level fuse library
` [PATCH 13/18] libfuse: allow discovery of the kernel's iomap capabilities
` [PATCH 14/18] libfuse: add lower level iomap_config implementation
` [PATCH 15/18] libfuse: add upper "
` [PATCH 16/18] libfuse: add low level code to invalidate iomap block device ranges
` [PATCH 17/18] libfuse: add upper-level API to invalidate parts of an iomap block device
` [PATCH 18/18] libfuse: add atomic write support
` [PATCHSET RFC v5 3/6] libfuse: allow servers to specify root node id
` [PATCH 1/1] libfuse: allow root_nodeid mount option
` [PATCHSET RFC v5 4/6] libfuse: implement syncfs
` [PATCH 1/4] libfuse: add strictatime/lazytime mount options
` [PATCH 2/4] libfuse: set sync, immutable, and append when loading files
` [PATCH 3/4] libfuse: wire up FUSE_SYNCFS to the low level library
` [PATCH 4/4] libfuse: add syncfs support to the upper library
` [PATCHSET RFC v5 5/6] libfuse: cache iomap mappings for even better file IO performance
` [PATCH 1/3] libfuse: enable iomap cache management for lowlevel fuse
` [PATCH 2/3] libfuse: add upper-level iomap cache management
` [PATCH 3/3] libfuse: enable iomap
` [PATCHSET RFC v5 6/6] libfuse: run fuse servers as a contained service
` [PATCH 1/4] libfuse: add systemd/inetd socket service mounting helper
` [PATCH 2/4] libfuse: integrate fuse services into mount.fuse3
` [PATCH 3/4] libfuse: delegate iomap privilege from mount.service to fuse services
` [PATCH 4/4] libfuse: enable setting iomap block device block size
` [PATCHSET RFC v5 2/9] fuse4fs: fork a low level fuse server
` [PATCH 01/21] fuse2fs: separate libfuse3 and fuse2fs detection in configure
` [PATCH 02/21] fuse2fs: start porting fuse2fs to lowlevel libfuse API
` [PATCH 03/21] debian: create new package for fuse4fs
` [PATCH 04/21] fuse4fs: namespace some helpers
` [PATCH 05/21] fuse4fs: convert to low level API
` [PATCH 06/21] libsupport: port the kernel list.h to libsupport
` [PATCH 07/21] libsupport: add a cache
` [PATCH 08/21] cache: disable debugging
` [PATCH 09/21] cache: use modern list iterator macros
` [PATCH 10/21] cache: embed struct cache in the owner
` [PATCH 11/21] cache: pass cache pointer to callbacks
` [PATCH 12/21] cache: pass a private data pointer through cache_walk
` [PATCH 13/21] cache: add a helper to grab a new refcount for a cache_node
` [PATCH 14/21] cache: return results of a cache flush
` [PATCH 15/21] cache: add a "get only if incore" flag to cache_node_get
` [PATCH 16/21] cache: support gradual expansion
` [PATCH 17/21] cache: implement automatic shrinking
` [PATCH 18/21] fuse4fs: add cache to track open files
` [PATCH 19/21] fuse4fs: use the orphaned inode list
` [PATCH 20/21] fuse4fs: implement FUSE_TMPFILE
` [PATCH 21/21] fuse4fs: create incore reverse orphan list
` [PATCHSET RFC v5 3/9] libext2fs: refactoring for fuse2fs iomap support
` [PATCH 01/10] libext2fs: make it possible to extract the fd from an IO manager
` [PATCH 02/10] libext2fs: always fsync the device when flushing the cache
` [PATCH 03/10] libext2fs: always fsync the device when closing the unix IO manager
` [PATCH 04/10] libext2fs: only fsync the unix fd if we wrote to the device
` [PATCH 05/10] libext2fs: invalidate cached blocks when freeing them
` [PATCH 06/10] libext2fs: only flush affected blocks in unix_write_byte
` [PATCH 07/10] libext2fs: allow unix_write_byte when the write would be aligned
` [PATCH 08/10] libext2fs: allow clients to ask to write full superblocks
` [PATCH 09/10] libext2fs: allow callers to disallow I/O to file data blocks
` [PATCH 10/10] libext2fs: add posix advisory locking to the unix IO manager
` [PATCHSET RFC v5 4/9] fuse2fs: use fuse iomap data paths for better file I/O performance
` [PATCH 01/17] fuse2fs: implement bare minimum iomap for file mapping reporting
` [PATCHSET RFC v5 5/9] fuse4fs: specify the root node id
` [PATCHSET RFC v5 6/9] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
` [PATCHSET RFC v5 7/9] fuse2fs: cache iomap mappings for even better file IO performance
` [PATCHSET RFC v5 8/9] fuse2fs: improve block and inode caching
` [PATCHSET RFC v5 9/9] fuse4fs: run servers as a contained service
[PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
2025-09-16 0:49 UTC (4+ messages)
[PATCH v2 0/7] vma count: fixes, test and improvements
2025-09-16 0:05 UTC (13+ messages)
` [PATCH v2 1/7] mm: fix off-by-one error in VMA count limit checks
` [PATCH v2 2/7] mm/selftests: add max_vma_count tests
` [PATCH v2 3/7] mm: introduce vma_count_remaining()
` [PATCH v2 4/7] mm: rename mm_struct::map_count to vma_count
` [PATCH v2 5/7] mm: harden vma_count against direct modification
` [PATCH v2 6/7] mm: add assertion for VMA count limit
` [PATCH v2 7/7] mm/tracing: introduce max_vma_count_exceeded trace event
[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
2025-09-15 23:31 UTC (2+ messages)
Any way to ensure minimal folio size and alignment for iomap based direct IO?
2025-09-15 23:20 UTC (6+ messages)
[PATCH v2] fs/fuse: fix potential memory leak from fuse_uring_cancel
2025-09-15 23:04 UTC (7+ messages)
[PATCH v2 00/33] ns: support file handles
2025-09-15 22:59 UTC (3+ messages)
` [PATCH v2 11/33] net: use ns_common_init()
[PATCH 0/5] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2025-09-15 22:18 UTC (5+ messages)
` [PATCH 5/5] fuse: {io-uring} Allow reduced number of ring queues
[PATCH v5] hfs: update sanity check of the root record
2025-09-15 22:27 UTC (3+ messages)
[RFC PATCH v6 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
2025-09-15 21:25 UTC (4+ messages)
` [RFC PATCH v6 1/2] mm: guestmem: "
` [RFC PATCH v6 2/2] userfaulfd: add minor mode for guestmem
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-15 21:05 UTC (3+ messages)
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
[linux-next20250911]Kernel OOPs while running generic/256 on Pmem device
2025-09-15 18:20 UTC (7+ messages)
` [External] "
[Linux Kernel Bug] KASAN: slab-out-of-bounds Read in hfsplus_strcasecmp
2025-09-15 17:29 UTC (2+ messages)
[PATCH 00/62] initrd: remove classic initrd support
2025-09-15 16:43 UTC (2+ messages)
[PATCH V12 0/5] riscv: mm: Add soft-dirty and uffd-wp support
2025-09-15 17:05 UTC (5+ messages)
` [PATCH V12 2/5] mm: userfaultfd: Add pgtable_supports_uffd_wp()
` [PATCH V12 3/5] riscv: Add RISC-V Svrsw60t59b extension support
[PATCH v2 00/16] fuse: use iomap for buffered reads + readahead
2025-09-15 16:05 UTC (9+ messages)
` [PATCH v2 05/16] iomap: propagate iomap_read_folio() error to caller
` [PATCH v2 12/16] iomap: add bias for async read requests
[PATCH v1 1/1] lock_mount(): Remove unused function
2025-09-15 16:02 UTC
[PATCH] ovl: check before dereferencing s_root field
2025-09-15 15:29 UTC (3+ messages)
[PATCH v2 0/4] writeback: Avoid lockups when switching inodes
2025-09-15 15:13 UTC (3+ messages)
[PATCH v2 00/16] expand mmap_prepare functionality, port more users
2025-09-15 15:04 UTC (10+ messages)
` [PATCH v2 08/16] mm: add ability to take further action in vm_area_desc
[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
2025-09-15 14:10 UTC (4+ messages)
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