Linux block layer
 help / color / mirror / Atom feed
* [PATCH V2 0/4] block: freeze/unfreeze lockdep fixes
@ 2024-10-31 13:37 Ming Lei
  2024-10-31 13:37 ` [PATCH V2 1/4] block: remove blk_freeze_queue() Ming Lei
                   ` (5 more replies)
  0 siblings, 6 replies; 9+ messages in thread
From: Ming Lei @ 2024-10-31 13:37 UTC (permalink / raw)
  To: Jens Axboe, linux-block; +Cc: Christoph Hellwig, Ming Lei

Hello,

The 1st patch removes blk_freeze_queue().

The 2nd patch fixes freeze uses in rbd.

The 3rd patches fixes potential unfreeze lock verification on non-owner
context.

The 4th patch doesn't verify io lock in elevator_init_mq() for fixing
false lockdep warning.

V2:
	- drop patch 1 and fix rbd by adding unfreeze (Christoph)
	- add reviewed-by


Ming Lei (4):
  block: remove blk_freeze_queue()
  rbd: unfreeze queue after marking disk as dead
  block: always verify unfreeze lock on the owner task
  block: don't verify IO lock for freeze/unfreeze in elevator_init_mq()

 block/blk-core.c       |  2 +-
 block/blk-mq.c         | 84 +++++++++++++++++++++++++++---------------
 block/blk.h            |  4 +-
 block/elevator.c       | 10 ++++-
 drivers/block/rbd.c    |  1 +
 include/linux/blkdev.h |  4 ++
 6 files changed, 71 insertions(+), 34 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2024-11-07 23:27 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-10-31 13:37 [PATCH V2 0/4] block: freeze/unfreeze lockdep fixes Ming Lei
2024-10-31 13:37 ` [PATCH V2 1/4] block: remove blk_freeze_queue() Ming Lei
2024-10-31 13:37 ` [PATCH V2 2/4] rbd: unfreeze queue after marking disk as dead Ming Lei
2024-10-31 13:37 ` [PATCH V2 3/4] block: always verify unfreeze lock on the owner task Ming Lei
2024-10-31 13:37 ` [PATCH V2 4/4] block: don't verify IO lock for freeze/unfreeze in elevator_init_mq() Ming Lei
2024-11-06  0:24 ` [PATCH V2 0/4] block: freeze/unfreeze lockdep fixes Ming Lei
2024-11-07 23:21   ` Ming Lei
2024-11-07 23:27     ` Jens Axboe
2024-11-07 23:27 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox