blob: a391f688ac32619f70accbf5330a317c81df24cd [file] [log] [blame]
c7fb19428d67 ("io_uring: add support for ring mapped supplied buffers")
7ccba24d3bc0 ("io_uring: don't clear req->kbuf when buffer selection is done")
1dbd023eb083 ("io_uring: eliminate the need to track provided buffer ID separately")
a4f8d94cfb7c ("io_uring: move provided and fixed buffers into the same io_kiocb area")
149c69b04a90 ("io_uring: abstract out provided buffer list selection")
b66e65f41426 ("io_uring: never call io_buffer_select() for a buffer re-select")
9cfc7e94e42b ("io_uring: get rid of hashed provided buffer groups")
4e9067025259 ("io_uring: always use req->buf_index for the provided buffer group")
e5b003495e93 ("io_uring: kill io_rw_buffer_select() wrapper")
c54d52c2d613 ("io_uring: make io_buffer_select() return the user address directly")
9396ed850f2e ("io_uring: kill io_recv_buffer_select() wrapper")
0a352aaa9473 ("io_uring: use 'sr' vs 'req->sr_msg' consistently")
0455d4ccec54 ("io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg")
73911426aaaa ("io_uring: check IOPOLL/ioprio support upfront")
4bf94615b888 ("io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key")
8e29da69fead ("io_uring: add support for IORING_ASYNC_CANCEL_ALL")
b21432b4d580 ("io_uring: pass in struct io_cancel_data consistently")
98d3dcc8be97 ("io_uring: remove dead 'poll_only' argument to io_poll_cancel()")
3645c2000a76 ("io_uring: move timeout locking in io_timeout_cancel()")
c1bdf8ed1e84 ("io_uring: store rsrc node in req instead of refs")