messages from 2026-09-10 16:23:13 to 2026-09-11 18:39:37 UTC [more...]
[PATCH v3 0/7] read proc/pid/smaps_rollup under per-vma lock
2026-09-11 18:39 UTC (31+ messages)
` [PATCH v3 1/7] proc/task_mmu: remove unnecessary helpers
` [PATCH v3 2/7] proc/task_mmu: remove unnecessary inlines in function definitions
` [PATCH v3 3/7] proc/task_mmu: clarify shmem mapping walk conditions in smap_gather_stats()
` [PATCH v3 4/7] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v3 5/7] proc/task_mmu: change proc_get_vma() to stop returning gate VMA at the end
` [PATCH v3 6/7] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
` [PATCH v3 7/7] selftests/proc: add /proc/pid/smaps_rollup tearing tests
[PATCH 01/13 net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
2026-09-11 18:31 UTC (7+ messages)
[PATCH v2 0/4] kernfs: don't hold kernfs_rwsem across dir_emit()
2026-09-11 18:28 UTC (5+ messages)
` [PATCH v2 1/4] kernfs: don't repeat or skip an entry when readdir resumes
` [PATCH v2 2/4] kernfs: resume readdir on the full entry key
` [PATCH v2 3/4] kernfs: don't hold kernfs_rwsem across dir_emit()
` [PATCH v2 4/4] selftests: cover readdir resuming at a removed entry
[PATCH] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
2026-09-11 18:26 UTC (5+ messages)
[PATCH v3 0/2] lsm: expose mount idmaps to inode hooks
2026-09-11 18:14 UTC (11+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/bpf: verify mount idmaps reach "
[PATCH 0/3] kernfs: don't hold kernfs_rwsem across dir_emit()
2026-09-11 17:58 UTC (6+ messages)
` [PATCH 1/3] kernfs: don't repeat or skip an entry when readdir resumes
` [PATCH 2/3] kernfs: don't hold kernfs_rwsem across dir_emit()
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-11 17:09 UTC (9+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage
[PATCH 01/16] block: split bio_iov_iter_bounce_write
2026-09-11 16:41 UTC (2+ messages)
[PATCH v5] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
2026-09-11 16:32 UTC (3+ messages)
[PATCH v4] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
2026-09-11 15:59 UTC (5+ messages)
[PATCH] lib: fix lock initialization in region allocation benchmark
2026-09-11 15:52 UTC
[BUG] WARNING in thaw_super_locked
2026-09-11 15:51 UTC
[PATCH] exec: do_close_on_exec() before taking exec_update_lock
2026-09-11 15:11 UTC (3+ messages)
[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-11 15:05 UTC (9+ messages)
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
[PATCH 0/5 v2] fs: Deferred inode reclaim
2026-09-11 15:05 UTC (8+ messages)
` [PATCH v2 1/5] writeback: Fix missed lazytime flush
` [PATCH v2 2/5] fs: Avoid inode dirtying on last iput
` [PATCH v2 3/5] fs: Basic infrastructure for offloading inode reclaim
` [PATCH v2 4/5] fs: Add throttling to deferred "
` [PATCH v2 5/5] ext4: Defer inode reclaim if it has preallocations
[PATCH v2] mm/truncate: fix data loss when truncating straddling large folios
2026-09-11 14:57 UTC (8+ messages)
[PATCH] xfstests: exclude hfs/hfsplus from generic/339 run
2026-09-11 14:48 UTC (7+ messages)
[PATCH v3 0/3] Bring includes in linux/kmod.h up to date
2026-09-11 14:46 UTC (4+ messages)
` [PATCH v3 1/3] umh, treewide: Explicitly include linux/umh.h where needed
` [PATCH v3 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),
` [PATCH v3 3/3] module: Bring includes in linux/kmod.h up to date
[PATCH 0/2] Minor bugfixes for kunit userns tests
2026-09-11 14:44 UTC (6+ messages)
` [PATCH 1/2] userns: rename insert_extent() and sort_idmaps()
` [PATCH 2/2] userns: declare the KUnit-visible helpers whenever KUnit is enabled
[PATCH v1 0/2] writeback: bound foreign dirty flushing
2026-09-11 13:43 UTC (6+ messages)
` [PATCH v1 2/2] writeback: snapshot foreign flush pages
[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
2026-09-11 13:43 UTC (11+ messages)
` [PATCH v21 4/9] rust: rename `AlwaysRefCounted` to `RefCounted`
` [PATCH v21 5/9] rust: Add missing SAFETY documentation for `ARef` example
` [PATCH v21 6/9] rust: Add `OwnableRefCounted`
` [PATCH v21 7/9] rust: page: convert to `AlwaysRefCounted`
lazy bounce buffering for checksummed reads v3
2026-09-11 13:38 UTC (6+ messages)
[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
2026-09-11 13:22 UTC (12+ messages)
` [PATCH v3 1/9] KVM: guest_memfd: take the invalidate lock when unbinding a dying file
` [PATCH v3 2/9] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH v3 3/9] KVM: guest_memfd: implement folio migration for non-confidential VMs
PROBLEM: [REGRESSION 7.1-rc4 -> 7.1-rc5] 9p: silent NUL corruption of file data on cache modes with CACHE_WRITEBACK
2026-09-11 13:13 UTC (6+ messages)
[PATCH v3 00/15] sched: introduce for_each_process_rculock and for_each_thread_rculock
2026-09-11 12:59 UTC (18+ messages)
` [PATCH v3 01/15] "
` [PATCH v3 02/15] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 03/15] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v3 04/15] mm/memory-failure: "
` [PATCH v3 05/15] cpu/hotplug: convert thread iterator to for_each_thread_rculock
` [PATCH v3 06/15] freezer: "
` [PATCH v3 07/15] hung_task: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 08/15] locking/lockdep: "
` [PATCH v3 09/15] rcu: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 10/15] sched: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 11/15] tracing/fgraph: convert process/thread iterator to for_each_process_thread_rculock
` [PATCH v3 12/15] unwind: "
` [PATCH v3 13/15] fs: convert process/thread iterators to for_each_*_rculock
` [PATCH v3 14/15] lib: convert process iterator to for_each_process_rculock
` [PATCH v3 15/15] security/landlock: convert thread iterator to for_each_thread_rculock
[PATCH v5 0/3] mm: zswap: free cold writeback folios promptly
2026-09-11 12:13 UTC (4+ messages)
` [PATCH v5 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v5 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
` [PATCH v5 3/3] mm: zswap: drop cold writeback folios via swap dropbehind
[PATCH v2] man/man2: introduce man page for file_getattr/file_setattr syscalls
2026-09-11 11:56 UTC (8+ messages)
[PATCH] xfs: fix NOFS state corruption in btree split worker
2026-09-11 10:51 UTC (4+ messages)
` [PATCH] xfs: kill xfs_trans_set/clear_context() helpers
[PATCH] writeback: bound cleanup_offline_cgwb() rescans by rotating b_attached
2026-09-11 9:35 UTC (4+ messages)
[PATCH 0/2] sysctl: Restore minmax check for proc_do{int,ulong}vec_ms_jiffies_minmax()
2026-09-11 8:59 UTC (10+ messages)
` [PATCH 2/2] sysctl: Make proc_doulongvec_ms_jiffies_minmax() enforce minmax again
[syzbot] Monthly fs report (Sep 2026)
2026-09-11 4:33 UTC
[PATCH 0/7] fs: preserve superblock inode walk positions across lock drops
2026-09-11 3:35 UTC (7+ messages)
` [PATCH 1/7] fs: remove trailing whitespace from include/linux/fs.h
` [PATCH 2/7] fs: introduce sb_for_each_inodes()
` [External] "
[PATCH RFC v4 00/18] coredump, files: exit files on request
2026-09-10 23:48 UTC (2+ messages)
[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
2026-09-10 23:30 UTC (20+ messages)
` [PATCH v2 3/5] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v2 4/5] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
[PATCH v3 03/12] security: Add LSM_AUDIT_DATA_NS for namespace audit records
2026-09-10 23:09 UTC (7+ messages)
` [PATCH v3 3/12] "
[PATCH 0/4] sched/cache: Fixes for cache aware scheduling
2026-09-10 22:50 UTC (11+ messages)
` [PATCH 1/4] sched/cache: Keep nr_pref_llc_running in the runnable domain
` [PATCH 2/4] sched/cache: Honor migrate_llc_task semantics in active load balance
` [PATCH 3/4] sched/cache: Decouple sched_cache_group from mm
` [PATCH 4/4] sched/cache: Introduce task_struct->sched_cache_grp
[PATCH v12 0/5] netfs, cachefiles: Changes for next, primarily occupancy tracking-related
2026-09-10 22:02 UTC (6+ messages)
` [PATCH v12 1/5] cachefiles: Clean up cachefiles_do_prepare_read()
` [PATCH v12 2/5] netfs, cachefiles: Add a couple of traces for write failure
` [PATCH v12 3/5] cachefiles: Add a tracepoint to log insufficient space errors
` [PATCH v12 4/5] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v12 5/5] cachefiles: Preset the state xattr when creating a new file
[GIT PULL] sysctl fixes for v7.3-rc3
2026-09-10 21:52 UTC (2+ messages)
[PATCH] ocfs2: don't let the root inode outlive a failed mount
2026-09-10 21:47 UTC
[BUG] KASAN: slab-use-after-free Write in f2fs_setxattr (ocfs2 leaks a hashed inode on mount failure)
2026-09-10 21:41 UTC
[PATCH] kernfs: allocate the open node outside the open file mutex
2026-09-10 21:12 UTC (2+ messages)
[PATCH] kernfs: don't hold kernfs_rwsem across notification delivery
2026-09-10 21:12 UTC (2+ messages)
[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
2026-09-10 21:05 UTC (7+ messages)
` [PATCH v2 07/26] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
` [PATCH v2 08/26] mm/fbatch: replace mlock_new_folio() by __folio_add_lru(,mlockit)
` [PATCH v2 09/26] mm/fbatch: restore mlock+munlock batching, without extra ref
[PATCH v5 00/16] Add dmabuf read/write via io_uring
2026-09-10 20:58 UTC (3+ messages)
[PATCH v4] block: Fix start and length check added to iov_iter_extract_bvecs()
2026-09-10 20:55 UTC (2+ messages)
[PATCH] fuse: Forward vfs_fadvise to backing_file in passthrough mode
2026-09-10 18:56 UTC (4+ messages)
` [PATCH v2] "
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