linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH -next 0/4] fs/buffer: misc optimizations
@ 2025-05-15 17:39 Davidlohr Bueso
  2025-05-15 17:39 ` [PATCH 1/4] fs/buffer: use sleeping lookup in __getblk_slowpath() Davidlohr Bueso
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Davidlohr Bueso @ 2025-05-15 17:39 UTC (permalink / raw)
  To: brauner; +Cc: jack, viro, mcgrof, dave, linux-fsdevel, linux-kernel

Hi,

Four small patches - the first could be sent to Linus for v6.15 considering
it is a missing nonblocking lookup conversion in the getblk slowpath I
had missed. The other two patches are small optimizations found while reading
the code, and one rocket science cleanup patch.

Thanks!

Davidlohr Bueso (4):
  fs/buffer: use sleeping lookup in __getblk_slowpath()
  fs/buffer: avoid redundant lookup in getblk slowpath
  fs/buffer: remove superfluous statements
  fs/buffer: optimize discard_buffer()

 fs/buffer.c | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)

--
2.39.5


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

end of thread, other threads:[~2025-05-19 10:07 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-05-15 17:39 [PATCH -next 0/4] fs/buffer: misc optimizations Davidlohr Bueso
2025-05-15 17:39 ` [PATCH 1/4] fs/buffer: use sleeping lookup in __getblk_slowpath() Davidlohr Bueso
2025-05-16 10:11   ` Jan Kara
2025-05-15 17:39 ` [PATCH 2/4] fs/buffer: avoid redundant lookup in getblk slowpath Davidlohr Bueso
2025-05-16 10:12   ` Jan Kara
2025-05-15 17:39 ` [PATCH 3/4] fs/buffer: remove superfluous statements Davidlohr Bueso
2025-05-16 10:13   ` Jan Kara
2025-05-15 17:39 ` [PATCH 4/4] fs/buffer: optimize discard_buffer() Davidlohr Bueso
2025-05-16 10:17   ` Jan Kara
2025-05-19 10:06 ` [PATCH -next 0/4] fs/buffer: misc optimizations Christian Brauner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).