messages from 2026-09-13 15:47:05 to 2026-09-15 03:14:03 UTC [more...]
[PATCH 00/17] Treewide: enforce static storage for object initializers
2026-09-15 3:13 UTC (11+ messages)
` [PATCH 01/17] locking/mutex: assert static storage for DEFINE_MUTEX()
` [PATCH 02/17] locking/rtmutex: assert static storage for DEFINE_RT_MUTEX()
` [PATCH 03/17] locking/rwsem: assert static storage for semaphore definitions
` [PATCH 04/17] locking/semaphore: assert static storage for DEFINE_SEMAPHORE()
` [PATCH 05/17] locking/seqlock: assert static storage for DEFINE_SEQLOCK()
` [PATCH 06/17] sched: assert static storage for wait queue and completion declarations
` [PATCH 07/17] xarray: assert static storage for DEFINE_XARRAY_FLAGS()
` [PATCH 08/17] idr: enforce the static-storage contract of DEFINE_IDR()
` [PATCH 09/17] radix-tree: require static storage for RADIX_TREE()
` [PATCH 10/17] klist: assert static storage for DEFINE_KLIST()
[PATCH v4 0/7] hfsplus: convert regular file I/O to iomap-based operations
2026-09-15 2:34 UTC (11+ messages)
` [PATCH v4 1/7] hfs/hfsplus: exchange hardcoded number of extents on named constants
` [PATCH v4 2/7] hfsplus: rework hfsplus_get_block() logic
` [PATCH v4 3/7] hfsplus: take the bitmap page lock for allocate/free
` [PATCH v4 4/7] hfsplus: add iomap operations for regular file data
` [PATCH v4 5/7] hfsplus: move file related operations to file.c
` [PATCH v4 6/7] hfsplus: introduce iomap-based file_operations
` [PATCH v4 7/7] hfsplus: switch address_space_operations on iomap-based support
[PATCH v4 0/2] f2fs: enable buffered RWF_DONTCACHE
2026-09-15 1:57 UTC (3+ messages)
` [PATCH v5 "
[PATCH v2 00/40] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
2026-09-15 1:08 UTC (43+ messages)
` [PATCH v2 01/40] mm/vma: fix mmap_prepare file handling, remove file_doesnt_need_get
` [PATCH v2 02/40] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH v2 03/40] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH v2 04/40] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH v2 05/40] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH v2 06/40] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH v2 07/40] mm/vma: tidy up map kernel pages enum values
` [PATCH v2 08/40] mm: add mmap action for discontiguous kernel page mapping
` [PATCH v2 09/40] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH v2 10/40] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH v2 11/40] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH v2 12/40] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH v2 13/40] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH v2 14/40] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH v2 15/40] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH v2 16/40] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH v2 17/40] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH v2 18/40] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH v2 19/40] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH v2 20/40] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH v2 21/40] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH v2 22/40] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH v2 23/40] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH v2 24/40] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH v2 25/40] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH v2 26/40] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH v2 27/40] mm: remove hugetlb_inline.h
` [PATCH v2 28/40] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH v2 29/40] mm: drop some redundant checks around hugetlb VMAs
` [PATCH v2 30/40] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH v2 31/40] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH v2 32/40] mm/uffd: use predicates for userfaultfd checks
` [PATCH v2 33/40] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH v2 34/40] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH v2 35/40] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH v2 36/40] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH v2 37/40] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH v2 38/40] fuse: dax: do not set VM_MIXEDMAP
` [PATCH v2 39/40] mm/huge_memory: remove vma_is_special_huge()
` [PATCH v2 40/40] mm/vma: introduce and use vma[_flags]_can_gup()
[PATCH 00/10] Towards safer path_* API
2026-09-15 0:10 UTC (26+ messages)
` [PATCH 01/10] fs: unexport backing_file_set_user_path() and make it take the ref on its own
` [PATCH 02/10] fs: add path_create(), path_move() and path_clone()
` [PATCH 03/10] fs: use path_clone() in path_init()
` [PATCH 04/10] fs: use path_clone() and path_move() in vfs_open*
` [PATCH 05/10] fs: use path_clone() in backing_file_set_user_path()
` [PATCH 06/10] Coccinelle-based conversion of path_* consumers to use the new primitives
` [PATCH 07/10] autofs: use path_create()
` [PATCH 08/10] fsnotify: use path_clone()
` [PATCH 09/10] proc: "
` [PATCH 10/10] nfsd: "
[RFC] bpf: account ring buffer backing pages separately from Lost RAM
2026-09-14 22:32 UTC (8+ messages)
` [External Mail]Re: "
[PATCH 1/4] sched/cache: Keep nr_pref_llc_running in the runnable domain
2026-09-14 22:25 UTC (5+ messages)
[PATCH 0/7 RFC] fixes for vfs_lookup_open, and integration with nfsd
2026-09-14 22:00 UTC (6+ messages)
` [PATCH 4/7] vfs: change vfs_lookup_open() to return found dentry in path.dentry
[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
2026-09-14 20:19 UTC (12+ messages)
` [PATCH v2 07/26] mm/fbatch: LRU_NEXT_ACTIVATE bit to optimize folio_activate()
` [PATCH v2 09/26] mm/fbatch: restore mlock+munlock batching, without extra ref
[PATCH] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
2026-09-14 20:12 UTC (6+ messages)
` [PATCH v4 0/2] hfsplus: fix the extents overflow file recursive tree_lock and its root cause
` [PATCH v4 1/2] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
` [PATCH v4 2/2] hfsplus: validate b-tree fork extents at mount time
[PATCH] dcache: fully initialize the inline name in __d_alloc()
2026-09-14 19:29 UTC (3+ messages)
` [syzbot ci] "
` [PATCH v2] "
[syzbot] [mm?] [fs?] possible deadlock in page_cache_ra_order
2026-09-14 19:17 UTC (2+ messages)
` [syzbot] [ntfs3?] "
memcg stats flushing (WAS "Re: [PATCH] fuse: disable default bdi strictlimiting")
2026-09-14 19:01 UTC (10+ messages)
[PATCH] xfstests: exclude hfs/hfsplus from generic/339 run
2026-09-14 18:45 UTC (9+ messages)
[GIT PULL] 9p regression fix for 7.3-rc4
2026-09-14 18:07 UTC (2+ messages)
[REGRESSION] kernfs: empty cgroup rmdir latency after delete-notification changes
2026-09-14 18:08 UTC (5+ messages)
[PATCH v5 0/3] mm: zswap: free cold writeback folios promptly
2026-09-14 17:38 UTC (6+ messages)
` [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 v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
2026-09-14 17:05 UTC (3+ messages)
[syzbot] [exfat?] WARNING in vfat_update_dotdot_de
2026-09-14 16:38 UTC
[PATCH] netfs: Fix netfs_read_gaps() to use separate sink folios
2026-09-14 15:35 UTC (2+ messages)
[PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
2026-09-14 15:30 UTC (17+ messages)
` [PATCH v4 08/16] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v4 10/16] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v4 11/16] treewide: remove folio_set/clear_private() usage
` [PATCH v4 14/16] buffer: replace page_buffer() with page_private() and delete it
` [PATCH v4 16/16] mm/page-flags: remove PG_private
` [f2fs-dev] [PATCH v4 00/16] Remove PG_private by using page/folio->private checks instead
[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
2026-09-14 15:30 UTC (2+ messages)
` [f2fs-dev] "
[PATCH 0/4] sched/cache: Fixes for cache aware scheduling
2026-09-14 14:34 UTC (5+ messages)
` [PATCH 4/4] sched/cache: Introduce task_struct->sched_cache_grp
[PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit()
2026-09-14 14:32 UTC (2+ messages)
[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
2026-09-14 14:27 UTC (5+ messages)
[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
2026-09-14 13:58 UTC (10+ messages)
` [PATCH 02/12] mm/sparse: refactor sparse_sections_init()
` [PATCH 06/12] mm/sparse: rename __highest_present_section_nr to __highest_used_section_nr
` [PATCH 08/12] mm/sparse: move __highest_used_section_nr handling
[PATCH v3] man/man2: introduce man page for file_getattr/file_setattr syscalls
2026-09-14 13:52 UTC (3+ messages)
linux-next: manual merge of the security tree with the vfs-brauner tree
2026-09-14 13:18 UTC
[PATCH] sysctl: Rewrite selftests on top of KTAP helpers
2026-09-14 12:40 UTC
[RFC PATCH 0/1] close(): stop exposing non-retryable EINTR
2026-09-14 12:40 UTC (11+ messages)
` [RFC PATCH 1/1] fs: don't return EINTR from close()
[RFC PATCH 0/3] fs/proc: split the inode list for procfs
2026-09-14 12:10 UTC (8+ messages)
` [RFC PATCH 1/3] fs/drop_caches: do not scan procfs in drop_pagecache_sb()
` [RFC PATCH 2/3] fs/super: introduce a helper sb_inodes_empty()
` [RFC PATCH 3/3] fs/proc: split the inode list
` [syzbot ci] Re: fs/proc: split the inode list for procfs
[bug report] buffer: allow a buffer_head to point at memory outside the page cache
2026-09-14 10:40 UTC
[PATCH v4 0/7] read proc/pid/smaps_rollup under per-vma lock
2026-09-14 10:38 UTC (5+ messages)
` [PATCH v4 4/7] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
[PATCH v4 0/3] memcg,writeback: flush foreign bdev mappings separately
2026-09-14 10:31 UTC (4+ messages)
` [PATCH v4 1/3] block: introduce bdev_flush_by_dev()
` [PATCH v4 2/3] memcg,writeback: flush foreign bdev mappings separately from owner wbs
` [PATCH v4 3/3] writeback: record bdev targets in foreign writeback tracepoints
[PATCH] mm: filemap: tighten dropbehind completion context check
2026-09-14 10:22 UTC (14+ messages)
` [PATCH v2] mm: filemap: retain mapped dropbehind folios
` [PATCH v3] "
` [PATCH v4] "
[PATCH] fs: fix misleading comments in read_write.c
2026-09-14 10:05 UTC (2+ messages)
[PATCH] fs/buffer: check for NULL pointer before folio_test_dropbehind()
2026-09-14 9:11 UTC (2+ messages)
[PATCH v2] writeback: bound cleanup_offline_cgwb() rescans by rotating scanned inodes
2026-09-14 8:03 UTC (2+ messages)
[BUG] WARNING in thaw_super_locked
2026-09-14 7:41 UTC (2+ messages)
[PATCH] ocfs2: don't let the root inode outlive a failed mount
2026-09-14 5:53 UTC (2+ messages)
[PATCH] selftests/proc: Skip setns-dcache without UNIX sockets
2026-09-14 2:47 UTC
[PATCH 0/3] Catch automatic storage in IDA and Maple Tree definitions
2026-09-13 23:13 UTC (5+ messages)
` [PATCH 1/3] compiler.h: add ASSERT_STATIC_STORAGE()
[PATCH v6 00/12] vfs: add O_CREAT|O_DIRECTORY to open*(2)
2026-09-13 18:50 UTC (13+ messages)
` [PATCH v6 01/12] fs/namei.c: use trailing_slashes()
` [PATCH v6 02/12] vfs: prepare vfs_creat|mkdir_no_perm for reuse in lookup_open()
` [PATCH v6 03/12] vfs: lookup_open(): move setting FMODE_CREATED down
` [PATCH v6 04/12] vfs: move ->create check in lookup_open() to before try_break_deleg()
` [PATCH v6 05/12] vfs: lookup_open(): use vfs_create_no_perm()
` [PATCH v6 06/12] vfs: lookup_open(): lock the parent as I_MUTEX_PARENT
` [PATCH v6 07/12] vfs: add O_CREAT|O_DIRECTORY to open*(2)
` [PATCH v6 08/12] vfs: change ->create/->mkdir operations unavailable errno
` [PATCH v6 09/12] vfs: move O_IS_MKDIR check from lookup_open() into individual filesystems
` [PATCH v6 10/12] vfs: refuse O_CREAT for directories through a dangling symlink
` [PATCH v6 11/12] vfs: short-circuit MAY_WRITE access for O_DIRECTORY opens
` [PATCH v6 12/12] selftest: add tests for open*(O_CREAT|O_DIRECTORY)
[PATCH v2 0/7] fs/9p: Reuse inode based on path (in addition to qid)
2026-09-13 16:30 UTC (7+ messages)
[PATCH] 9p: treat read return values of 0 as EOF
2026-09-13 15:49 UTC
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;
as well as URLs for NNTP newsgroup(s).