public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-25 01:53:31 to 2026-04-27 12:25:50 UTC [more...]

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

[PATCH] rhashtable: give each instance its own lockdep class
 2026-04-27 12:21 UTC  (5+ messages)

[PATCH] ceph: fix generic/639 xfstests failure
 2026-04-27 12:20 UTC  (2+ messages)

[RFC PATCH] ceph: fix kernel memory exposure issue in ceph_netfs_issue_op_inline()
 2026-04-27 12:16 UTC  (2+ messages)

[PATCH v11 00/15] Exposing case folding behavior
 2026-04-27 12:02 UTC  (17+ messages)
` [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] ceph: fix BUG_ON in __ceph_build_xattrs_blob() due to stale blob size
 2026-04-27 11:52 UTC  (2+ messages)

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

[LSF/MM/BPF ATTEND][LSF/MM/BPF TOPIC] : blktests: status, expansion plan for the storage stack test framework
 2026-04-27 11:50 UTC  (7+ messages)

[PATCH] ceph: fix a buffer leak in __ceph_setxattr()
 2026-04-27 11:41 UTC  (2+ messages)

[PATCH v2] ceph: add ceph_has_realms_with_quotas() check into ceph_quota_update_statfs()
 2026-04-27 11:36 UTC  (2+ messages)

[RFC PATCH] fs/buffer: serialize set_buffer_uptodate against concurrent clears
 2026-04-27 11:24 UTC  (3+ messages)

[PATCH] ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writeback
 2026-04-27 11:23 UTC  (3+ messages)

[PATCH] docs: isofs: replace dead ECMA-119 FTP link
 2026-04-27 10:58 UTC  (2+ messages)

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-27 10:51 UTC  (16+ 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

Meaning of struct statx->stx_blksize field
 2026-04-27 10:41 UTC 

[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
 2026-04-27 10:39 UTC  (6+ messages)
` [PATCH v4 3/8] fuse: {io-uring} Use bitmaps to track registered queues

[RFC PATCH 1/1] mm/filemap: tighten mmap_miss hit accounting
 2026-04-27 10:22 UTC 

[RFC PATCH 0/1] mm/filemap: tighten mmap_miss hit accounting
 2026-04-27 10:22 UTC 

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

[PATCH v3 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-27 10:10 UTC  (28+ 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 v3 15/19] nfs: don't d_drop() before d_splice_alias()
` [PATCH v3 16/19] nfs: don't d_drop() before d_splice_alias() in atomic_create
` [PATCH v3 17/19] nfs: Use d_alloc_noblock() in nfs_prime_dcache()
` [PATCH v3 18/19] nfs: use d_alloc_noblock() in silly-rename
` [PATCH v3 19/19] nfs: use d_duplicate()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops

[PATCH] docs: proc: fix minor grammar and formatting issues
 2026-04-27 10:03 UTC  (2+ messages)

[PATCH v2 v2] Documentation: proc: fix section numbering in table of contents
 2026-04-27  9:55 UTC  (3+ messages)

[PATCH] fs: retire stale lock ordering annotations from inode hash
 2026-04-27  9:25 UTC  (2+ messages)

[PATCH] fuse: fix race between inode/dentry invalidation and readdir
 2026-04-27  9:23 UTC  (3+ messages)

[PATCH v3] xfs: flush delalloc blocks on ENOSPC in xfs_trans_alloc_icreate
 2026-04-27  9:18 UTC  (2+ messages)

[PATCH v2 00/19] Prepare to lift lookup out of exclusive lock for directory ops
 2026-04-27  8:41 UTC  (22+ 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()
` [syzbot ci] Re: Prepare to lift lookup out of exclusive lock for directory ops

[PATCH v9 0/5] proc: subset=pid: Relax check of mount visibility
 2026-04-27  8:26 UTC  (9+ messages)
` [PATCH v10 0/7] "
  ` [PATCH v10 1/7] namespace: record fully visible mounts in list
  ` [PATCH v10 2/7] fs: move SB_I_USERNS_VISIBLE to FS_USERNS_MOUNT_RESTRICTED
  ` [PATCH v10 3/7] sysfs: remove trivial sysfs_get_tree() wrapper
  ` [PATCH v10 4/7] proc: subset=pid: Show /proc/self/net only for CAP_NET_ADMIN
  ` [PATCH v10 5/7] proc: prevent reconfiguring subset=pid
  ` [PATCH v10 6/7] proc: handle subset=pid separately in userns visibility checks
  ` [PATCH v10 7/7] docs: proc: add documentation about mount restrictions

[PATCH v3 0/9] Kernel API Specification Framework
 2026-04-27  3:37 UTC  (3+ messages)
` [PATCH v3 1/9] kernel/api: introduce kernel API specification framework

[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 V4 0/2] ndctl: Add daxctl support for the new "famfs" mode of devdax
 2026-04-26 23:56 UTC  (4+ messages)
  ` [PATCH V4 1/2] daxctl: Add support for famfs mode

[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  (3+ 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

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  (9+ 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 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

[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  (5+ messages)
` [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  (3+ messages)
` [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 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] 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 


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