Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-05-28 17:32:01 to 2026-05-30 02:53:31 UTC [more...]

[PATCH v4 00/23] ext4: use iomap for regular file's buffered I/O path
 2026-05-30  2:53 UTC  (12+ messages)
` [PATCH v4 08/23] ext4: implement buffered write path using iomap
` [PATCH v4 09/23] ext4: implement writeback "
` [PATCH v4 17/23] ext4: submit zeroed post-EOF data immediately in the iomap buffered I/O path

[PATCH] fuse: disable default bdi strictlimiting
 2026-05-30  2:15 UTC  (10+ messages)

[PATCH v3 0/2] fanotify: lift pidfd reporting restrictions
 2026-05-30  1:37 UTC  (3+ messages)
` [PATCH v3 1/2] fanotify: report thread pidfds for FAN_REPORT_TID
` [PATCH v3 2/2] fanotify: allow reporting pidfds for reaped tasks

[PATCH] netfs: Fix UAF in netfs_unbuffered_write() on failed preparation
 2026-05-30  1:14 UTC 

[PATCH v4] exfat: preserve benign secondary entries during rename and move
 2026-05-30  0:22 UTC  (3+ messages)
` [PATCH v5] "

[PATCH] ntfs: not change 0-byte $DATA attribute to non-resident
 2026-05-30  0:21 UTC  (2+ messages)

[PATCH V2 0/7] Fixes to the previously-merged drivers/dax/fsdev series
 2026-05-30  0:04 UTC  (10+ messages)
  ` [PATCH V2 1/7] dax: fix misleading comment about share/index union in dax_folio_reset_order()
  ` [PATCH V2 2/7] dax/fsdev: fix multi-range offset, vmemmap_shift leak, and probe error cleanup
  ` [PATCH V2 3/7] dax/fsdev: fix kaddr for multi-range and fail probe on invalid pgmap offset

[PATCH] fs/proc/task_mmu: do not warn on seeing non-migration pmd entry
 2026-05-29 23:36 UTC  (3+ messages)

[PATCH v4 00/11] Kernel API Specification Framework
 2026-05-29 23:33 UTC  (12+ messages)
` [PATCH v4 01/11] kernel/api: introduce kernel API specification framework
` [PATCH v4 02/11] kernel/api: enable kerneldoc-based API specifications
` [PATCH v4 03/11] kernel/api: add debugfs interface for kernel "
` [PATCH v4 04/11] tools/kapi: add kernel API specification extraction tool
` [PATCH v4 05/11] kernel/api: add API specification for sys_open
` [PATCH v4 06/11] kernel/api: add API specification for sys_close
` [PATCH v4 07/11] kernel/api: add API specification for sys_read
` [PATCH v4 08/11] kernel/api: add API specification for sys_write
` [PATCH v4 09/11] kernel/api: add runtime verification selftest
` [PATCH v4 10/11] kernel/api: add API specification for sys_madvise
` [PATCH v4 11/11] kernel/api: add syscall enter/exit tracepoints

[PATCH] hfs: reject volume bitmaps overlapping the MDB
 2026-05-29 23:23 UTC  (4+ messages)
` [PATCH v2] hfs: prevent MDB and bitmap buffer_head aliasing
    ` [EXTERNAL] "

[PATCH] include/linux/splice.h: trivial fix: declerations -> declarations
 2026-05-29 22:58 UTC 

[PATCH RFC 00/11] mm/filemap: split out folio wait and VFS code
 2026-05-29 22:54 UTC  (5+ messages)

[PATCH vfs-7.2.xattr v2] bpf: Add simple xattr support to bpffs
 2026-05-29 22:12 UTC 

[PATCH v3] loop: Fix NULL pointer dereference in lo_rw_aio()
 2026-05-29 22:05 UTC  (5+ messages)

[PATCH] man/man2/fanotify_mark.2: AT_FDCWD plus NULL path doesn't work
 2026-05-29 21:45 UTC  (3+ messages)

[PATCH v2] jbd2: Remove special jbd2 slabs
 2026-05-29 21:09 UTC  (2+ messages)

[PATCH v6 0/4] block: enable RWF_DONTCACHE for block devices
 2026-05-29 20:46 UTC  (8+ messages)
` [PATCH v6 1/4] block: add task-context bio completion infrastructure

[BUG] KASAN: slab-use-after-free in cdev_put
 2026-05-29 20:15 UTC 

[syzbot] [netfs?] KASAN: slab-use-after-free Read in netfs_unbuffered_write
 2026-05-29 20:01 UTC 

[syzbot] [hfs?] WARNING in hfsplus_bnode_create (2)
 2026-05-29 20:01 UTC 

[PATCH] vfs: document locking for mnt_notify_add()
 2026-05-29 19:38 UTC 

[PATCH 1/6] fs/proc/task_mmu: fix make_uffd_wp_huge_pte() prot-update race
 2026-05-29 17:23 UTC  (3+ messages)
` [PATCH 2/6] fs/proc/task_mmu: use huge_page_size() in pagemap_scan_hugetlb_entry()
` [PATCH 3/6] fs/proc/task_mmu: fix hugetlb self-deadlock in pagemap_scan_pte_hole()

context switch within RCU read-side critical section in next-20260518+ with PREEMPT_RT
 2026-05-29 17:20 UTC  (11+ messages)

[PATCH v4 0/3] revamp fs/filesystems.c
 2026-05-29 17:18 UTC  (4+ messages)
` [PATCH v4 1/3] proc: allow to mark /proc files permanent outside of fs/proc/
` [PATCH v4 2/3] fs: RCU-ify filesystems list
` [PATCH v4 3/3] fs: cache the string generated by reading /proc/filesystems

[BUG] efs: divide error in efs_iget() on mount of crafted image
 2026-05-29 17:02 UTC 

[PATCH v2 0/3] bpf: cgroup: fix sysctl new-value handling in __cgroup_bpf_run_filter_sysctl
 2026-05-29 16:45 UTC  (11+ messages)
` [PATCH v2 1/3] bpf: cgroup: use kvfree() for replaced sysctl write buffer
` [PATCH v2 2/3] bpf: cgroup: NUL-terminate replaced sysctl value
` [PATCH v2 3/3] bpf: cgroup: restore sysctl new-value replacement

[PATCH 0/15] mm: introduce ANON_VMA_LAZY for deferred anon_vma creation
 2026-05-29 15:40 UTC  (12+ messages)

[PATCH RFC v3 00/26] fs,kthread: start all kthreads in nullfs
 2026-05-29 14:55 UTC  (3+ messages)
` [PATCH RFC v3 26/26] fs: stop rewriting paths for PF_EXITING | PF_DUMPCORE

[PATCH] eventpoll: restore EP_UNACTIVE_PTR sentinel for ctx->tfile_check_list
 2026-05-29 14:25 UTC 

[PATCH v6 0/2] mm: improve large folio readahead for exec memory
 2026-05-29 14:11 UTC  (10+ messages)
` [PATCH v6 1/2] mm: bypass mmap_miss heuristic for VM_EXEC readahead
` [PATCH v6 2/2] mm: use mapping_max_folio_order() for force_thp_readahead order

Moving quota and ustat() to holder ops
 2026-05-29 13:56 UTC  (2+ messages)

[PATCH] famfs: FUSE_GET_DAXDEV -> FUSE_DEV_IOC_BACKING_OPEN
 2026-05-29 13:43 UTC 

[PATCH v2] eventpoll: fix use-after-free in clear_tfile_check_list()
 2026-05-29 13:14 UTC  (3+ messages)

[PATCH v3] eventpoll: fix use-after-free in clear_tfile_check_list()
 2026-05-29 13:12 UTC 

[PATCH] fanotify: report thread pidfds for FAN_REPORT_TID
 2026-05-29 10:32 UTC  (5+ messages)
` [PATCH v2] "

[BUG] iomap: NULL dereference in iomap_finish_folio_read after deferred failed read
 2026-05-29 10:24 UTC  (5+ messages)

[PATCH] fs/namespace: notify pollers of legacy propagation changes
 2026-05-29 10:23 UTC  (2+ messages)

[BUG] ocfs2: NULL osb->journal deref via ocfs2_checkpoint_inode on unmount
 2026-05-29 10:12 UTC  (2+ messages)

[RFC PATCH v5 0/2] vfs: add O_CREAT|O_DIRECTORY to open*(2)
 2026-05-29  9:37 UTC  (9+ messages)
` [RFC PATCH v5 1/2] "

[hare-scsi-devel:configfs-ns.v5] [fs/configfs] 7aae6b1018: Oops:general_protection_fault,probably_for_non-canonical_address#:#[##]SMP_KASAN_PTI
 2026-05-29  8:59 UTC 

[PATCH v6 1/4] block: add task-context bio completion infrastructure
 2026-05-29  8:49 UTC  (3+ messages)

[PATCH v2 0/4] super: retire sget()
 2026-05-29  8:43 UTC  (5+ messages)
` [PATCH v2 1/4] ext4: convert extents KUnit test to sget_fc()
` [PATCH v2 2/4] ext4: convert mballoc "
` [PATCH v2 3/4] smb: client: convert cifs_smb3_do_mount() "
` [PATCH v2 4/4] fs: retire sget()

[PATCH 1/2] vfs: make LAST_XXX private to fs/namei.c
 2026-05-29  7:47 UTC  (6+ messages)
` [PATCH 2/2] vfs: replace ints with enum last_type for LAST_XXX

[PATCH] jbd2: update outdated comment for jbd2_journal_try_to_free_buffers()
 2026-05-29  7:44 UTC  (2+ messages)

[PATCH v2] f2fs: another way to set large folio by remembering inode number
 2026-05-29  5:36 UTC  (16+ messages)
        ` [f2fs-dev] "

[PATCH] eventpoll: fix use-after-free in clear_tfile_check_list()
 2026-05-29  4:16 UTC  (3+ messages)

Re: [PATCH v1] fs: fix two spelling mistakes in comments
 2026-05-29  4:08 UTC 

[PATCH 0/2] fuse: fix and optimize parallel writes on passthrough mounts
 2026-05-29  3:19 UTC  (3+ messages)
` [PATCH 1/2] fuse: fix FOPEN_PARALLEL_DIRECT_WRITES being ignored for passthrough writes
` [PATCH 2/2] fuse: reduce fi->lock contention on parallel direct I/O

[BUG] 9p filesystem does not honor turning off O_APPEND if a file handle is opened with O_APPEND
 2026-05-29  1:49 UTC 

[BUG] ntfs3: KASAN null-ptr-deref in ntfs_iget5 (fs/ntfs3/inode.c:543) on mount
 2026-05-29  1:21 UTC 

[PATCH 6.6 129/186] netfs: Fix overrun check in netfs_extract_user_iter()
 2026-05-28 19:50 UTC 

[BUG] gfs2: list_del corruption of i_rwsem.wait_list during unlinkat
 2026-05-28 20:46 UTC 

[PATCH 6.12 190/272] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
 2026-05-28 19:49 UTC  (10+ messages)
` [PATCH 6.12 191/272] netfs: Fix overrun check in netfs_extract_user_iter()
` [PATCH 6.12 192/272] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH 6.12 193/272] netfs: Defer the emission of trace_netfs_folio()
` [PATCH 6.12 194/272] netfs: Fix streaming write being overwritten
` [PATCH 6.12 195/272] netfs: Fix potential deadlock in write-through mode
` [PATCH 6.12 196/272] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH 6.12 197/272] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH 6.12 198/272] netfs: Fix partial invalidation of streaming-write folio
` [PATCH 6.12 201/272] netfs: Fix folio->private handling in netfs_perform_write()

[PATCH 6.18 233/377] netfs: Fix cancellation of a DIO and single read subrequests
 2026-05-28 19:48 UTC  (17+ messages)
` [PATCH 6.18 234/377] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH 6.18 235/377] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 6.18 236/377] netfs: Fix overrun check in netfs_extract_user_iter()
` [PATCH 6.18 237/377] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH 6.18 238/377] netfs: Defer the emission of trace_netfs_folio()
` [PATCH 6.18 239/377] netfs: Fix streaming write being overwritten
` [PATCH 6.18 240/377] netfs: Fix potential deadlock in write-through mode
` [PATCH 6.18 241/377] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH 6.18 242/377] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH 6.18 243/377] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH 6.18 244/377] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH 6.18 245/377] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH 6.18 246/377] netfs: Fix partial invalidation of streaming-write folio
` [PATCH 6.18 247/377] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH 6.18 248/377] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH 6.18 249/377] netfs, afs: Fix write skipping in dir/link writepages

[PATCH 7.0 250/461] netfs: Fix cancellation of a DIO and single read subrequests
 2026-05-28 19:48 UTC  (23+ messages)
` [PATCH 7.0 251/461] netfs: Fix missing locking around retry adding new subreqs
` [PATCH 7.0 252/461] netfs: Fix missing barriers when accessing stream->subrequests locklessly
` [PATCH 7.0 253/461] netfs: Fix netfs_read_to_pagecache() to pause on subreq failure
` [PATCH 7.0 254/461] netfs: Fix potential for tearing in ->remote_i_size and ->zero_point
` [PATCH 7.0 255/461] netfs: Fix zeropoint update where i_size > remote_i_size
` [PATCH 7.0 256/461] netfs: fix VM_BUG_ON_FOLIO() issue in netfs_write_begin() call
` [PATCH 7.0 257/461] netfs: Fix overrun check in netfs_extract_user_iter()
` [PATCH 7.0 258/461] netfs: Fix netfs_invalidate_folio() to clear dirty bit if all changes gone
` [PATCH 7.0 259/461] netfs: Defer the emission of trace_netfs_folio()
` [PATCH 7.0 260/461] netfs: Fix streaming write being overwritten
` [PATCH 7.0 261/461] netfs: Fix potential deadlock in write-through mode
` [PATCH 7.0 262/461] netfs: Fix read-gaps to remove netfs_folio from filled folio
` [PATCH 7.0 263/461] netfs: Fix write streaming disablement if fd open O_RDWR
` [PATCH 7.0 264/461] netfs: Fix early put of sink folio in netfs_read_gaps()
` [PATCH 7.0 265/461] netfs: Fix leak of request in netfs_write_begin() error handling
` [PATCH 7.0 266/461] netfs: Fix potential UAF in netfs_unlock_abandoned_read_pages()
` [PATCH 7.0 267/461] netfs: Fix partial invalidation of streaming-write folio
` [PATCH 7.0 268/461] netfs: Fix folio->private handling in netfs_perform_write()
` [PATCH 7.0 269/461] netfs: Fix netfs_read_folio() to wait on writeback
` [PATCH 7.0 270/461] netfs, afs: Fix write skipping in dir/link writepages
` [PATCH 7.0 271/461] afs: Fix the locking used by afs_get_link()
` [PATCH 7.0 377/461] cifs: Fix undefined variables

[RFC PATCH v1 00/13] exec: add spawn templates for repeated executable startup
 2026-05-28 18:27 UTC  (2+ messages)

[PATCH v5 0/8] lsm: Replace security_sb_mount with granular mount hooks
 2026-05-28 18:26 UTC  (9+ messages)
` [PATCH v5 1/8] lsm: Add "
` [PATCH v5 2/8] apparmor: Remove redundant MS_MGC_MSK stripping in apparmor_sb_mount
` [PATCH v5 3/8] apparmor: Convert from sb_mount to granular mount hooks
` [PATCH v5 4/8] selinux: "
` [PATCH v5 5/8] landlock: "
` [PATCH v5 6/8] tomoyo: "
` [PATCH v5 7/8] vfs: Replace security_sb_mount/security_move_mount with granular hooks
` [PATCH v5 8/8] lsm: Remove security_sb_mount and security_move_mount

[PATCH v2 00/10] fanotify namespace monitoring
 2026-05-28 17:52 UTC  (6+ messages)
` [PATCH v2 07/10] fanotify: gate fs events checks in fanotify_mark() by group type

[PATCH v2 00/34] Remove b_end_io from struct buffer_head
 2026-05-28 17:31 UTC  (7+ messages)
` [PATCH v2 16/34] jbd2: Convert journal commit to bh_submit()
` [PATCH v2 18/34] ocfs2: Convert ocfs2_write_block "
` [PATCH v2 20/34] ocfs2: Convert ocfs2_read_blocks "
` [PATCH v2 21/34] ocfs2: Convert ocfs2_write_super_or_backup "
` [PATCH v2 28/34] nilfs2: Convert nilfs_gccache_submit_read_data "
` [PATCH v2 34/34] buffer: Remove end_buffer_write_sync()


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