Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-09-09 15:00:06 to 2026-09-10 14:06:55 UTC [more...]

[PATCH v5 14/36] mm/damon: skip private node memory in DAMON migration and pageout
 2026-09-10 14:06 UTC  (5+ messages)

[PATCH] xfstests: exclude hfs/hfsplus from generic/339 run
 2026-09-10 13:49 UTC  (3+ messages)

[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
 2026-09-10 13:50 UTC  (36+ 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 05/12] mm/sparse: cleanup sparse_init_one_section()
` [PATCH 06/12] mm/sparse: rename __highest_present_section_nr to __highest_used_section_nr
` [PATCH 07/12] mm/sparse: remove pfn_in_present_section()
` [PATCH 08/12] mm/sparse: move __highest_used_section_nr handling
` [PATCH 09/12] mm/sparse: remove SECTION_MARKED_PRESENT
` [PATCH 10/12] mm/sparse: remove flags parameter from sparse_init_one_section()
` [PATCH 11/12] fs/proc/page: clarify comment in get_max_dump_pfn()

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

[PATCH v2] man/man2: introduce man page for file_getattr/file_setattr syscalls
 2026-09-10 13:20 UTC  (2+ messages)

[PATCH] fuse: Forward vfs_fadvise to backing_file in passthrough mode
 2026-09-10 12:40 UTC  (2+ messages)

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

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

[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-10 12:01 UTC  (7+ messages)
` [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 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
 2026-09-10 11:57 UTC  (5+ messages)
` [PATCH 3/4] mm: replace PF_KSWAPD flag with kthread_func() check
` [PATCH 4/4] mm: replace PF_KCOMPACTD "

[PATCH v4] mm/page_alloc: avoid direct compaction for costly __GFP_NORETRY allocations
 2026-09-10 11:46 UTC  (2+ messages)

[PATCH] writeback: bound cleanup_offline_cgwb() rescans by rotating b_attached
 2026-09-10 11:24 UTC  (4+ messages)

[PATCH] buffer: fix NULL dereference of bh->b_folio in __bh_submit()
 2026-09-10 11:14 UTC  (3+ messages)

[PATCH 0/2] sysctl: Restore minmax check for proc_do{int,ulong}vec_ms_jiffies_minmax()
 2026-09-10 10:45 UTC  (8+ messages)
` [PATCH 2/2] sysctl: Make proc_doulongvec_ms_jiffies_minmax() enforce minmax again

[PATCH RFC v3 00/15] coredump, files: exit files on request
 2026-09-10 10:29 UTC  (22+ messages)
` [PATCH RFC v3 01/15] fs: don't open-code file_close_fd() in close_fd()
` [PATCH RFC v3 02/15] fs: add switch_files_struct()
` [PATCH RFC v3 03/15] fs: move unshare_fd() to fs/file.c
` [PATCH RFC v3 04/15] fs: remove unshare_files()
` [PATCH RFC v3 05/15] fs: move filp_flush() to other file helpers
` [PATCH RFC v3 06/15] fs: make close_files() synchronous
` [PATCH RFC v3 07/15] fs: make close_range() synchronous
` [PATCH RFC v3 08/15] fs: rename do_close_on_exec() to close_cloexec_files()
` [PATCH RFC v3 09/15] fs: make close_cloexec_files() synchronous
` [PATCH RFC v3 10/15] coredump: s/startup/done/g
` [PATCH RFC v3 11/15] coredump: factor out coredump_wait_inactive()
` [PATCH RFC v3 12/15] fs: add alloc_files_struct()
` [PATCH RFC v3 13/15] coredump: add COREDUMP_CLOSE_FILES
` [PATCH RFC v3 14/15] tools: sync coredump.h header
` [PATCH RFC v3 15/15] selftests/coredump: test COREDUMP_CLOSE_FILES

[PATCH v3 0/9] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-09-10 10:05 UTC  (8+ 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 v2] super: make iterate_supers_type() deletion-safe
 2026-09-10  9:25 UTC  (2+ messages)

[PATCH v21 0/9] rust: add `Ownable` trait and `Owned` type
 2026-09-10  9:00 UTC  (10+ messages)
` [PATCH v21 1/9] rust: alloc: add `KBox::into_non_null`
` [PATCH v21 2/9] rust: types: Add Ownable/Owned types
` [PATCH v21 3/9] rust: implement `ForeignOwnable` for `Owned`
` [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`
` [PATCH v21 8/9] rust: page: add `from_raw()`
` [PATCH v21 9/9] rust: page: add `ExclusivePage` for race-free page access

[GIT PULL] sysctl fixes for v7.3-rc3
 2026-09-10  8:38 UTC 

[PATCH] fsnotify: avoid unrelated mark reaper waits during group teardown
 2026-09-10  8:34 UTC  (2+ messages)

[PATCH] squashfs: fix inode number description in documentation
 2026-09-10  8:12 UTC  (2+ messages)

[PATCH v3 03/12] security: Add LSM_AUDIT_DATA_NS for namespace audit records
 2026-09-10  8:12 UTC  (6+ messages)
` [PATCH v3 3/12] "

[PATCH v13 0/8] netfs: Miscellaneous preparatory changes
 2026-09-10  8:11 UTC  (4+ messages)
` [PATCH v13 8/8] netfs: Set subrequest->source at alloc before trace emission

[PATCH] fs: fix typos in comments
 2026-09-10  8:06 UTC  (2+ messages)

[PATCH 0/2] fs/dax: Clean up busy page lookup helpers
 2026-09-10  8:05 UTC  (2+ messages)

[PATCH v2 00/10] net: support thread-specific pidfds for send and connect
 2026-09-10  7:54 UTC  (11+ messages)
` [PATCH v2 01/10] pid: add helpers to operate on a struct pid array
` [PATCH v2 03/10] net: add SO_PASSPIDFD_THREAD to get a thread-specific SCM_PIDFD
` [PATCH v2 07/10] net: add SO_PEERPIDFD_THREAD to get a thread-specific pidfd

[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-09-10  7:48 UTC  (2+ messages)

[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
 2026-09-10  7:44 UTC  (21+ 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 v3 1/2] vfs: Annotate struct fdtable's fd field with __counted_by_ptr
 2026-09-10  7:33 UTC  (2+ messages)

[PATCH RFC v3 00/13] sysctl: add module aliases
 2026-09-10  7:29 UTC  (8+ messages)

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

[patch 1/1] selftests/filesystems: fix missing and stale TARGETS entries
 2026-09-10  7:21 UTC  (2+ messages)

[PATCH v4] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-09-10  7:20 UTC  (3+ messages)

[PATCH v2] mm/truncate: fix data loss when truncating straddling large folios
 2026-09-10  7:18 UTC  (5+ messages)

[RFC] procfs: current-MM controls can cross an exec credential epoch
 2026-09-10  7:01 UTC 

[PATCH 0/4] mm: replace PF_KCOMPACTD/PF_KSWAPD with kthread_func()
 2026-09-10  6:07 UTC  (4+ messages)
` [PATCH] xfs: fix NOFS state corruption in btree split worker

[PATCH] kernfs: allocate the open node outside the open file mutex
 2026-09-10  4:54 UTC 

[PATCH] kernfs: don't hold kernfs_rwsem across notification delivery
 2026-09-10  4:54 UTC 

[linus:master] [lib] f4806cc63c: INFO:trying_to_register_non-static_key
 2026-09-10  3:29 UTC 

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-10  2:08 UTC  (4+ messages)
` [PATCH v3 09/14] mm/page-flags: check page/folio->private instead of PG_private

[PATCH 0/7 RFC] fixes for vfs_lookup_open, and integration with nfsd
 2026-09-10  0:39 UTC  (9+ messages)
` [PATCH 1/7] vfs: add some allowed open flags to vfs_lookup_open()
` [PATCH 2/7] vfs: O_NONBLOCK|O_CREAT open shouldn't wait for directory delegation
` [PATCH 3/7] vfs: vfs_lookup_open() should only return -EFTYPE for non-regular files
` [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()
` [PATCH 6/7] nfsd: nfsd_check_obj_isreg() to use nfs error codes
` [PATCH 7/7] nfsd: use vfs_lookup_open() for non-creating open requests too

[PATCH 0/3] kernfs: don't hold kernfs_rwsem across dir_emit()
 2026-09-10  0:36 UTC  (4+ 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 3/3] selftests: cover readdir resuming at a removed entry

[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-09 22:14 UTC  (14+ messages)
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock

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

[GIT PULL for v7.3] vfs fixes
 2026-09-09 18:38 UTC  (2+ messages)

[PATCH] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
 2026-09-09 18:36 UTC  (3+ messages)

[BUG] afs: ERR_PTR dereference in afs_lookup_server() error path
 2026-09-09 18:12 UTC  (3+ messages)

[PATCH v3 0/7] hfsplus: convert regular file I/O to iomap-based operations
 2026-09-09 16:51 UTC  (2+ messages)

[PATCH] fs/proc: avoid unused ctl_table entry in init_header
 2026-09-09 16:32 UTC 

[PATCH v2 00/22] coredump: allow to create sparse coredumps on the coredump socket
 2026-09-09 16:21 UTC  (47+ messages)
` [PATCH v2 01/22] powerpc/spufs: don't dump more than the note supports
` [PATCH v2 02/22] coredump: refuse negative skips
` [PATCH v2 03/22] coredump: set the minimum send buffer size
` [PATCH v2 04/22] selftests/coredump: discard the right amount after the coredump request
` [PATCH v2 05/22] selftests/coredump: collapse the expected request check into the helper
` [PATCH v2 06/22] selftests/coredump: add a separate helper header
` [PATCH v2 07/22] coredump: pin the protocol struct sizes
` [PATCH v2 08/22] coredump: move the negotiated mask into struct coredump_params
` [PATCH v2 09/22] coredump: deduplicate the to_skip flush
` [PATCH v2 10/22] coredump: make the dump helper return bool
` [PATCH v2 11/22] coredump: always chunk writes
` [PATCH v2 12/22] coredump: clean up coredump state handling
` [PATCH v2 13/22] coredump: add COREDUMP_RECORDS to the coredump socket protocol
` [PATCH v2 14/22] coredump: add COREDUMP_SPARSE "
` [PATCH v2 15/22] tools: sync coredump.h header
` [PATCH v2 16/22] coredump: send the coredump in records if requested
` [PATCH v2 17/22] coredump: describe the holes when COREDUMP_SPARSE is negotiated
` [PATCH v2 18/22] selftests/coredump: test COREDUMP_RECORDS and COREDUMP_SPARSE
` [PATCH v2 19/22] selftests/coredump: hand the record stream to a sink
` [PATCH v2 20/22] selftests/coredump: put a hole in the middle of a sparse mapping
` [PATCH v2 21/22] selftests/coredump: simulate a blob store
` [PATCH v2 22/22] selftests/coredump: show how to inspect the task to decide how the coredump should be sent

lazy bounce buffering for checksummed reads v3
 2026-09-09 16:15 UTC  (7+ messages)
` [PATCH 03/16] block: add a bio_prepare_reissue helper
` [PATCH 08/16] xfs: move PI generation into xfs_submit_zoned_bio
` [PATCH 16/16] block,iomap: remove the old read side bounce buffering support

[PATCH] man/man2: introduce man page for file_getattr/file_setattr syscalls
 2026-09-09 16:08 UTC  (5+ messages)

[syzbot] [fs?] possible deadlock in ovl_create_object (2)
 2026-09-09 15:19 UTC 


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