public inbox for dm-devel@redhat.com
 help / color / mirror / Atom feed
* [PATCH 0/2] Optimize dm-bufio cache lookups
@ 2026-01-11 21:38 Eric Biggers
  2026-01-11 21:38 ` [PATCH 1/2] dm-bufio: merge cache_put() into cache_put_and_wake() Eric Biggers
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Eric Biggers @ 2026-01-11 21:38 UTC (permalink / raw)
  To: dm-devel, Alasdair Kergon, Mike Snitzer, Mikulas Patocka,
	Benjamin Marzinski
  Cc: Sami Tolvanen, linux-kernel, Eric Biggers

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


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

end of thread, other threads:[~2026-01-19 14:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-01-11 21:38 [PATCH 0/2] Optimize dm-bufio cache lookups Eric Biggers
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox