linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2026-09-11 03:35:29 to 2026-09-13 02:15:20 UTC [more...]

[PATCH 0/3] kernfs: do less work under the kernfs_rwsem write lock
 2026-09-13  2:14 UTC  (3+ messages)
` [PATCH 1/3] kernfs: activate a new node without dropping kernfs_rwsem
` [PATCH 2/3] kernfs: allocate the new name outside kernfs_rwsem

[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-12 23:46 UTC  (18+ messages)
` [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 09/26] mm/fbatch: restore mlock+munlock batching, without extra ref

[PATCH 0/3] Catch automatic storage in IDA and Maple Tree definitions
 2026-09-12 22:31 UTC  (6+ messages)
` [PATCH 1/3] compiler.h: add ASSERT_STATIC_STORAGE()
` [PATCH 2/3] idr: assert static storage for DEFINE_IDA()
` [PATCH 3/3] maple_tree: assert static storage for DEFINE_MTREE()

[PATCH v4 0/7] read proc/pid/smaps_rollup under per-vma lock
 2026-09-12 18:55 UTC  (15+ messages)
` [PATCH v4 1/7] proc/task_mmu: remove unnecessary helpers
` [PATCH v4 2/7] proc/task_mmu: remove unnecessary inlines in function definitions
` [PATCH v4 3/7] proc/task_mmu: clarify shmem mapping walk conditions in smap_gather_stats()
` [PATCH v4 4/7] proc/task_mmu: remove special-casing of smap_gather_stats() start parameter
` [PATCH v4 5/7] proc/task_mmu: change proc_get_vma() to stop returning gate VMA at the end
` [PATCH v4 6/7] proc/task_mmu: read proc/pid/smaps_rollup under per-vma lock
` [PATCH v4 7/7] selftests/proc: add /proc/pid/smaps_rollup tearing tests

[PATCH] docs/vfs: Fix the struct file_system_type copy
 2026-09-12 17:35 UTC  (2+ messages)

[syzbot] [exfat?] KCSAN: data-race in fat12_ent_put / fat_mirror_bhs (2)
 2026-09-12 14:38 UTC 

[PATCH 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-09-12 14:21 UTC  (6+ messages)
` [PATCH 2/3] blk-cgroup: store blkcg in bio instead of blkg

[PATCH] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
 2026-09-12 13:24 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

[syzbot] [fs?] possible deadlock in ovl_create_object (2)
 2026-09-12 13:12 UTC  (2+ messages)

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-09-12 12:57 UTC  (4+ messages)

[PATCH] proc/task_mmu: handle special PMDs in clear_refs and pagemap
 2026-09-12 12:28 UTC 

[PATCH 6.12 0006/1376] netfs: Fix netfs_read_folio() to wait on writeback
 2026-09-12  6:40 UTC 

PROBLEM: [REGRESSION 7.1-rc4 -> 7.1-rc5] 9p: silent NUL corruption of file data on cache modes with CACHE_WRITEBACK
 2026-09-12  8:06 UTC  (9+ messages)

[PATCH] netfs: Document the remote size member and its accessors
 2026-09-12  7:34 UTC 

[PATCH] 9p: Fix v9fs_issue_write() to update i_size and remote_i_size
 2026-09-12  7:19 UTC 

[PATCH 0/7 RFC] fixes for vfs_lookup_open, and integration with nfsd
 2026-09-12  3:22 UTC  (7+ messages)
` [PATCH 4/7] vfs: change vfs_lookup_open() to return found dentry in path.dentry
` [PATCH 5/7] nfsd: switch NFS4 OPEN to use vfs_lookup_open()

[RFC] bpf: account ring buffer backing pages separately from Lost RAM
 2026-09-12  0:04 UTC  (6+ messages)
      ` [External Mail]Re: "

[PATCH v5] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-11 20:44 UTC  (4+ messages)

[PATCH v12 0/5] netfs, cachefiles: Changes for next, primarily occupancy tracking-related
 2026-09-11 20:21 UTC  (9+ 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 5/5] cachefiles: Preset the state xattr when creating a new file

[PATCH v2 0/8] Support Clang context analysis for ext2
 2026-09-11 20:01 UTC  (8+ messages)

[PATCH v3 0/7] read proc/pid/smaps_rollup under per-vma lock
 2026-09-11 19:45 UTC  (40+ 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 v2] writeback: bound cleanup_offline_cgwb() rescans by rotating scanned inodes
 2026-09-11 19:32 UTC  (2+ messages)

[PATCH 0/2] Minor bugfixes for kunit userns tests
 2026-09-11 19:23 UTC  (8+ 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 01/13 net-next] net: ipv4: introduce CONFIG_IPV4 to decouple the IPv4 stack
 2026-09-11 18:59 UTC  (6+ 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 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  (4+ messages)
` [PATCH 2/3] "

[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 v4] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-11 15:59 UTC  (3+ 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 v4] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-11 14:30 UTC  (2+ messages)

[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

[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  (4+ 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  (4+ messages)
` [PATCH 2/7] fs: introduce sb_for_each_inodes()


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).