All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH for-5.9 0/2] fix deferred ->files cancel
@ 2020-09-05 21:45 Pavel Begunkov
  2020-09-05 21:45 ` [PATCH 1/2] io_uring: fix cancel of deferred reqs with ->files Pavel Begunkov
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Begunkov @ 2020-09-05 21:45 UTC (permalink / raw)
  To: Jens Axboe, io-uring

io_uring_cancel_files() may hangs because it can't find requests with
 ->files in defer_list.

Pavel Begunkov (2):
  io_uring: fix cancel of deferred reqs with ->files
  io_uring: fix linked deferred ->files cancellation

 fs/io_uring.c | 45 +++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 45 insertions(+)

-- 
2.24.0


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

end of thread, other threads:[~2020-09-05 22:03 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-05 21:45 [PATCH for-5.9 0/2] fix deferred ->files cancel Pavel Begunkov
2020-09-05 21:45 ` [PATCH 1/2] io_uring: fix cancel of deferred reqs with ->files Pavel Begunkov
2020-09-05 21:45 ` [PATCH 2/2] io_uring: fix linked deferred ->files cancellation Pavel Begunkov
2020-09-05 22:03 ` [PATCH for-5.9 0/2] fix deferred ->files cancel Jens Axboe

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.