public inbox for [email protected]
 help / color / mirror / Atom feed
* [PATCH 0/3] rw optimisation partial resend
@ 2021-10-16 23:07 Pavel Begunkov
  2021-10-16 23:07 ` [PATCH 1/3] io_uring: arm poll for non-nowait files Pavel Begunkov
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: Pavel Begunkov @ 2021-10-16 23:07 UTC (permalink / raw)
  To: io-uring; +Cc: Jens Axboe, asml.silence

Screwed commit messages with rebase, it returns back the intended
structure: splitting 1/3 as a separate patch, 2/3 gets an actual
explanation.

Also, merge a change reported by kernel test robot about
set but not used variable rw.

Pavel Begunkov (3):
  io_uring: arm poll for non-nowait files
  io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flags
  io_uring: simplify io_file_supports_nowait()

 fs/io_uring.c | 88 +++++++++++++++++++++------------------------------
 1 file changed, 36 insertions(+), 52 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2021-10-17 14:25 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-16 23:07 [PATCH 0/3] rw optimisation partial resend Pavel Begunkov
2021-10-16 23:07 ` [PATCH 1/3] io_uring: arm poll for non-nowait files Pavel Begunkov
2021-10-16 23:07 ` [PATCH 2/3] io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flags Pavel Begunkov
2021-10-16 23:07 ` [PATCH 3/3] io_uring: simplify io_file_supports_nowait() Pavel Begunkov
2021-10-16 23:11 ` [PATCH 0/3] rw optimisation partial resend Pavel Begunkov
2021-10-16 23:17   ` Pavel Begunkov
2021-10-17 14:25 ` Jens Axboe

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