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

[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
 2026-09-10  7:59 UTC  (22+ 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()
` [PATCH 12/12] mm/memory_hotplug: drop CONFIG_HAVE_ARCH_PFN_VALID handling from pfn_to_online_page()

[PATCH v2 00/10] net: support thread-specific pidfds for send and connect
 2026-09-10  7:54 UTC  (16+ 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 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 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  (3+ 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  (6+ 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  (13+ messages)
` [PATCH v3 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v3 09/14] mm/page-flags: check page/folio->private instead of PG_private
` [PATCH v3 14/14] mm/page-flags: remove PG_private

[PATCH RFC v3 00/15] coredump, files: exit files on request
 2026-09-10  0:53 UTC  (21+ 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 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] xfstests: exclude hfs/hfsplus from generic/339 run
 2026-09-10  0:04 UTC 

[PATCH] fuse: Forward vfs_fadvise to backing_file in passthrough mode
 2026-09-09 23:23 UTC 

[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

[PATCH] writeback: bound cleanup_offline_cgwb() rescans by rotating b_attached
 2026-09-09 21:19 UTC  (3+ messages)

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

[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-09 21:02 UTC  (7+ 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 v13 0/8] netfs: Miscellaneous preparatory changes
 2026-09-09 21:02 UTC  (3+ messages)
` [PATCH v13 8/8] netfs: Set subrequest->source at alloc before trace emission

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

[PATCH v2] super: make iterate_supers_type() deletion-safe
 2026-09-09 19:30 UTC 

[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] fsnotify: avoid unrelated mark reaper waits during group teardown
 2026-09-09 17:08 UTC 

[PATCH 0/2] sysctl: Restore minmax check for proc_do{int,ulong}vec_ms_jiffies_minmax()
 2026-09-09 17:07 UTC  (10+ 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 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 

[PATCH 6.18 538/583] cifs: Scripted clean up fs/smb/client/cifs_unicode.h
 2026-09-09 13:43 UTC  (7+ messages)
` [PATCH 6.18 539/583] cifs: Scripted clean up fs/smb/client/fscache.h
` [PATCH 6.18 540/583] cifs: Scripted clean up fs/smb/client/fs_context.h
` [PATCH 6.18 541/583] cifs: Scripted clean up fs/smb/client/smb2proto.h
` [PATCH 6.18 543/583] cifs: Remove dead function prototypes
` [PATCH 6.18 544/583] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
` [PATCH 6.18 545/583] cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h

Unsubscribe
 2026-09-09 13:39 UTC 

[PATCH 0/7] fs: preserve superblock inode walk positions across lock drops
 2026-09-09 13:08 UTC  (3+ messages)
  ` [External] "

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

[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] 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  (6+ messages)
` [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 v3 0/2] lsm: expose mount idmaps to inode hooks
 2026-09-09 11:31 UTC  (5+ messages)
` [PATCH v3 1/2] "

[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


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