Hi Linus, Just a single fix for a longstanding regression with using fallocate on a block device. Please pull! The following changes since commit 07a1141ff170ff5d4f9c4fbb0453727ab48096e5: nbd: don't call blk_mark_disk_dead nbd_clear_sock_ioctl (2023-10-03 18:27:44 -0600) are available in the Git repository at: git://git.kernel.dk/linux.git tags/block-6.6-2023-10-12 for you to fetch changes up to 1364a3c391aedfeb32aa025303ead3d7c91cdf9d: block: Don't invalidate pagecache for invalid falloc modes (2023-10-11 15:53:17 -0600) ---------------------------------------------------------------- block-6.6-2023-10-12 ---------------------------------------------------------------- Sarthak Kukreti (1): block: Don't invalidate pagecache for invalid falloc modes block/fops.c | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) -- Jens Axboe