Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-07-27 21:24:46 to 2026-07-28 12:33:59 UTC [more...]

[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)

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

[PATCH] mm/filemap: __filemap_add_folio() restore index before retrying
 2026-07-28 10:24 UTC  (2+ 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  (3+ messages)
` [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] isofs: validate directory records in NFS get_parent
 2026-07-28  7:43 UTC  (3+ messages)
` [PATCH v2] isofs: validate directory records consistently

[PATCH 0/8] afs: Miscellaneous fixes
 2026-07-28  7:43 UTC  (3+ messages)
` [PATCH 7/8] vfs: Allow filesystems with foreign owner IDs to override UID checks

[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  (3+ 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)

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

[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 v4 00/21] iomap: convert to in-iter iomap_next() model
 2026-07-28  3:50 UTC  (26+ messages)
` [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 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

[PATCH v6 00/12] Use generic_file_read_iter() in hugetlbfs
 2026-07-28  3:19 UTC  (9+ messages)
` [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 10/12] hugetlb: Set mapping folio order

[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 v2 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by virt pgoff
 2026-07-27 21:26 UTC  (3+ messages)
` [PATCH v2 13/15] mm/vma: make MAP_PRIVATE-mapped /dev/zero mappings truly anonymous


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