messages from 2026-08-04 12:44:33 to 2026-08-14 09:26:29 UTC [more...]
[PATCH v15 00/25] fs-verity support for XFS with post EOF merkle tree
2026-08-14 9:24 UTC (12+ messages)
` [PATCH v15 01/25] fsverity: report validation errors through fserror to fsnotify
` [PATCH v15 02/25] fsverity: expose ensure_fsverity_info()
` [PATCH v15 03/25] fsverity: pass digest size and hash of the all-zeroes block to ->write
` [PATCH v15 04/25] fsverity: hoist pagecache_read from f2fs/ext4 to fsverity
` [PATCH v15 05/25] fsverity: don't allow setting DAX file attribute on fsverity files
` [PATCH v15 06/25] fsverity: hoist statx reporting of fs-verity flag
` [PATCH v15 07/25] block: add task-context bio completion infrastructure
` [PATCH v15 08/25] block: don't delay bio task completions
` [PATCH v15 09/25] iomap: add a iomap_ioend_flags helper
` [PATCH v15 10/25] iomap: add a IOMAP_IOEND_INTEGRITY flag
` [PATCH v15 11/25] xfs: use BIO_COMPLETE_IN_TASK for bounce buffered read I/Os
xfs: properly account xfs_buf items as reclaimable
2026-08-14 7:30 UTC (6+ messages)
` [PATCH 1/2] xfs: mark kmalloc'd xfs_buf items as __GFP_RECLAIMABLE
` [PATCH 2/2] xfs: count folio alloc'd xfs_buf items in NR_KERNEL_MISC_RECLAIMABLE
[PATCH v5 0/2] xfs: resolve close() deadlocks on frozen filesystems
2026-08-14 7:28 UTC (7+ messages)
` [PATCH v5 2/2] xfs: prevent close() from hanging "
[PATCH] xfs: restore bi_bdev in xfs_zone_gc_write_chunk
2026-08-14 6:24 UTC (3+ messages)
zoned xfs updates v2
2026-08-13 8:29 UTC (17+ messages)
` [PATCH 1/5] xfs: handle NULL open_zone for merged ioends in xfs_ioend_put_open_zones
` [PATCH 2/5] xfs: fix racy open zone caching
` [PATCH 3/5] xfs: fix zoned write iomap flags assignments
` [PATCH 4/5] xfs: factor out a xfs_iomap_set_anon_write helper
` [PATCH 5/5] xfs: split ioend handling into a separate source file
[PATCH] xfs: bound logged region access in inode buffer recovery
2026-08-13 7:58 UTC
[bug report] xfs: remove _XBF_LOGRECOVERY
2026-08-13 7:08 UTC
[PATCHSET 2/2] xfs: LLM-inspired bug fixes, part 6
2026-08-13 5:26 UTC (7+ messages)
` [PATCH 1/6] xfs: fix xfs_rtrmapbt_mem_cursor for non-rmap filesystems
` [PATCH 2/6] xfs: preserve owner on in-memory btree creation
` [PATCH 3/6] xfs: don't leak new_bp if xfs_btree_bload_drop_buf fails
` [PATCH 4/6] xfs: actually recover intended file sizes in xfs_xmi_item_recover_intent
` [PATCH 5/6] xfs: don't modify file attributes or poke fsnotify for dry runs
` [PATCH 6/6] xfs: fix bnobt repair space reservation disposal failure
[PATCHSET v2 1/2] xfs: LLM-inspired bug fixes, part 5
2026-08-13 5:25 UTC (7+ messages)
` [PATCH 1/6] xfs: fix unit conversions in per_binval computation
` [PATCH 2/6] xfs: fix short ifork reaping computation in xreap_bmapi_binval
` [PATCH 3/6] xfs: fix name string recording in slowpath pptr tracepoints
` [PATCH 4/6] xfs: don't leak dqacct if rhashtable insertion fails
` [PATCH 5/6] xfs: fix the rtrmap and rtrefcount _maxlevels_ondisk functions
` [PATCH 6/6] xfs: adjust datadev sector count to reflect internal rt volumes
[syzbot] [jfs?] [xfs?] [bcachefs?] INFO: task hung in sb_start_write (2)
2026-08-13 4:11 UTC (4+ messages)
` [syzbot] [kernfs?] [ext4?] "
[bug report] xfs: don't swallow dquot recovery verification errors
2026-08-12 8:21 UTC
fixes for iomap_bio_read_folio_range_sync
2026-08-12 7:22 UTC (6+ 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 v14 00/21] fs-verity support for XFS with post EOF merkle tree
2026-08-11 16:29 UTC (36+ messages)
` [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 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 v3 0/6] xfs: fix filesystem shutdown from parent pointer reservation underflow
2026-08-11 16:27 UTC (8+ messages)
` [PATCH v3 1/6] xfs: initialise error in xfs_defer_finish_one()
` [PATCH v3 2/6] xfs: give the deferred barrier op type a name
` [PATCH v3 3/6] xfs: report the error that made deferred work shut down the fs
` [PATCH v3 4/6] xfs: correct the parent pointer space reservation comment
` [PATCH v3 5/6] xfs: initialise args->total for parent pointer updates
` [PATCH v3 6/6] xfs: assert the reservation covers each da fork growth
[PATCH] xfs: flag panicking tests as dangerous
2026-08-11 15:27 UTC
[PATCH v4] iomap: follow the alignment requirement for iomap_dio_hole_iter()
2026-08-11 15:22 UTC (2+ messages)
zoned xfs updates
2026-08-11 15:03 UTC (13+ messages)
` [PATCH 1/5] xfs: handle NULL open_zone for merged ioends in xfs_ioend_put_open_zones
` [PATCH 2/5] xfs: fix racy open zone caching
` [PATCH 3/5] xfs: fix zoned write iomap flags assignments
` [PATCH 4/5] xfs: factor out a xfs_iomap_set_anon_write helper
` [PATCH 5/5] xfs: split ioend handling into a separate source file
[PATCH] xfs: avoid double deferrals for RWF_DONTCACHE writes
2026-08-11 11:43 UTC (4+ messages)
[PATCH v2] xfs: test xfsdump subtree restores
2026-08-11 9:37 UTC (5+ messages)
[PATCH 1/2] generic/517: expect truthful dedupe progress
2026-08-11 8:36 UTC
[PATCH 0/5] xfs: fix filesystem shutdown from parent pointer reservation underflow
2026-08-10 18:47 UTC (22+ messages)
` [PATCH 1/5] xfs: initialise error in xfs_defer_finish_one()
` [PATCH 2/5] xfs: give the deferred barrier op type a name
` [PATCH 3/5] xfs: report the error that made deferred work shut down the fs
` [PATCH 4/5] xfs: correct the parent pointer space reservation comment
` [PATCH 5/5] xfs: initialise args->total for parent pointer updates
` [PATCH v2 0/6] xfs: fix filesystem shutdown from parent pointer reservation underflow
` [PATCH v2 1/6] xfs: initialise error in xfs_defer_finish_one()
` [PATCH v2 2/6] xfs: give the deferred barrier op type a name
` [PATCH v2 3/6] xfs: report the error that made deferred work shut down the fs
` [PATCH v2 4/6] xfs: correct the parent pointer space reservation comment
` [PATCH v2 5/6] xfs: initialise args->total for parent pointer updates
` [PATCH v2 6/6] xfs: assert the reservation covers each da fork growth
[PATCH] xfs: use inode_init_always_gfp with __GFP_NOFAIL in xfs_inode_alloc
2026-08-10 18:26 UTC (2+ messages)
[PATCH v7 0/5] block: enable RWF_DONTCACHE for block devices
2026-08-10 16:10 UTC (7+ messages)
` [PATCH v7 3/5] iomap: use BIO_COMPLETE_IN_TASK for dropbehind writeback
` RWF_DONTCACHE regression fix for xfs
[PATCH] xfs: remove kmem_to_page()
2026-08-10 15:39 UTC (2+ messages)
[PATCH] xfs: fix IOMAP_F_DIRTY flag overwrite in zoned DIO
2026-08-10 15:23 UTC (2+ messages)
[PATCH] xfs: validate attr entry pointer before field access
2026-08-10 11:55 UTC (2+ messages)
[PATCH v2] xfs: check split_sectors validity before bio_split call
2026-08-10 11:55 UTC (2+ messages)
[PATCH v3] xfs: use file target for post-log fsync fallback flush
2026-08-10 11:55 UTC (2+ messages)
[PATCH v3] xfs: restore nofs context unconditionally in xfs_trans_roll
2026-08-10 11:55 UTC (2+ messages)
misc buffer cache improvements
2026-08-10 11:55 UTC (2+ messages)
[ANNOUNCE] xfs-linux: for-next updated to 0877338ade31
2026-08-10 11:55 UTC
[PATCH v4 0/5] Fix quota evasion on xfs and add capable_noaudit
2026-08-07 10:04 UTC (14+ messages)
` [PATCH v4 1/5] xfs: fix capability check in xfs
` [PATCH v4 2/5] capability: Add new capable_noaudit
` [PATCH v4 4/5] xfs: replace ns_capable_noaudit
` [PATCH v4 5/5] capability: unexport has_capability_noaudit
[PATCH v4 0/5] iomap: trivial fixes for ext4 conversion
2026-08-07 1:27 UTC (9+ messages)
` [PATCH v4 2/5] iomap: support invalidating partial folios
[GIT PULL] XFS: Fixes for v7.2-rc7
2026-08-06 16:01 UTC (2+ messages)
[PATCH 0/2] xfs: fix a couple sparse chunk alloc problems
2026-08-06 13:01 UTC (6+ messages)
` [PATCH 2/2] xfs: consistent low ag space behavior for sparse inode chunk allocs
[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] xfs: add guard before freeing buffer log item
2026-08-05 1:44 UTC (3+ messages)
[PATCH v3] iomap: follow the alignment requirement for iomap_dio_hole_iter()
2026-08-04 21:31 UTC (3+ messages)
[PATCH 1/3] block: remove bip_should_check
2026-08-04 13:22 UTC (2+ messages)
fix fs-integrity for non-PI metadata v3
2026-08-04 13:04 UTC (5+ messages)
` [PATCH 3/3] block: handle nogenerate/noverify properly in fs-integrity
page: next (older) | 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