messages from 2026-07-31 17:54:39 to 2026-08-05 06:36:39 UTC [more...]
[RFC PATCH v3 00/11] Add buffered write-through support to iomap & xfs
2026-08-05 6:35 UTC (13+ messages)
` [RFC PATCH v3 01/11] fs: Add counter to track inflight writes that need stable pages
` [RFC PATCH v3 02/11] mm: Refactor folio_clear_dirty_for_io()
` [RFC PATCH v3 03/11] iomap: Add helper to revert iomap iter
` [RFC PATCH v3 04/11] iomap: Add initial support for buffered RWF_WRITETHROUGH
` [RFC PATCH v3 05/11] xfs: Add RWF_WRITETHROUGH support to xfs
` [RFC PATCH v3 06/11] iomap: Add aio support to RWF_WRITETHROUGH
` [RFC PATCH v3 07/11] iomap: Add DSYNC "
` [RFC PATCH v3 08/11] fs: Introduce RWF_NOSERIAL flag to indicate parallel reads/writes
` [RFC PATCH v3 09/11] xfs: Implement RWF_NOSERIAL to parallelize RWF_WRITETHROUGH writes
` [RFC PATCH v3 10/11] iomap: Avoid folio dirtying in case of RWF_WRITETHROUGH
` [RFC PATCH v3 11/11] iomap: Handle deadlock due to repeating folios in RWF_WRITETHROUGH
[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
2026-08-05 2:42 UTC (6+ messages)
` [PATCH v4 2/5] iomap: support invalidating partial folios
[PATCH] xfs: add guard before freeing buffer log item
2026-08-05 1:44 UTC (3+ messages)
[PATCH v4] iomap: follow the alignment requirement for iomap_dio_hole_iter()
2026-08-04 21:59 UTC
[PATCH v3] iomap: follow the alignment requirement for iomap_dio_hole_iter()
2026-08-04 21:31 UTC (3+ messages)
[PATCH v14 00/21] fs-verity support for XFS with post EOF merkle tree
2026-08-04 19:28 UTC (42+ 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
fixes for iomap_bio_read_folio_range_sync
2026-08-04 17:46 UTC (4+ 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
[PATCH v4 0/5] Fix quota evasion on xfs and add capable_noaudit
2026-08-04 14:09 UTC (8+ messages)
` [PATCH v4 1/5] xfs: fix capability check in xfs
` [PATCH v4 2/5] capability: Add new capable_noaudit
` [PATCH v4 3/5] quota: Don't issue audit messages on quota enforcing
` [PATCH v4 4/5] xfs: replace ns_capable_noaudit
` [PATCH v4 5/5] capability: unexport has_capability_noaudit
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 v7 0/5] block: enable RWF_DONTCACHE for block devices
2026-08-04 13:03 UTC (7+ messages)
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` [PATCH v7 5/5] block: enable RWF_DONTCACHE for block devices
improve log context annotations
2026-08-04 11:56 UTC (2+ messages)
[syzbot] [xfs?] WARNING in xfs_bmapi_convert_delalloc (3)
2026-08-04 1:05 UTC
[PATCH v2] fstests: add a dio-read-into-mmap and sync race test case
2026-08-03 23:54 UTC
[PATCH 0/2] xfs: fix a couple sparse chunk alloc problems
2026-08-03 22:01 UTC (9+ messages)
` [PATCH 1/2] xfs: set minleft correctly for sparse chunk errortag allocation
` [External] : "
` [PATCH 2/2] xfs: consistent low ag space behavior for sparse inode chunk allocs
` [External] : "
[PATCH 1/2] xfs: fix ilock leak on error in xfs_dq_get_next_id
2026-08-03 13:22 UTC (2+ messages)
[PATCH v2] xfs: check v5 superblock features early
2026-08-03 13:22 UTC (2+ messages)
zoned GC fix v2
2026-08-03 13:22 UTC (2+ messages)
[PATCH] xfs: fix inverted clearance of inode junk flags
2026-08-03 13:22 UTC (2+ messages)
[PATCHSET v2 2/2] xfs: LLM-inspired iunlink repair bug fixes
2026-08-03 13:22 UTC (2+ messages)
[PATCHSET 1/2] xfs: LLM-inspired bug fixes, part 4
2026-08-03 13:22 UTC (2+ messages)
[PATCH v3] xfs: fix exchange-range reflink flag clearing issue with INO1_WRITTEN
2026-08-03 13:22 UTC (2+ messages)
[PATCH v2] xfs/842: verify CoW after exchangerange with FILE1_WRITTEN on shared extents
2026-08-03 11:38 UTC (5+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 3708f6188677
2026-08-03 11:06 UTC
[PATCH v2] xfs: avoid false ENOSPC for fallocate ranges with real extents
2026-08-03 8:56 UTC
[PATCH v4] xfs/842: verify CoW after exchangerange with FILE1_WRITTEN on shared extents
2026-08-03 8:35 UTC (2+ messages)
[PATCH v2] iomap: follow the alignment requirement for iomap_dio_hole_iter()
2026-08-02 19:14 UTC (2+ messages)
` [syzbot ci] "
[PATCH] xfs: avoid false ENOSPC for fully allocated fallocate ranges
2026-08-02 15:17 UTC
[PATCH] xfs: validate btree block level on read
2026-08-02 8:35 UTC (3+ messages)
[syzbot ci] Re: iomap: follow the alignment requirement for iomap_dio_hole_iter()
2026-07-31 21:29 UTC (2+ messages)
page: | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox