mbox series

[GIT,PULL] Block fix for 6.6-rc6

Message ID e211ae0d-0231-4087-ab0a-fb9bc24940c6@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fix for 6.6-rc6 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.6-2023-10-12

Message

Jens Axboe Oct. 13, 2023, 1:09 a.m. UTC
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(-)

Comments

pr-tracker-bot@kernel.org Oct. 13, 2023, 2:49 a.m. UTC | #1
The pull request you sent on Thu, 12 Oct 2023 19:09:35 -0600:

> git://git.kernel.dk/linux.git tags/block-6.6-2023-10-12

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4ee22162ae5fa34ac70e4ae06330395409921c5c

Thank you!