Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-09-09 07:21:52 to 2026-09-09 18:29:25 UTC [more...]

[PATCH v2 0/5] read proc/pid/smaps_rollup under per-vma lock
 2026-09-09 18:29 UTC  (17+ 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

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

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

[PATCH 00/12] mm/sparse: remove SECTION_MARKED_PRESENT and further cleanups
 2026-09-09 17:22 UTC  (18+ 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()

netfs_read_gaps(): aliased sink folio makes the read destination unreadable, SIGBUS on cifs with signing
 2026-09-09 17:15 UTC  (7+ 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

[PATCH] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
 2026-09-09 16:20 UTC  (2+ messages)

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 v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-09 16:11 UTC  (6+ 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] man/man2: introduce man page for file_getattr/file_setattr syscalls
 2026-09-09 16:08 UTC  (5+ messages)

[PATCH RFC v3 00/15] coredump, files: exit files on request
 2026-09-09 15:52 UTC  (16+ 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

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

[PATCH v2 00/26] mm/fbatch: drain lru_add_drain() and _all()
 2026-09-09 15:04 UTC  (30+ 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 v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-09 14:51 UTC  (10+ messages)
` [PATCH v3 07/14] erofs: mm/pagemap: add readahead_folio_last() to avoid folio->private
` [PATCH v3 14/14] mm/page-flags: remove PG_private

[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

[GIT PULL for v7.3] vfs fixes
 2026-09-09 13:44 UTC 

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  (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] 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  (8+ messages)
` [PATCH 09/39] drivers/usb/mon: update to use mmap_prepare + map kernel pages
` [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] "

[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] 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  (8+ messages)
` [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


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