* [GIT PULL] Block fixes for 6.9-rc1
@ 2024-03-22 17:09 Jens Axboe
2024-03-22 20:04 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2024-03-22 17:09 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
Hi Linus,
Followup fixes for the block area:
- NVMe pull request via Keith
- Make an informative message less ominous (Keith)
- Enhanced trace decoding (Guixin)
- TCP updates (Hannes, Li)
- Fabrics connect deadlock fix (Chunguang)
- Platform API migration update (Uwe)
- A new device quirk (Jiawei)"
- Remove dead assignment in fd (Yufeng)
Please pull!
The following changes since commit 4c4ab8ae416350ce817339f239bdaaf351212f15:
block: fix mismatched kerneldoc function name (2024-03-14 09:40:47 -0600)
are available in the Git repository at:
git://git.kernel.dk/linux.git tags/block-6.9-20240322
for you to fetch changes up to 07602678091c0096e79f04aea8a148b76eee0d7e:
Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9 (2024-03-21 13:23:07 -0600)
----------------------------------------------------------------
block-6.9-20240322
----------------------------------------------------------------
Chunguang Xu (1):
nvme: fix reconnection fail due to reserved tag allocation
Guixin Liu (8):
nvmet: add tracing of authentication commands
nvmet: add tracing of zns commands
nvme: use nvme_disk_is_ns_head helper
nvme: parse zns command's zsa and zrasf to string
nvme: add tracing of reservation commands
nvme: parse format command's lbafu when tracing
nvme: remove redundant BUILD_BUG_ON check
nvmet-rdma: remove NVMET_RDMA_REQ_INVALIDATE_RKEY flag
Hannes Reinecke (1):
nvmet-tcp: do not continue for invalid icreq
Jens Axboe (1):
Merge tag 'nvme-6.9-2024-03-21' of git://git.infradead.org/nvme into block-6.9
Jiawei Fu (iBug) (1):
drivers/nvme: Add quirks for device 126f:2262
Keith Busch (1):
nvme: change shutdown timeout setting message
Li Feng (2):
nvme-tcp: Export the nvme_tcp_wq to sysfs
nvme/tcp: Add wq_unbound modparam for nvme_tcp_wq
Uwe Kleine-König (1):
nvme-apple: Convert to platform remove callback returning void
Yufeng Wang (1):
floppy: remove duplicated code in redo_fd_request()
drivers/block/floppy.c | 1 -
drivers/nvme/host/apple.c | 6 +--
drivers/nvme/host/core.c | 11 +++--
drivers/nvme/host/fabrics.h | 7 ---
drivers/nvme/host/pci.c | 3 ++
drivers/nvme/host/pr.c | 3 +-
drivers/nvme/host/sysfs.c | 3 +-
drivers/nvme/host/tcp.c | 21 +++++++--
drivers/nvme/host/trace.c | 105 ++++++++++++++++++++++++++++++++++++++++++--
drivers/nvme/target/rdma.c | 8 ++--
drivers/nvme/target/tcp.c | 1 +
drivers/nvme/target/trace.c | 98 +++++++++++++++++++++++++++++++++++++++++
12 files changed, 233 insertions(+), 34 deletions(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL] Block fixes for 6.9-rc1
@ 2024-03-15 18:55 Jens Axboe
2024-03-15 21:59 ` pr-tracker-bot
0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2024-03-15 18:55 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-block@vger.kernel.org
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(-)
--
Jens Axboe
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-03-22 20:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-22 17:09 [GIT PULL] Block fixes for 6.9-rc1 Jens Axboe
2024-03-22 20:04 ` pr-tracker-bot
-- strict thread matches above, loose matches on Subject: below --
2024-03-15 18:55 Jens Axboe
2024-03-15 21:59 ` pr-tracker-bot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox