v.24.10Performance Improvement
Don't Disable Nonblocking Read from Page Cache for Entire Server Under Blocking I/O
Don't disable nonblocking read from page cache for the entire server when reading from a blocking I/O. This was leading to a poorer performance when a single filesystem (e.g., tmpfs) didn't support the preadv2 syscall while others do. #70299 (Antonio Andelic).