Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-09-07 10:15:24 to 2026-09-08 11:25:12 UTC [more...]

[PATCH v2 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
 2026-09-08 11:23 UTC  (7+ messages)
` [PATCH v2 1/6] mm: move drivers/char/mem.c to mm/char-mem.c
` [PATCH v2 2/6] mm: implement file_is_dev_zero() to uniquely identify /dev/zero
` [PATCH v2 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH v2 4/6] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous
` [PATCH v2 5/6] tools/testing/vma: add test to assert MAP_PRIVATE-/dev/zero is anon
` [PATCH v2 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

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

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

[PATCH bpf-next v5 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-09-08 10:24 UTC  (11+ messages)
` [PATCH bpf-next v5 1/7] mm: Add copy_remote_mm_str()
` [PATCH bpf-next v5 2/7] exec: Clear bprm->mm before dropping its reference
` [PATCH bpf-next v5 3/7] bpf: Add user memory access kfuncs for mm_struct
` [PATCH bpf-next v5 4/7] bpf: Allow reads through trusted-or-null BTF pointers
` [PATCH bpf-next v5 5/7] selftests/bpf: Cover trusted-or-null BTF pointer reads
` [PATCH bpf-next v5 6/7] bpf: Mark linux_binprm->mm as trusted-or-null
` [PATCH bpf-next v5 7/7] selftests/bpf: Test mm_struct user memory kfuncs with linux_binprm

[PATCH] exec: do_close_on_exec() before taking exec_update_lock
 2026-09-08 10:20 UTC  (2+ messages)

[PATCH] once_lite: Simplify condition handling and fix context analysis
 2026-09-08 10:15 UTC  (4+ messages)

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

[PATCH next] buffer: guard folio_test_dropbehind() against a NULL b_folio in __bh_submit()
 2026-09-08 10:07 UTC  (2+ messages)

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

[PATCH v4 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
 2026-09-08  9:58 UTC  (2+ messages)

[PATCH v2 0/2] quota: Verify special quota formats match sb type
 2026-09-08  9:53 UTC  (5+ messages)
` [PATCH v2 2/2] shmem: Refuse to enable tmpfs format for another filesystem

[PATCH v4 1/3] mm: swap: move LRU insertion out of the swap cache allocator
 2026-09-08  9:37 UTC  (2+ messages)

[PATCH v2] isofs: convert the zisofs read path to use folios
 2026-09-08  9:26 UTC  (2+ messages)

[PATCH v20 0/8] rust: add `Ownable` trait and `Owned` type
 2026-09-08  9:18 UTC  (11+ messages)
` [PATCH v20 4/8] rust: page: convert to `Ownable`
  ` [PATCH v20 4/8] rust: page: convert to `Ownable`'

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

[PATCH 0/6] mm: make MAP_PRIVATE-/dev/zero mappings truly anonymous
 2026-09-08  8:56 UTC  (16+ messages)
` [PATCH 1/6] mm: move drivers/char/mem.c to mm/char-mem.c
` [PATCH 2/6] mm: implement file_is_dev_zero() to uniquely identify /dev/zero
` [PATCH 3/6] mm/vma: only permit MAP_PRIVATE /dev/zero to be mapped anonymous
` [PATCH 6/6] tools/testing/selftests/mm: add MAP_PRIVATE-/dev/zero merge tests

[STABLE v5.15.y 1/8] file: add fput() cleanup helper
 2026-09-08  8:51 UTC  (8+ messages)
` [STABLE v5.15.y 2/8] eventpoll: use hlist_is_singular_node() in __ep_remove()
` [STABLE v5.15.y 3/8] eventpoll: split __ep_remove()
` [STABLE v5.15.y 4/8] eventpoll: kill __ep_remove()
` [STABLE v5.15.y 5/8] eventpoll: drop vestigial __ prefix from ep_remove_{file,epi}()
` [STABLE v5.15.y 6/8] eventpoll: rename ep_remove_safe() back to ep_remove()
` [STABLE v5.15.y 7/8] eventpoll: move epi_fget() up
` [STABLE v5.15.y 8/8] eventpoll: fix ep_remove struct eventpoll / struct file UAF

[PATCH v4 3/3] mm: zswap: drop cold writeback folios via swap dropbehind
 2026-09-08  8:24 UTC  (2+ messages)

[PATCH RFC] fs: cache-align lock_class_keys in struct file_system_type
 2026-09-08  8:07 UTC  (4+ messages)

[PATCH v2 0/8] sched: introduce for_each_process_rculock and for_each_thread_rculock
 2026-09-08  7:51 UTC  (38+ messages)
` [PATCH v2 1/8] "
` [PATCH v2 2/8] mm/oom_kill: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 3/8] mm/ksm: convert process iterator to for_each_process_rculock
` [PATCH v2 4/8] mm/memory-failure: "
` [PATCH v2 5/8] kernel: convert process/thread iterators to for_each_*_rculock
` [PATCH v2 6/8] fs: "
` [PATCH v2 7/8] lib: convert process iterator to for_each_process_rculock
` [PATCH v2 8/8] security/landlock: convert thread iterator to for_each_thread_rculock

[PATCH v4 00/12] crash: Rework and add arm64 crash hotplug support
 2026-09-08  7:23 UTC  (15+ messages)
` [PATCH v4 01/12] kexec: Record allocated CMA pages to fix release size mismatch
` [PATCH v4 02/12] kexec: Extract kexec_free_segment_cma() from kimage_free_cma()
` [PATCH v4 03/12] arm64: kexec_file: Fix CMA page leaks in segment placement retry loops
` [PATCH v4 04/12] arm64: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v4 05/12] LoongArch: kexec_file: Fix CMA page leaks in segment placement retry loops
` [PATCH v4 06/12] LoongArch: kexec_file: Fix elf_headers memory leak in retry loop
` [PATCH v4 07/12] crash: Extract crash_get_memory_ranges() helper
` [PATCH v4 08/12] crash: Fix TOCTOU race in crash memory range collection
` [PATCH v4 09/12] elf: Introduce elf64_phdr_size() helper
` [PATCH v4 10/12] crash: Introduce crash_extra_elfcorehdr_size() helper
` [PATCH v4 11/12] arm64: kexec_file: Simplify load_other_segments()
` [PATCH v4 12/12] arm64: crash: Add crash hotplug support

[syzbot] [fs?] general protection fault in configfs_depend_item_unlocked
 2026-09-08  7:08 UTC 

[BUG] ecryptfs leaks an inode on lookup failure -> kernel BUG in generic_shutdown_super()
 2026-09-08  4:50 UTC  (3+ messages)

[BUG] WARNING in ext4_journalled_invalidate_folio
 2026-09-08  4:11 UTC  (3+ messages)

[PATCH v4 0/2] f2fs: enable buffered RWF_DONTCACHE
 2026-09-08  3:55 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] f2fs: complete dropbehind write bios in task context
  ` [PATCH v5 2/2] f2fs: enable buffered RWF_DONTCACHE

[PATCH] isofs: fix Rock Ridge CE extent validation on multisession media
 2026-09-08  3:28 UTC  (3+ messages)

[PATCH v3 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-08  2:56 UTC  (6+ 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 10/14] mm/page-flags: introduce folio_test_fs_private()
` [PATCH v3 11/14] treewide: remove folio_set/clear_private()
` [PATCH v3 14/14] mm/page-flags: remove PG_private

[syzbot] [fs?] BUG: unable to handle kernel NULL pointer dereference in getname_kernel
 2026-09-08  1:21 UTC 

[PATCH 5.15.y 1/2] cifs: SMB1 split: connect.c
 2026-09-08  1:03 UTC 

[PATCH 5.15.y 1/2] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
 2026-09-08  0:20 UTC 

[PATCH 6.1.y 1/3] cifs: Scripted clean up fs/smb/client/fscache.h
 2026-09-07 23:20 UTC  (2+ messages)
  ` [PATCH 6.1.y 2/3] cifs: SMB1 split: connect.c

[PATCH 6.1.y 1/4] cifs: Remove the server pointer from smb_message
 2026-09-07 22:45 UTC  (3+ messages)
  ` [PATCH 6.1.y 2/4] cifs: Scripted clean up fs/smb/client/fscache.h
  ` [PATCH 6.1.y 3/4] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations

[PATCH 6.6.y 1/4] cifs: Scripted clean up fs/smb/client/fscache.h
 2026-09-07 21:36 UTC  (3+ messages)
  ` [PATCH 6.6.y 2/4] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
  ` [PATCH 6.6.y 3/4] cifs: SMB1 split: connect.c

deadlock from exec_update_lock and reading procfs
 2026-09-07 21:30 UTC  (3+ messages)

[PATCH v3 0/3] proc,security,selinux: let SELinux block FOLL_FORCE for /proc/self/mem
 2026-09-07 21:00 UTC  (4+ messages)
` [PATCH v3 1/3] proc: refactor /proc/$pid/mem to use struct as private_data
` [PATCH v3 2/3] proc: query LSMs for introspective mem access (if PROC_MEM_FORCE_ALWAYS)
` [PATCH v3 3/3] selinux: require PROCESS__PTRACE for FOLL_FORCE introspection

[PATCH 6.12.y 1/3] cifs: Scripted clean up fs/smb/client/fscache.h
 2026-09-07 20:00 UTC  (2+ messages)
  ` [PATCH 6.12.y 2/3] cifs: SMB1 split: connect.c

[PATCH 6.6.y 1/4] cifs: Remove the server pointer from smb_message
 2026-09-07 20:00 UTC  (3+ messages)
  ` [PATCH 6.6.y 2/4] cifs: Scripted clean up fs/smb/client/fscache.h
  ` [PATCH 6.6.y 3/4] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations

[PATCH] hfsplus: fix recursive tree_lock in hfsplus_file_extend()
 2026-09-07 17:26 UTC  (4+ messages)

[PATCH v2 2/5] proc/task_mmu: remove unnecessary inlines in function definitions
 2026-09-07 16:49 UTC  (2+ messages)

[PATCH v2 1/5] proc/task_mmu: remove unnecessary helpers
 2026-09-07 16:44 UTC  (2+ messages)

[PATCH] docs: locking: Fix bracket
 2026-09-07 16:43 UTC  (2+ messages)

[PATCH] isofs: convert the zisofs read path to use folios
 2026-09-07 15:16 UTC  (3+ messages)

[PATCH 6.18.y 2/4] cifs: Remove dead function prototypes
 2026-09-07 15:14 UTC  (2+ messages)
  ` [PATCH 6.18.y 3/4] cifs: Scripted clean up fs/smb/client/fscache.h

[PATCH 6.12.y 1/6] cifs: Remove the server pointer from smb_message
 2026-09-07 15:00 UTC  (4+ messages)
  ` [PATCH 6.12.y 3/6] cifs: Remove dead function prototypes
  ` [PATCH 6.12.y 4/6] cifs: Scripted clean up fs/smb/client/fscache.h
  ` [PATCH 6.12.y 5/6] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations

[PATCH 6.6.y 1/4] cifs: Scripted clean up fs/smb/client/fscache.h
 2026-09-07 14:39 UTC  (3+ messages)
  ` [PATCH 6.6.y 2/4] cifs: Scripted clean up fs/smb/client/fs_context.h
  ` [PATCH 6.6.y 3/4] cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h

[PATCH v2] nstree: check listing permission before taking a namespace reference
 2026-09-07 14:22 UTC 

[PATCH bpf-next v4 0/7] bpf: Add user memory access kfuncs for mm_struct
 2026-09-07 14:04 UTC  (6+ messages)
` [PATCH bpf-next v4 1/7] mm: Add copy_remote_mm_str()

[PATCH] man/man2: introduce man page for file_getattr/file_setattr syscalls
 2026-09-07 13:17 UTC 

[PATCH v3 0/8] Convert barrier pairs to acquire/release for better performance
 2026-09-07 12:59 UTC  (4+ messages)

[PATCH v3] block: Fix start and length check added to iov_iter_extract_bvecs()
 2026-09-07 12:21 UTC 

[PATCH 6.12.y 1/5] cifs: Scripted clean up fs/smb/client/cifs_unicode.h
 2026-09-07 11:47 UTC  (3+ messages)
  ` [PATCH 6.12.y 2/5] cifs: Scripted clean up fs/smb/client/fscache.h
  ` [PATCH 6.12.y 3/5] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations

[PATCH 6.18.y 1/5] cifs: Remove dead function prototypes
 2026-09-07 11:47 UTC  (4+ messages)
  ` [PATCH 6.18.y 2/5] cifs: Scripted clean up fs/smb/client/fscache.h
  ` [PATCH 6.18.y 3/5] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
  ` [PATCH 6.18.y 4/5] cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h

[PATCH 6.18.y 1/5] cifs: Remove dead function prototypes
 2026-09-07 11:47 UTC  (4+ messages)
  ` [PATCH 6.18.y 2/5] cifs: Scripted clean up fs/smb/client/fscache.h
  ` [PATCH 6.18.y 3/5] cifs: SMB1 split: Create smb1proto.h for SMB1 declarations
  ` [PATCH 6.18.y 4/5] cifs: SMB1 split: Separate out SMB1 decls into smb1proto.h

[PATCH] ovl: clean up dir on casefold mismatch
 2026-09-07 11:08 UTC  (3+ messages)

[PATCH 00/10] net: support thread-specific pidfds for send and connect
 2026-09-07 11:00 UTC  (11+ messages)
` [PATCH 06/10] af_unix: record the pid of the connecting thread
` [PATCH 07/10] net: add SO_PEERPIDFD_THREAD to get a thread-specific pidfd
` [PATCH 08/10] selftests/net: SO_PEERPIDFD_THREAD
` [PATCH 09/10] pidfs: record the coredump on the dumping thread's pid too
` [PATCH 10/10] selftests/coredump: check the dumping thread's pidfd

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


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