public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCHSET v2 0/8] Poll improvements
@ 2021-03-19 20:35 Jens Axboe
  2021-03-19 20:35 ` [PATCH 1/8] io_uring: mask in error/nval/hangup consistently for poll Jens Axboe
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Jens Axboe @ 2021-03-19 20:35 UTC (permalink / raw)
  To: io-uring

Hi,

Here's v2 of the poll improvements planned for 5.13. For a description,
see the v1 posting here:

https://lore.kernel.org/io-uring/[email protected]/

Changes since v1:

- Split poll update into an events and user_data update. Some users like
  to embed fd etc data in the user_data, so makes sense to allow update
  of that too. So we now have POLL_UPDATE_EVENTS and
  POLL_UPDATE_USER_DATA that can be used independently or together.

- Fix missing hangup for some cases.

- Rebase on current 5.13 io_uring tree.

- Various little fixes.

-- 
Jens Axboe



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

end of thread, other threads:[~2021-03-19 20:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19 20:35 [PATCHSET v2 0/8] Poll improvements Jens Axboe
2021-03-19 20:35 ` [PATCH 1/8] io_uring: mask in error/nval/hangup consistently for poll Jens Axboe
2021-03-19 20:35 ` [PATCH 2/8] io_uring: allocate memory for overflowed CQEs Jens Axboe
2021-03-19 20:35 ` [PATCH 3/8] io_uring: include cflags in completion trace event Jens Axboe
2021-03-19 20:35 ` [PATCH 4/8] io_uring: add multishot mode for IORING_OP_POLL_ADD Jens Axboe
2021-03-19 20:35 ` [PATCH 5/8] io_uring: abstract out helper for removing poll waitqs/hashes Jens Axboe
2021-03-19 20:35 ` [PATCH 6/8] io_uring: terminate multishot poll for CQ ring overflow Jens Axboe
2021-03-19 20:35 ` [PATCH 7/8] io_uring: abstract out a io_poll_find_helper() Jens Axboe
2021-03-19 20:35 ` [PATCH 8/8] io_uring: allow events and user_data update of running poll requests Jens Axboe

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