mbox series

[GIT,PULL] Block fixes for 5.16-rc3

Message ID ddc913c4-9789-ca29-6cba-60ac173fc2e1@kernel.dk (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] Block fixes for 5.16-rc3 | expand

Pull-request

git://git.kernel.dk/linux-block.git tags/block-5.16-2021-11-25

Message

Jens Axboe Nov. 25, 2021, 4:42 p.m. UTC
Hi Linus,

- NVMe pull request via Christoph:
	- Add a NO APST quirk for a Kioxia device (Enzo Matsumiya)
	- Fix write zeroes pi (Klaus Jensen)
	- Various TCP transport fixes (Maurizio Lombardi and
	  Varun Prakash)
	- Ignore invalid fast_io_fail_tmo values (Maurizio Lombardi)
	- Use IOCB_NOWAIT only if the filesystem supports it
	  (Maurizio Lombardi)

- Module loading fix (Ming)

- Kerneldoc warning fix (Yang)

Please pull!


The following changes since commit 2b504bd4841bccbf3eb83c1fec229b65956ad8ad:

  blk-mq: don't insert FUA request with data into scheduler queue (2021-11-19 06:28:18 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.16-2021-11-25

for you to fetch changes up to e30028ace8459ea096b093fc204f0d5e8fc3b6ae:

  block: fix parameter not described warning (2021-11-25 09:32:19 -0700)

----------------------------------------------------------------
block-5.16-2021-11-25

----------------------------------------------------------------
Enzo Matsumiya (1):
      nvme-pci: add NO APST quirk for Kioxia device

Jens Axboe (1):
      Merge tag 'nvme-5.16-2021-11-25' of git://git.infradead.org/nvme into block-5.16

Klaus Jensen (1):
      nvme: fix write zeroes pi

Maurizio Lombardi (6):
      nvmet-tcp: fix a race condition between release_queue and io_work
      nvmet-tcp: add an helper to free the cmd buffers
      nvmet-tcp: fix memory leak when performing a controller reset
      nvme-tcp: fix memory leak when freeing a queue
      nvme-fabrics: ignore invalid fast_io_fail_tmo values
      nvmet: use IOCB_NOWAIT only if the filesystem supports it

Ming Lei (1):
      block: avoid to touch unloaded module instance when opening bdev

Varun Prakash (2):
      nvmet-tcp: fix incomplete data digest send
      nvme-tcp: validate R2T PDU in nvme_tcp_handle_r2t()

Yang Guang (1):
      block: fix parameter not described warning

 block/bdev.c                      | 12 ++++----
 block/blk-core.c                  |  1 +
 drivers/nvme/host/core.c          | 29 +++++++++++++++++--
 drivers/nvme/host/fabrics.c       |  3 ++
 drivers/nvme/host/tcp.c           | 61 +++++++++++++++++++--------------------
 drivers/nvme/target/io-cmd-file.c |  4 ++-
 drivers/nvme/target/tcp.c         | 44 ++++++++++++++++++++--------
 7 files changed, 102 insertions(+), 52 deletions(-)

Comments

pr-tracker-bot@kernel.org Nov. 25, 2021, 7:11 p.m. UTC | #1
The pull request you sent on Thu, 25 Nov 2021 09:42:48 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.16-2021-11-25

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/8ced7ca3570333998ad2088d5a6275701970e28e

Thank you!