Linux filesystem development
 help / color / mirror / Atom feed
 messages from 2026-08-03 12:06:00 to 2026-08-04 15:47:30 UTC [more...]

[RFC PATCH v1 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
 2026-08-04 15:47 UTC  (11+ messages)
` [RFC PATCH v1 1/3] blk-cgroup: add helpers for bio cgroup state
` [RFC PATCH v1 2/3] blk-cgroup: store blkcg in bio instead of blkg
` [RFC PATCH v1 3/3] blk-cgroup: move async bio punt state to blkcg

[PATCH v8 00/15] Use generic_file_read_iter() in hugetlbfs
 2026-08-04 15:46 UTC  (25+ messages)
` [PATCH v8 02/15] memory-failure: Prevent hugetlb freeing during unpoisoning
` [PATCH v8 04/15] hugetlb: Mark some function arguments as const
` [PATCH v8 05/15] guest_memfd: Use folio_has_hwpoisoned_page()
` [PATCH v8 06/15] kpageflags: Use is_page_hwpoison() to set KPF_HWPOISON
` [PATCH v8 07/15] hugetlb: Move poison to pages before clearing hugetlb page type
` [PATCH v8 08/15] hugetlb: Use the has_hwpoisoned flag
` [PATCH v8 09/15] mm: Remove locking mf_mutex in is_raw_hwpoison_page_in_hugepage()
` [PATCH v8 10/15] mm: Check individual hugetlb pages for poison
` [PATCH v8 12/15] filemap: Remove checks in mapping_set_folio_order_range()
` [PATCH v8 13/15] hugetlb: Set mapping folio order
` [PATCH v8 14/15] filemap: Add support for authoritative mappings

[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
 2026-08-04 14:59 UTC  (4+ messages)
` [PATCH v4 2/5] iomap: support invalidating partial folios

[PATCH 00/19] buffer: stop clearing BH_Uptodate when a write fails
 2026-08-04 14:07 UTC  (35+ messages)
` [PATCH 01/19] buffer_head: Remove b_page
` [PATCH 02/19] buffer: allow a buffer_head to point at memory outside the page cache
` [PATCH 03/19] jbd2: point the shadow buffer at the frozen data directly
` [PATCH 04/19] buffer: clear BH_Write_EIO when a buffer is forgotten
` [PATCH 05/19] buffer: discard BH_Write_EIO along with the rest of the buffer state
` [PATCH 06/19] buffer: detect metadata write errors with buffer_write_io_error()
` [PATCH 08/19] ext2: check for an xattr block write error "
` [PATCH 12/19] ext4: check for a metadata "
` [PATCH 13/19] ocfs2: "
` [PATCH 14/19] ocfs2: check for a stale write error before reusing a metadata buffer
` [PATCH 16/19] jbd2: report journal write errors with BH_Write_EIO
` [PATCH 17/19] jbd2: assert on a failed write, not on a buffer that is not up to date
` [PATCH 18/19] ext4, jbd2: report fast commit write errors with BH_Write_EIO
` [PATCH 19/19] buffer: stop clearing BH_Uptodate when a write fails

[PATCH] binfmt_elf_fdpic: only honour the first PT_INTERP
 2026-08-04 13:56 UTC  (3+ messages)

fix fs-integrity for non-PI metadata v3
 2026-08-04 13:22 UTC  (8+ messages)
` [PATCH 1/3] block: remove bip_should_check
` [PATCH 2/3] block: lift BIP_CHECK_FLAGS to include/linux/bio-integrity.h
` [PATCH 3/3] block: handle nogenerate/noverify properly in fs-integrity

[PATCH v2 0/6] mm: add basic PTE const type-safety
 2026-08-04 13:09 UTC  (27+ messages)
` [PATCH v2 1/6] mm/arm64: constify pte_get*() and contpte get logic
` [PATCH v2 2/6] parisc: Drop own implementations for ptep_get() and ptep_test_and_clear_young()
` [PATCH v2 3/6] mm/powerpc/8xx: constify ptep_get() argument
` [PATCH v2 4/6] mm/s390: "
` [PATCH v2 5/6] mm: constify generic pte_get*()
` [PATCH v2 6/6] mm: constify the pte_offset_map_ro_nolock() return value

[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
 2026-08-04 13:03 UTC  (5+ messages)
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback

[PATCH v3] iomap: follow the alignment requirement for iomap_dio_hole_iter()
 2026-08-04 13:01 UTC  (2+ messages)

[PATCH v2] block: split out a new blk_plug.h header
 2026-08-04 13:00 UTC  (2+ messages)

fixes for iomap_bio_read_folio_range_sync
 2026-08-04 12:43 UTC  (3+ messages)
` [PATCH 1/2] iomap: don't free integrity payload that doesn't exist
` [PATCH 2/2] iomap: iomap_bio_read_folio_range_sync is missing a call to bio_uninit

[BUG] ext4: NULL/invalid pointer dereference in ext4_writepages() during generic/039
 2026-08-04 11:48 UTC  (5+ messages)

[PATCH v8 00/25] netfs: Keep track of folios in a segmented bio_vec[] chain
 2026-08-04 10:02 UTC  (26+ messages)
` [PATCH v8 01/25] mm: Make readahead store folio count in readahead_control
` [PATCH v8 02/25] netfs: Bulk load the readahead-provided folios up front
` [PATCH v8 03/25] Add a function to kmap one page of a multipage bio_vec
` [PATCH v8 04/25] iov_iter: Make iov_iter_get_pages*() wrap iov_iter_extract_pages()
` [PATCH v8 05/25] iov_iter: Add a segmented queue of bio_vec[]
` [PATCH v8 06/25] netfs: Add some tools for managing bvecq chains
` [PATCH v8 07/25] netfs: Make mempool available for bvecq
` [PATCH v8 08/25] netfs: Add a function to extract from an iter into a bvecq
` [PATCH v8 09/25] afs: Use a bvecq to hold dir content rather than folioq
` [PATCH v8 10/25] cifs: Use a bvecq for buffering instead of a folioq
` [PATCH v8 11/25] smbdirect: Support ITER_BVECQ in smbdirect_map_sges_from_iter()
` [PATCH v8 12/25] netfs: Remove the writethrough code
` [PATCH v8 13/25] cachefiles,netfs: sunset ondemand mode
` [PATCH v8 14/25] cachefiles: Don't rely on backing fs storage map for most use cases
` [PATCH v8 15/25] netfs: Add the cache object ID to netfs_read/write tracepoints
` [PATCH v8 16/25] netfs: Switch to using bvecq rather than folio_queue and rolling_buffer
` [PATCH v8 17/25] smbdirect: Remove support for ITER_FOLIOQ from smbdirect_map_sges_from_iter()
` [PATCH v8 18/25] netfs: Remove netfs_alloc/free_folioq_buffer()
` [PATCH v8 19/25] netfs: Remove netfs_extract_user_iter()
` [PATCH v8 20/25] iov_iter: Remove ITER_FOLIOQ
` [PATCH v8 21/25] netfs: Remove folio_queue and rolling_buffer
` [PATCH v8 22/25] netfs: Check for too much data being read
` [PATCH v8 23/25] netfs: Limit the minimum trigger for progress reporting
` [PATCH v8 24/25] netfs: Combine prepare and issue ops and grab the buffers on request
` [PATCH v8 25/25] cachefiles: Preset the state xattr when creating a new file

[PATCH v6] erofs: accept source file descriptor via fsconfig
 2026-08-04  9:58 UTC  (2+ messages)

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-08-04  9:32 UTC  (8+ messages)
` [PATCH RFC 07/14] fs/erofs: mm/pagemap: add readahead_folio_reverse() to avoid folio->private

[PATCH 1/1] ntfs: add ioctl support for named data streams
 2026-08-04  9:10 UTC  (4+ messages)

[PATCH v5 00/16] Add dmabuf read/write via io_uring
 2026-08-04  8:41 UTC  (7+ messages)
` [PATCH v5 02/16] iov_iter: add iterator type for dmabuf maps
  ` [PATCH v5 09/16] nvme-pci: implement dma-buf backed requests

[PATCH] freevxfs: fix off-page read on a crafted dirblock
 2026-08-04  7:00 UTC  (2+ messages)
` [PATCH v2] freevxfs: fix off-page reads in the directory walkers

[PATCH v5] erofs: accept source file descriptor via fsconfig
 2026-08-04  6:06 UTC  (5+ messages)

[PATCH v4] erofs: reuse superblock for file-backed mounts
 2026-08-04  6:00 UTC 

[PATCH] squashfs: avoid thundering-herd cache wakeups
 2026-08-03 16:35 UTC  (6+ messages)

[PATCH] fs: fix user path of nested backing files
 2026-08-04  3:42 UTC 

[PATCH v2 0/2] Honor XA_FLAGS_ACCOUNT in xas_split_alloc() and charge to folio's memcg
 2026-08-04  3:09 UTC  (12+ messages)
` [PATCH v2 1/2] mm/huge_memory: use folio's memcg inside __folio_split()
` [PATCH v2 2/2] xarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()

[syzbot] [fuse?] KASAN: slab-use-after-free Read in fuse_copy_do
 2026-08-04  1:22 UTC 

[PATCH v6] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-04  0:17 UTC 

[PATCH v2] fstests: add a dio-read-into-mmap and sync race test case
 2026-08-03 23:54 UTC 

[PATCH] f2fs: use the mount idmap for the owner check in f2fs_xattr_advise_set()
 2026-08-03 23:33 UTC  (5+ messages)
  ` [f2fs-dev] "

[PATCH v5] coredump: Add bit 9 of coredump_filter for pre-exit files before dumping
 2026-08-03 20:49 UTC  (2+ messages)

[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
 2026-08-03 20:08 UTC  (22+ messages)
` [PATCH v14 01/21] fsverity: report validation errors through fserror to fsnotify
` [PATCH v14 02/21] fsverity: expose ensure_fsverity_info()
` [PATCH v14 03/21] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v14 04/21] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v14 05/21] fsverity: improve flushing performance of fsverity_fill_zerohash
` [PATCH v14 06/21] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v14 07/21] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v14 08/21] xfs: introduce fsverity on-disk changes
` [PATCH v14 09/21] xfs: don't allow to enable DAX on fs-verity sealed inode
` [PATCH v14 10/21] xfs: disable direct read path for fs-verity files
` [PATCH v14 11/21] xfs: don't report dio_mem_align and dio_offset_align for fsverity files
` [PATCH v14 12/21] xfs: handle fsverity I/O in write/read path
` [PATCH v14 13/21] xfs: use read ioend for fsverity data verification
` [PATCH v14 14/21] xfs: add flags to xfs_free_eofblocks() to pass down to block processing
` [PATCH v14 15/21] xfs: add fs-verity support
` [PATCH v14 16/21] xfs: initialize fs-verity on file open
` [PATCH v14 17/21] xfs: add fs-verity ioctls
` [PATCH v14 18/21] xfs: advertise fs-verity being available on filesystem
` [PATCH v14 19/21] xfs: check and repair the verity inode flag state
` [PATCH v14 20/21] xfs: introduce health state for corrupted fsverity metadata
` [PATCH v14 21/21] xfs: enable ro-compat fs-verity flag

[PATCH] fs: document semantics of kstat::{uid,gid} fields
 2026-08-03 19:46 UTC 

[GIT PULL] fsverity fix for v7.2-rc7
 2026-08-03 19:28 UTC  (2+ messages)

[GIT PULL] fscrypt fix for v7.2-rc7
 2026-08-03 19:28 UTC  (2+ messages)

[PATCH V12 00/12] famfs: the Fabric-Attached Memory File System (standalone)
 2026-08-03 19:13 UTC  (3+ messages)
  ` [PATCH V12 01/12] dax: replace exported dax_dev_get() with non-allocating dax_dev_find()

[PATCH 0/9] binfmt_misc: bind interpreters to a bpf-backed entry
 2026-08-03 17:18 UTC  (4+ messages)
` [PATCH 1/9] binfmt_misc: let a register string create an entry disabled

ext4: spurious "orphan cleanup on readonly fs" due to remount,ro failing to reset orphan_file structures
 2026-08-03 15:14 UTC  (5+ messages)

[PATCH v3 00/15] mm/rmap: index MAP_PRIVATE file-backed folios by anonymous pgoff
 2026-08-03 14:32 UTC  (15+ messages)
` [PATCH v3 06/15] mm: propagate VMA anonymous page offset on map, remap, split + merge
` [PATCH v3 07/15] mm/rmap: track whether the page VMA mapped pgoff is anonymous
` [PATCH v3 08/15] mm: introduce and use linear_folio_page_index()
` [PATCH v3 09/15] mm/rmap: use anon pgoff to track MAP_PRIVATE file-backed anon folios

[PATCH v4] pipe: only enable the extra wake_up(rd_wait) for EPOLLET consumers
 2026-08-03 13:55 UTC  (3+ messages)

[PATCH] pidfd: hold exec_update_lock around namespace ioctl
 2026-08-03 13:44 UTC  (2+ messages)

[PATCH v5] fs: avoid spurious dentry ref/unref cycle on open
 2026-08-03 12:51 UTC 

[PATCH v5] fs/dax: check zero or empty entry before converting xarray entry
 2026-08-03 12:34 UTC 

[PATCH 0/4] mm, ceph: remove wait_on_page_writeback()
 2026-08-03 12:34 UTC  (3+ messages)
` [PATCH 3/4] mm: "

[PATCH 0/3] binfmt_misc: bound the interpreters an entry can pre-open
 2026-08-03 12:15 UTC  (4+ messages)
` [PATCH 1/3] binfmt_misc: correctly account pre-opened interpreters
` [PATCH 2/3] selftests/exec: test the pre-opened interpreter limit
` [PATCH 3/3] binfmt_misc: document "

[PATCH 0/3] fs: don't warn when a mount is completed from another user namespace
 2026-08-03 12:05 UTC  (3+ messages)
` [PATCH 2/3] binfmt_misc: don't warn when the "


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