public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-11-05 16:54:37 to 2025-11-06 18:50:28 UTC [more...]

[PATCHSET v6 4/8] fuse: allow servers to use iomap for better file IO performance
 2025-11-06 18:50 UTC  (5+ messages)
` [PATCH 04/31] fuse: adapt FUSE_DEV_IOC_BACKING_{OPEN,CLOSE} to add new iomap devices
` [PATCH 09/31] fuse: isolate the other regular file IO paths from iomap

[PATCHSET v6 1/8] fuse: general bug fixes
 2025-11-06 18:37 UTC  (9+ messages)
` [PATCH 1/5] fuse: flush pending fuse events before aborting the connection

[PATCHSET v6 3/8] fuse: cleanups ahead of adding fuse support
 2025-11-06 18:36 UTC  (3+ messages)
` [PATCH 1/2] fuse: move the passthrough-specific code back to passthrough.c

[PATCH] vfs: remove the excl argument from the ->create() inode_operation
 2025-11-06 18:01 UTC  (4+ messages)

[PATCH v2 0/4] permission check avoidance during lookup
 2025-11-06 18:01 UTC  (5+ messages)
` [PATCH v2 1/4] fs: speed up path lookup with cheaper MAY_EXEC checks
` [PATCH v2 2/4] ext4: opt-in for IOP_MAY_FAST_EXEC
` [PATCH v2 3/4] btrfs: "
` [PATCH v2 4/4] tmpfs: "

[PATCH v3 0/8] iomap: buffered io changes
 2025-11-06 17:17 UTC  (7+ messages)
` [PATCH v3 1/8] iomap: account for unaligned end offsets when truncating read range
` [PATCH v3 4/8] iomap: simplify ->read_folio_range() error handling for reads

[Patch 0/2] NFSD: Fix server hang when there are multiple layout conflicts
 2025-11-06 17:05 UTC  (3+ messages)
` [PATCH 1/2] locks: Introduce lm_breaker_timedout op to lease_manager_operations
` [PATCH 2/2] NFSD: Fix server hang when there are multiple layout conflicts

[PATCHSET V3 2/2] iomap: generic file IO error reporting
 2025-11-06 17:06 UTC  (9+ messages)
` [PATCH 1/6] iomap: report file IO errors to fsnotify

[RFC] xfs: fake fallocate success for always CoW inodes
 2025-11-06 17:05 UTC  (7+ messages)

[PATCH v2 0/8] fuse: support io-uring registered buffers
 2025-11-06 16:53 UTC  (7+ messages)
` [PATCH v2 5/8] fuse: use enum types for header copying
` [PATCH v2 6/8] fuse: add user_ prefix to userspace headers and payload fields
` [PATCH v2 7/8] fuse: refactor setting up copy state for payload copying

[syzbot] [iomap?] kernel BUG in folio_end_read (2)
 2025-11-06 16:22 UTC  (9+ messages)

[RFC] Another take at restarting FUSE servers
 2025-11-06 16:11 UTC  (31+ messages)

[PATCHSET v6] fstests: support ext4 fuse testing
 2025-11-06 16:02 UTC  (20+ messages)
` [PATCH 01/33] misc: adapt tests to handle the fuse ext[234] drivers
` [PATCH 02/33] generic/740: don't run this test for fuse ext* implementations
` [PATCH 22/33] generic/631: don't run test if we can't mount overlayfs
` [PATCH 23/33] generic/{409,410,411,589}: check for stacking mount support
` [PATCH 27/33] generic/050: skip test because fuse2fs doesn't have stable output

[PATCH 0/6] iomap, xfs: improve zero range flushing and lookup
 2025-11-06 15:58 UTC  (21+ messages)
` [PATCH 1/6] iomap: replace folio_batch allocation with stack allocation
` [PATCH 2/6] iomap, xfs: lift zero range hole mapping flush into xfs
` [PATCH 3/6] xfs: flush eof folio before insert range size update
` [PATCH 4/6] xfs: look up cow fork extent earlier for buffered iomap_begin
` [PATCH 6/6] xfs: replace zero range flush with folio batch

[PATCH v4 00/12] ext4: optimize online defragment
 2025-11-06 15:45 UTC  (2+ messages)

move blk-crypto-fallback to sit above the block layer
 2025-11-06 15:09 UTC  (12+ messages)
` [PATCH 3/9] mempool: add mempool_{alloc,free}_bulk
` [PATCH 9/9] blk-crypto: use mempool_alloc_bulk for encrypted bio page allocation

[PATCH v2 0/5] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-06 15:03 UTC  (19+ messages)
` [PATCH v2 1/5] mm: introduce VM_MAYBE_GUARD and make visible in /proc/$pid/smaps
` [PATCH v2 2/5] mm: add atomic VMA flags, use VM_MAYBE_GUARD as such
` [PATCH v2 3/5] mm: implement sticky, copy on fork VMA flags
` [PATCH v2 4/5] tools/testing/vma: add VMA sticky userland tests
` [PATCH v2 5/5] selftests/mm/guard-regions: add smaps visibility test

[PATCH v4] fs: hide names_cachep behind runtime access machinery
 2025-11-06 14:49 UTC  (13+ messages)
` [WIP RFC PATCH 0/3] runtime-const header split and whatnot
  ` [PATCH 1/3] x86: fix access_ok() and valid_user_address() using wrong USER_PTR_MAX in modules

[PATCH v4 00/10] powerpc: Implement masked user access
 2025-11-06 13:42 UTC  (13+ messages)
` [PATCH v4 01/10] iter: Avoid barrier_nospec() in copy_from_user_iter()
` [PATCH v4 02/10] uaccess: Add speculation barrier to copy_from_user_iter()
` [PATCH v4 03/10] uaccess: Use masked_user_{read/write}_access_begin when required
` [PATCH v4 04/10] powerpc/uaccess: Move barrier_nospec() out of allow_read_{from/write}_user()
` [PATCH v4 05/10] powerpc/uaccess: Remove unused size and from parameters from allow_access_user()
` [PATCH v4 06/10] powerpc/uaccess: Remove {allow/prevent}_{read/write/read_write}_{from/to/}_user()
` [PATCH v4 07/10] powerpc/uaccess: Refactor user_{read/write/}_access_begin()
` [PATCH v4 08/10] powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256M
` [PATCH v4 09/10] powerpc/32: Automatically adapt TASK_SIZE based on constraints
` [PATCH v4 10/10] powerpc/uaccess: Implement masked user access

[PATCH 0/4] ext4: replace ext4_es_insert_extent() when caching on-disk extents
 2025-11-06 13:02 UTC  (4+ messages)
` [PATCH 1/4] ext4: make ext4_es_cache_extent() support overwrite existing extents

open_tree, and bind-mounting directories across mount namespaces
 2025-11-06 12:59 UTC  (3+ messages)

fall back from direct to buffered I/O when stable writes are required
 2025-11-06 12:49 UTC  (13+ messages)

[PATCH v5 00/17] vfs: recall-only directory delegations for knfsd
 2025-11-06 12:08 UTC  (13+ messages)
` [PATCH v5 08/17] vfs: break parent dir delegations in open(..., O_CREAT) codepath
` [PATCH v5 09/17] vfs: clean up argument list for vfs_create()
` [PATCH v5 10/17] vfs: make vfs_create break delegations on parent directory
` [PATCH v5 11/17] vfs: make vfs_mknod "
` [PATCH v5 12/17] vfs: make vfs_symlink break delegations on parent dir
` [PATCH v5 13/17] filelock: lift the ban on directory leases in generic_setlease
` [PATCH v5 14/17] nfsd: allow filecache to hold S_IFDIR files
` [PATCH v5 15/17] nfsd: allow DELEGRETURN on directories
` [PATCH v5 16/17] nfsd: wire up GET_DIR_DELEGATION handling
` [PATCH v5 17/17] vfs: expose delegation support to userland

[syzbot] [mm?] KASAN: slab-use-after-free Read in filemap_map_pages
 2025-11-06 11:06 UTC 

on solving syzkaller bug in __filemap_add_folio function
 2025-11-06 10:11 UTC 

[PATCH RFC 0/8] fs: introduce super write guard
 2025-11-06 10:04 UTC  (14+ messages)
` [PATCH RFC 3/8] btrfs: use super write guard btrfs_run_defrag_inode()
` [PATCH RFC 5/8] ext4: use super write guard in write_mmp_block()
` [PATCH RFC 7/8] open: use super write guard in do_ftruncate()
` [PATCH RFC 8/8] xfs: use super write guard in xfs_file_ioctl()

[PATCH v2 0/2] ext4: fixes for mb_check_buddy integrity checks
 2025-11-06  9:52 UTC  (4+ messages)
` [PATCH v2 1/2] ext4: fix incorrect group number assertion in mb_check_buddy for exhausted preallocations
` [PATCH v2 2/2] ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation

[PATCH 1/2] fs: add iput_not_last()
 2025-11-06  9:43 UTC  (4+ messages)
` [PATCH 2/2] landlock: fix splats from iput() after it started calling might_sleep()

[PATCH v5 00/14] Create and use APIs to centralise locking for directory ops
 2025-11-06  9:02 UTC  (17+ messages)
` [PATCH v5 01/14] debugfs: rename end_creating() to debugfs_end_creating()
` [PATCH v5 02/14] VFS: introduce start_dirop() and end_dirop()
` [PATCH v5 03/14] VFS: tidy up do_unlinkat()
` [PATCH v5 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
` [PATCH v5 05/14] VFS/nfsd/cachefiles/ovl: introduce start_removing() and end_removing()
` [PATCH v5 06/14] VFS: introduce start_creating_noperm() and start_removing_noperm()
` [PATCH v5 07/14] VFS: introduce start_removing_dentry()
` [PATCH v5 08/14] VFS: add start_creating_killable() and start_removing_killable()
` [PATCH v5 09/14] VFS/nfsd/ovl: introduce start_renaming() and end_renaming()
` [PATCH v5 10/14] VFS/ovl/smb: introduce start_renaming_dentry()
` [PATCH v5 11/14] Add start_renaming_two_dentries()
` [PATCH v5 12/14] ecryptfs: use new start_creating/start_removing APIs
` [PATCH v5 13/14] VFS: change vfs_mkdir() to unlock on failure
` [PATCH v5 14/14] VFS: introduce end_creating_keep()
` [syzbot ci] Re: Create and use APIs to centralise locking for directory ops

[RFC PATCH v1 0/3] Userspace MFR Policy via memfd
 2025-11-06  7:53 UTC  (11+ messages)

[PATCH 0/3] introduce VM_MAYBE_GUARD and make it sticky
 2025-11-06  7:34 UTC  (10+ messages)
` [PATCH 1/3] mm: introduce VM_MAYBE_GUARD and make visible for guard regions

[PATCH 0/2] ext4: fixes for mb_check_buddy integrity checks
 2025-11-06  2:59 UTC  (4+ messages)
` [PATCH 2/2] ext4: improve integrity checking in __mb_check_buddy by enhancing order-0 validation

[PATCH 00/25] ext4: enable block size larger than page size
 2025-11-06  2:44 UTC  (4+ messages)
` [PATCH 25/25] "

[syzbot] [fs?] WARNING in nsproxy_ns_active_put
 2025-11-06  1:36 UTC 

[syzbot] [fs?] WARNING in nsproxy_ns_active_get
 2025-11-06  1:35 UTC 

[PATCH v4 04/14] VFS/nfsd/cachefiles/ovl: add start_creating() and end_creating()
 2025-11-06  0:53 UTC  (4+ messages)

[PATCH 0/4] platform/x86: wmi: Prepare for future changes
 2025-11-05 22:16 UTC  (6+ messages)
` [PATCH 4/4] platform/x86: wmi: Move WMI core code into a separate directory

[PATCH v1] fs: Move might_sleep() annotation to iput_final()
 2025-11-05 20:56 UTC  (3+ messages)
` [syzbot] [fs?] BUG: sleeping function called from invalid context in hook_sb_delete

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-05 21:47 UTC  (24+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic

[PATCH RFC 0/2] fs: fully sync all fsese even for an emergency sync
 2025-11-05 18:50 UTC  (5+ messages)
` [PATCH RFC 1/2] fs: do not pass a parameter for sync_inodes_one_sb()


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