Hey Linus, /* Summary */ This contains a small set of fixes for the blocking buffer lookup conversion done earlier this cycle. It adds a missing conversion in the getblk slowpath and a few minor optimizations and cleanups. /* Testing */ gcc (Debian 14.2.0-19) 14.2.0 Debian clang version 19.1.7 (3) No build failures or warnings were observed. /* Conflicts */ Merge conflicts with mainline ============================= No known conflicts. Merge conflicts with other trees ================================ No known conflicts. The following changes since commit a5806cd506af5a7c19bcd596e4708b5c464bfd21: Linux 6.15-rc7 (2025-05-18 13:57:29 -0700) are available in the Git repository at: git@xxxxxxxxxxxxxxxxxxx:pub/scm/linux/kernel/git/vfs/vfs tags/vfs-6.15-rc8.fixes for you to fetch changes up to 7e69dd62bcda256709895e82e1bb77511e2f844b: Merge patch series "fs/buffer: misc optimizations" (2025-05-21 09:34:31 +0200) Please consider pulling these changes from the signed vfs-6.15-rc8.fixes tag. Thanks! Christian ---------------------------------------------------------------- vfs-6.15-rc8.fixes ---------------------------------------------------------------- Christian Brauner (1): Merge patch series "fs/buffer: misc optimizations" 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(-)