All of lore.kernel.org
 help / color / mirror / Atom feed
From: fdmanana@kernel.org
To: linux-btrfs@vger.kernel.org
Subject: [PATCH v3 0/3] btrfs: avoid unnecessary transaction commit and tree-checker updates
Date: Thu,  3 Sep 2026 17:00:30 +0100	[thread overview]
Message-ID: <cover.1788451065.git.fdmanana@suse.com> (raw)
In-Reply-To: <cover.1788449622.git.fdmanana@suse.com>

From: Filipe Manana <fdmanana@suse.com>

Details in the change logs.

V3: Fix misplaced parenthesis in patch 2/3, making a condition always
    evaluate to false.

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


  parent reply	other threads:[~2026-09-03 16:00 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 ` fdmanana [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1788451065.git.fdmanana@suse.com \
    --to=fdmanana@kernel.org \
    --cc=linux-btrfs@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.