virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
* annotate noio context
@ 2025-01-17  7:44 Christoph Hellwig
  2025-01-17  7:44 ` [PATCH 1/2] loop: force GFP_NOIO for underlying file systems allocations Christoph Hellwig
  2025-01-17  7:44 ` [PATCH 2/2] block: force noio scope in blk_mq_freeze_queue Christoph Hellwig
  0 siblings, 2 replies; 5+ messages in thread
From: Christoph Hellwig @ 2025-01-17  7:44 UTC (permalink / raw)
  To: Jens Axboe
  Cc: Ming Lei, linux-block, nbd, ceph-devel, virtualization, linux-mtd,
	linux-nvme, linux-scsi

Hi all,

based on the reports from lockdep annotating q_usage_count it became
clear that we need to do noio allocations in a lot more place.  One
is when the block driver calls back into the file system as in the
loop driver, the other is anything done while a process has a queue
frozen.

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

end of thread, other threads:[~2025-01-22  6:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-17  7:44 annotate noio context Christoph Hellwig
2025-01-17  7:44 ` [PATCH 1/2] loop: force GFP_NOIO for underlying file systems allocations Christoph Hellwig
2025-01-17 11:56   ` Ming Lei
2025-01-22  6:32     ` Christoph Hellwig
2025-01-17  7:44 ` [PATCH 2/2] block: force noio scope in blk_mq_freeze_queue Christoph Hellwig

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).