Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2025-09-16 00:25:54 to 2025-09-16 06:34:52 UTC [more...]

[PATCH v7 0/1] exfat: Add support for FS_IOC_{GET,SET}FSLABEL
 2025-09-16  6:34 UTC  (3+ messages)
` [PATCH v7 1/1] "

[PATCH v6 00/11] Direct Map Removal Support for guest_memfd
 2025-09-16  6:23 UTC  (3+ messages)
` [PATCH v6 01/11] filemap: Pass address_space mapping to ->free_folio()

[syzbot] [ext4?] possible deadlock in do_writepages (2)
 2025-09-16  6:02 UTC 

[PATCH V12 2/5] mm: userfaultfd: Add pgtable_supports_uffd_wp()
 2025-09-16  5:55 UTC  (2+ messages)

[PATCH v2 00/33] ns: support file handles
 2025-09-16  4:55 UTC  (8+ messages)
` [PATCH v2 18/33] mnt: support ns lookup

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-09-16  4:47 UTC  (15+ messages)
` [PATCH v3 01/14] ACPI: APEI: "
` [PATCH v3 02/14] drm/i915/gt: "
` [PATCH v3 03/14] fs: aio: "
` [PATCH v3 04/14] nfs: "
` [PATCH v3 05/14] s390/pkey: "
` [PATCH v3 06/14] ipc: "
` [PATCH v3 07/14] yama: "
` [PATCH v3 08/14] cgroup: "
` [PATCH v3 09/14] cgroup/cpuset: "
` [PATCH v3 10/14] wifi: mac80211: "
` [PATCH v3 11/14] net: ncsi: "
` [PATCH v3 12/14] net: amt: "
` [PATCH v3 13/14] net: bonding: "
` [PATCH v3 14/14] wifi: ath9k: "

[PATCH v2 21/33] net: support ns lookup
 2025-09-16  3:59 UTC  (2+ messages)

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-16  3:09 UTC  (5+ messages)
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}

[RFC] Another take at restarting FUSE servers
 2025-09-16  2:53 UTC  (11+ messages)

[RFC PATCH v6 0/2] mm: Refactor KVM guest_memfd to introduce guestmem library
 2025-09-16  2:00 UTC  (3+ messages)
` [RFC PATCH v6 1/2] mm: guestmem: "

[PATCH v2] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
 2025-09-16  1:55 UTC  (3+ messages)

[PATCH 00/62] initrd: remove classic initrd support
 2025-09-16  1:48 UTC  (2+ messages)

[PATCH v1 1/1] lock_mount(): Remove unused function
 2025-09-16  1:25 UTC  (2+ messages)

[PATCH v2 0/7] vma count: fixes, test and improvements
 2025-09-16  1:23 UTC  (8+ messages)
` [PATCH v2 7/7] mm/tracing: introduce max_vma_count_exceeded trace event

[PATCHSET RFC v5 9/9] fuse4fs: run servers as a contained service
 2025-09-16  1:09 UTC  (5+ messages)
` [PATCH 1/4] libext2fs: fix MMP code to work with unixfd IO manager
` [PATCH 2/4] fuse4fs: enable safe service mode
` [PATCH 3/4] fuse4fs: set proc title when in fuse "
` [PATCH 4/4] fuse4fs: set iomap backing device blocksize

[PATCHSET RFC v5 8/9] fuse2fs: improve block and inode caching
 2025-09-16  1:08 UTC  (7+ messages)
` [PATCH 1/6] libsupport: add caching IO manager
` [PATCH 2/6] iocache: add the actual buffer cache
` [PATCH 3/6] iocache: bump buffer mru priority every 50 accesses
` [PATCH 4/6] fuse2fs: enable caching IO manager
` [PATCH 5/6] fuse2fs: increase inode cache size
` [PATCH 6/6] libext2fs: improve caching for inodes

[PATCHSET RFC v5 7/9] fuse2fs: cache iomap mappings for even better file IO performance
 2025-09-16  1:06 UTC  (4+ messages)
` [PATCH 1/3] fuse2fs: enable caching of iomaps
` [PATCH 2/3] fuse2fs: be smarter about caching iomaps
` [PATCH 3/3] fuse2fs: enable iomap

[PATCHSET RFC v5 6/9] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
 2025-09-16  1:06 UTC  (11+ messages)
` [PATCH 01/10] fuse2fs: add strictatime/lazytime mount options
` [PATCH 02/10] fuse2fs: skip permission checking on utimens when iomap is enabled
` [PATCH 03/10] fuse2fs: let the kernel tell us about acl/mode updates
` [PATCH 04/10] fuse2fs: better debugging for file mode updates
` [PATCH 05/10] fuse2fs: debug timestamp updates
` [PATCH 06/10] fuse2fs: use coarse timestamps for iomap mode
` [PATCH 07/10] fuse2fs: add tracing for retrieving timestamps
` [PATCH 08/10] fuse2fs: enable syncfs
` [PATCH 09/10] fuse2fs: skip the gdt write in op_destroy if syncfs is working
` [PATCH 10/10] fuse2fs: set sync, immutable, and append at file load time

[PATCHSET RFC v5 5/9] fuse4fs: specify the root node id
 2025-09-16  1:03 UTC  (2+ messages)
` [PATCH 1/1] fuse4fs: don't use inode number translation when possible

[PATCHSET RFC v5 4/9] fuse2fs: use fuse iomap data paths for better file I/O performance
 2025-09-16  1:03 UTC  (18+ messages)
` [PATCH 01/17] fuse2fs: implement bare minimum iomap for file mapping reporting
` [PATCH 02/17] fuse2fs: add iomap= mount option
` [PATCH 03/17] fuse2fs: implement iomap configuration
` [PATCH 04/17] fuse2fs: register block devices for use with iomap
` [PATCH 05/17] fuse2fs: implement directio file reads
` [PATCH 06/17] fuse2fs: add extent dump function for debugging
` [PATCH 07/17] fuse2fs: implement direct write support
` [PATCH 08/17] fuse2fs: turn on iomap for pagecache IO
` [PATCH 09/17] fuse2fs: don't zero bytes in punch hole
` [PATCH 10/17] fuse2fs: don't do file data block IO when iomap is enabled
` [PATCH 11/17] fuse2fs: avoid fuseblk mode if fuse-iomap support is likely
` [PATCH 12/17] fuse2fs: enable file IO to inline data files
` [PATCH 13/17] fuse2fs: set iomap-related inode flags
` [PATCH 14/17] fuse2fs: configure block device block size
` [PATCH 15/17] fuse4fs: separate invalidation
` [PATCH 16/17] fuse2fs: implement statx
` [PATCH 17/17] fuse2fs: enable atomic writes

[PATCHSET RFC v5 3/9] libext2fs: refactoring for fuse2fs iomap support
 2025-09-16  0:58 UTC  (11+ messages)
` [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 2/9] fuse4fs: fork a low level fuse server
 2025-09-16  0:56 UTC  (22+ messages)
` [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 6/6] libfuse: run fuse servers as a contained service
 2025-09-16  0:49 UTC  (5+ messages)
` [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

[PATCH v2 0/2] Fix the initialization of max_hw_wzeroes_unmap_sectors for stacking drivers
 2025-09-16  0:49 UTC  (4+ messages)

[PATCHSET RFC v5 5/6] libfuse: cache iomap mappings for even better file IO performance
 2025-09-16  0:48 UTC  (4+ messages)
` [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 4/6] libfuse: implement syncfs
 2025-09-16  0:47 UTC  (5+ messages)
` [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 3/6] libfuse: allow servers to specify root node id
 2025-09-16  0:46 UTC  (2+ messages)
` [PATCH 1/1] libfuse: allow root_nodeid mount option

[PATCHSET RFC v5 2/6] libfuse: allow servers to use iomap for better file IO performance
 2025-09-16  0:46 UTC  (19+ messages)
` [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 1/6] libfuse: general bug fixes
 2025-09-16  0:41 UTC  (2+ messages)
` [PATCH 1/1] libfuse: don't put HAVE_STATX in a public header

[PATCHSET RFC v5 8/8] fuse: run fuse servers as a contained service
 2025-09-16  0:41 UTC  (3+ messages)
` [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 7/8] fuse: cache iomap mappings for even better file IO performance
 2025-09-16  0:41 UTC  (11+ messages)
` [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 6/8] fuse: handle timestamps and ACLs correctly when iomap is enabled
 2025-09-16  0:38 UTC  (10+ messages)
` [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 5/8] fuse: allow servers to specify root node id
 2025-09-16  0:36 UTC  (4+ messages)
` [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 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-09-16  0:35 UTC  (29+ messages)
` [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 3/8] fuse: cleanups ahead of adding fuse support
 2025-09-16  0:27 UTC  (6+ messages)
` [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 2/8] iomap: cleanups ahead of adding fuse support
 2025-09-16  0:26 UTC  (3+ messages)
` [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 1/8] fuse: general bug fixes
 2025-09-16  0:26 UTC  (3+ messages)
` [PATCH 7/8] fuse: propagate default and file acls on creation
` [PATCH 8/8] fuse: enable FUSE_SYNCFS for all fuseblk servers


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