Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-04-24 15:08:05 to 2026-04-27 04:08:09 UTC [more...]

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-27  4:01 UTC  (15+ messages)
` [PATCH v3 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v3 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [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 06/19] VFS: add d_duplicate()
` [PATCH v3 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v3 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v3 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v3 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v3 11/19] efivarfs: use d_alloc_name()
` [PATCH v3 12/19] shmem: use d_duplicate()
` [PATCH v3 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v3 14/19] nfs: use d_splice_alias() in nfs_link()

[PATCH v2 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-27  3:47 UTC  (21+ messages)
` [PATCH v2 01/19] VFS: fix various typos in documentation for start_creating start_removing etc
` [PATCH v2 02/19] VFS: enhance d_splice_alias() to handle in-lookup dentries
` [PATCH v2 03/19] VFS: allow d_alloc_name() to be used with ->d_hash
` [PATCH v2 04/19] VFS: use wait_var_event for waiting in d_alloc_parallel()
` [PATCH v2 05/19] VFS: introduce d_alloc_noblock()
` [PATCH v2 06/19] VFS: add d_duplicate()
` [PATCH v2 07/19] VFS: Add LOOKUP_SHARED flag
` [PATCH v2 08/19] VFS/xfs/ntfs: drop parent lock across d_alloc_parallel() in d_add_ci()
` [PATCH v2 09/19] ovl: stop using lookup_one() in iterate_shared() handling
` [PATCH v2 10/19] VFS/ovl: add d_alloc_noblock_return()
` [PATCH v2 11/19] efivarfs: use d_alloc_name()
` [PATCH v2 12/19] shmem: use d_duplicate()
` [PATCH v2 13/19] nfs: remove d_drop()/d_alloc_parallel() from nfs_atomic_open()
` [PATCH v2 14/19] nfs: use d_splice_alias() in nfs_link()
` [PATCH v2 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v2 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v2 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v2 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v2 19/19] nfs: use d_duplicate()

[PATCH bpf-next 1/2] bpf: add bpf_init_inode_xattr kfunc for atomic inode labeling
 2026-04-27  3:42 UTC  (6+ messages)

[PATCH v3 0/9] Kernel API Specification Framework
 2026-04-27  3:37 UTC  (11+ messages)
` [PATCH v3 1/9] kernel/api: introduce kernel API specification framework
` [PATCH v3 2/9] kernel/api: enable kerneldoc-based API specifications
` [PATCH v3 3/9] kernel/api: add debugfs interface for kernel "
` [PATCH v3 4/9] tools/kapi: add kernel API specification extraction tool
` [PATCH v3 5/9] kernel/api: add API specification for sys_open
` [PATCH v3 6/9] kernel/api: add API specification for sys_close
` [PATCH v3 7/9] kernel/api: add API specification for sys_read
` [PATCH v3 8/9] kernel/api: add API specification for sys_write
` [PATCH v3 9/9] kernel/api: add runtime verification selftest

[PATCH v2] mm: limit filemap_fault readahead to VMA boundaries
 2026-04-27  3:01 UTC 

[PATCH] ntfs: fix s64 overflow in ntfs_mapping_pairs_decompress()
 2026-04-27  0:18 UTC  (4+ messages)
` [PATCH v2] ntfs: fix VCN "

[PATCH v2 0/2] ntfs: fix index walk NULL deref and WSL symlink leak
 2026-04-27  0:10 UTC  (6+ messages)
` [PATCH v2 1/2] ntfs: fix NULL dereference in ntfs_index_walk_down()
` [PATCH v2 2/2] ntfs: fix WSL symlink target leak on reparse failure

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-26 23:54 UTC  (14+ messages)
` [PATCH v3 1/4] mm: add NR_DONTCACHE_DIRTY node page counter
` [PATCH v3 2/4] mm: kick writeback flusher for IOCB_DONTCACHE with targeted dirty tracking
` [PATCH v3 3/4] testing: add nfsd-io-bench NFS server benchmark suite
` [PATCH v3 4/4] testing: add dontcache-bench local filesystem "
` [syzbot ci] Re: mm: improve write performance with RWF_DONTCACHE

[PATCH V4 1/2] daxctl: Add support for famfs mode
 2026-04-26 23:56 UTC  (2+ messages)

[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
 2026-04-26 21:28 UTC  (13+ messages)
` [PATCHSET v5] libfuse: run fuse servers as a contained service
  ` [PATCH 06/13] util: hoist the fuse.conf parsing and setuid mode enforcement code
  ` [PATCH 11/13] example/service_ll: create a sample systemd service fuse server
  ` [PATCH 12/13] example/service: create a sample systemd service for a high-level "

[PATCH RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
 2026-04-26 20:54 UTC  (17+ messages)

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-26 19:59 UTC  (5+ messages)
` [PATCH v2 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
` [PATCH v2 2/3] selftests/proc: ensure the test is performed at the right page boundary
` [PATCH v2 3/3] selftests/proc: add /proc/pid/smaps tearing tests

[PATCH v2] fuse: Send FORGET over io_uring when ring is ready
 2026-04-26 15:48 UTC  (4+ messages)
` [PATCH v3] fuse: optional FORGET delivery over io_uring

why does ext4_sync_parent() bother with d_find_any_alias() at all?
 2026-04-26  6:10 UTC 

[PATCH 7.2 v4 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-26  6:01 UTC  (14+ messages)
` [PATCH 7.2 v4 01/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check
` [PATCH 7.2 v4 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
` [PATCH 7.2 v4 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()
` [PATCH 7.2 v4 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()

[PATCH 0/2] ntfs: fix index walk NULL deref and WSL symlink leak
 2026-04-26  3:47 UTC  (5+ messages)
` [PATCH 1/2] ntfs: fix NULL dereference in ntfs_index_walk_down()
` [PATCH 2/2] ntfs: fix WSL symlink target leak on reparse failure

[RFC PATCH] fs/buffer: serialize set_buffer_uptodate against concurrent clears
 2026-04-26  2:42 UTC  (2+ messages)

[LSF/MM/BPF] Running BOF
 2026-04-26  0:46 UTC 

[PATCH 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-25 23:48 UTC  (10+ messages)
` [PATCH 1/3] fs/proc/task_mmu: read proc/pid/{smaps|numa_maps} under per-vma lock
` [PATCH 2/3] selftests/proc: ensure the test is performed at the right page boundary
` [PATCH 3/3] selftests/proc: add /proc/pid/smaps tearing tests

[PATCH v3 0/3] revamp fs/filesystems.c
 2026-04-25 22:08 UTC  (4+ messages)
` [PATCH v3 1/3] proc: allow to mark /proc files permanent outside of fs/proc/
` [PATCH v3 2/3] fs: RCU-ify filesystems list
` [PATCH v3 3/3] fs: cache the string generated by reading /proc/filesystems

[PATCH 0/2] iomap/ntfs: remove over-strict inline data check and optimize ntfs
 2026-04-25 18:37 UTC  (5+ messages)
` [PATCH 1/2] iomap: remove over-strict inline data boundary check
` [PATCH 2/2] ntfs: use direct pointer for inline data to avoid redundant allocation

[PATCH v4] FAT: Allow 0xE9 near jump in fat_read_static_bpb()
 2026-04-25 17:57 UTC  (2+ messages)

integer parsing overflow in zonefs_fname_to_fno()
 2026-04-25 15:44 UTC 

[PATCH] docs: isofs: replace dead ECMA-119 FTP link
 2026-04-25 14:29 UTC 

[PATCH v3 00/19] netfs: Miscellaneous fixes
 2026-04-25 12:54 UTC  (20+ messages)
` [PATCH v3 01/19] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH v3 02/19] netfs: fix error handling in netfs_extract_user_iter()
` [PATCH v3 03/19] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH v3 04/19] netfs: Defer the emission of trace_netfs_folio()
` [PATCH v3 05/19] netfs: Fix streaming write being overwritten
` [PATCH v3 06/19] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH v3 07/19] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH v3 08/19] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH v3 09/19] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH v3 10/19] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH v3 11/19] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH v3 12/19] netfs: Fix potential uninitialised var in netfs_extract_user_iter()
` [PATCH v3 13/19] netfs: Fix partial invalidation of streaming-write folio
` [PATCH v3 14/19] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH v3 15/19] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH v3 16/19] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH v3 17/19] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH v3 18/19] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH v3 19/19] afs: Fix RCU handling of symlinks in RCU pathwalk

[PATCH 7.2 v3 00/12] Remove read-only THP support for FSes without large folio support
 2026-04-25 12:00 UTC  (3+ messages)
` [PATCH 7.2 v3 03/12] mm/huge_memory: remove READ_ONLY_THP_FOR_FS from file_thp_enabled()

[PATCH] netfs: Fix wrong sort of request put in error handling
 2026-04-25  7:32 UTC 

[PATCH v2] generic/790: test post-EOF gap zeroing persistence
 2026-04-25  3:06 UTC  (3+ messages)

tools/testing/radix-tree/maple.c & vs | defect
 2026-04-25  2:38 UTC 

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

[PATCH] hfs/hfxplus: use kzalloc_flex()
 2026-04-25  1:44 UTC 

[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-04-24 22:00 UTC  (12+ messages)
` [PATCH v4 3/8] fuse: {io-uring} Use bitmaps to track registered queues
` [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 v2 v2] Documentation: proc: fix section numbering in table of contents
 2026-04-24 21:12 UTC  (2+ messages)

[PATCH] hfsplus: fix hfs_bnode_split() failure on sparsely-filled nodes
 2026-04-24 20:06 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] Page cache tracking with the Maple Tree
 2026-04-24 20:00 UTC  (5+ messages)

[PATCH] hfsplus: replace unbounded sprintf() in hfsplus_{lookup,link,unlink}
 2026-04-24 19:38 UTC  (2+ messages)

[PATCH] fuse: fix race between inode/dentry invalidation and readdir
 2026-04-24 19:35 UTC  (2+ messages)

[RFC PATCH v1 00/11] Landlock: Namespace and capability control
 2026-04-24 19:28 UTC  (5+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces

[PATCH] libceph: switch ceph-msgr workqueue from WQ_PERCPU to WQ_UNBOUND
 2026-04-24 18:53 UTC  (5+ messages)

[PATCH] proc: fix comm_write return value when truncated or error
 2026-04-24 18:52 UTC  (5+ messages)

[PATCH v2 00/10] fanotify namespace monitoring
 2026-04-24 17:05 UTC  (11+ messages)
` [PATCH v2 01/10] fsnotify: rename fsnotify group flag macros
` [PATCH v2 02/10] fsnotify: introduce fsnotify group types
` [PATCH v2 03/10] fsnotify: separate the events bitmask macros by group type
` [PATCH v2 04/10] fanotify: test event->type instead of event mask when possible
` [PATCH v2 05/10] fsnotify: do not report mount events with fsnotify()
` [PATCH v2 06/10] fanotify: gate fs event classification by group type
` [PATCH v2 07/10] fanotify: gate fs events checks in fanotify_mark() "
` [PATCH v2 08/10] fanotify: add support for watching the namespaces tree
` [PATCH v2 09/10] selftests/filesystems: create fanotify test dir
` [PATCH v2 10/10] selftests/filesystems: add fanotify namespace notifications test

[PATCH 00/17] eventpoll: clarity refactor
 2026-04-24 16:06 UTC  (4+ messages)
` [PATCH 15/17] eventpoll: rename epi->next and txlist for clarity


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