linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] md-6.11 20240612
@ 2024-06-12 21:30 Song Liu
  2024-06-12 22:01 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Song Liu @ 2024-06-12 21:30 UTC (permalink / raw)
  To: Jens Axboe, linux-raid
  Cc: Yu Kuai, Yu Kuai, Christoph Hellwig, Li Nan, Ofir Gal

Hi Jens, 

Please consider pulling the following changes for md-6.11. The major 
change in this PR are:

- sync_action fix and refactoring, by Yu Kuai;
- Various small fixes by Christoph Hellwig, Li Nan, and Ofir Gal.

Thanks,
Song


PS: I noticed that you haven't created the for-6.11/block branch, 
so I used upstream v6.10-rc3 as the base. Please let me know if 
this doesn't work. 



The following changes since commit 83a7eefedc9b56fe7bfeff13b6c7356688ffa670:

  Linux 6.10-rc3 (2024-06-09 14:19:43 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/song/md.git tags/md-6.11-20240612

for you to fetch changes up to 305a5170dc5cf3d395bb4c4e9239bca6d0b54b49:

  md/raid5: avoid BUG_ON() while continue reshape after reassembling (2024-06-12 16:32:57 +0000)

----------------------------------------------------------------
Christoph Hellwig (2):
      md/raid0: don't free conf on raid0_run failure
      md/raid1: don't free conf on raid0_run failure

Li Nan (4):
      md: do not delete safemode_timer in mddev_suspend
      md: change the return value type of md_write_start to void
      md: fix deadlock between mddev_suspend and flush bio
      md: make md_flush_request() more readable

Ofir Gal (1):
      md/md-bitmap: fix writing non bitmap pages

Yu Kuai (12):
      md: rearrange recovery_flags
      md: add a new enum type sync_action
      md: add new helpers for sync_action
      md: factor out helper to start reshape from action_store()
      md: replace sysfs api sync_action with new helpers
      md: remove parameter check_seq for stop_sync_thread()
      md: don't fail action_store() if sync_thread is not registered
      md: use new helpers in md_do_sync()
      md: replace last_sync_action with new enum type
      md: factor out helpers for different sync_action in md_do_sync()
      md: pass in max_sectors for pers->sync_request()
      md/raid5: avoid BUG_ON() while continue reshape after reassembling

 drivers/md/dm-raid.c   |   2 +-
 drivers/md/md-bitmap.c |   6 ++--
 drivers/md/md.c        | 506 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------------------
 drivers/md/md.h        | 126 ++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------
 drivers/md/raid0.c     |  21 +++---------
 drivers/md/raid1.c     |  22 ++++--------
 drivers/md/raid10.c    |  11 ++----
 drivers/md/raid5.c     |  26 ++++++++------
 8 files changed, 435 insertions(+), 285 deletions(-)


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

* Re: [GIT PULL] md-6.11 20240612
  2024-06-12 21:30 [GIT PULL] md-6.11 20240612 Song Liu
@ 2024-06-12 22:01 ` Jens Axboe
  0 siblings, 0 replies; 2+ messages in thread
From: Jens Axboe @ 2024-06-12 22:01 UTC (permalink / raw)
  To: Song Liu, linux-raid
  Cc: Yu Kuai, Yu Kuai, Christoph Hellwig, Li Nan, Ofir Gal

On 6/12/24 3:30 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following changes for md-6.11. The major 
> change in this PR are:
> 
> - sync_action fix and refactoring, by Yu Kuai;
> - Various small fixes by Christoph Hellwig, Li Nan, and Ofir Gal.
> 
> Thanks,
> Song
> 
> 
> PS: I noticed that you haven't created the for-6.11/block branch, 
> so I used upstream v6.10-rc3 as the base. Please let me know if 
> this doesn't work. 

That's fine, kicked it off with this one. Thanks, pulled.

-- 
Jens Axboe



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

end of thread, other threads:[~2024-06-12 22:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-12 21:30 [GIT PULL] md-6.11 20240612 Song Liu
2024-06-12 22:01 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).