All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] loop: nowait aio bug fixes
@ 2025-11-19  9:38 Ming Lei
  2025-11-19  9:38 ` [PATCH 1/3] loop: move kiocb_start_write to aio prep phase Ming Lei
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Ming Lei @ 2025-11-19  9:38 UTC (permalink / raw)
  To: Jens Axboe, linux-block; +Cc: Ming Lei

Hi Jens,

The 1st two patches fix error handling code paths for nowait aio.

The last patch fixes IO hang issue because of writeback throttle.

Ming Lei (3):
  loop: move kiocb_start_write to aio prep phase
  loop: fix error handling in aio functions
  loop: disable writeback throttling and fix nowait support

 drivers/block/loop.c   | 28 +++++++++++++++++++---------
 include/linux/blkdev.h |  2 ++
 2 files changed, 21 insertions(+), 9 deletions(-)

-- 
2.47.0


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

end of thread, other threads:[~2025-11-19 12:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-11-19  9:38 [PATCH 0/3] loop: nowait aio bug fixes Ming Lei
2025-11-19  9:38 ` [PATCH 1/3] loop: move kiocb_start_write to aio prep phase Ming Lei
2025-11-19  9:38 ` [PATCH 2/3] loop: fix error handling in aio functions Ming Lei
2025-11-19  9:38 ` [PATCH 3/3] loop: disable writeback throttling and fix nowait support Ming Lei
2025-11-19 12:45   ` kernel test robot

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.