public inbox for dm-devel@redhat.com
 help / color / mirror / Atom feed
From: Eric Biggers <ebiggers@kernel.org>
To: dm-devel@lists.linux.dev, Alasdair Kergon <agk@redhat.com>,
	Mike Snitzer <snitzer@kernel.org>,
	Mikulas Patocka <mpatocka@redhat.com>,
	Benjamin Marzinski <bmarzins@redhat.com>
Cc: Sami Tolvanen <samitolvanen@google.com>,
	linux-kernel@vger.kernel.org, Eric Biggers <ebiggers@kernel.org>
Subject: [PATCH 0/2] Optimize dm-bufio cache lookups
Date: Sun, 11 Jan 2026 13:38:19 -0800	[thread overview]
Message-ID: <20260111213821.94895-1-ebiggers@kernel.org> (raw)

This series updates dm-bufio to avoid redundant work when looking up
buffers in its cache.

Eric Biggers (2):
  dm-bufio: merge cache_put() into cache_put_and_wake()
  dm-bufio: avoid redundant buffer_tree lookups

 drivers/md/dm-bufio.c | 170 ++++++++++++++++++++++++------------------
 1 file changed, 97 insertions(+), 73 deletions(-)


base-commit: 8fbb8fe75d4cf92eaa7b21828ec39c1bf79a262f
-- 
2.52.0


             reply	other threads:[~2026-01-11 21:39 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-11 21:38 Eric Biggers [this message]
2026-01-11 21:38 ` [PATCH 1/2] dm-bufio: merge cache_put() into cache_put_and_wake() Eric Biggers
2026-01-11 21:38 ` [PATCH 2/2] dm-bufio: avoid redundant buffer_tree lookups Eric Biggers
2026-01-19 14:45 ` [PATCH 0/2] Optimize dm-bufio cache lookups Mikulas Patocka

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=20260111213821.94895-1-ebiggers@kernel.org \
    --to=ebiggers@kernel.org \
    --cc=agk@redhat.com \
    --cc=bmarzins@redhat.com \
    --cc=dm-devel@lists.linux.dev \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mpatocka@redhat.com \
    --cc=samitolvanen@google.com \
    --cc=snitzer@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox