All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] btrfs: avoid unnecessary transaction commit and tree-checker updates
@ 2026-09-03 15:43 fdmanana
  2026-09-03 15:43 ` [PATCH 1/3] btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents() fdmanana
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: fdmanana @ 2026-09-03 15:43 UTC (permalink / raw)
  To: linux-btrfs

From: Filipe Manana <fdmanana@suse.com>

Details in the change logs.

V2: Updated patch 1 due to sashiko's complain about lacking
    checks in tree-checker for inode ref key offsets and unnecessarily
    trigger assert failure instead of falling back to transaction commit.

    Added tree-checker patches to validate inode ref keys and inode extref items.

Filipe Manana (3):
  btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents()
  btrfs: tree-checker: validate key offset for inode ref keys
  btrfs: tree-checker: validate parent field for inode extref items

 fs/btrfs/tree-checker.c | 22 ++++++++++++++++++++++
 fs/btrfs/tree-log.c     | 16 ++++++++++++++++
 2 files changed, 38 insertions(+)

-- 
2.47.2


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2026-09-03 21:47 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-09-03 15:43 [PATCH v2 0/3] btrfs: avoid unnecessary transaction commit and tree-checker updates fdmanana
2026-09-03 15:43 ` [PATCH 1/3] btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents() fdmanana
2026-09-03 15:43 ` [PATCH 2/3] btrfs: tree-checker: validate key offset for inode ref keys fdmanana
2026-09-03 15:43 ` [PATCH 3/3] btrfs: tree-checker: validate parent field for inode extref items fdmanana
2026-09-03 16:00 ` [PATCH v3 0/3] btrfs: avoid unnecessary transaction commit and tree-checker updates fdmanana
2026-09-03 16:00   ` [PATCH v3 1/3] btrfs: fix unnecessary transaction commit fallback from btrfs_log_all_parents() fdmanana
2026-09-03 16:00   ` [PATCH v3 2/3] btrfs: tree-checker: validate key offset for inode ref keys fdmanana
2026-09-03 16:00   ` [PATCH v3 3/3] btrfs: tree-checker: validate parent field for inode extref items fdmanana
2026-09-03 20:52   ` [PATCH v3 0/3] btrfs: avoid unnecessary transaction commit and tree-checker updates Boris Burkov
2026-09-03 21:47   ` Qu Wenruo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.