All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 5.5-rc
@ 2020-01-10 18:11 Jens Axboe
  2020-01-10 20:25 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2020-01-10 18:11 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Block fixes for 5.5-rc
  2020-01-10 18:11 [GIT PULL] Block fixes for 5.5-rc Jens Axboe
@ 2020-01-10 20:25 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-01-10 20:25 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Fri, 10 Jan 2020 11:11:19 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.5-2020-01-10

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4e4cd21c64dadc608e569a15b56e86eb85137fc9

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [GIT PULL] Block fixes for 5.5-rc
  2020-01-03 16:27 Jens Axboe
@ 2020-01-03 20:40 ` pr-tracker-bot
  0 siblings, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2020-01-03 20:40 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Fri, 3 Jan 2020 09:27:15 -0700:

> git://git.kernel.dk/linux-block.git tags/block-5.5-20200103

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

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [GIT PULL] Block fixes for 5.5-rc
@ 2020-01-03 16:27 Jens Axboe
  2020-01-03 20:40 ` pr-tracker-bot
  0 siblings, 1 reply; 4+ messages in thread
From: Jens Axboe @ 2020-01-03 16:27 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Three fixes in here:

- Fix for a missing split on default memory boundary mask (4G) (Ming)

- Fix for multi-page read bio truncate (Ming)

- Fix for null_blk zone close request handling (Damien)

Please pull!


  git://git.kernel.dk/linux-block.git tags/block-5.5-20200103


----------------------------------------------------------------
Damien Le Moal (1):
      null_blk: Fix REQ_OP_ZONE_CLOSE handling

Ming Lei (2):
      block: add bio_truncate to fix guard_bio_eod
      block: fix splitting segments on boundary masks

 block/bio.c                    | 39 +++++++++++++++++++++++++++++++++++++++
 block/blk-merge.c              | 18 +++++++++---------
 drivers/block/null_blk_zoned.c |  5 ++++-
 fs/buffer.c                    | 25 +------------------------
 include/linux/bio.h            |  1 +
 5 files changed, 54 insertions(+), 34 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-10 20:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-10 18:11 [GIT PULL] Block fixes for 5.5-rc Jens Axboe
2020-01-10 20:25 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-01-03 16:27 Jens Axboe
2020-01-03 20:40 ` pr-tracker-bot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.