Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-28 11:03:35 to 2026-04-29 14:43:15 UTC [more...]

[PATCHBLIZZARD v8] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers
 2026-04-29 14:43 UTC  (104+ messages)
` [PATCHSET v8 1/8] fuse: general bug fixes
  ` [PATCH 1/4] fuse: flush pending FUSE_RELEASE requests before sending FUSE_DESTROY
  ` [PATCH 2/4] fuse: implement file attributes mask for statx
  ` [PATCH 3/4] fuse: update file mode when updating acls
  ` [PATCH 4/4] fuse: propagate default and file acls on creation
` [PATCHSET v8 2/8] iomap: cleanups ahead of adding fuse support
  ` [PATCH 1/2] iomap: allow directio callers to supply _COMP_WORK
  ` [PATCH 2/2] iomap: allow NULL swap info bdev when activating swapfile
` [PATCHSET v8 3/8] fuse: cleanups ahead of adding fuse support
  ` [PATCH 1/2] fuse: move the passthrough-specific code back to passthrough.c
  ` [PATCH 2/2] fuse_trace: "
` [PATCHSET v8 4/8] fuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/33] fuse: implement the basic iomap mechanisms
  ` [PATCH 02/33] fuse_trace: "
  ` [PATCH 03/33] fuse: make debugging configurable at runtime
  ` [PATCH 04/33] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
  ` [PATCH 05/33] fuse_trace: "
  ` [PATCH 06/33] fuse: enable SYNCFS and ensure we flush everything before sending DESTROY
  ` [PATCH 07/33] fuse: clean up per-file type inode initialization
  ` [PATCH 08/33] fuse: create a per-inode flag for setting exclusive mode
  ` [PATCH 09/33] fuse: create a per-inode flag for toggling iomap
  ` [PATCH 10/33] fuse_trace: "
  ` [PATCH 11/33] fuse: isolate the other regular file IO paths from iomap
  ` [PATCH 12/33] fuse: implement basic iomap reporting such as FIEMAP and SEEK_{DATA,HOLE}
  ` [PATCH 13/33] fuse_trace: "
  ` [PATCH 14/33] fuse: implement direct IO with iomap
  ` [PATCH 15/33] fuse_trace: "
  ` [PATCH 16/33] fuse: implement buffered "
  ` [PATCH 17/33] fuse_trace: "
  ` [PATCH 18/33] fuse: use an unrestricted backing device with iomap pagecache io
  ` [PATCH 19/33] fuse: implement large folios for iomap pagecache files
  ` [PATCH 20/33] fuse: advertise support for iomap
  ` [PATCH 21/33] fuse: query filesystem geometry when using iomap
  ` [PATCH 22/33] fuse_trace: "
  ` [PATCH 23/33] fuse: implement fadvise for iomap files
  ` [PATCH 24/33] fuse: invalidate ranges of block devices being used for iomap
  ` [PATCH 25/33] fuse_trace: "
  ` [PATCH 26/33] fuse: implement inline data file IO via iomap
  ` [PATCH 27/33] fuse_trace: "
  ` [PATCH 28/33] fuse: allow more statx fields
  ` [PATCH 29/33] fuse: support atomic writes with iomap
  ` [PATCH 30/33] fuse_trace: "
  ` [PATCH 31/33] fuse: disable direct fs reclaim for any fuse server that uses iomap
  ` [PATCH 32/33] fuse: enable swapfile activation on iomap
  ` [PATCH 33/33] fuse: implement freeze and shutdowns for iomap filesystems
` [PATCHSET v8 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 v8 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 v8 7/8] fuse: cache iomap mappings for even better file IO performance
  ` [PATCH 01/12] fuse: cache iomaps
  ` [PATCH 02/12] fuse_trace: "
  ` [PATCH 03/12] fuse: use the iomap cache for iomap_begin
  ` [PATCH 04/12] fuse_trace: "
  ` [PATCH 05/12] fuse: invalidate iomap cache after file updates
  ` [PATCH 06/12] fuse_trace: "
  ` [PATCH 07/12] fuse: enable iomap cache management
  ` [PATCH 08/12] fuse_trace: "
  ` [PATCH 09/12] fuse: overlay iomap inode info in struct fuse_inode
  ` [PATCH 10/12] fuse: constrain iomap mapping cache size
  ` [PATCH 11/12] fuse_trace: "
  ` [PATCH 12/12] fuse: enable iomap
` [PATCHSET v8 8/8] fuse: run fuse-iomap 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 v8 1/6] libfuse: allow servers to use iomap for better file IO performance
  ` [PATCH 01/25] libfuse: bump kernel and library ABI versions
  ` [PATCH 02/25] libfuse: wait in do_destroy until all open files are closed
  ` [PATCH 03/25] libfuse: add kernel gates for FUSE_IOMAP
  ` [PATCH 04/25] libfuse: add fuse commands for iomap_begin and end
  ` [PATCH 05/25] libfuse: add upper level iomap commands
  ` [PATCH 06/25] libfuse: add a lowlevel notification to add a new device to iomap
  ` [PATCH 07/25] libfuse: add upper-level iomap add device function
  ` [PATCH 08/25] libfuse: add iomap ioend low level handler
  ` [PATCH 09/25] libfuse: add upper level iomap ioend commands
  ` [PATCH 10/25] libfuse: add a reply function to send FUSE_ATTR_* to the kernel
  ` [PATCH 11/25] libfuse: connect high level fuse library to fuse_reply_attr_iflags
  ` [PATCH 12/25] libfuse: support enabling exclusive mode for files
  ` [PATCH 13/25] libfuse: support direct I/O through iomap
  ` [PATCH 14/25] libfuse: don't allow hardlinking of iomap files in the upper level fuse library
  ` [PATCH 15/25] libfuse: allow discovery of the kernel's iomap capabilities
  ` [PATCH 16/25] libfuse: add lower level iomap_config implementation
` [PATCHSET v8 2/6] libfuse: allow servers to specify root node id
` [PATCHSET v8 3/6] libfuse: implement syncfs
` [PATCHSET v8 4/6] libfuse: add some service helper commands for iomap
` [PATCHSET v8 5/6] fuse: add sample iomap fuse servers
` [PATCHSET v8 6/6] libfuse: cache iomap mappings for even better file IO performance
` [PATCHSET v8 1/6] libext2fs: refactoring for fuse2fs iomap support
` [PATCHSET v8 2/6] fuse2fs: use fuse iomap data paths for better file I/O performance
` [PATCHSET v8 3/6] fuse4fs: adapt iomap for fuse services
` [PATCHSET v8 4/6] fuse4fs: specify the root node id
` [PATCHSET v8 5/6] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
` [PATCHSET v8 6/6] fuse2fs: cache iomap mappings for even better file IO performance

[PATCHBLIZZARD v7] fuse/libfuse/e2fsprogs: containerize ext4 for safer operation
 2026-04-29 14:11 UTC  (2+ messages)
` [PATCHBLIZZARD v8] fuse/libfuse/e2fsprogs: faster file IO for containerized ext4 servers

[PATCH v7 0/4] x86: Simplifying LAM
 2026-04-29 14:06 UTC  (5+ messages)
` [PATCH v7 1/4] x86/process: Shorten the LAM tag width
` [PATCH v7 2/4] x86/process: Add a procfs file with hardware address masking
` [PATCH v7 3/4] x86/mm: Cleanup comments where LAM_U48 is mentioned
` [PATCH v7 4/4] selftests/lam: Update LAM tag width and cleanup names

[PATCH v3 00/28] vfs/nfsd: add support for CB_NOTIFY callbacks in directory delegations
 2026-04-29 13:41 UTC  (2+ messages)

[PATCH] fs/select: reject negative timeval components in kern_select()
 2026-04-29 13:09 UTC 

[PATCH v2] fuse: Send FORGET over io_uring when ring is ready
 2026-04-29 12:38 UTC  (8+ messages)
` [PATCH v3] fuse: optional FORGET delivery over io_uring

[PATCH v2 00/14] fuse: add io-uring buffer rings and zero-copy
 2026-04-29 12:06 UTC  (7+ messages)
` [PATCH v2 01/14] fuse: separate next request fetching from sending logic
` [PATCH v2 02/14] fuse: refactor io-uring header copying to ring
` [PATCH v2 03/14] fuse: refactor io-uring header copying from ring

[RFC PATCH v1 0/9] uaccess: Convert small fixed size copy_{to/from}_user() to scoped user access
 2026-04-29 11:26 UTC  (15+ messages)
` [RFC PATCH v1 2/9] uaccess: Convert INLINE_COPY_{TO/FROM}_USER to kconfig and reduce ifdefery
` [RFC PATCH v1 7/9] x86: Add unsafe_copy_from_user()
` [RFC PATCH v1 8/9] arm64: "

[PATCH v3] generic/790: test post-EOF gap zeroing persistence
 2026-04-29 11:24 UTC  (2+ messages)

[PATCH v2] fuse: back uncached readdir buffers with pages
 2026-04-29 10:47 UTC  (5+ messages)

[PATCH] fuse: add fusex filesystem
 2026-04-29 10:20 UTC 

Null-Pointer Dereference in bpf_remove_dentry_xattr via Negative Dentry
 2026-04-29  8:59 UTC 

[PATCH] rhashtable: give each instance its own lockdep class
 2026-04-29  8:27 UTC  (2+ messages)

[PATCH 2/2] eventpoll: Fix epoll_wait() report false negative
 2026-04-29  7:27 UTC  (2+ messages)

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-29  5:26 UTC  (21+ messages)
` [PATCH v3 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v3 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v3 10/19] VFS/ovl: add d_alloc_noblock_return()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops

[PATCH v1 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-04-28 23:50 UTC  (5+ messages)
` [PATCH v1 1/4] exfat: refactor nls.c (tables)
` [PATCH v1 2/4] exfat: use upcase_ptable and upcase_range_info to reduce memory footprint
` [PATCH v1 3/4] exfat: add default_upcase option (read-only)
` [PATCH v1 4/4] exfat: more pedantic upcase table validity check

Host exfatprogs repo on git.kernel.org?
 2026-04-29  0:00 UTC 

[PATCH] ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()
 2026-04-28 23:25 UTC  (2+ messages)

[PATCH] fuse: do not treat unlimited readdir count as a buffer size
 2026-04-28 22:36 UTC  (3+ messages)

[RFC PATCH] ceph: fix kernel memory exposure issue in ceph_netfs_issue_op_inline()
 2026-04-28 22:34 UTC  (4+ messages)

[PATCH] ceph: fix generic/639 xfstests failure
 2026-04-28 22:06 UTC  (3+ messages)

[PATCH V4 1/2] daxctl: Add support for famfs mode
 2026-04-28 20:06 UTC  (5+ messages)

[PATCH ported/repost v2] security,fs,nfs,net: update security_inode_listsecurity() interface
 2026-04-28 19:26 UTC  (2+ messages)

[PATCHSET v5] libfuse: run fuse servers as a contained service
 2026-04-28 18:10 UTC  (5+ messages)
` [PATCH 02/13] mount_service: add systemd socket service mounting helper
` [PATCH 09/13] mount.fuse3: integrate systemd service startup

[RFC PATCH 0/2] net: af_unix: Useful handling of LSM denials on SCM_RIGHTS
 2026-04-28 17:51 UTC  (3+ messages)
` [RFC PATCH 1/2] "
` [RFC PATCH 2/2] selftest: Add tests for useful "

[PATCH bpf-next 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-04-28 16:33 UTC  (9+ messages)

[PATCH] dept: update documentation function names to match implementation
 2026-04-28 16:26 UTC 

"Intent" of VFS lookups
 2026-04-28 16:12 UTC  (5+ messages)

[PATCH 1/1] iomap: avoid compaction for costly folio order allocation
 2026-04-28 15:02 UTC  (2+ messages)

[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
 2026-04-28 14:39 UTC  (11+ messages)
` [RFC PATCH v2 1/2] "

[PATCH] docs: proc: fix minor grammar and formatting issues
 2026-04-28 13:30 UTC 

[PATCH v5 00/24] netfs: Miscellaneous fixes
 2026-04-28 13:17 UTC  (25+ messages)
` [PATCH v5 01/24] netfs: Fix cancellation of a DIO and single read subrequests
` [PATCH v5 02/24] netfs: Fix missing locking around retry adding new subreqs
` [PATCH v5 03/24] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v5 04/24] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH v5 05/24] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v5 06/24] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v5 07/24] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v5 08/24] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v5 09/24] netfs: Fix overrun check "
` [PATCH v5 10/24] netfs: Fix potential uninitialised var "
` [PATCH v5 11/24] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v5 12/24] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v5 13/24] netfs: Fix streaming write being overwritten
` [PATCH v5 14/24] netfs: Fix potential deadlock in write-through mode
` [PATCH v5 15/24] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v5 16/24] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v5 17/24] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v5 18/24] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v5 19/24] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v5 20/24] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v5 21/24] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v5 22/24] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v5 23/24] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH v5 24/24] afs: Fix the locking used by afs_get_link()

[bug report] ntfs: update runlist handling and cluster allocator
 2026-04-28 12:53 UTC  (2+ messages)

[PATCH] docs: proc: fix minor grammar and formatting issues
 2026-04-28 12:49 UTC  (2+ messages)

[PATCH v2] iomap: add simple read path for small direct I/O
 2026-04-28 11:47 UTC 


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