Linux block layer
 help / color / mirror / Atom feed
* [GIT PULL] block fixes for 5.10-rc
@ 2020-11-13 21:21 Jens Axboe
  2020-11-14  0:15 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2020-11-13 21:21 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block@vger.kernel.org

Hi Linus,

A few small fixes for 5.10-rc:

- NVMe pull request from Christoph:
	- don't clear the read-only bit on a revalidate (Sagi Grimberg)

- nbd error case refcount leak (Christoph)

- loop/generic uevent fix (Christoph, Petr)

Please pull!


The following changes since commit e1777d099728a76a8f8090f89649aac961e7e530:

  null_blk: Fix scheduling in atomic with zoned mode (2020-11-06 09:36:42 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.10-2020-11-13

for you to fetch changes up to c01a21b77722db0474bbcc4eafc8c4e0d8fed6d8:

  loop: Fix occasional uevent drop (2020-11-12 13:59:04 -0700)

----------------------------------------------------------------
block-5.10-2020-11-13

----------------------------------------------------------------
Christoph Hellwig (2):
      nbd: fix a block_device refcount leak in nbd_release
      block: add a return value to set_capacity_revalidate_and_notify

Jens Axboe (1):
      Merge tag 'nvme-5.10-2020-11-10' of git://git.infradead.org/nvme into block-5.10

Petr Vorel (1):
      loop: Fix occasional uevent drop

Sagi Grimberg (1):
      nvme: fix incorrect behavior when BLKROSET is called by the user

 block/genhd.c            | 5 ++++-
 drivers/block/loop.c     | 3 ++-
 drivers/block/nbd.c      | 1 +
 drivers/nvme/host/core.c | 2 --
 include/linux/genhd.h    | 2 +-
 5 files changed, 8 insertions(+), 5 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] Block fixes for 5.10-rc
@ 2020-11-20 18:45 Jens Axboe
  2020-11-21  0:29 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2020-11-20 18:45 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block@vger.kernel.org

Hi Linus,

Block fixes that should go into 5.10-rc5:

- NVMe pull request from Christoph:
	- Doorbell Buffer freeing fix (Minwoo Im)
	- CSE log leak fix (Keith Busch)

- blk-cgroup hd_struct leak fix (Christoph)

- Flush request state fix (Ming)

- dasd NULL deref fix (Stefan)

Please pull!


The following changes since commit c01a21b77722db0474bbcc4eafc8c4e0d8fed6d8:

  loop: Fix occasional uevent drop (2020-11-12 13:59:04 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.10-2020-11-20

for you to fetch changes up to 45f703a0d4b87f940ea150367dc4f4a9c06fa868:

  Merge tag 'nvme-5.10-2020-11-19' of git://git.infradead.org/nvme into block-5.10 (2020-11-19 09:23:27 -0700)

----------------------------------------------------------------
block-5.10-2020-11-20

----------------------------------------------------------------
Christoph Hellwig (1):
      blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats

Jens Axboe (1):
      Merge tag 'nvme-5.10-2020-11-19' of git://git.infradead.org/nvme into block-5.10

Keith Busch (2):
      nvme: directly cache command effects log
      nvme: fix memory leak freeing command effects

Ming Lei (1):
      block: mark flush request as IDLE when it is really finished

Minwoo Im (1):
      nvme: free sq/cq dbbuf pointers when dbbuf set fails

Stefan Haberland (1):
      s390/dasd: fix null pointer dereference for ERP requests

 block/blk-cgroup.c        |  1 +
 block/blk-flush.c         |  7 ++++++-
 drivers/nvme/host/core.c  | 25 ++++++++++++++++++-------
 drivers/nvme/host/nvme.h  |  6 ------
 drivers/nvme/host/pci.c   | 15 +++++++++++++++
 drivers/s390/block/dasd.c |  6 ++++++
 6 files changed, 46 insertions(+), 14 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] Block fixes for 5.10-rc
@ 2020-11-07 20:14 Jens Axboe
  2020-11-07 22:08 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2020-11-07 20:14 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block@vger.kernel.org

Hi Linus,

A few fixes that should make it into this release:

- NVMe pull request from Christoph:
	- revert a nvme_queue size optimization (Keith Bush)
	- fabrics timeout races fixes (Chao Leng and Sagi Grimberg)"

- null_blk zone locking fix (Damien)

Please pull!


The following changes since commit 3cea11cd5e3b00d91caf0b4730194039b45c5891:

  Linux 5.10-rc2 (2020-11-01 14:43:51 -0800)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.10-2020-11-07

for you to fetch changes up to e1777d099728a76a8f8090f89649aac961e7e530:

  null_blk: Fix scheduling in atomic with zoned mode (2020-11-06 09:36:42 -0700)

----------------------------------------------------------------
block-5.10-2020-11-07

----------------------------------------------------------------
Chao Leng (3):
      nvme: introduce nvme_sync_io_queues
      nvme-rdma: avoid race between time out and tear down
      nvme-tcp: avoid race between time out and tear down

Damien Le Moal (1):
      null_blk: Fix scheduling in atomic with zoned mode

Jens Axboe (1):
      Merge tag 'nvme-5.10-2020-11-05' of git://git.infradead.org/nvme into block-5.10

Keith Busch (1):
      Revert "nvme-pci: remove last_sq_tail"

Sagi Grimberg (2):
      nvme-rdma: avoid repeated request completion
      nvme-tcp: avoid repeated request completion

 drivers/block/null_blk.h       |  2 +-
 drivers/block/null_blk_zoned.c | 47 ++++++++++++++++++++++++++++--------------
 drivers/nvme/host/core.c       |  8 +++++--
 drivers/nvme/host/nvme.h       |  1 +
 drivers/nvme/host/pci.c        | 23 +++++++++++++++++----
 drivers/nvme/host/rdma.c       | 14 +++----------
 drivers/nvme/host/tcp.c        | 16 ++++----------
 7 files changed, 65 insertions(+), 46 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 8+ messages in thread
* [GIT PULL] Block fixes for 5.10-rc
@ 2020-10-30 17:09 Jens Axboe
  2020-10-30 22:10 ` pr-tracker-bot
  0 siblings, 1 reply; 8+ messages in thread
From: Jens Axboe @ 2020-10-30 17:09 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block@vger.kernel.org

Hi Linus,

Fixes that should go into this release:

- null_blk zone fixes (Damien, Kanchan)

- NVMe pull request from Christoph:
	- improve zone revalidation (Keith Busch)
	- gracefully handle zero length messages in nvme-rdma (zhenwei pi)
	- nvme-fc error handling fixes (James Smart)
	- nvmet tracing NULL pointer dereference fix (Chaitanya Kulkarni)"

- xsysace platform fixes (Andy)

- scatterlist type cleanup (David)

- blk-cgroup memory fixes (Gabriel)

- nbd block size update fix (Ming)

- Flush completion state fix (Ming)

- bio_add_hw_page() iteration fix (Naohiro)

Please pull!


The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.dk/linux-block.git tags/block-5.10-2020-10-30

for you to fetch changes up to 65ff5cd04551daf2c11c7928e48fc3483391c900:

  blk-mq: mark flush request as IDLE in flush_end_io() (2020-10-30 08:33:49 -0600)

----------------------------------------------------------------
block-5.10-2020-10-30

----------------------------------------------------------------
Andy Shevchenko (1):
      xsysace: use platform_get_resource() and platform_get_irq_optional()

Chaitanya Kulkarni (1):
      nvmet: fix a NULL pointer dereference when tracing the flush command

Damien Le Moal (2):
      null_blk: Fix zone reset all tracing
      null_blk: Fix locking in zoned mode

David Disseldorp (1):
      lib/scatterlist: use consistent sg_copy_buffer() return type

Gabriel Krisman Bertazi (2):
      blk-cgroup: Fix memleak on error path
      blk-cgroup: Pre-allocate tree node on blkg_conf_prep

James Smart (4):
      nvme-fc: track error_recovery while connecting
      nvme-fc: remove err_work work item
      nvme-fc: eliminate terminate_io use by nvme_fc_error_recovery
      nvme-fc: remove nvme_fc_terminate_io()

Jens Axboe (1):
      Merge tag 'nvme-5.10-2020-10-29' of git://git.infradead.org/nvme into block-5.10

Kanchan Joshi (1):
      null_blk: synchronization fix for zoned device

Keith Busch (1):
      nvme: ignore zone validate errors on subsequent scans

Ming Lei (2):
      nbd: don't update block size after device is started
      blk-mq: mark flush request as IDLE in flush_end_io()

Naohiro Aota (1):
      block: advance iov_iter on bio_add_hw_page failure

zhenwei pi (1):
      nvme-rdma: handle unexpected nvme completion data length

 block/bio.c                    |  11 +-
 block/blk-cgroup.c             |  15 ++-
 block/blk-flush.c              |   1 +
 drivers/block/nbd.c            |   9 +-
 drivers/block/null_blk.h       |   2 +
 drivers/block/null_blk_zoned.c | 123 +++++++++++++++----
 drivers/block/xsysace.c        |  49 ++++----
 drivers/nvme/host/core.c       |   2 +-
 drivers/nvme/host/fc.c         | 270 +++++++++++++++++------------------------
 drivers/nvme/host/rdma.c       |   8 ++
 drivers/nvme/target/core.c     |   4 +-
 drivers/nvme/target/trace.h    |  21 ++--
 lib/scatterlist.c              |   2 +-
 13 files changed, 281 insertions(+), 236 deletions(-)

-- 
Jens Axboe


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

end of thread, other threads:[~2020-11-21  0:29 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-11-13 21:21 [GIT PULL] block fixes for 5.10-rc Jens Axboe
2020-11-14  0:15 ` pr-tracker-bot
  -- strict thread matches above, loose matches on Subject: below --
2020-11-20 18:45 [GIT PULL] Block " Jens Axboe
2020-11-21  0:29 ` pr-tracker-bot
2020-11-07 20:14 Jens Axboe
2020-11-07 22:08 ` pr-tracker-bot
2020-10-30 17:09 Jens Axboe
2020-10-30 22:10 ` 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