All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] md-next 20220427
@ 2022-04-28  0:29 Song Liu
  2022-04-28  1:37 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Song Liu @ 2022-04-28  0:29 UTC (permalink / raw)
  To: linux-raid, Jens Axboe
  Cc: Mariusz Tkaczyk, David Sloan, Pascal Hambourg, Logan Gunthorpe,
	Heming Zhao, Xiaomeng Tong

Hi Jens, 

Please consider pulling the following changes for md-next on top of your 
for-5.19/drivers branch. The major changes are

1. Improve annotation in raid5 code, by Logan Gunthorpe.
2. Support MD_BROKEN flag in raid-1/5/10, by Mariusz Tkaczyk.
3. Other small fixes/cleanups. 

Thanks,
Song


The following changes since commit 5ea7c1339e3ed094dd4df48d598f9018a2587283:

  block/rnbd-clt: Avoid flush_workqueue(system_long_wq) usage (2022-04-18 09:24:56 -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 9151ad5d8676a89cf1b6a4051037ab3ca077d938:

  md: Replace role magic numbers with defined constants (2022-04-25 14:22:31 -0700)

----------------------------------------------------------------
David Sloan (1):
      md: Replace role magic numbers with defined constants

Heming Zhao (2):
      md/bitmap: don't set sb values if can't pass sanity check
      md: replace deprecated strlcpy & remove duplicated line

Logan Gunthorpe (7):
      md/raid5: Cleanup setup_conf() error returns
      md/raid5: Un-nest struct raid5_percpu definition
      md/raid5: Add __rcu annotation to struct disk_info
      md/raid5: Annotate rdev/replacement accesses when nr_pending is elevated
      md/raid5: Annotate rdev/replacement access when mddev_lock is held
      md/raid5-ppl: Annotate with rcu_dereference_protected()
      md/raid5: Annotate functions that hold device_lock with __must_hold

Mariusz Tkaczyk (2):
      md: Set MD_BROKEN for RAID1 and RAID10
      raid5: introduce MD_BROKEN

Pascal Hambourg (1):
      md/raid0: Ignore RAID0 layout if the second zone has only one device

Xiaomeng Tong (2):
      md: fix an incorrect NULL check in does_sb_need_changing
      md: fix an incorrect NULL check in md_reload_sb

 drivers/md/md-bitmap.c  |  45 ++++++++++++++++++------------------
 drivers/md/md-cluster.c |   2 +-
 drivers/md/md.c         |  62 ++++++++++++++++++++++++++++----------------------
 drivers/md/md.h         |  62 ++++++++++++++++++++++++++++----------------------
 drivers/md/raid0.c      |  31 +++++++++++++------------
 drivers/md/raid1.c      |  43 +++++++++++++++++++++--------------
 drivers/md/raid10.c     |  40 +++++++++++++++++++-------------
 drivers/md/raid5-ppl.c  |  13 ++++++++---
 drivers/md/raid5.c      | 226 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------
 drivers/md/raid5.h      |  23 +++++++++++--------
 10 files changed, 321 insertions(+), 226 deletions(-)

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

* Re: [GIT PULL] md-next 20220427
  2022-04-28  0:29 [GIT PULL] md-next 20220427 Song Liu
@ 2022-04-28  1:37 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2022-04-28  1:37 UTC (permalink / raw)
  To: Song Liu, linux-raid
  Cc: Mariusz Tkaczyk, David Sloan, Pascal Hambourg, Logan Gunthorpe,
	Heming Zhao, Xiaomeng Tong

On 4/27/22 6:29 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following changes for md-next on top of your 
> for-5.19/drivers branch. The major changes are
> 
> 1. Improve annotation in raid5 code, by Logan Gunthorpe.
> 2. Support MD_BROKEN flag in raid-1/5/10, by Mariusz Tkaczyk.
> 3. Other small fixes/cleanups. 

Pulled, thanks.

-- 
Jens Axboe


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

end of thread, other threads:[~2022-04-28  1:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-28  0:29 [GIT PULL] md-next 20220427 Song Liu
2022-04-28  1:37 ` Jens Axboe

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.