All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] md: fix lockdep warning
@ 2020-04-04 21:57 Guoqing Jiang
  2020-04-04 21:57 ` [PATCH 1/5] md: add checkings before flush md_misc_wq Guoqing Jiang
                   ` (5 more replies)
  0 siblings, 6 replies; 11+ messages in thread
From: Guoqing Jiang @ 2020-04-04 21:57 UTC (permalink / raw)
  To: songliubraving; +Cc: linux-raid, Guoqing Jiang

Hi,

After LOCKDEP is enabled, we can see some deadlock issues, this patchset
makes workqueue is flushed only necessary, and the last patch is a cleanup.

Thanks,
Guoqing

Guoqing Jiang (5):
  md: add checkings before flush md_misc_wq
  md: add new workqueue for delete rdev
  md: don't flush workqueue unconditionally in md_open
  md: flush md_rdev_misc_wq for HOT_ADD_DISK case
  md: remove the extra line for ->hot_add_disk

 drivers/md/md.c | 54 ++++++++++++++++++++++++++++++++++---------------
 1 file changed, 38 insertions(+), 16 deletions(-)

-- 
2.17.1

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

end of thread, other threads:[~2020-04-14  7:20 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-04-04 21:57 [PATCH 0/4] md: fix lockdep warning Guoqing Jiang
2020-04-04 21:57 ` [PATCH 1/5] md: add checkings before flush md_misc_wq Guoqing Jiang
2020-04-04 21:57 ` [PATCH 2/5] md: add new workqueue for delete rdev Guoqing Jiang
2020-04-04 21:57 ` [PATCH 3/5] md: don't flush workqueue unconditionally in md_open Guoqing Jiang
2020-04-04 21:57 ` [PATCH 4/5] md: flush md_rdev_misc_wq for HOT_ADD_DISK case Guoqing Jiang
2020-04-04 21:57 ` [PATCH 5/5] md: remove the extra line for ->hot_add_disk Guoqing Jiang
2020-04-09  7:25 ` [PATCH 0/4] md: fix lockdep warning Song Liu
2020-04-09 21:47   ` Guoqing Jiang
2020-04-10  0:32     ` Song Liu
2020-04-10 22:34       ` Song Liu
2020-04-14  7:20         ` Guoqing Jiang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.