Hi Linus, A few fixes that should go into this round. I popped out a patch in the middle this morning as we're still working on that, that particular patch is fixing a regression with 32-bit with the last segment split fix. I'll send that in once we're happy with it. This pull request contains two NVMe fixes via Keith, removal of a dead function, and a fix for the bio op for read truncates (Ming). Please pull! git://git.kernel.dk/linux-block.git tags/block-5.5-2020-01-10 ---------------------------------------------------------------- Amit Engel (1): nvmet: fix per feat data len for get_feature Jens Axboe (1): block: remove unused mp_bvec_last_segment Keith Busch (1): nvme: Translate more status codes to blk_status_t Ming Lei (1): fs: move guard_bio_eod() after bio_set_op_attrs block/bio.c | 12 +++++++++++- drivers/nvme/host/core.c | 2 ++ drivers/nvme/target/admin-cmd.c | 12 +++++++++++- fs/buffer.c | 8 ++++---- fs/internal.h | 2 +- fs/mpage.c | 2 +- include/linux/bvec.h | 22 ---------------------- 7 files changed, 30 insertions(+), 30 deletions(-) -- Jens Axboe