mbox series

[GIT,PULL] Block fixes for 6.9-rc1

Message ID 83595457-f418-4aab-a578-274a78817d44@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 6.9-rc1 | expand

Pull-request

git://git.kernel.dk/linux.git tags/block-6.9-20240315

Message

Jens Axboe March 15, 2024, 6:55 p.m. UTC
Hi Linus,

Usually send one later towards the end of week 2 of the merge window,
but since the timestamp caching fix didn't get pulled up directly, and
since there's a few other fixes that should go in sooner rather than
later, sending this one now.

A few fixes for the 6.9 merge window:

- Revert of a change for mq-deadline that went into the 6.8 release,
  causing a performance regression for some (Bart)

- Revert of the interruptible discard handling. This needs more work
  since the ioctl and fs path aren't properly split, and will happen for
  the 6.10 kernel release. For 6.9, do the minimal revert. (Christoph)

- Fix for an issue with the timestamp caching code (me)

- kerneldoc fix (Jiapeng)

Please pull!


The following changes since commit 259f7d5e2baf87fcbb4fabc46526c9c47fed1914:

  Merge tag 'thermal-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm (2024-03-13 12:03:57 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux.git tags/block-6.9-20240315

for you to fetch changes up to 4c4ab8ae416350ce817339f239bdaaf351212f15:

  block: fix mismatched kerneldoc function name (2024-03-14 09:40:47 -0600)

----------------------------------------------------------------
block-6.9-20240315

----------------------------------------------------------------
Bart Van Assche (1):
      Revert "block/mq-deadline: use correct way to throttling write requests"

Christoph Hellwig (1):
      Revert "blk-lib: check for kill signal"

Jens Axboe (1):
      block: limit block time caching to in_task() context

Jiapeng Chong (1):
      block: fix mismatched kerneldoc function name

 block/blk-lib.c      | 40 +---------------------------------------
 block/blk-settings.c |  2 +-
 block/blk.h          |  2 +-
 block/mq-deadline.c  |  3 +--
 4 files changed, 4 insertions(+), 43 deletions(-)

Comments

pr-tracker-bot@kernel.org March 15, 2024, 9:59 p.m. UTC | #1
The pull request you sent on Fri, 15 Mar 2024 12:55:13 -0600:

> git://git.kernel.dk/linux.git tags/block-6.9-20240315

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/277100b3d5fefacba4f5ff18e2e52a9553eb6e3f

Thank you!