messages from 2026-04-23 13:12:47 to 2026-04-24 20:00:09 UTC [more...]
[LSF/MM/BPF TOPIC] Page cache tracking with the Maple Tree
2026-04-24 20:00 UTC (5+ messages)
[PATCH 0/3] use vma locks for proc/pid/{smaps|numa_maps} reads
2026-04-24 19:59 UTC (9+ 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] 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 (19+ messages)
` [RFC PATCH v1 01/11] security: add LSM blob and hooks for namespaces
` [RFC PATCH v1 10/11] samples/landlock: Add capability and namespace restriction support
` [RFC PATCH v1 11/11] landlock: Add documentation for capability and namespace restrictions
[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 7.2 v4 00/12] Remove read-only THP support for FSes without large folio support
2026-04-24 18:38 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 05/12] mm: remove READ_ONLY_THP_FOR_FS Kconfig option
` [PATCH 7.2 v4 06/12] mm: fs: remove filemap_nr_thps*() functions and their users
` [PATCH 7.2 v4 07/12] fs: remove nr_thps from struct address_space
` [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 10/12] fs/btrfs: remove a comment referring to READ_ONLY_THP_FOR_FS
` [PATCH 7.2 v4 11/12] selftests/mm: remove READ_ONLY_THP_FOR_FS in khugepaged
` [PATCH 7.2 v4 12/12] selftests/mm: remove READ_ONLY_THP_FOR_FS code from guard-regions
[PATCH v4 0/8] fuse: {io-uring} Allow to reduce the number of queues and request distribution
2026-04-24 18:28 UTC (11+ 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 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 0/2] iomap/ntfs: remove over-strict inline data check and optimize ntfs
2026-04-24 15:06 UTC (6+ 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] 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)
[PATCH v2] generic/790: test post-EOF gap zeroing persistence
2026-04-24 13:09 UTC (2+ 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 (6+ 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)
[PATCH v2 v2] Documentation: proc: fix section numbering in table of contents
2026-04-24 9:06 UTC
[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)
` 答复: "
[BUG] KASAN: slab-use-after-free in link_path_walk
2026-04-24 1:06 UTC (3+ messages)
[GIT PULL for v7.1] vfs fixes
2026-04-24 0:13 UTC (2+ messages)
[PATCH] mm: limit filemap_fault readahead to VMA boundaries
2026-04-23 22:48 UTC (6+ messages)
[PATCH 0/4] netfs: Yet further miscellaneous fixes
2026-04-23 22:22 UTC (5+ messages)
` [PATCH 1/4] netfs: Fix wrong return from netfs_read_sizes() on 32-bit SMP arches
` [PATCH 2/4] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH 3/4] afs: Fix afs_get_link() to take validate_lock around afs_read_single()
` [PATCH 4/4] afs: Fix RCU handling of symlinks in RCU pathwalk
[PATCH] hfsplus: fix hfs_bnode_split() failure on sparsely-filled nodes
2026-04-23 21:49 UTC
[RFC] shrinking rcu_read_lock() scope in d_alloc_parallel()
2026-04-23 21:09 UTC (2+ messages)
[PATCH v2] fs: cache the string generated by reading /proc/filesystems
2026-04-23 21:04 UTC (6+ messages)
` [PATCH v2] "
[PATCH v10 00/17] Exposing case folding behavior
2026-04-23 21:02 UTC (10+ messages)
` [PATCH v10 10/17] cifs: Implement fileattr_get for case sensitivity
` [PATCH v10 11/17] nfs: "
` [PATCH v10 12/17] f2fs: Add case sensitivity reporting to fileattr_get
` [PATCH v10 13/17] vboxsf: Implement fileattr_get for case sensitivity
` [PATCH v10 14/17] isofs: "
` [PATCH v10 15/17] nfsd: Report export case-folding via NFSv3 PATHCONF
` [PATCH v10 16/17] nfsd: Implement NFSv4 FATTR4_CASE_INSENSITIVE and FATTR4_CASE_PRESERVING
` [PATCH v10 17/17] ksmbd: Report filesystem case sensitivity via FS_ATTRIBUTE_INFORMATION
cleanup block-style layouts exports v2
2026-04-23 18:57 UTC (10+ messages)
[PATCH v2 1/2] vfs: introduce d_mark_tmpfile_name()
2026-04-23 18:23 UTC (3+ messages)
` [PATCH v2 2/2] smb: client: add support for O_TMPFILE
[PATCH] fs: retire stale lock ordering annotations from inode hash
2026-04-23 17:04 UTC
XFS Deadlock on Linux 6.12.82
2026-04-23 16:20 UTC (3+ messages)
[PATCH] kunit: fat: test cluster and directory i_pos layout helpers
2026-04-23 15:29 UTC (5+ messages)
[syzbot] [iomap?] WARNING in iomap_zero_range
2026-04-23 15:14 UTC (3+ messages)
[PATCH v2] namei: use QSTR() instead of QSTR_INIT() in path_pts
2026-04-23 15:11 UTC
[PATCHBOMB v5] fuse/libfuse/e2fsprogs/etc: containerize ext4 for safer operation
2026-04-23 14:50 UTC (3+ messages)
[PATCH 7.2 v3 02/12] mm/khugepaged: add folio dirty check after try_to_unmap()
2026-04-23 13:14 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox