mbox series

[GIT,PULL] md-next 20231020

Message ID 50A926AD-D6BB-4635-90FF-DB6DEAF62EE0@fb.com (mailing list archive)
State New, archived
Headers show
Series [GIT,PULL] md-next 20231020 | expand

Pull-request

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

Message

Song Liu Oct. 20, 2023, 4:21 p.m. UTC
Hi Jens,

Please consider pulling the following changes for md-next on top of your 
for-6.7/block branch. This batch contains:

1. Handle timeout in md-cluster, by Denis Plotnikov;
2. Cleanup pers->prepare_suspend, by Yu Kuai. 

Thanks,
Song



The following changes since commit 9164e4a5af9c5587f8fdddeee30c615d21676e92:

  Merge branch 'md-suspend-rewrite' into md-next (2023-10-10 19:23:32 -0700)

are available in the Git repository at:

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

for you to fetch changes up to 78b7b13f07a3ca16c03aa8bf63f51d6780e8e9e1:

  md: cleanup pers->prepare_suspend() (2023-10-18 09:22:28 -0700)

----------------------------------------------------------------
Denis Plotnikov (1):
      md-cluster: check for timeout while a new disk adding

Yu Kuai (1):
      md: cleanup pers->prepare_suspend()

 drivers/md/md-cluster.c | 15 +++++++++++----
 drivers/md/md.c         | 17 ++++++++++++++++-
 drivers/md/md.h         | 18 ------------------
 drivers/md/raid5.c      | 44 +-------------------------------------------
 4 files changed, 28 insertions(+), 66 deletions(-)

Comments

Jens Axboe Oct. 20, 2023, 4:43 p.m. UTC | #1
On 10/20/23 10:21 AM, Song Liu wrote:
> Hi Jens,
> 
> Please consider pulling the following changes for md-next on top of your 
> for-6.7/block branch. This batch contains:
> 
> 1. Handle timeout in md-cluster, by Denis Plotnikov;
> 2. Cleanup pers->prepare_suspend, by Yu Kuai. 

Pulled, thanks Song.