Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-09-08 17:07:10 to 2026-09-09 13:34:30 UTC [more...]

[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
 2026-09-09 13:32 UTC  (5+ messages)
` [PATCH 01/12] mm/sparse: move mem_section init to sparse_extreme_init()
` [PATCH 02/12] mm/sparse: refactor sparse_sections_init()
` [PATCH 03/12] mm/sparse: move initialization of section metadata to sparse_metadata_init()
` [PATCH 04/12] mm/sparse: rename and cleanup sparse_init_nid()

[PATCH 0/7] fs: preserve superblock inode walk positions across lock drops
 2026-09-09 13:08 UTC  (10+ messages)
` [PATCH 1/7] fs: remove trailing whitespace from include/linux/fs.h
` [PATCH 2/7] fs: introduce sb_for_each_inodes()
` [PATCH 3/7] block: use sb_for_each_inodes() in sync_bdevs()
` [PATCH 4/7] fs: use sb_for_each_inodes() API
` [PATCH 5/7] gfs2: use sb_for_each_inodes() for cooperative eviction
` [PATCH 6/7] quota: use sb_for_each_inodes() in add_dquot_ref()
` [PATCH 7/7] landlock: use sb_for_each_inodes() when detaching a superblock
  ` [External] Re: [PATCH 0/7] fs: preserve superblock inode walk positions across lock drops

[QUESTION] Are these issues PREEMPT_RT-specific?
 2026-09-09 12:49 UTC  (3+ messages)

[PATCH v2 00/10] net: support thread-specific pidfds for send and connect
 2026-09-09 12:40 UTC  (13+ messages)
` [PATCH v2 01/10] pid: add helpers to operate on a struct pid array
` [PATCH v2 02/10] af_unix: record the pid of the sending thread
` [PATCH v2 03/10] net: add SO_PASSPIDFD_THREAD to get a thread-specific SCM_PIDFD
` [PATCH v2 04/10] selftests/net: SO_PASSPIDFD_THREAD
` [PATCH v2 05/10] net: turn sk_peer_pid into an array indexed by pid type
` [PATCH v2 06/10] af_unix: record the pid of the connecting thread
` [PATCH v2 07/10] net: add SO_PEERPIDFD_THREAD to get a thread-specific pidfd
` [PATCH v2 08/10] selftests/net: SO_PEERPIDFD_THREAD
` [PATCH v2 09/10] pidfs: record the coredump on the dumping thread's pid too
` [PATCH v2 10/10] selftests/coredump: check the dumping thread's pidfd

[PATCH 0/2] Add scope-based cleanup capability to eventfd_ctx
 2026-09-09 12:36 UTC  (3+ messages)
` [PATCH 1/2] eventfd: Add scope-based cleanup capability
` [PATCH 2/2] drm/syncobj: Use scope-based cleanup for eventfd_ctx

[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-09 12:25 UTC  (29+ messages)
` [PATCH v2 01/26] mm/fbatch: remove !CONFIG_SMP special case of folio_activate()
` [PATCH v2 02/26] mm/fbatch: allow folios_put_refs() to skip xa_is_value() entries
` [PATCH v2 03/26] mm/fbatch: temporarily disable lazyfree and mlock+munlock batching
` [PATCH v2 04/26] mm/fbatch: lru bit set, no extra ref, while folio on per-cpu fbatch
` [PATCH v2 05/26] mm/fbatch: lru_add_del_folio()+folio_add_lru() after clear_lru()
` [PATCH v2 06/26] mm/fbatch: fbatch_drain_lazyfree(onstack fbatch) before ptl unlock
` [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 v2 10/26] mm/fbatch: remove several uses of mlock_drain_local()
` [PATCH v2 11/26] mm/fbatch: remove migration's PAGE_WAS_MLOCKED lru_add_drain()
` [PATCH v2 12/26] mm/fbatch: remove percpu_pvec_drained and folios_put()
` [PATCH v2 13/26] mm/fbatch: no lru_add_drain to collect_longterm_unpinnable_folios()
` [PATCH v2 14/26] mm/fbatch: no lru_add_drain() nor _all() for memfd_wait_for_pins()
` [PATCH v2 15/26] mm/fbatch: remove shake_folio() shake_page() from memory-failure
` [PATCH v2 16/26] mm/fbatch: remove lru_cache_disable() from NUMA folio migration
` [PATCH v2 17/26] mm/fbatch: no lru_cache_disable() in __alloc_contig_migrate_range()
` [PATCH v2 18/26] mm/fbatch: remove lru_add_drain() and _all() calls from various
` [PATCH v2 19/26] mm/fbatch: vm/stat_refresh include lru_add_drain() on each cpu
` [PATCH v2 20/26] s390/fbatch: no lru_add_drain_all() in s390_wiggle_split_folio()
` [PATCH v2 21/26] block/fbatch: no lru_add_drain_all() in invalidate_bdev()
` [PATCH v2 22/26] fs/fbatch: drop_caches invalidate_bh_lrus() not lru_add_drain_all()
` [PATCH v2 23/26] fs,mm/fbatch: use invalidate_bh_lrus() not invalidate_bh_lrus_cpu()
` [PATCH v2 24/26] fs,mm/fbatch: lru_cache_disable() keep off buffer_head lrus only
` [PATCH v2 25/26] mm/fbatch: move lru_add_drain_all() declaration to mm/internal.h
` [PATCH v2 26/26] mm/fbatch: drop reference inside the loop when draining
` [PATCH v2 27/26] mm/fbatch: paranoid folio vmstats in folio_batch_move_lru()

[PATCH v2] mm/truncate: fix data loss when truncating straddling large folios
 2026-09-09 12:22 UTC  (2+ messages)

[PATCH] nls: fix the Unicode to charset tables of iso8859-14
 2026-09-09 12:10 UTC 

[PATCH 00/39] mm: make VMA flag semantics explicit, eliminate VM_SPECIAL
 2026-09-09 12:08 UTC  (45+ messages)
` [PATCH 01/39] mm/vma: predicate setting mmap_prepare VMA fields on new vma alloc
` [PATCH 02/39] mm/vma: introduce and use vma_[flags_]can_merge()
` [PATCH 03/39] mm: consistently validate VMA state after mmap[_prepare] hooks
` [PATCH 04/39] mm/vma: ensure mmap_prepare doesn't set actions on a mergeable vma
` [PATCH 05/39] mm: make map_kernel_pages_[prepare,complete] internal and unexported
` [PATCH 06/39] mm/vma: tidy up map kernel pages enum values
` [PATCH 07/39] mm: add mmap action for discontiguous kernel page mapping
` [PATCH 08/39] docs: filesystems: update mmap_prepare docs for discontig kernel pgs
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [PATCH 10/39] infiniband: update hfi1 to use remap_vmalloc_range()
` [PATCH 11/39] selinux: reject writable opens of policy file, drop mmap shared/write check
` [PATCH 12/39] ALSA: pcm: use vm_insert_page() to map PCM status page
` [PATCH 13/39] bpf: arena: mark arena_map_mmap() mappings VM_MIXEDMAP
` [PATCH 14/39] mm/vma: add vma[_flags]_is_kernel_owned() predicates
` [PATCH 15/39] mm/vma: only allow mmap to clear VMA_MAYWRITE_BIT if kernel-owned
` [PATCH 16/39] mm/vma: add and use vma_[flags]_is_fixed_mapping
` [PATCH 17/39] scsi: sg: convert mmap hook to mmap_prepare and rework
` [PATCH 18/39] fbdev: defio: assert FBINFO_VIRTFB, drop VM_IO, add VM_MIXEDMAP
` [PATCH 19/39] HSI: cmt_speech: convert mmap hook to mmap_prepare, refactor
` [PATCH 20/39] mm/gup: error out early on !VMA_MAYREAD_BIT VMAs
` [PATCH 21/39] uprobes: remove VM_IO, set VM_MIXEDMAP for mapped kernel pages
` [PATCH 22/39] mm/mlock: clear VMA_LOCKED_MASK over mmap callback
` [PATCH 23/39] mm/mlock: eliminate weird VMA_IO_BIT abuse and simplify
` [PATCH 24/39] mm/vma: enforce that only kernel-owned mappings may set VMA_IO_BIT
` [PATCH 25/39] mm: remove VMA_IO_BIT check in vma[_flags]_is_kernel_owned()
` [PATCH 26/39] mm: remove hugetlb_inline.h
` [PATCH 27/39] mm: rename is_vm_hugetlb_page() to vma_is_hugetlb()
` [PATCH 28/39] mm: drop some redundant checks around hugetlb VMAs
` [PATCH 29/39] mm/madvise: update is_valid_guard_vma() to use vma_can_merge()
` [PATCH 30/39] mm/vma: introduce vma[_flags]_is_persistent()
` [PATCH 31/39] mm/uffd: use predicates for userfaultfd checks
` [PATCH 32/39] mm/madvise: use predicates for madvise(..., MADV_DOFORK)
` [PATCH 33/39] mm: eliminate VMA_SPECIAL_FLAGS usage when hugetlb explicitly tested
` [PATCH 34/39] mm: eliminate VMA_SPECIAL_FLAGS check in lru_gen_look_around()
` [PATCH 35/39] mm: avoid use of VMA_SPECIAL_FLAGS in migrate_vma_setup()
` [PATCH 36/39] mm: eliminate VM_SPECIAL, VMA_SPECIAL_FLAGS
` [PATCH 37/39] fuse: dax: do not set VM_MIXEDMAP
` [PATCH 38/39] mm/huge_memory: remove vma_is_special_huge()
` [PATCH 39/39] mm/vma: introduce and use vma[_flags]_can_gup()

[PATCH v3 0/2] lsm: expose mount idmaps to inode hooks
 2026-09-09 11:31 UTC  (10+ messages)
` [PATCH v3 1/2] "
` [PATCH v3 2/2] selftests/bpf: verify mount idmaps reach "

netfs_read_gaps(): aliased sink folio makes the read destination unreadable, SIGBUS on cifs with signing
 2026-09-09 11:15 UTC  (2+ messages)

[PATCH] fs/ntfs3: use d_instantiate_new() in ntfs_create_inode() and murder syzbot's "WARNING in do_new_mount" saga
 2026-09-09 11:11 UTC  (2+ messages)

[syzbot] [exfat?] WARNING in fat_write_inode
 2026-09-09 11:08 UTC 

[RFC PATCH 2/5] mm: add a_ops->dirty_folio_range() and use the mkclean dirty harvest
 2026-09-09 10:51 UTC  (2+ messages)

[BUG] procfs: fdinfo permission and read can cross a setuid exec epoch
 2026-09-09 10:49 UTC 

[PATCH 00/10] net: support thread-specific pidfds for send and connect
 2026-09-09 10:47 UTC  (5+ messages)
` [PATCH 02/10] af_unix: record the pid of the sending thread

[RFC PATCH 0/5] mm: sub-folio dirty tracking for PTE-mapped mmap writes
 2026-09-09 10:15 UTC  (3+ messages)

[RFC PATCH 1/5] mm: let folio_mkclean() report which pages had dirty PTEs
 2026-09-09 10:12 UTC  (2+ messages)

[PATCH] hfs: fix slab-out-of-bounds in __hfs_ext_write_extent
 2026-09-09  9:59 UTC 

[PATCH] once_lite: Simplify condition handling and fix context analysis
 2026-09-09  9:46 UTC  (6+ messages)

[PATCH v4] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-09  8:51 UTC  (6+ messages)

[PATCH] man/man2: introduce man page for file_getattr/file_setattr syscalls
 2026-09-09  8:29 UTC  (3+ messages)

[PATCH] super: make iterate_supers_type() deletion-safe
 2026-09-09  8:10 UTC  (6+ messages)

[PATCH v4] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-09-09  8:06 UTC 

[PATCH] nstree: check listing permission before taking a namespace reference
 2026-09-09  8:04 UTC  (4+ messages)

[PATCH v2] nstree: check listing permission before taking a namespace reference
 2026-09-09  8:02 UTC  (2+ messages)

[PATCH] exec: do_close_on_exec() before taking exec_update_lock
 2026-09-09  7:48 UTC  (2+ messages)

[PATCH bpf-next v6 3/5] bpf: Add user memory access kfuncs for mm_struct
 2026-09-09  7:24 UTC  (2+ messages)

[PATCH v13 0/8] netfs: Miscellaneous preparatory changes
 2026-09-09  7:21 UTC  (9+ messages)
` [PATCH v13 1/8] netfs: Use uoff_t instead of unsigned long long and loff_t
` [PATCH v13 2/8] netfs: Remove the writethrough code
` [PATCH v13 3/8] netfs: trace: Change the "clear" folio traces to "endwb"
` [PATCH v13 4/8] netfs: trace: Rejig a couple of the tracepoints
` [PATCH v13 5/8] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v13 6/8] netfs: Make deprecated PG_private_2 support opt-in
` [PATCH v13 7/8] netfs: Add some functions to wrap the all-queued handling
` [PATCH v13 8/8] netfs: Set subrequest->source at alloc before trace emission

[PATCH v3 0/8] Convert barrier pairs to acquire/release for better performance
 2026-09-09  7:11 UTC  (5+ messages)

[PATCH v3] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-09-09  6:28 UTC  (2+ messages)

lazy bounce buffering for checksummed reads v3
 2026-09-09  6:09 UTC  (17+ messages)
` [PATCH 01/16] block: split bio_iov_iter_bounce_write
` [PATCH 02/16] block: export fs_bio_integrity_{alloc,free}
` [PATCH 03/16] block: add a bio_prepare_reissue helper
` [PATCH 04/16] iomap: respect maximum I/O size in iomap_dio_bio_iter_one
` [PATCH 05/16] iomap: add a iomap_ioend_flags helper
` [PATCH 06/16] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH 07/16] iomap,xfs: move T10 PI handling for direct I/O into ->submit_io
` [PATCH 08/16] xfs: move PI generation into xfs_submit_zoned_bio
` [PATCH 09/16] block,iomap: fix protection information verification with initial bvec offset
` [PATCH 10/16] iomap: better read bounce buffering support
` [PATCH 11/16] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
` [PATCH 12/16] iomap,xfs: move integrity verification to the file system
` [PATCH 13/16] xfs: add support for lazy direct read bounce buffering
` [PATCH 14/16] xfs: add error injection for lazy "
` [PATCH 15/16] xfs: log a message at mount time when using integrity protection
` [PATCH 16/16] block,iomap: remove the old read side bounce buffering support

[PATCH v1 0/2] writeback: bound foreign dirty flushing
 2026-09-09  2:08 UTC  (6+ messages)
` [PATCH v1 1/2] writeback: size foreign flushes by target wb dirty pages
` [PATCH v1 2/2] writeback: snapshot foreign flush pages

[PATCH v2 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
 2026-09-08 23:45 UTC  (2+ messages)

[PATCH RFC] fs: cache-align lock_class_keys in struct file_system_type
 2026-09-08 23:10 UTC  (5+ messages)

[STABLE v5.15.y 4/8] eventpoll: kill __ep_remove()
 2026-09-08 22:39 UTC  (2+ messages)

[PATCH v2] fs/ntfs3: fix slab-out-of-bounds write in ni_create_attr_list()
 2026-09-08 22:39 UTC  (2+ messages)

[PATCH v3 0/7] hfsplus: convert regular file I/O to iomap-based operations
 2026-09-08 21:04 UTC  (8+ messages)
` [PATCH v3 1/7] hfs/hfsplus: exchange hardcoded number of extents on named constants
` [PATCH v3 2/7] hfsplus: rework hfsplus_get_block() logic
` [PATCH v3 3/7] hfsplus: take the bitmap page lock for allocate/free
` [PATCH v3 4/7] hfsplus: add iomap operations for regular file data
` [PATCH v3 5/7] hfsplus: move file related operations to file.c
` [PATCH v3 6/7] hfsplus: introduce iomap-based file_operations
` [PATCH v3 7/7] hfsplus: switch address_space_operations on iomap-based support

[PATCH 0/2] sysctl: Restore minmax check for proc_do{int,ulong}vec_ms_jiffies_minmax()
 2026-09-08 18:44 UTC  (7+ messages)
` [PATCH 1/2] sysctl: Make proc_dointvec_ms_jiffies_minmax() enforce minmax again
` [PATCH 2/2] sysctl: Make proc_doulongvec_ms_jiffies_minmax() "

[PATCH v4 0/3] mm: zswap: free cold writeback folios promptly
 2026-09-08 18:39 UTC  (5+ messages)
` [PATCH v4 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v4 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion

[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
 2026-09-08 18:18 UTC  (11+ messages)
` [PATCH v2 1/5] proc/task_mmu: remove unnecessary helpers
` [PATCH v2 2/5] proc/task_mmu: remove unnecessary inlines in function definitions
` [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 v2 5/5] selftests/proc: add /proc/pid/smaps_rollup tearing tests

[PATCH 0/8] mm: introduce for_each_process_rcu and for_each_thread_rcu
 2026-09-08 17:41 UTC  (7+ messages)
` [PATCH 6/8] fs: convert process/thread iterators to for_each_*_rcu

[PATCH] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
 2026-09-08 17:39 UTC  (3+ messages)

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-08 17:22 UTC  (10+ messages)
` [PATCH v3 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v3 10/14] mm/page-flags: introduce folio_test_fs_private()
` [PATCH v3 11/14] treewide: remove folio_set/clear_private()


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