lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230420112946.2869956-1-yukuai1@huaweicloud.com>
Date:   Thu, 20 Apr 2023 19:29:38 +0800
From:   Yu Kuai <yukuai1@...weicloud.com>
To:     song@...nel.org, neilb@...e.de, akpm@...l.org
Cc:     linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org,
        yukuai3@...wei.com, yukuai1@...weicloud.com, yi.zhang@...wei.com,
        yangerkun@...wei.com
Subject: [PATCH -next 0/8] md/raid1-10: limit the number of plugged bio

From: Yu Kuai <yukuai3@...wei.com>

This patchset tries to limit the number of plugged bio for raid1 and
raid10, which is done in the last patch, other patches are some refactor
and optimizations.

Yu Kuai (8):
  md/raid10: prevent soft lockup while flush writes
  md/raid1-10: rename raid1-10.c to raid1-10.h
  md/raid1-10: factor out a helper to add bio to plug
  md/raid1-10: factor out a helper to submit normal write
  md/raid1-10: submit write io directly if bitmap is not enabled
  md/md-bitmap: support to unplug bitmap asynchrously
  md/raid1{,0}: Revert "md/raid1{,0}: fix deadlock in bitmap_unplug."
  md/raid1-10: limit the number of plugged bio

 drivers/md/md-bitmap.c                | 61 ++++++++++++++++++++++++---
 drivers/md/md-bitmap.h                | 10 +++++
 drivers/md/{raid1-10.c => raid1-10.h} | 61 +++++++++++++++++++++++++--
 drivers/md/raid1.c                    | 32 +++-----------
 drivers/md/raid1.h                    |  2 +
 drivers/md/raid10.c                   | 45 ++++----------------
 drivers/md/raid10.h                   |  2 +
 7 files changed, 143 insertions(+), 70 deletions(-)
 rename drivers/md/{raid1-10.c => raid1-10.h} (64%)

-- 
2.39.2

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ