| Commit message (Expand) | Author | Age | Files | Lines |
* | io_uring: remove unused argument from io_rsrc_node_alloc | Usama Arif | 2022-01-27 | 1 | -2/+2 |
* | io_uring: fix bug in slow unregistering of nodes | Dylan Yudaken | 2022-01-23 | 1 | -1/+6 |
* | io_uring: perform poll removal even if async work removal is successful | Jens Axboe | 2022-01-19 | 1 | -5/+10 |
* | io_uring: fix UAF due to missing POLLFREE handling | Pavel Begunkov | 2022-01-14 | 1 | -8/+50 |
* | io_uring: Remove unused function req_ref_put | Jiapeng Chong | 2022-01-13 | 1 | -6/+0 |
* | Merge tag 'for-5.17/block-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-01-12 | 1 | -1/+1 |
|\ |
|
| * | block: move rq_list macros to blk-mq.h | Keith Busch | 2022-01-05 | 1 | -1/+1 |
* | | Merge tag 'for-5.17/io_uring-2022-01-11' of git://git.kernel.dk/linux-block | Linus Torvalds | 2022-01-12 | 1 | -546/+578 |
|\ \ |
|
| * | | io_uring: fix not released cached task refs | Pavel Begunkov | 2022-01-09 | 1 | -13/+21 |
| * | | io_uring: remove redundant tab space | GuoYong Zheng | 2022-01-05 | 1 | -1/+1 |
| * | | io_uring: remove unused function parameter | GuoYong Zheng | 2022-01-05 | 1 | -2/+2 |
| * | | io_uring: use completion batching for poll rem/upd | Pavel Begunkov | 2021-12-28 | 1 | -3/+7 |
| * | | io_uring: single shot poll removal optimisation | Pavel Begunkov | 2021-12-28 | 1 | -1/+7 |
| * | | io_uring: poll rework | Pavel Begunkov | 2021-12-28 | 1 | -299/+227 |
| * | | io_uring: kill poll linking optimisation | Pavel Begunkov | 2021-12-28 | 1 | -6/+2 |
| * | | io_uring: move common poll bits | Pavel Begunkov | 2021-12-28 | 1 | -37/+37 |
| * | | io_uring: refactor poll update | Pavel Begunkov | 2021-12-28 | 1 | -36/+26 |
| * | | io_uring: remove double poll on poll update | Pavel Begunkov | 2021-12-28 | 1 | -0/+1 |
| * | | io_uring: code clean for some ctx usage | Hao Xu | 2021-12-14 | 1 | -2/+2 |
| * | | io_uring: batch completion in prior_task_list | Hao Xu | 2021-12-08 | 1 | -11/+60 |
| * | | io_uring: split io_req_complete_post() and add a helper | Hao Xu | 2021-12-07 | 1 | -3/+11 |
| * | | io_uring: add helper for task work execution code | Hao Xu | 2021-12-07 | 1 | -16/+20 |
| * | | io_uring: add a priority tw list for irq completion work | Hao Xu | 2021-12-07 | 1 | -16/+20 |
| * | | io_uring: reuse io_req_task_complete for timeouts | Pavel Begunkov | 2021-12-05 | 1 | -10/+5 |
| * | | io_uring: tweak iopoll CQE_SKIP event counting | Pavel Begunkov | 2021-12-05 | 1 | -3/+3 |
| * | | io_uring: simplify selected buf handling | Pavel Begunkov | 2021-12-05 | 1 | -27/+17 |
| * | | io_uring: move up io_put_kbuf() and io_put_rw_kbuf() | Hao Xu | 2021-12-05 | 1 | -18/+18 |
| * | | io_uring: validate timespec for timeout removals | Ye Bin | 2021-11-29 | 1 | -0/+2 |
| * | | io_uring: better to use REQ_F_IO_DRAIN for req->flags | Hao Xu | 2021-11-25 | 1 | -3/+3 |
| * | | io_uring: fix no lock protection for ctx->cq_extra | Hao Xu | 2021-11-25 | 1 | -0/+3 |
| * | | io_uring: disable drain with cqe skip | Pavel Begunkov | 2021-11-24 | 1 | -4/+10 |
| * | | io_uring: don't spinlock when not posting CQEs | Pavel Begunkov | 2021-11-24 | 1 | -9/+17 |
| * | | io_uring: add option to skip CQE posting | Pavel Begunkov | 2021-11-24 | 1 | -9/+33 |
| * | | io_uring: clean cqe filling functions | Pavel Begunkov | 2021-11-24 | 1 | -28/+30 |
| * | | io_uring: improve argument types of kiocb_done() | Pavel Begunkov | 2021-11-23 | 1 | -7/+6 |
| * | | io_uring: clean __io_import_iovec() | Pavel Begunkov | 2021-11-23 | 1 | -8/+13 |
| * | | io_uring: improve send/recv error handling | Pavel Begunkov | 2021-11-23 | 1 | -24/+31 |
| * | | io_uring: simplify reissue in kiocb_done | Pavel Begunkov | 2021-11-23 | 1 | -10/+3 |
* | | | io_uring: zero iocb->ki_pos for stream file types | Jens Axboe | 2021-12-23 | 1 | -3/+7 |
* | | | io_uring: ensure task_work gets run as part of cancelations | Jens Axboe | 2021-12-10 | 1 | -2/+4 |
| |/
|/| |
|
* | | io_uring: Fix undefined-behaviour in io_issue_sqe | Ye Bin | 2021-11-27 | 1 | -0/+3 |
* | | io_uring: fix soft lockup when call __io_remove_buffers | Ye Bin | 2021-11-27 | 1 | -3/+2 |
* | | io_uring: fix link traversal locking | Pavel Begunkov | 2021-11-26 | 1 | -18/+42 |
* | | io_uring: fail cancellation for EXITING tasks | Pavel Begunkov | 2021-11-26 | 1 | -2/+3 |
* | | io_uring: correct link-list traversal locking | Pavel Begunkov | 2021-11-23 | 1 | -4/+8 |
* | | io_uring: fix missed comment from *task_file rename | Kamal Mostafa | 2021-11-17 | 1 | -1/+1 |
|/ |
|
* | io_uring: honour zeroes as io-wq worker limits | Pavel Begunkov | 2021-11-08 | 1 | -1/+3 |
* | io_uring: remove dead 'sqe' store | Jens Axboe | 2021-11-05 | 1 | -1/+1 |
* | io_uring: remove redundant assignment to ret in io_register_iowq_max_workers() | Nghia Le | 2021-11-02 | 1 | -1/+0 |
* | io_uring: clean up io_queue_sqe_arm_apoll | Pavel Begunkov | 2021-11-02 | 1 | -4/+0 |