Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-27 13:08:16 to 2026-07-28 18:24:04 UTC [more...]

[PATCH v4 00/21] iomap: convert to in-iter iomap_next() model
 2026-07-28 18:23 UTC  (33+ messages)
` [PATCH v4 01/21] iomap: split iomap_iter() logic into iomap_iter_next()
` [PATCH v4 02/21] iomap: decouple simple direct I/O reads from iomap_dio_rw
` [PATCH v4 03/21] iomap: use GFP_NOWAIT when application for iomap_dio_simple allocations
` [PATCH v4 04/21] iomap: add ->iomap_next()
` [PATCH v4 05/21] xfs: convert iomap ops to ->iomap_next()
` [PATCH v4 06/21] btrfs: "
` [PATCH v4 07/21] ntfs3: "
` [PATCH v4 08/21] ntfs: "
` [PATCH v4 09/21] ext4: "
` [PATCH v4 10/21] erofs: "
` [PATCH v4 11/21] zonefs: "
` [PATCH v4 12/21] ext2: "
` [PATCH v4 13/21] block: "
` [PATCH v4 14/21] f2fs: "
` [PATCH v4 15/21] gfs2: "
` [PATCH v4 16/21] hpfs: "
` [PATCH v4 17/21] fuse: "
` [PATCH v4 18/21] exfat: "
` [PATCH v4 19/21] iomap: remove ->iomap_begin()/->iomap_end() legacy path
` [PATCH v4 20/21] iomap: pass iomap_iter_next_fn directly instead of struct iomap_ops
` [PATCH v4 21/21] Documentation: iomap: update docs to reflect iomap_iter_next model

decouple simple direct I/O reads from iomap_dio_rw
 2026-07-28 17:46 UTC  (12+ messages)
` [PATCH 2/3] iomap: "
            ` selective Sashiko replies, was: "

[PATCH v1] audit: free proctitle in context so it can be set by fork
 2026-07-28 16:16 UTC  (2+ messages)

[PATCH v5] erofs: accept source file descriptor via fsconfig
 2026-07-28 16:05 UTC 

[PATCH] isofs: validate directory records in NFS get_parent
 2026-07-28 16:05 UTC  (5+ messages)
  ` [PATCH v2] isofs: validate directory records consistently

[PATCH] isofs: Drop support of directory entries straddling blocks
 2026-07-28 16:03 UTC 

[PATCH v2 0/3] mm: zswap: free cold writeback folios promptly
 2026-07-28 15:54 UTC  (9+ messages)
` [PATCH v2 1/3] mm: swap: move LRU insertion out of the swap cache allocator
` [PATCH v2 2/3] mm: swap: drop dropbehind swap cache folios on writeback completion
` [PATCH v2 3/3] mm: zswap: drop cold writeback folios via swap dropbehind

[PATCH] mm/filemap: __filemap_add_folio() restore index before retrying
 2026-07-28 15:29 UTC  (4+ messages)

[PATCH] udf: fix OOB read for a crafted unallocSpaceEntry
 2026-07-28 15:05 UTC  (2+ messages)

[PATCH 0/2] lockref tidy ups + touch ups to it's usage by dcache
 2026-07-28 14:33 UTC  (6+ messages)
` [PATCH 1/2] lockref: tidy up dead count handling
` [PATCH 2/2] dcache: use lockref routines for dead count checks

[syzbot] [fs?] KASAN: slab-use-after-free Read in configfs_dirent_is_ready
 2026-07-28 14:15 UTC 

[PATCH v3 0/2] vfs, afs, bash: Fix miscomparison of foreign user IDs in the VFS
 2026-07-28 14:13 UTC  (3+ messages)
` [PATCH v3 1/2] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH v3 2/2] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-28 14:09 UTC  (5+ messages)

[net-next v5 0/4] net: af_unix: useful handling of LSM denials on SCM_RIGHTS
 2026-07-28 14:05 UTC  (5+ messages)
` [net-next v5 1/4] net: af_unix: enable custom setsockopt for all socket types

[PATCH] binfmt_misc: don't leak the user namespace when the mount fails
 2026-07-28 13:48 UTC 

[syzbot] [fs?] possible deadlock in configfs_depend_item_unlocked
 2026-07-28 13:42 UTC 

[PATCH v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-28 13:40 UTC  (8+ messages)
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous

[syzbot] [fs?] possible deadlock in configfs_rmdir
 2026-07-28 13:31 UTC 

[PATCH] ntfs: simplify ntfs_reparse_set_native_symlink()
 2026-07-28 13:08 UTC  (2+ messages)

[PATCH RFC] mm/huge_memory: eliminate reference-counted huge zero folio
 2026-07-28 13:06 UTC 

[PATCH v4] erofs: accept source file descriptor via fsconfig
 2026-07-28 12:33 UTC  (7+ messages)

[PATCH 0/2] binfmt_misc: don't let an 'F' entry pin its own instance
 2026-07-28 12:26 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] selftests/exec: check that a binfmt_misc instance cannot be pinned

[BUG] ntfs: data race on ni->mrec between resident read path and MFT record mutation
 2026-07-28 10:42 UTC  (3+ messages)

[PATCH v4] hfsplus: validate B-tree record offset table
 2026-07-28 10:12 UTC  (2+ messages)
` [PATCH v5] "

[PATCH RFC v2 0/4] KVM: guest_memfd: folio migration for non-confidential VMs
 2026-07-28  9:05 UTC  (5+ messages)
` [PATCH RFC v2 1/4] mm: split AS_UNMOVABLE back out of AS_INACCESSIBLE
` [PATCH RFC v2 2/4] KVM: guest_memfd: implement folio migration for non-confidential VMs
` [PATCH RFC v2 3/4] KVM: guest_memfd: add GUEST_MEMFD_FLAG_MIGRATABLE
` [PATCH RFC v2 4/4] KVM: selftests: exercise guest_memfd folio migration

[PATCH] mm: do file ownership checks with the proper mount idmap
 2026-07-28  9:02 UTC  (3+ messages)

[PATCH 0/4] netfs: Miscellaneous fixes
 2026-07-28  8:36 UTC  (4+ messages)
` [PATCH 3/4] netfs: release readahead folios on iterator preparation failure
` [PATCH 4/4] netfs: Fix folio_queue ENOMEM in writeback by adding a mempool

[PATCH] seq_file: rename mangle_path to seq_mangle_path
 2026-07-28  8:30 UTC  (2+ messages)

[BUG] fsnotify: concurrent mark updates can publish a stale aggregate mask and lose events
 2026-07-28  8:00 UTC 

[PATCH v3] lib: test bitmap vs IDA vs Maple Tree performance for region allocations
 2026-07-28  7:47 UTC  (2+ messages)

[PATCH 0/8] afs: Miscellaneous fixes
 2026-07-28  7:43 UTC  (11+ messages)
` [PATCH 1/8] afs: Fix afs_fs_fetch_data() to set call->async
` [PATCH 2/8] afs: Fix afs_fs_fetch_data() to subtract transferred from len
` [PATCH 3/8] afs: Fix UAF when sending a message
` [PATCH 4/8] afs: Fix missing kunmap in afs_dir_search_bucket()
` [PATCH 5/8] afs: Fix afs_edit_dir_remove() to get, not find, block 0
` [PATCH 6/8] afs: Fix double-unmap of directory block
` [PATCH 7/8] vfs: Allow filesystems with foreign owner IDs to override UID checks
` [PATCH 8/8] afs, bash: Fix open(O_CREAT) on an extant AFS file in a sticky dir

[RFC PATCH v 0/1] pipe: only enable the extra wake_up(rd_wait) for edge-triggered consumers
 2026-07-28  7:41 UTC  (4+ messages)
` [RFC PATCH v2 "

[PATCH] freevxfs: fix off-page read on a crafted dirblock
 2026-07-28  7:24 UTC  (2+ messages)

[PATCH 0/3] afs: Miscellaneous fixes
 2026-07-28  7:21 UTC 

[PATCH] pidfs: preserve thread pidfds reopened by file handle
 2026-07-28  6:47 UTC  (5+ messages)

[PATCH 0/5] rust: sync: add WaitQueue infrastructure
 2026-07-28  6:11 UTC  (6+ messages)
` [PATCH 3/5] "

lazy bounce buffering for checksummed reads
 2026-07-28  4:59 UTC  (7+ messages)
  ` [PATCH 20/22] xfs: add support for lazy direct read bounce buffering
  ` [PATCH 12/22] iomap: better read bounce buffering support

[PATCH v6 1/4] block: add task-context bio completion infrastructure
 2026-07-28  4:10 UTC  (11+ messages)

[PATCH 0/6] hfsplus: convert regular file I/O to iomap-based operations
 2026-07-28  3:58 UTC  (9+ messages)
` [PATCH 3/6] hfsplus: take the bitmap page lock for allocate/free
` [PATCH 4/6] hfsplus: add iomap operations for regular file data

[PATCH 0/2] nilfs2: convert O_DIRECT reads to iomap
 2026-07-28  3:54 UTC  (6+ messages)
` [PATCH 1/2] nilfs2: add iomap operations for direct I/O reads

decouple simple direct I/O reads from iomap_dio_rw v2
 2026-07-28  3:52 UTC  (5+ messages)
` [PATCH 2/3] iomap: decouple simple direct I/O reads from iomap_dio_rw

[PATCH v6 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-28  3:19 UTC  (21+ messages)
` [PATCH v6 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v6 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v6 03/12] hugetlb: Mark some function arguments as const
` [PATCH v6 04/12] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v6 05/12] hugetlb: Use the has_hwpoisoned flag
` [PATCH v6 06/12] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v6 07/12] mm: Check individual hugetlb pages for poison
` [PATCH v6 08/12] filemap: Add hwpoison handling to filemap_read()
` [PATCH v6 09/12] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v6 10/12] hugetlb: Set mapping folio order
` [PATCH v6 11/12] filemap: Add support for authoritative mappings
` [PATCH v6 12/12] hugetlb: replace hugetlbfs_read_iter() with generic_file_read_iter()

[linux-next:master] [mm] 7b32f64bc5: pts.svt-av1.Preset13.Bosphorus4K.frames_per_second 45.8% regression
 2026-07-28  2:22 UTC  (3+ messages)

[PATCH] fs: hfsplus: remove redundant NULL check before kfree()
 2026-07-28  1:57 UTC  (4+ messages)

[PATCH RFC] xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()
 2026-07-28  1:51 UTC 

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-07-28  1:27 UTC  (11+ messages)
` [PATCH v6 01/22] firmware: arm_scmi: Add new SCMIv4.0 error codes definitions
` [PATCH v6 02/22] firmware: arm_scmi: Allow registration of unknown-size events/reports
` [PATCH v6 03/22] firmware: arm_scmi: Introduce protocol instance notifiers
` [PATCH v6 05/22] include: trace: Add Telemetry trace events
` [PATCH v6 06/22] firmware: arm_scmi: Add basic Telemetry support

[PATCH 2/3] vfs: call audit_inode_child() in lookup_open() on failure
 2026-07-27 21:59 UTC  (3+ messages)

[PATCH v3 00/24] binfmt_misc: write access fixes, RCU handler lookup and cleanups
 2026-07-27 21:58 UTC  (9+ messages)
` [PATCH v3 03/24] binfmt_misc: reject a flag character as the field delimiter
` [PATCH v3 09/24] binfmt_misc: rename Node to struct binfmt_misc_entry

[PATCH] fuse: mark DAX VMA page protections as decrypted
 2026-07-27 21:07 UTC 

[PATCH v5 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-27 19:40 UTC  (12+ messages)
` [PATCH v5 01/12] memory-failure: Fix hardware poison check in unpoison_memory() again
` [PATCH v5 02/12] mm: Rename folio_contain_hwpoison_page() to folio_has_hwpoison_page()
` [PATCH v5 05/12] hugetlb: Use the has_hwpoisoned flag
` [PATCH v5 06/12] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v5 11/12] filemap: Add support for authoritative mappings

[PATCH] super: fix emergency thaw deadlock on frozen block devices
 2026-07-27 19:13 UTC 

[PATCH v2] audit: add FSCONFIG auxiliary record to log filesystem configuration
 2026-07-27 17:37 UTC 

[PATCH RFC 00/11] mm: distinguish PTE table storage from PTE values
 2026-07-27 16:47 UTC  (12+ messages)
` [PATCH RFC 01/11] mm: introduce hw_pte_t for PTE table storage
` [PATCH RFC 02/11] mm: make hw_pte_t visible to generic PTE interfaces
` [PATCH RFC 03/11] mm: name pointers to copied PTE values ptentp
` [PATCH RFC 04/11] mm: use hw_pte_t for generic PTE table storage
` [PATCH RFC 05/11] mm: convert PTE table entries in ptep_get()
` [PATCH RFC 06/11] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH RFC 07/11] mm/mremap: use ptep_get() for the destination PTE
` [PATCH RFC 08/11] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH RFC 09/11] misc/sgi-gru: use ptep_get() for page-table reads
` [PATCH RFC 10/11] parisc: use hw_pte_t for the data-break callback
` [PATCH RFC 11/11] xen: use hw_pte_t for PTE range callbacks

[PATCH] udf: Fix i_lenExtents truncation on 32-bit kernels
 2026-07-27 15:53 UTC  (2+ messages)

[PATCH v5 0/20] fs: Fix missed inode write during fsync
 2026-07-27 15:51 UTC  (2+ messages)

[PATCH v6 22/22] [RFC] tools/scmi: Add SCMI Telemetry testing tool
 2026-07-27 15:22 UTC 

[PATCH v6 21/22] [RFC] Documentation: Add SCMI System Telemetry documentation
 2026-07-27 15:21 UTC 

[PATCH v6 19/22] firmware: arm_scmi: Add System Telemetry driver
 2026-07-27 15:20 UTC 

[PATCH v6 18/22] uapi: Add ARM SCMI Telemetry definitions
 2026-07-27 15:19 UTC 

[PATCH v2 0/3] Bring includes in linux/kmod.h up to date
 2026-07-27 14:58 UTC  (4+ messages)
` [PATCH v2 2/3] time/jiffies: Include linux/sysctl.h for proc_int_u2k_conv_uop(),

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-07-27 14:54 UTC 

[PATCH v3 0/2] io_uring: add fremovexattr and flistxattr support
 2026-07-27 14:46 UTC  (3+ messages)
` [PATCH v3 1/2] fs: make file_listxattr and file_removexattr helpers non-static

[PATCH] isofs: release zisofs block pointer buffer head
 2026-07-27 14:42 UTC  (2+ messages)

[PATCH v6 00/22] Introduce SCMI Telemetry support
 2026-07-27 14:28 UTC 

[PATCH] fs/super: fix emergency thaw double-unlock of s_umount
 2026-07-27 14:24 UTC  (2+ messages)

[PATCH v4 0/21] fs: Fix missed inode write during fsync
 2026-07-27 14:21 UTC  (4+ messages)

[PATCH 0/5] mm: add basic PTE const type-safety
 2026-07-27 13:44 UTC  (3+ messages)
` [PATCH 1/5] mm: constify generic pte_get*()

[PATCH/RFC] btrfs: fix folio lock leak in writepage_delalloc() for folios dirtied behind btrfs' back
 2026-07-27 12:59 UTC  (8+ messages)


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