Message ID | FEC5B8F6-0165-4CE7-A1F4-F7123D37B858@fb.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [GIT,PULL] md-fixes | expand |
> On Aug 24, 2022, at 11:31 AM, Song Liu <songliubraving@fb.com> wrote: > > Hi Jens, > > Please consider pulling the following changes for md-fixes on top of your > block-6.0 branch. The changes are: > > 1. Fix for clustered raid, by Guoqing Jiang. > 2. req_op fix, by Bart Van Assche. > 3. Fix race condition in raid recreate, by David Sloan. > > Thanks, > Song > > > The following changes since commit c490a0b5a4f36da3918181a8acdc6991d967c5f3: > > loop: Check for overflow while configuring loop (2022-08-24 06:52:52 -0600) > > are available in the Git repository at: > > ssh://git@gitolite.kernel.org/pub/scm/linux/kernel/git/song/md.git md-fixes Forgot to update the link, which should be: https://git.kernel.org/pub/scm/linux/kernel/git/song/md.git md-fixes Thanks, Song > > for you to fetch changes up to 0dd84b319352bb8ba64752d4e45396d8b13e6018: > > md: call __md_stop_writes in md_stop (2022-08-24 11:19:59 -0700) > > ---------------------------------------------------------------- > Bart Van Assche (1): > md/raid10: Fix the data type of an r10_sync_page_io() argument > > David Sloan (1): > md: Flush workqueue md_rdev_misc_wq in md_alloc() > > Guoqing Jiang (2): > Revert "md-raid: destroy the bitmap after destroying the thread" > md: call __md_stop_writes in md_stop > > drivers/md/md.c | 4 +++- > drivers/md/raid10.c | 13 ++++++------- > 2 files changed, 9 insertions(+), 8 deletions(-)
On 8/24/22 12:31 PM, Song Liu wrote: > Hi Jens, > > Please consider pulling the following changes for md-fixes on top of your > block-6.0 branch. The changes are: > > 1. Fix for clustered raid, by Guoqing Jiang. > 2. req_op fix, by Bart Van Assche. > 3. Fix race condition in raid recreate, by David Sloan. Pulled, thanks.