mbox series

[GIT,PULL] md-next 20230202

Message ID 9CFC5FE2-783D-4904-B416-FBD74A3B07D9@fb.com (mailing list archive)
State Not Applicable, archived
Headers show
Series [GIT,PULL] md-next 20230202 | expand

Pull-request

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

Message

Song Liu Feb. 2, 2023, 10:27 p.m. UTC
Hi Jens, 

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

Non-urgent fixes:
  md: don't update recovery_cp when curr_resync is ACTIVE
  md: Free writes_pending in md_stop

Performance optimization:
  md: Change active_io to percpu

Thanks,
Song


The following changes since commit e152a05fa054170c05f1d5e04e93e2e75ea11405:

  loop: Improve the hw_queue_depth kernel module parameter implementation (2023-02-01 08:16:11 -0700)

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 ed821cf84e7b969fb5b63598c89d3428a30d8d31:

  md: use MD_RESYNC_* whenever possible (2023-02-01 09:41:53 -0800)

----------------------------------------------------------------
Hou Tao (2):
      md: don't update recovery_cp when curr_resync is ACTIVE
      md: use MD_RESYNC_* whenever possible

Xiao Ni (3):
      md: Factor out is_md_suspended helper
      md: Change active_io to percpu
      md: Free writes_pending in md_stop

 drivers/md/md.c | 59 ++++++++++++++++++++++++++++++++++++-----------------------
 drivers/md/md.h |  2 +-
 2 files changed, 37 insertions(+), 24 deletions(-)

Comments

Jens Axboe Feb. 2, 2023, 11:06 p.m. UTC | #1
On 2/2/23 3:27 PM, Song Liu wrote:
> Hi Jens, 
> 
> Please consider pulling the following changes for md-next on top of your
> for-6.3/block branch. The major changes are:
> 
> Non-urgent fixes:
>   md: don't update recovery_cp when curr_resync is ACTIVE
>   md: Free writes_pending in md_stop
> 
> Performance optimization:
>   md: Change active_io to percpu

Pulled, thanks.