Merge tag 'for-6.3/io_uring-2023-02-16' of git://git.kernel.dk/linux
Pull io_uring updates from Jens Axboe: - Cleanup series making the async prep and handling of REQ_F_FORCE_ASYNC easier to follow and verify (Dylan) - Enable specifying specific flags for OP_MSG_RING (Breno) - Enable use of KASAN with the internal request cache (Breno) - Split the opcode definition structs into a hot and cold part (Breno) - OP_MSG_RING fixes (Pavel, me) - Fix an issue with IOPOLL cancelation and PREEMPT_NONE (me) - Handle TIF_NOTIFY_RESUME for the io-wq threads that never return to userspace (me) - Add support for using io_uring_register() with a registered ring fd (Josh) - Improve handling of poll on the ring fd (Pavel) - Series improving the task_work handling (Pavel) - Misc cleanups, fixes, improvements (Dmitrii, Quanfa, Richard, Pavel, me) * tag 'for-6.3/io_uring-2023-02-16' of git://git.kernel.dk/linux: (51 commits) io_uring: Support calling io_uring_register with a registered ring fd io_uring,audit: don't log IORING_OP_MADVISE io_uring: mark task TASK_RUNNING before handling resume/task work io_uring: always go async for unsupported open flags io_uring: always go async for unsupported fadvise flags io_uring: for requests that require async, force it io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async io_uring: add reschedule point to handle_tw_list() io_uring: add a conditional reschedule to the IOPOLL cancelation loop io_uring: return normal tw run linking optimisation io_uring: refactor tctx_task_work io_uring: refactor io_put_task helpers io_uring: refactor req allocation io_uring: improve io_get_sqe io_uring: kill outdated comment about overflow flush io_uring: use user visible tail in io_uring_poll() io_uring: pass in io_issue_def to io_assign_file() io_uring: Enable KASAN for request cache io_uring: handle TIF_NOTIFY_RESUME when checking for task_work io_uring/msg-ring: ensure flags passing works for task_work completions ...
No related branches found
No related tags found
Showing
- include/linux/io_uring_types.h 12 additions, 9 deletionsinclude/linux/io_uring_types.h
- include/uapi/linux/io_uring.h 7 additions, 1 deletioninclude/uapi/linux/io_uring.h
- io_uring/advise.c 17 additions, 12 deletionsio_uring/advise.c
- io_uring/fs.c 10 additions, 10 deletionsio_uring/fs.c
- io_uring/io_uring.c 311 additions, 163 deletionsio_uring/io_uring.c
- io_uring/io_uring.h 40 additions, 57 deletionsio_uring/io_uring.h
- io_uring/msg_ring.c 25 additions, 6 deletionsio_uring/msg_ring.c
- io_uring/net.c 2 additions, 2 deletionsio_uring/net.c
- io_uring/notif.c 1 addition, 2 deletionsio_uring/notif.c
- io_uring/opdef.c 229 additions, 111 deletionsio_uring/opdef.c
- io_uring/opdef.h 9 additions, 4 deletionsio_uring/opdef.h
- io_uring/openclose.c 12 additions, 6 deletionsio_uring/openclose.c
- io_uring/poll.c 1 addition, 1 deletionio_uring/poll.c
- io_uring/rw.c 2 additions, 2 deletionsio_uring/rw.c
- io_uring/splice.c 3 additions, 4 deletionsio_uring/splice.c
- io_uring/sqpoll.c 1 addition, 2 deletionsio_uring/sqpoll.c
- io_uring/sqpoll.h 1 addition, 1 deletionio_uring/sqpoll.h
- io_uring/statx.c 2 additions, 2 deletionsio_uring/statx.c
- io_uring/sync.c 8 additions, 6 deletionsio_uring/sync.c
- io_uring/xattr.c 6 additions, 8 deletionsio_uring/xattr.c
Loading
Please register or sign in to comment