Message ID | YGwJ0h0GCC/118r5@infradead.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] nvme updates for Linux 5.13 | expand |
On 4/6/21 1:12 AM, Christoph Hellwig wrote: > Note that there is a conflict with Linus' tree in > drivers/nvme/host/core.c. Linus should take the version from this PR. > > The following changes since commit 80755855f808c27c7154937667436f30e47bc820: > > mtip32xx: use LIST_HEAD() for list_head (2021-03-29 07:38:49 -0600) > > are available in the Git repository at: > > git://git.infradead.org/nvme.git tags/nvme-5.13-2021-04-06 > > for you to fetch changes up to 8609c63fce58e94d82f6b6bf29c7806062e2e867: > > nvme: fix handling of large MDTS values (2021-04-06 08:34:39 +0200) > > ---------------------------------------------------------------- > nvme updates for Linux 5.13 > > - fix handling of very large MDTS values (Bart Van Assche) > - retrigger ANA log update if group descriptor isn't found > (Hannes Reinecke) > - fix locking contexts in nvme-tcp and nvmet-tcp (Sagi Grimberg) > - return proper error code from discovery ctrl (Hou Pu) > - verify the SGLS field in nvmet-tcp and nvmet-fc (Max Gurtovoy) > - disallow passthru cmd from targeting a nsid != nsid of the block dev > (Niklas Cassel) > - do not allow model_number exceed 40 bytes in nvmet (Noam Gottlieb) > - enable optional queue idle period tracking in nvmet-tcp > (Mark Wunderlich) > - various cleanups and optimizations (Chaitanya Kulkarni, Kanchan Joshi) > - expose fast_io_fail_tmo in sysfs (Daniel Wagner) > - implement non-MDTS command limits (Keith Busch) > - reduce warnings for unhandled command effects (Keith Busch) > - allocate storage for the SQE as part of the nvme_request (Keith Busch) > > ---------------------------------------------------------------- Pulled, thanks.