| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-04-26 | Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds | 1 | -2/+1 |
| 2023-04-26 | Merge tag 'for-6.4/block-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-04-26 | Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 16 | -807/+896 |
| 2023-04-24 | Merge tag 'iter-ubuf.2-2023-04-21' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -20/+19 |
| 2023-04-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 1 | -1/+1 |
| 2023-04-20 | Revert "io_uring/rsrc: disallow multi-source reg buffers" | Jens Axboe | 1 | -8/+5 |
| 2023-04-18 | io_uring: add support for multishot timeouts | David Wei | 1 | -3/+54 |
| 2023-04-18 | io_uring/rsrc: disassociate nodes and rsrc_data | Pavel Begunkov | 2 | -12/+11 |
| 2023-04-18 | io_uring/rsrc: devirtualise rsrc put callbacks | Pavel Begunkov | 2 | -7/+20 |
| 2023-04-18 | io_uring/rsrc: pass node to io_rsrc_put_work() | Pavel Begunkov | 1 | -6/+6 |
| 2023-04-18 | io_uring/rsrc: inline io_rsrc_put_work() | Pavel Begunkov | 2 | -14/+6 |
| 2023-04-18 | io_uring/rsrc: add empty flag in rsrc_node | Pavel Begunkov | 2 | -4/+4 |
| 2023-04-18 | io_uring/rsrc: merge nodes and io_rsrc_put | Pavel Begunkov | 3 | -97/+25 |
| 2023-04-18 | io_uring/rsrc: infer node from ctx on io_queue_rsrc_removal | Pavel Begunkov | 3 | -9/+8 |
| 2023-04-18 | io_uring/rsrc: remove unused io_rsrc_node::llist | Pavel Begunkov | 1 | -1/+0 |
| 2023-04-15 | io_uring/rsrc: refactor io_queue_rsrc_removal | Pavel Begunkov | 1 | -4/+1 |
| 2023-04-15 | io_uring/rsrc: simplify single file node switching | Pavel Begunkov | 1 | -7/+4 |
| 2023-04-15 | io_uring/rsrc: clean up __io_sqe_buffers_update() | Pavel Begunkov | 1 | -2/+1 |
| 2023-04-15 | io_uring/rsrc: inline switch_start fast path | Pavel Begunkov | 2 | -8/+13 |
| 2023-04-15 | io_uring/rsrc: remove rsrc_data refs | Pavel Begunkov | 3 | -28/+10 |
| 2023-04-15 | io_uring/rsrc: fix DEFER_TASKRUN rsrc quiesce | Pavel Begunkov | 1 | -0/+9 |
| 2023-04-15 | io_uring/rsrc: use wq for quiescing | Pavel Begunkov | 3 | -7/+13 |
| 2023-04-15 | io_uring/rsrc: refactor io_rsrc_ref_quiesce | Pavel Begunkov | 1 | -13/+5 |
| 2023-04-15 | io_uring/rsrc: remove io_rsrc_node::done | Pavel Begunkov | 2 | -5/+1 |
| 2023-04-15 | io_uring/rsrc: use nospec'ed indexes | Pavel Begunkov | 1 | -1/+1 |
| 2023-04-15 | io_uring/notif: add constant for ubuf_info flags | Pavel Begunkov | 2 | -1/+2 |
| 2023-04-15 | Merge tag 'io_uring-6.3-2023-04-14' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -1/+1 |
| 2023-04-14 | io_uring: complete request via task work in case of DEFER_TASKRUN | Ming Lei | 1 | -1/+1 |
| 2023-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2 | -4/+5 |
| 2023-04-12 | io_uring/rsrc: extract SCM file put helper | Pavel Begunkov | 1 | -9/+11 |
| 2023-04-12 | io_uring/rsrc: refactor io_rsrc_node_switch | Pavel Begunkov | 3 | -28/+20 |
| 2023-04-12 | io_uring/rsrc: zero node's rsrc data on alloc | Pavel Begunkov | 1 | -0/+1 |
| 2023-04-12 | io_uring/rsrc: consolidate node caching | Pavel Begunkov | 3 | -11/+16 |
| 2023-04-12 | io_uring/rsrc: add lockdep checks | Pavel Begunkov | 1 | -0/+2 |
| 2023-04-12 | io_uring: add irq lockdep checks | Pavel Begunkov | 1 | -0/+2 |
| 2023-04-12 | io_uring/kbuf: remove extra ->buf_ring null check | Pavel Begunkov | 1 | -7/+5 |
| 2023-04-12 | io_uring: shut io_prep_async_work warning | Pavel Begunkov | 1 | -1/+1 |
| 2023-04-12 | io_uring/uring_cmd: take advantage of completion batching | Jens Axboe | 1 | -3/+7 |
| 2023-04-08 | Merge tag 'io_uring-6.3-2023-04-06' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -4/+5 |
| 2023-04-06 | io_uring: optimise io_req_local_work_add | Pavel Begunkov | 1 | -8/+16 |
| 2023-04-06 | io_uring: refactor __io_cq_unlock_post_flush() | Pavel Begunkov | 1 | -10/+12 |
| 2023-04-06 | io_uring: reduce scheduling due to tw | Pavel Begunkov | 5 | -24/+59 |
| 2023-04-06 | io_uring: inline llist_add() | Pavel Begunkov | 1 | -1/+8 |
| 2023-04-06 | io_uring: add tw add flags | Pavel Begunkov | 2 | -5/+11 |
| 2023-04-06 | io_uring: refactor io_cqring_wake() | Pavel Begunkov | 2 | -13/+4 |
| 2023-04-06 | io_uring: optimize local tw add ctx pinning | Pavel Begunkov | 1 | -2/+6 |
| 2023-04-06 | io_uring: move pinning out of io_req_local_work_add | Pavel Begunkov | 1 | -7/+4 |
| 2023-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -7/+7 |
| 2023-04-05 | io_uring/uring_cmd: assign ioucmd->cmd at async prep time | Jens Axboe | 1 | -3/+1 |
| 2023-04-04 | io_uring/rsrc: add custom limit for node caching | Pavel Begunkov | 3 | -5/+12 |
| 2023-04-04 | io_uring/rsrc: optimise io_rsrc_data refcounting | Pavel Begunkov | 2 | -13/+19 |
| 2023-04-04 | io_uring/rsrc: add lockdep sanity checks | Pavel Begunkov | 3 | -5/+7 |
| 2023-04-04 | io_uring/rsrc: cache struct io_rsrc_node | Pavel Begunkov | 3 | -12/+31 |
| 2023-04-04 | io_uring/rsrc: don't offload node free | Pavel Begunkov | 2 | -61/+4 |
| 2023-04-04 | io_uring/rsrc: optimise io_rsrc_put allocation | Pavel Begunkov | 2 | -17/+36 |
| 2023-04-04 | io_uring/rsrc: rename rsrc_list | Pavel Begunkov | 2 | -4/+10 |
| 2023-04-04 | io_uring/rsrc: kill rsrc_ref_lock | Pavel Begunkov | 2 | -6/+0 |
| 2023-04-04 | io_uring/rsrc: protect node refs with uring_lock | Pavel Begunkov | 3 | -56/+21 |
| 2023-04-04 | io_uring: io_free_req() via tw | Pavel Begunkov | 1 | -1/+7 |
| 2023-04-04 | io_uring: don't put nodes under spinlocks | Pavel Begunkov | 2 | -5/+8 |
| 2023-04-04 | io_uring/rsrc: keep cached refs per node | Pavel Begunkov | 2 | -13/+18 |
| 2023-04-04 | io_uring/rsrc: use non-pcpu refcounts for nodes | Pavel Begunkov | 2 | -12/+9 |
| 2023-04-03 | io_uring: cap io_sqring_entries() at SQ ring size | Jens Axboe | 2 | -2/+4 |
| 2023-04-03 | io_uring: rename trace_io_uring_submit_sqe() tracepoint | Jens Axboe | 1 | -2/+1 |
| 2023-04-03 | io_uring: encapsulate task_work state | Pavel Begunkov | 7 | -72/+73 |
| 2023-04-03 | io_uring: remove extra tw trylocks | Pavel Begunkov | 1 | -2/+1 |
| 2023-04-03 | io_uring/io-wq: drop outdated comment | Jens Axboe | 1 | -5/+1 |
| 2023-04-03 | io-wq: Drop struct io_wqe | Gabriel Krisman Bertazi | 1 | -188/+156 |
| 2023-04-03 | io-wq: Move wq accounting to io_wq | Gabriel Krisman Bertazi | 1 | -38/+40 |
| 2023-04-03 | io_uring/kbuf: disallow mapping a badly aligned provided ring buffer | Jens Axboe | 1 | -0/+18 |
| 2023-04-03 | io_uring: Add KASAN support for alloc_caches | Breno Leitao | 3 | -4/+11 |
| 2023-04-03 | io_uring: Move from hlist to io_wq_work_node | Breno Leitao | 1 | -11/+13 |
| 2023-04-03 | io_uring: One wqe per wq | Breno Leitao | 1 | -108/+68 |
| 2023-04-03 | io_uring: add support for user mapped provided buffer ring | Jens Axboe | 3 | -24/+92 |
| 2023-04-03 | io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags' | Jens Axboe | 1 | -2/+6 |
| 2023-04-03 | io_uring/kbuf: add buffer_list->is_mapped member | Jens Axboe | 2 | -6/+11 |
| 2023-04-03 | io_uring/kbuf: move pinning of provided buffer ring into helper | Jens Axboe | 1 | -12/+25 |
| 2023-04-03 | io_uring: Adjust mapping wrt architecture aliasing requirements | Helge Deller | 1 | -0/+51 |
| 2023-04-03 | io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need it | Jens Axboe | 1 | -1/+7 |
| 2023-04-01 | io_uring: fix memory leak when removing provided buffers | Wojciech Lukowicz | 2 | -2/+5 |
| 2023-04-01 | io_uring: fix return value when removing provided buffers | Wojciech Lukowicz | 1 | -2/+0 |
| 2023-03-31 | Merge tag 'io_uring-6.3-2023-03-30' of git://git.kernel.dk/linux | Linus Torvalds | 3 | -7/+7 |
| 2023-03-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 4 | -13/+26 |
| 2023-03-30 | iov_iter: add iter_iov_addr() and iter_iov_len() helpers | Jens Axboe | 1 | -14/+13 |
| 2023-03-30 | iov_iter: add iter_iovec() helper | Jens Axboe | 2 | -6/+6 |
| 2023-03-30 | io_uring: fix poll/netmsg alloc caches | Pavel Begunkov | 1 | -0/+1 |
| 2023-03-29 | io_uring/rsrc: fix rogue rsrc node grabbing | Pavel Begunkov | 1 | -7/+5 |
| 2023-03-28 | io_uring/poll: clear single/double poll flags on poll arming | Jens Axboe | 1 | -0/+1 |
| 2023-03-24 | Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -4/+6 |
| 2023-03-22 | io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get() | Savino Dicanosa | 2 | -0/+4 |
| 2023-03-20 | io_uring/net: avoid sending -ECONNABORTED on repeated connection requests | Jens Axboe | 1 | -9/+16 |
| 2023-03-20 | block/io_uring: pass in issue_flags for uring_cmd task_work handling | Jens Axboe | 1 | -4/+6 |
| 2023-03-20 | blk-mq: remove hybrid polling | Keith Busch | 1 | -1/+1 |
| 2023-03-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 7 | -13/+31 |
| 2023-03-16 | io_uring/rsrc: fix folio accounting | Pavel Begunkov | 1 | -1/+7 |
| 2023-03-16 | io_uring/msg_ring: let target know allocated index | Pavel Begunkov | 1 | -1/+3 |
| 2023-03-15 | io_uring: rsrc: Optimize return value variable 'ret' | Li zeming | 1 | -1/+1 |
| 2023-03-15 | io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threads | Michal Koutný | 1 | -1/+0 |
| 2023-03-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 9 | -64/+85 |
| 2023-03-09 | io_uring: silence variable ‘prev’ set but not used warning | Jens Axboe | 2 | -3/+6 |
| 2023-03-09 | io_uring/uring_cmd: ensure that device supports IOPOLL | Jens Axboe | 1 | -1/+3 |
| 2023-03-08 | io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workers | Jens Axboe | 1 | -5/+11 |
| 2023-03-08 | net: reclaim skb->scm_io_uring bit | Eric Dumazet | 1 | -2/+1 |
| 2023-03-03 | Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linux | Linus Torvalds | 8 | -61/+84 |
| 2023-03-01 | capability: just use a 'u64' instead of a 'u32[2]' array | Linus Torvalds | 1 | -3/+1 |
| 2023-03-01 | io_uring/poll: don't pass in wake func to io_init_poll_iocb() | Jens Axboe | 1 | -5/+7 |
| 2023-02-28 | io_uring: fix fget leak when fs don't support nowait buffered read | Joseph Qi | 1 | -1/+1 |
| 2023-02-25 | io_uring/poll: allow some retries for poll triggering spuriously | Jens Axboe | 2 | -2/+13 |
| 2023-02-24 | io_uring: remove MSG_NOSIGNAL from recvmsg | David Lamparter | 1 | -1/+1 |
| 2023-02-24 | io_uring/rsrc: always initialize 'folio' to NULL | Jens Axboe | 1 | -1/+1 |
| 2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
| 2023-02-22 | io_uring/rsrc: optimise registered huge pages | Pavel Begunkov | 1 | -6/+32 |
| 2023-02-22 | io_uring/rsrc: optimise single entry advance | Pavel Begunkov | 1 | -1/+4 |
| 2023-02-22 | io_uring/rsrc: disallow multi-source reg buffers | Pavel Begunkov | 1 | -5/+8 |
| 2023-02-22 | io_uring: remove unused wq_list_merge | Pavel Begunkov | 1 | -22/+0 |
| 2023-02-22 | io_uring: fix size calculation when registering buf ring | Wojciech Lukowicz | 1 | -1/+1 |
| 2023-02-22 | io_uring/rsrc: fix a comment in io_import_fixed() | Pavel Begunkov | 1 | -1/+1 |
| 2023-02-22 | io_uring: rename 'in_idle' to 'in_cancel' | Jens Axboe | 2 | -10/+10 |
| 2023-02-22 | io_uring: consolidate the put_ref-and-return section of adding work | Jens Axboe | 1 | -6/+6 |
| 2023-02-20 | Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -3/+1 |
| 2023-02-20 | Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -15/+11 |
| 2023-02-16 | io_uring: Support calling io_uring_register with a registered ring fd | Josh Triplett | 1 | -7/+26 |
| 2023-02-10 | io_uring,audit: don't log IORING_OP_MADVISE | Richard Guy Briggs | 1 | -0/+1 |
| 2023-02-06 | io_uring: mark task TASK_RUNNING before handling resume/task work | Jens Axboe | 1 | -1/+3 |
| 2023-02-03 | io_uring: use bvec_set_page to initialize a bvec | Christoph Hellwig | 1 | -3/+1 |
| 2023-01-29 | io_uring: always go async for unsupported open flags | Dylan Yudaken | 1 | -6/+12 |
| 2023-01-29 | io_uring: always go async for unsupported fadvise flags | Dylan Yudaken | 1 | -10/+15 |
| 2023-01-29 | io_uring: for requests that require async, force it | Dylan Yudaken | 7 | -34/+33 |
| 2023-01-29 | io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async | Dylan Yudaken | 1 | -3/+5 |
| 2023-01-29 | io_uring: add reschedule point to handle_tw_list() | Jens Axboe | 1 | -1/+7 |
| 2023-01-29 | io_uring: add a conditional reschedule to the IOPOLL cancelation loop | Jens Axboe | 1 | -0/+1 |
| 2023-01-29 | io_uring: return normal tw run linking optimisation | Pavel Begunkov | 1 | -0/+9 |
| 2023-01-29 | io_uring: refactor tctx_task_work | Pavel Begunkov | 1 | -8/+5 |
| 2023-01-29 | io_uring: refactor io_put_task helpers | Pavel Begunkov | 1 | -5/+12 |
| 2023-01-29 | io_uring: refactor req allocation | Pavel Begunkov | 3 | -14/+15 |
| 2023-01-29 | io_uring: improve io_get_sqe | Pavel Begunkov | 1 | -5/+5 |
| 2023-01-29 | io_uring: kill outdated comment about overflow flush | Pavel Begunkov | 1 | -1/+0 |
| 2023-01-29 | io_uring: use user visible tail in io_uring_poll() | Pavel Begunkov | 1 | -1/+1 |
| 2023-01-29 | io_uring: pass in io_issue_def to io_assign_file() | Jens Axboe | 1 | -4/+5 |
| 2023-01-29 | io_uring: Enable KASAN for request cache | Breno Leitao | 2 | -4/+10 |
| 2023-01-29 | io_uring: handle TIF_NOTIFY_RESUME when checking for task_work | Jens Axboe | 1 | -0/+8 |
| 2023-01-29 | io_uring/msg-ring: ensure flags passing works for task_work completions | Jens Axboe | 1 | -1/+6 |
| 2023-01-29 | io_uring: Split io_issue_def struct | Breno Leitao | 4 | -115/+238 |
| 2023-01-29 | io_uring: Rename struct io_op_def | Breno Leitao | 5 | -25/+25 |
| 2023-01-29 | io_uring: refactor __io_req_complete_post | Pavel Begunkov | 1 | -2/+2 |
| 2023-01-29 | io_uring: simplify fallback execution | Pavel Begunkov | 1 | -8/+6 |
| 2023-01-29 | io_uring: don't export io_put_task() | Pavel Begunkov | 2 | -11/+10 |
| 2023-01-29 | io_uring: return back links tw run optimisation | Pavel Begunkov | 1 | -1/+4 |
| 2023-01-29 | io_uring: make io_sqpoll_wait_sq return void | Quanfa Fu | 3 | -8/+5 |
| 2023-01-29 | io_uring: optimise deferred tw execution | Pavel Begunkov | 1 | -17/+7 |
| 2023-01-29 | io_uring: add io_req_local_work_add wake fast path | Pavel Begunkov | 1 | -1/+6 |
| 2023-01-29 | io_uring: waitqueue-less cq waiting | Pavel Begunkov | 1 | -7/+12 |
| 2023-01-29 | io_uring: wake up optimisations | Pavel Begunkov | 1 | -1/+20 |
| 2023-01-29 | io_uring: add lazy poll_wq activation | Pavel Begunkov | 2 | -5/+62 |
| 2023-01-29 | io_uring: separate wq for ring polling | Pavel Begunkov | 2 | -1/+11 |
| 2023-01-29 | io_uring: move io_run_local_work_locked | Pavel Begunkov | 2 | -18/+17 |
| 2023-01-29 | io_uring: mark io_run_local_work static | Pavel Begunkov | 2 | -2/+1 |
| 2023-01-29 | io_uring: don't set TASK_RUNNING in local tw runner | Pavel Begunkov | 1 | -3/+2 |
| 2023-01-29 | io_uring: refactor io_wake_function | Pavel Begunkov | 1 | -4/+2 |
| 2023-01-29 | io_uring: remove excessive unlikely on IS_ERR | Dmitrii Bundin | 1 | -1/+1 |
| 2023-01-29 | io_uring/msg_ring: Pass custom flags to the cqe | Breno Leitao | 1 | -5/+19 |
| 2023-01-29 | io_uring: keep timeout in io_wait_queue | Pavel Begunkov | 1 | -14/+14 |
| 2023-01-29 | io_uring: optimise non-timeout waiting | Pavel Begunkov | 1 | -1/+3 |
| 2023-01-29 | io_uring: set TASK_RUNNING right after schedule | Pavel Begunkov | 1 | -3/+2 |
| 2023-01-29 | io_uring: simplify io_has_work | Pavel Begunkov | 1 | -2/+1 |
| 2023-01-29 | io_uring: mimimise io_cqring_wait_schedule | Pavel Begunkov | 1 | -16/+23 |
| 2023-01-29 | io_uring: parse check_cq out of wq waiting | Pavel Begunkov | 1 | -14/+18 |
| 2023-01-29 | io_uring: move defer tw task checks | Pavel Begunkov | 2 | -9/+11 |
| 2023-01-29 | io_uring: kill io_run_task_work_ctx | Pavel Begunkov | 2 | -21/+5 |
| 2023-01-29 | io_uring: don't iterate cq wait fast path | Pavel Begunkov | 1 | -10/+8 |
| 2023-01-29 | io_uring: rearrange defer list checks | Pavel Begunkov | 2 | -4/+1 |
| 2023-01-27 | io_uring: always prep_async for drain requests | Dylan Yudaken | 1 | -10/+8 |
| 2023-01-23 | io_uring/net: cache provided buffer group value for multishot receives | Jens Axboe | 1 | -0/+11 |
| 2023-01-20 | io_uring/poll: don't reissue in case of poll race on multishot request | Jens Axboe | 1 | -1/+5 |
| 2023-01-20 | io_uring/msg_ring: fix remote queue to disabled ring | Pavel Begunkov | 2 | -2/+10 |
| 2023-01-20 | io_uring/msg_ring: fix flagging remote execution | Pavel Begunkov | 1 | -17/+23 |
| 2023-01-19 | io_uring/msg_ring: fix missing lock on overflow for IOPOLL | Jens Axboe | 1 | -9/+30 |
| 2023-01-19 | io_uring/msg_ring: move double lock/unlock helpers higher up | Jens Axboe | 1 | -24/+23 |
| 2023-01-18 | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map... | David Hildenbrand | 1 | -1/+1 |
| 2023-01-13 | io_uring: lock overflowing for IOPOLL | Pavel Begunkov | 1 | -1/+5 |
| 2023-01-12 | io_uring/poll: attempt request issue after racy poll wakeup | Jens Axboe | 1 | -11/+20 |
| 2023-01-10 | io_uring/fdinfo: include locked hash table in fdinfo output | Jens Axboe | 1 | -2/+10 |
| 2023-01-09 | io_uring/poll: add hash if ready poll request can't complete inline | Jens Axboe | 1 | -5/+12 |
| 2023-01-08 | io_uring: use iter_ubuf for single range imports | Jens Axboe | 1 | -3/+6 |
| 2023-01-08 | io_uring: switch network send/recv to ITER_UBUF | Jens Axboe | 1 | -12/+5 |
| 2023-01-08 | io_uring/io-wq: only free worker if it was allocated for creation | Jens Axboe | 1 | -1/+6 |
| 2023-01-05 | io_uring: fix CQ waiting timeout handling | Pavel Begunkov | 1 | -3/+3 |
| 2023-01-03 | io_uring: lockdep annotate CQ locking | Pavel Begunkov | 2 | -3/+17 |
| 2023-01-03 | io_uring: pin context while queueing deferred tw | Pavel Begunkov | 1 | -1/+7 |
| 2023-01-02 | io_uring/io-wq: free worker if task_work creation is canceled | Jens Axboe | 1 | -0/+1 |
| 2022-12-23 | io_uring: check for valid register opcode earlier | Jens Axboe | 1 | -2/+3 |
| 2022-12-21 | io_uring/cancel: re-grab ctx mutex after finishing wait | Jens Axboe | 1 | -5/+4 |
| 2022-12-21 | io_uring: finish waiting before flushing overflow entries | Jens Axboe | 1 | -9/+16 |
| 2022-12-19 | io_uring/net: fix cleanup after recycle | Pavel Begunkov | 1 | -1/+1 |
| 2022-12-19 | io_uring/net: ensure compat import handlers clear free_iov | Jens Axboe | 1 | -0/+1 |
| 2022-12-17 | io_uring: include task_work run after scheduling in wait for events | Jens Axboe | 1 | -1/+10 |
| 2022-12-17 | io_uring: don't use TIF_NOTIFY_SIGNAL to test for availability of task_work | Jens Axboe | 1 | -2/+1 |
| 2022-12-15 | io_uring: use call_rcu_hurry if signaling an eventfd | Dylan Yudaken | 1 | -1/+1 |
| 2022-12-15 | io_uring: fix overflow handling regression | Pavel Begunkov | 2 | -2/+2 |
| 2022-12-14 | io_uring: ease timeout flush locking requirements | Pavel Begunkov | 2 | -7/+4 |