public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-24 06:54:30 to 2026-04-26 11:56:53 UTC [more...]

[PATCH v3 0/4] mm: improve write performance with RWF_DONTCACHE
 2026-04-26 11:56 UTC  (5+ 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 "

[PATCH v2 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
 2026-04-26  6:27 UTC  (4+ 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  (27+ 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 04/12] mm/khugepaged: remove READ_ONLY_THP_FOR_FS check in hugepage_enabled()
` [PATCH 7.2 v4 08/12] mm/huge_memory: remove folio split check for READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v4 09/12] mm/truncate: use folio_split() in truncate_inode_partial_folio()
` [PATCH 7.2 v4 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions

[PATCH v2 0/2] ntfs: fix index walk NULL deref and WSL symlink leak
 2026-04-26  4:02 UTC  (3+ 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 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  (7+ 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 v2] fuse: Send FORGET over io_uring when ring is ready
 2026-04-24 20:38 UTC  (3+ messages)
` [PATCH v3] fuse: optional FORGET delivery over io_uring

[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 RFC v3 01/19] mm: thread user_addr through page allocator for cache-friendly zeroing
 2026-04-24 18:51 UTC  (20+ messages)

[PATCH] proc: fix comm_write return value when truncated or error
 2026-04-24 18:52 UTC  (6+ 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 v3 0/9] Kernel API Specification Framework
 2026-04-24 16:51 UTC  (10+ 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 00/17] eventpoll: clarity refactor
 2026-04-24 16:06 UTC  (20+ messages)
` [PATCH 01/17] eventpoll: expand top-of-file overview / locking doc
` [PATCH 02/17] eventpoll: document loop-check / path-check globals
` [PATCH 03/17] eventpoll: clarify POLLFREE handshake comments
` [PATCH 04/17] eventpoll: refresh epi_fget() / ep_remove_file() comments
` [PATCH 05/17] eventpoll: document ep_clear_and_put() two-pass pattern
` [PATCH 06/17] eventpoll: rename ep_refcount_dec_and_test() to ep_put()
` [PATCH 07/17] eventpoll: drop unused depth argument from epoll_mutex_lock()
` [PATCH 08/17] eventpoll: rename attach_epitem() to ep_attach_file()
` [PATCH 09/17] eventpoll: relocate KCMP helpers near compat syscalls
` [PATCH 10/17] eventpoll: split ep_insert() into alloc + register stages
` [PATCH 11/17] eventpoll: split ep_clear_and_put() into drain helpers
` [PATCH 12/17] eventpoll: extract ep_deliver_event() from ep_send_events()
` [PATCH 13/17] eventpoll: extract lock dance from do_epoll_ctl() into ep_ctl_lock()
` [PATCH 14/17] eventpoll: wrap EP_UNACTIVE_PTR in typed sentinel helpers
` [PATCH 15/17] eventpoll: rename epi->next and txlist for clarity
` [PATCH 16/17] eventpoll: use bool for predicate helpers
` [PATCH 17/17] eventpoll: hoist CTL_ADD scratch state into struct ep_ctl_ctx

[PATCH] fuse: expose backing files in the daemon's fd table
 2026-04-24 14:45 UTC 

[PATCH V10 00/10] famfs: port into fuse
 2026-04-24 14:35 UTC  (12+ messages)

"Intent" of VFS lookups
 2026-04-24 13:41 UTC  (4+ messages)

[LSF/MM/BPF TOPIC] Should we make inode->i_ino a u64?
 2026-04-24 11:57 UTC  (6+ messages)

[PATCH v5 0/2] vfs: add O_EMPTYPATH to openat(2)/openat2(2)
 2026-04-24 11:46 UTC  (3+ messages)
` [PATCH v5 1/2] "
` [PATCH v5 2/2] selftest: add tests for O_EMPTYPATH

[PATCH] smb: client: Fix error cleanup in smb_extract_iter_to_rdma()
 2026-04-24 11:39 UTC  (3+ messages)

[PATCH] ext4: fix LOGFLUSH shutdown ordering to allow ordered-mode data writeback
 2026-04-24 10:42 UTC 

[RFC PATCH v2 0/5] Add buffered write-through support to iomap & xfs
 2026-04-24 10:44 UTC  (5+ messages)

[RFC PATCH v2 0/2] vfs: syscalls: add mkdirat2() that returns an O_DIRECTORY fd
 2026-04-24 10:09 UTC  (3+ messages)
` [RFC PATCH v2 1/2] "

[LSF/MM/BPF TOPIC] Buffered atomic writes
 2026-04-24  9:40 UTC  (6+ messages)

[RFC] weird stuff in exfat_lookup()
 2026-04-24  7:09 UTC  (6+ messages)

[PATCH v1 v1] Documentation: proc: fix ext4 section numbering in table of contents
 2026-04-24  6:53 UTC  (5+ messages)

答复: [PATCH] mm: Add RWH_RMAP_EXCLUDE flag to exclude files from rmap sharing
 2026-04-24  6:54 UTC  (6+ messages)
      ` 答复: "


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