All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] ocfs2: Fix deadlocks in quota recovery
@ 2025-04-22 12:41 Jan Kara
  2025-04-22 12:41 ` [PATCH v2 1/3] ocfs2: Switch osb->disable_recovery to enum Jan Kara
                   ` (2 more replies)
  0 siblings, 3 replies; 9+ messages in thread
From: Jan Kara @ 2025-04-22 12:41 UTC (permalink / raw)
  To: Joseph Qi; +Cc: ocfs2-devel, Heming Zhao, Murad Masimov, Shichangkuo, Jan Kara

Hello,

this implements another approach to fixing quota recovery deadlocks. We avoid
grabbing sb->s_umount semaphore from ocfs2_finish_quota_recovery() and instead
stop quota recovery early in ocfs2_dismount_volume(). 

Changes since v1:
* added Hemming's Reviewed-by and Tested-by tags
* fixed __ocfs2_recovery_thread() state transition spotted by Hemming

								Honza
Previous versions:
Link: http://lore.kernel.org/r/20250403112908.13750-1-jack@suse.cz # v1

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

end of thread, other threads:[~2025-04-24 13:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-22 12:41 [PATCH v2 0/3] ocfs2: Fix deadlocks in quota recovery Jan Kara
2025-04-22 12:41 ` [PATCH v2 1/3] ocfs2: Switch osb->disable_recovery to enum Jan Kara
2025-04-24  0:59   ` Joseph Qi
2025-04-24 13:42     ` Jan Kara
2025-04-22 12:41 ` [PATCH v2 2/3] ocfs2: Implement handshaking with ocfs2 recovery thread Jan Kara
2025-04-22 14:45   ` Heming Zhao
2025-04-24  1:03     ` Joseph Qi
2025-04-22 12:41 ` [PATCH v2 3/3] ocfs2: Stop quota recovery before disabling quotas Jan Kara
2025-04-24  1:05   ` Joseph Qi

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.