All of lore.kernel.org
 help / color / mirror / Atom feed
From: Song Liu <songliubraving@fb.com>
To: Jens Axboe <axboe@kernel.dk>, linux-raid <linux-raid@vger.kernel.org>
Cc: Logan Gunthorpe <logang@deltatee.com>,
	David Sloan <david.sloan@eideticom.com>,
	Yu Kuai <yukuai3@huawei.com>,
	Mateusz Grzonka <mateusz.grzonka@intel.com>,
	Saurabh Sengar <ssengar@linux.microsoft.com>,
	XU pengfei <xupengfei@nfschina.com>,
	Guoqing Jiang <guoqing.jiang@linux.dev>,
	Zhou nan <zhounan@nfschina.com>
Subject: [GIT PULL] md-next 20220921
Date: Wed, 21 Sep 2022 21:33:03 +0000	[thread overview]
Message-ID: <9C523D34-6134-4F86-A357-5F306AC3DD07@fb.com> (raw)

Hi Jens, 

Please consider pulling the following changes for md-next on top of your
for-6.1/block branch (for-6.1/drivers branch doesn't exist yet). 

The major changes are:

1. Various raid5 fix and clean up, by Logan Gunthorpe and David Sloan.
2. Raid10 performance optimization, by Yu Kuai. 
3. Generate CHANGE uevents for md device, by Mateusz Grzonka. 

Thanks,
Song


The following changes since commit 8c5035dfbb9475b67c82b3fdb7351236525bf52b:

  blk-wbt: call rq_qos_add() after wb_normal is initialized (2022-09-21 08:36:13 -0600)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-next

for you to fetch changes up to 9859e343daaf8b08bbb4bed63a378a05535bcb47:

  md: Fix spelling mistake in comments of r5l_log (2022-09-21 14:22:17 -0700)

----------------------------------------------------------------
David Sloan (1):
      md/raid5: Remove unnecessary bio_put() in raid5_read_one_chunk()

Guoqing Jiang (1):
      md/raid10: fix compile warning

Logan Gunthorpe (7):
      md/raid5: Refactor raid5_get_active_stripe()
      md/raid5: Drop extern on function declarations in raid5.h
      md/raid5: Cleanup prototype of raid5_get_active_stripe()
      md/raid5: Don't read ->active_stripes if it's not needed
      md/raid5: Ensure stripe_fill happens on non-read IO with journal
      md: Remove extra mddev_get() in md_seq_start()
      md/raid5: Wait for MD_SB_CHANGE_PENDING in raid5d

Mateusz Grzonka (1):
      md: generate CHANGE uevents for md device

Saurabh Sengar (1):
      md: Replace snprintf with scnprintf

Song Liu (1):
      Merge branch 'md-next-raid10-optimize' into md-next

XU pengfei (1):
      md/raid5: Fix spelling mistakes in comments

Yu Kuai (5):
      md/raid10: factor out code from wait_barrier() to stop_waiting_barrier()
      md/raid10: don't modify 'nr_waitng' in wait_barrier() for the case nowait
      md/raid10: prevent unnecessary calls to wake_up() in fast path
      md/raid10: fix improper BUG_ON() in raise_barrier()
      md/raid10: convert resync_lock to use seqlock

Zhou nan (1):
      md: Fix spelling mistake in comments of r5l_log

 drivers/md/md.c          |  32 ++++++++++++++++----------------
 drivers/md/md.h          |   2 +-
 drivers/md/raid0.c       |   2 +-
 drivers/md/raid10.c      | 153 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------
 drivers/md/raid10.h      |   2 +-
 drivers/md/raid5-cache.c |  11 ++++++-----
 drivers/md/raid5.c       | 149 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------
 drivers/md/raid5.h       |  32 ++++++++++++++++++++------------
 8 files changed, 223 insertions(+), 160 deletions(-)

             reply	other threads:[~2022-09-21 21:33 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-09-21 21:33 Song Liu [this message]
2022-09-21 22:37 ` [GIT PULL] md-next 20220921 Logan Gunthorpe
2022-09-21 23:44   ` Logan Gunthorpe
2022-09-22  0:40     ` Song Liu

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=9C523D34-6134-4F86-A357-5F306AC3DD07@fb.com \
    --to=songliubraving@fb.com \
    --cc=axboe@kernel.dk \
    --cc=david.sloan@eideticom.com \
    --cc=guoqing.jiang@linux.dev \
    --cc=linux-raid@vger.kernel.org \
    --cc=logang@deltatee.com \
    --cc=mateusz.grzonka@intel.com \
    --cc=ssengar@linux.microsoft.com \
    --cc=xupengfei@nfschina.com \
    --cc=yukuai3@huawei.com \
    --cc=zhounan@nfschina.com \
    /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 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.