Linux block layer
 help / color / mirror / Atom feed
From: Jens Axboe <axboe@kernel.dk>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: "linux-block@vger.kernel.org" <linux-block@vger.kernel.org>
Subject: [GIT PULL] Follow-up block changes for 6.11-rc1
Date: Mon, 22 Jul 2024 07:57:07 -0600	[thread overview]
Message-ID: <505fe3f1-27bb-4791-b4c2-12c99d0da624@kernel.dk> (raw)

Hi Linus,

Set of updates for the block side that weren't ready by the time I had
to close up the initial 6.11-rc pull request, due to being away on
vacation. This pull request contains:

- MD fixes via Song
	- md-cluster fixes (Heming Zhao)
	- raid1 fix (Mateusz Jończyk)

- s390/dasd module description (Jeff) 

- Series cleaning up and hardening the blk-mq debugfs flag handling
  (John, Christoph)

- blk-cgroup cleanup (Xiu)

- Error polled IO attempts if backend doesn't support it (hexue)

- Fix for an sbitmap hang (Yang)

Please pull!


The following changes since commit 3c1743a685b19bc17cf65af4a2eb149fd3b15c50:

  floppy: add missing MODULE_DESCRIPTION() macro (2024-07-10 00:22:03 -0600)

are available in the Git repository at:

  git://git.kernel.dk/linux.git for-6.11/block

for you to fetch changes up to 89ed6c9ac69ec398ccb648f5f675b43e8ca679ca:

  blk-cgroup: move congestion_count to struct blkcg (2024-07-19 09:40:07 -0600)

----------------------------------------------------------------
Carlos López (1):
      s390/dasd: fix error checks in dasd_copy_pair_store()

Christoph Hellwig (1):
      block: remove QUEUE_FLAG_STOPPED

Heming Zhao (2):
      md-cluster: fix hanging issue while a new disk adding
      md-cluster: fix no recovery job when adding/re-adding a disk

Jeff Johnson (1):
      s390/dasd: add missing MODULE_DESCRIPTION() macros

Jens Axboe (1):
      Merge tag 'md-6.11-20240712' of git://git.kernel.org/pub/scm/linux/kernel/git/song/md into for-6.11/block

John Garry (14):
      block: Add missing entries from cmd_flag_name[]
      block: Add zone write plugging entry to rqf_name[]
      block: Add missing entry to hctx_flag_name[]
      block: Relocate BLK_MQ_CPU_WORK_BATCH
      block: Relocate BLK_MQ_MAX_DEPTH
      block: Make QUEUE_FLAG_x as an enum
      block: Catch possible entries missing from blk_queue_flag_name[]
      block: Catch possible entries missing from hctx_state_name[]
      block: Catch possible entries missing from hctx_flag_name[]
      block: Catch possible entries missing from alloc_policy_name[]
      block: Catch possible entries missing from cmd_flag_name[]
      block: Use enum to define RQF_x bit indexes
      block: Simplify definition of RQF_NAME()
      block: Catch possible entries missing from rqf_name[]

Mateusz Jończyk (1):
      md/raid1: set max_sectors during early return from choose_slow_rdev()

Xiu Jianfeng (1):
      blk-cgroup: move congestion_count to struct blkcg

Yang Yang (1):
      sbitmap: fix io hung due to race on sbitmap_word::cleared

hexue (1):
      block: avoid polling configuration errors

 block/blk-cgroup.c               |   7 ++-
 block/blk-cgroup.h               |  10 +--
 block/blk-core.c                 |   5 +-
 block/blk-mq-debugfs.c           |  26 ++++++--
 block/blk-mq.h                   |   2 +
 drivers/md/md-cluster.c          |  49 ++++++++++++---
 drivers/md/md-cluster.h          |   2 +
 drivers/md/md.c                  |  17 +++++-
 drivers/md/raid1.c               |   1 +
 drivers/s390/block/dasd_devmap.c |  10 ++-
 drivers/s390/block/dasd_diag.c   |   1 +
 drivers/s390/block/dasd_eckd.c   |   1 +
 drivers/s390/block/dasd_fba.c    |   1 +
 include/linux/blk-mq.h           | 127 ++++++++++++++++++++++++---------------
 include/linux/blk_types.h        |   1 +
 include/linux/blkdev.h           |  31 +++++-----
 include/linux/cgroup-defs.h      |   3 -
 include/linux/sbitmap.h          |   5 ++
 lib/sbitmap.c                    |  36 ++++++++---
 19 files changed, 233 insertions(+), 102 deletions(-)

-- 
Jens Axboe


             reply	other threads:[~2024-07-22 13:57 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-07-22 13:57 Jens Axboe [this message]
2024-07-22 18:33 ` [GIT PULL] Follow-up block changes for 6.11-rc1 Linus Torvalds
2024-07-22 18:35   ` Jens Axboe
2024-07-22 20:45 ` pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=505fe3f1-27bb-4791-b4c2-12c99d0da624@kernel.dk \
    --to=axboe@kernel.dk \
    --cc=linux-block@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox