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

[PATCH v2 00/14] fuse: add io-uring buffer rings and zero-copy
 2026-04-30 11:08 UTC  (15+ messages)
` [PATCH v2 04/14] fuse: use enum types for header copying
` [PATCH v2 05/14] fuse: refactor setting up copy state for payload copying
` [PATCH v2 06/14] fuse: support buffer copying for kernel addresses
` [PATCH v2 07/14] fuse: use named constants for io-uring iovec indices
` [PATCH v2 08/14] fuse: move fuse_uring_abort() from header to dev_uring.c
` [PATCH v2 09/14] fuse: rearrange io-uring iovec and ent allocation logic
` [PATCH v2 10/14] fuse: add io-uring buffer rings

[PATCH v1 0/4] exfat: memory optimisations and stringent integrity checks for up-case table
 2026-04-30  9:45 UTC  (10+ 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 4/4] exfat: more pedantic upcase table validity check

[PATCH] fs/select: reject negative timeval components in kern_select()
 2026-04-30  9:33 UTC  (3+ messages)

[PATCH v0 1/2] exfat: add volume limit bounds checks
 2026-04-30  9:17 UTC  (4+ messages)
` [PATCH v0 2/2] exfat: print warning upon block size calibration

[PATCH v4 0/7]] VFS: Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-30  9:08 UTC  (10+ messages)
` [PATCH v4 1/7] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v4 2/7] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v4 3/7] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v4 4/7] VFS: introduce d_alloc_noblock()
` [PATCH v4 5/7] VFS: add d_duplicate()
` [PATCH v4 6/7] VFS: Add LOOKUP_SHARED flag
` [PATCH v4 7/7] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()

[PATCH v2] fs/buffer: serialize set_buffer_uptodate against concurrent clears
 2026-04-30  7:28 UTC  (2+ messages)

[PATCH v3 00/10] Add dmabuf read/write via io_uring
 2026-04-30  6:03 UTC  (14+ messages)
` [PATCH v3 01/10] file: add callback for creating long-term dmabuf maps
` [PATCH v3 02/10] iov_iter: add iterator type for "
` [PATCH v3 03/10] block: move bvec init into __bio_clone
` [PATCH v3 04/10] block: introduce dma map backed bio type
` [PATCH v3 05/10] lib: add dmabuf token infrastructure
` [PATCH v3 06/10] block: forward create_dmabuf_token to drivers
` [PATCH v3 07/10] nvme-pci: implement dma_token backed requests
` [PATCH v3 08/10] io_uring/rsrc: introduce buf registration structure
` [PATCH v3 09/10] io_uring/rsrc: extend buffer update
` [PATCH v3 10/10] io_uring/rsrc: add dmabuf backed registered buffers

Faulty interaction between open_tree_clone and OPEN_TREE_NAMESPACE?
 2026-04-30  4:33 UTC 

[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-04-30  4:16 UTC  (20+ messages)
` [PATCH v4 5/8] fuse: {io-uring} Allow reduced number of ring queues
` [PATCH v4 6/8] fuse: {io-uring} Queue background requests on a different core
` [PATCH v4 7/8] fuse: Add retry attempts for numa local queues for load distribution
` [PATCH v4 8/8] fuse: {io-uring} Prefer the current core over mapping

[PATCH v3] fuse: optional FORGET delivery over io_uring
 2026-04-30  3:19 UTC  (2+ messages)

[PATCH v4 0/7]] VFS: Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-30  1:57 UTC  (8+ messages)
` [PATCH v4 1/7] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v4 2/7] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v4 3/7] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v4 4/7] VFS: introduce d_alloc_noblock()
` [PATCH v4 5/7] VFS: add d_duplicate()
` [PATCH v4 6/7] VFS: Add LOOKUP_SHARED flag
` [PATCH v4 7/7] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()

[RFC PATCH 0/2] net: af_unix: Useful handling of LSM denials on SCM_RIGHTS
 2026-04-30  2:04 UTC  (3+ messages)
` [RFC PATCH 1/2] "

[PATCH v4] hfsplus: fix null-ptr-deref by creating hidden dir on remount rw
 2026-04-30  2:03 UTC 

[RFC] determining if the underlying storage device of blockdev is "real", the Linux modern way
 2026-04-30  0:36 UTC 

[PATCH v2 0/7] lsm: Replace security_sb_mount with granular mount hooks
 2026-04-30  0:03 UTC  (8+ messages)
` [PATCH v2 1/7] lsm: Add granular mount hooks to replace security_sb_mount
` [PATCH v2 2/7] apparmor: Remove redundant MS_MGC_MSK stripping in apparmor_sb_mount
` [PATCH v2 3/7] apparmor: Convert from sb_mount to granular mount hooks
` [PATCH v2 4/7] selinux: "
` [PATCH v2 5/7] landlock: "
` [PATCH v2 6/7] tomoyo: "
` [PATCH v2 7/7] lsm: Remove security_sb_mount and security_move_mount

[PATCH] zonefs: handle integer overflow in zonefs_fname_to_fno
 2026-04-29 22:41 UTC  (2+ messages)

[PATCH] ntfs: Use return instead of goto in ntfs_mapping_pairs_decompress()
 2026-04-29 22:07 UTC  (2+ messages)

[PATCH] ntfs: drop nlink once for WIN32/DOS aliases
 2026-04-29 22:06 UTC  (2+ messages)

[PATCH v12 00/15] Exposing case folding behavior
 2026-04-29 22:00 UTC  (17+ messages)
` [PATCH v12 01/15] fs: Move file_kattr initialization to callers
` [PATCH v12 02/15] fs: Add case sensitivity flags to file_kattr
` [PATCH v12 03/15] fat: Implement fileattr_get for case sensitivity
` [PATCH v12 04/15] exfat: "
` [PATCH v12 05/15] ntfs3: "
` [PATCH v12 06/15] hfs: "
` [PATCH v12 07/15] hfsplus: Report case sensitivity in fileattr_get
` [PATCH v12 08/15] xfs: "
` [PATCH v12 09/15] cifs: Implement fileattr_get for case sensitivity
` [PATCH v12 10/15] nfs: "
` [PATCH v12 11/15] vboxsf: "
` [PATCH v12 12/15] isofs: "
` [PATCH v12 13/15] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v12 14/15] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v12 15/15] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-29 21:03 UTC  (9+ messages)
` [PATCH v3 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()

Null-Pointer Dereference in bpf_remove_dentry_xattr via Negative Dentry
 2026-04-29 20:56 UTC  (2+ messages)

[PATCH RFC 0/4] fs: Deferred inode reclaim
 2026-04-29 18:00 UTC  (5+ messages)
` [PATCH 1/4] fs: Avoid inode dirtying on last iput
` [PATCH 2/4] fs: Basic infrastructure for offloading inode reclaim
` [PATCH 3/4] fs: Add throttling to deferred "
` [PATCH 4/4] ext4: Defer inode reclaim if it has preallocations

[PATCH v5 00/14] Remove CONFIG_READ_ONLY_THP_FOR_FS and enable file THP for writable files
 2026-04-29 16:13 UTC  (16+ messages)
` [PATCH v5 01/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH v5 02/14] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH v5 03/14] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH v5 04/14] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH v5 05/14] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH v5 06/14] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH v5 07/14] fs: remove nr_thps from struct address_space
` [PATCH v5 08/14] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH v5 09/14] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH v5 10/14] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH v5 11/14] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH v5 12/14] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions
` [PATCH v5 13/14] mm/khugepaged: enable clean pagecache folio collapse for writable files
` [PATCH v5 14/14] selftests/mm: add writable-file collapse tests for khugepaged

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

[PATCHSET v5] libfuse: run fuse servers as a contained service
 2026-04-29 15:23 UTC  (4+ messages)
` [PATCH 02/13] mount_service: add systemd socket service mounting helper

[PATCHSET v8 6/6] fuse2fs: cache iomap mappings for even better file IO performance
 2026-04-29 15:02 UTC  (5+ messages)
` [PATCH 1/4] fuse2fs: enable caching of iomaps
` [PATCH 2/4] fuse2fs: constrain iomap mapping cache size
` [PATCH 3/4] fuse4fs: upsert first file mapping to kernel on open
` [PATCH 4/4] fuse2fs: enable iomap

[PATCHSET v8 5/6] fuse2fs: handle timestamps and ACLs correctly when iomap is enabled
 2026-04-29 15:01 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: set sync, immutable, and append at file load time
` [PATCH 10/10] fuse4fs: increase attribute timeout in iomap mode

[PATCHSET v8 4/6] fuse4fs: specify the root node id
 2026-04-29 14:58 UTC  (2+ messages)
` [PATCH 1/1] fuse4fs: don't use inode number translation when possible

[PATCHSET v8 3/6] fuse4fs: adapt iomap for fuse services
 2026-04-29 14:58 UTC  (4+ messages)
` [PATCH 1/3] fuse4fs: configure iomap when running as a service
` [PATCH 2/3] fuse4fs: set iomap backing device blocksize
` [PATCH 3/3] fuse4fs: ask for loop devices when opening via fuservicemount

[PATCHSET v8 2/6] fuse2fs: use fuse iomap data paths for better file I/O performance
 2026-04-29 14:57 UTC  (20+ messages)
` [PATCH 01/19] fuse2fs: implement bare minimum iomap for file mapping reporting
` [PATCH 02/19] fuse2fs: add iomap= mount option
` [PATCH 03/19] fuse2fs: implement iomap configuration
` [PATCH 04/19] fuse2fs: register block devices for use with iomap
` [PATCH 05/19] fuse2fs: implement directio file reads
` [PATCH 06/19] fuse2fs: add extent dump function for debugging
` [PATCH 07/19] fuse2fs: implement direct write support
` [PATCH 08/19] fuse2fs: turn on iomap for pagecache IO
` [PATCH 09/19] fuse2fs: don't zero bytes in punch hole
` [PATCH 10/19] fuse2fs: don't do file data block IO when iomap is enabled
` [PATCH 11/19] fuse2fs: try to create loop device when ext4 device is a regular file
` [PATCH 12/19] fuse2fs: enable file IO to inline data files
` [PATCH 13/19] fuse2fs: set iomap-related inode flags
` [PATCH 14/19] fuse2fs: configure block device block size
` [PATCH 15/19] fuse4fs: separate invalidation
` [PATCH 16/19] fuse2fs: implement statx
` [PATCH 17/19] fuse2fs: enable atomic writes
` [PATCH 18/19] fuse4fs: disable fs reclaim and write throttling
` [PATCH 19/19] fuse2fs: implement freeze and shutdown requests

[PATCHSET v8 1/6] libext2fs: refactoring for fuse2fs iomap support
 2026-04-29 14:52 UTC  (6+ messages)
` [PATCH 1/5] libext2fs: invalidate cached blocks when freeing them
` [PATCH 2/5] libext2fs: only flush affected blocks in unix_write_byte
` [PATCH 3/5] libext2fs: allow unix_write_byte when the write would be aligned
` [PATCH 4/5] libext2fs: allow clients to ask to write full superblocks
` [PATCH 5/5] libext2fs: allow callers to disallow I/O to file data blocks

[PATCHSET v8 6/6] libfuse: cache iomap mappings for even better file IO performance
 2026-04-29 14:51 UTC  (10+ messages)
` [PATCH 1/9] libfuse: enable iomap cache management for lowlevel fuse
` [PATCH 2/9] libfuse: add upper-level iomap cache management
` [PATCH 3/9] libfuse: allow constraining of iomap mapping cache size
` [PATCH 4/9] libfuse: add upper-level iomap mapping cache constraint code
` [PATCH 5/9] libfuse: enable iomap
` [PATCH 6/9] example/iomap_ll: cache mappings for later
` [PATCH 7/9] example/iomap_inline_ll: cache iomappings in the kernel
` [PATCH 8/9] example/iomap_ow_ll: "
` [PATCH 9/9] example/iomap_service_ll: "

[PATCHSET v8 5/6] fuse: add sample iomap fuse servers
 2026-04-29 14:48 UTC  (8+ messages)
` [PATCH 1/7] example/iomap_ll: create a simple iomap server
` [PATCH 2/7] example/iomap_ll: track block state
` [PATCH 3/7] example/iomap_ll: implement atomic writes
` [PATCH 4/7] example/iomap_inline_ll: create a simple server to test inlinedata
` [PATCH 5/7] example/iomap_ow_ll: create a simple iomap out of place write server
` [PATCH 6/7] example/iomap_ow_ll: implement atomic writes
` [PATCH 7/7] example/iomap_service_ll: create a sample systemd service fuse server

[PATCHSET v8 4/6] libfuse: add some service helper commands for iomap
 2026-04-29 14:47 UTC  (4+ messages)
` [PATCH 1/3] mount_service: delegate iomap privilege from mount.service to fuse services
` [PATCH 2/3] libfuse: enable setting iomap block device block size
` [PATCH 3/3] mount_service: create loop devices for regular files

[PATCHSET v8 3/6] libfuse: implement syncfs
 2026-04-29 14:46 UTC  (3+ messages)
` [PATCH 1/2] libfuse: add strictatime/lazytime mount options
` [PATCH 2/2] libfuse: set sync, immutable, and append when loading files

[PATCHSET v8 2/6] libfuse: allow servers to specify root node id
 2026-04-29 14:45 UTC  (2+ messages)
` [PATCH 1/1] libfuse: allow root_nodeid mount option

[PATCHSET v8 1/6] libfuse: allow servers to use iomap for better file IO performance
 2026-04-29 14:45 UTC  (11+ messages)
` [PATCH 16/25] libfuse: add lower level iomap_config implementation
` [PATCH 17/25] libfuse: add upper "
` [PATCH 18/25] libfuse: add low level code to invalidate iomap block device ranges
` [PATCH 19/25] libfuse: add upper-level API to invalidate parts of an iomap block device
` [PATCH 20/25] libfuse: add atomic write support
` [PATCH 21/25] libfuse: allow disabling of fs memory reclaim and write throttling
` [PATCH 22/25] libfuse: create a helper to transform an open regular file into an open loopdev
` [PATCH 23/25] libfuse: add swapfile support for iomap files
` [PATCH 24/25] libfuse: add lower-level filesystem freeze, thaw, and shutdown requests
` [PATCH 25/25] libfuse: add upper-level filesystem freeze, thaw, and shutdown events


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