| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-09-30 | Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -1/+8 |
| 2022-09-28 | io_uring/poll: disable level triggered poll | Jens Axboe | 1 | -1/+1 |
| 2022-09-26 | io_uring: register single issuer task at creation | Dylan Yudaken | 1 | -0/+7 |
| 2022-09-24 | Merge tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linux | Linus Torvalds | 1 | -0/+3 |
| 2022-09-23 | io_uring: ensure that cached task references are always put on exit | Jens Axboe | 1 | -0/+3 |
| 2022-09-18 | Merge tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linux | Linus Torvalds | 2 | -9/+9 |
| 2022-09-18 | io_uring/opdef: rename SENDZC_NOTIF to SEND_ZC | Stefan Metzmacher | 1 | -1/+1 |
| 2022-09-18 | io_uring/net: fix zc fixed buf lifetime | Pavel Begunkov | 1 | -8/+8 |
| 2022-09-16 | Merge tag 'io_uring-6.0-2022-09-16' of git://git.kernel.dk/linux-block | Linus Torvalds | 2 | -2/+3 |
| 2022-09-15 | io_uring/msg_ring: check file type before putting | Jens Axboe | 1 | -1/+2 |
| 2022-09-13 | io_uring/rw: fix error'ed retry return values | Pavel Begunkov | 1 | -1/+1 |
| 2022-09-09 | Merge tag 'io_uring-6.0-2022-09-09' of git://git.kernel.dk/linux-block | Linus Torvalds | 5 | -25/+29 |
| 2022-09-09 | io_uring/rw: fix short rw error handling | Pavel Begunkov | 1 | -12/+18 |
| 2022-09-08 | io_uring/net: copy addr for zc on POLL_FIRST | Pavel Begunkov | 1 | -3/+4 |
| 2022-09-07 | io_uring: recycle kbuf recycle on tw requeue | Pavel Begunkov | 1 | -0/+1 |
| 2022-09-07 | io_uring/kbuf: fix not advancing READV kbuf ring | Pavel Begunkov | 1 | -2/+6 |
| 2022-09-05 | io_uring/notif: Remove the unused function io_notif_complete() | Jiapeng Chong | 1 | -8/+0 |
| 2022-09-02 | Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-block | Linus Torvalds | 8 | -230/+52 |
| 2022-09-01 | io_uring/net: simplify zerocopy send user API | Pavel Begunkov | 6 | -74/+42 |
| 2022-09-01 | io_uring/notif: remove notif registration | Pavel Begunkov | 4 | -95/+1 |
| 2022-09-01 | Revert "io_uring: rename IORING_OP_FILES_UPDATE" | Pavel Begunkov | 3 | -22/+8 |
| 2022-09-01 | Revert "io_uring: add zc notification flush requests" | Pavel Begunkov | 1 | -38/+0 |
| 2022-08-31 | Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+5 |
| 2022-08-26 | io_uring/net: fix overexcessive retries | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-26 | lsm,io_uring: add LSM hooks for the new uring_cmd file op | Luis Chamberlain | 1 | -0/+5 |
| 2022-08-25 | io_uring/net: save address for sendzc async execution | Pavel Begunkov | 3 | -8/+50 |
| 2022-08-24 | io_uring: conditional ->async_data allocation | Pavel Begunkov | 2 | -3/+6 |
| 2022-08-24 | io_uring/notif: order notif vs send CQEs | Pavel Begunkov | 1 | -2/+4 |
| 2022-08-24 | io_uring/net: fix indentation | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-24 | io_uring/net: fix zc send link failing | Pavel Begunkov | 1 | -0/+1 |
| 2022-08-24 | io_uring/net: fix must_hold annotation | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-23 | io_uring: fix submission-failure handling for uring-cmd | Kanchan Joshi | 1 | -1/+1 |
| 2022-08-23 | io_uring: fix off-by-one in sync cancelation file check | Jens Axboe | 1 | -1/+1 |
| 2022-08-18 | io_uring/net: use right helpers for async_data | Pavel Begunkov | 1 | -2/+2 |
| 2022-08-15 | io_uring/notif: raise limit on notification slots | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-15 | io_uring/net: improve zc addr import error handling | Pavel Begunkov | 1 | -8/+8 |
| 2022-08-15 | io_uring/net: use right helpers for async recycle | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-13 | Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-block | Linus Torvalds | 22 | -147/+170 |
| 2022-08-12 | io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fields | Stefan Metzmacher | 2 | -3/+19 |
| 2022-08-12 | io_uring: make io_kiocb_to_cmd() typesafe | Stefan Metzmacher | 19 | -128/+126 |
| 2022-08-11 | io_uring: consistently make use of io_notif_to_data() | Stefan Metzmacher | 1 | -1/+1 |
| 2022-08-11 | io_uring: fix error handling for io_uring_cmd | Anuj Gupta | 1 | -1/+3 |
| 2022-08-05 | io_uring: fix io_recvmsg_prep_multishot sparse warnings | Dylan Yudaken | 1 | -2/+2 |
| 2022-08-04 | io_uring/net: send retry for zerocopy | Pavel Begunkov | 1 | -3/+17 |
| 2022-08-04 | io_uring: mem-account pbuf buckets | Pavel Begunkov | 1 | -1/+1 |
| 2022-08-04 | audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker() | Peilin Ye | 2 | -7/+0 |
| 2022-08-03 | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -1/+1 |
| 2022-08-03 | io_uring: pass correct parameters to io_req_set_res | Ming Lei | 1 | -1/+1 |
| 2022-08-02 | Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk... | Linus Torvalds | 11 | -92/+601 |
| 2022-07-27 | io_uring: notification completion optimisation | Pavel Begunkov | 4 | -139/+65 |
| 2022-07-27 | io_uring: export req alloc from core | Pavel Begunkov | 2 | -21/+22 |
| 2022-07-25 | io_uring/net: use unsigned for flags | Pavel Begunkov | 1 | -2/+2 |
| 2022-07-25 | io_uring/net: make page accounting more consistent | Pavel Begunkov | 5 | -14/+37 |
| 2022-07-25 | io_uring/net: checks errors of zc mem accounting | Pavel Begunkov | 1 | -1/+3 |
| 2022-07-25 | io_uring/net: improve io_get_notif_slot types | Pavel Begunkov | 1 | -1/+1 |
| 2022-07-24 | io_uring: enable managed frags with register buffers | Pavel Begunkov | 1 | -1/+55 |
| 2022-07-24 | io_uring: add zc notification flush requests | Pavel Begunkov | 1 | -0/+38 |
| 2022-07-24 | io_uring: rename IORING_OP_FILES_UPDATE | Pavel Begunkov | 3 | -8/+22 |
| 2022-07-24 | io_uring: flush notifiers after sendzc | Pavel Begunkov | 5 | -12/+27 |
| 2022-07-24 | io_uring: sendzc with fixed buffers | Pavel Begunkov | 1 | -5/+24 |
| 2022-07-24 | io_uring: allow to pass addr into sendzc | Pavel Begunkov | 1 | -2/+16 |
| 2022-07-24 | io_uring: account locked pages for non-fixed zc | Pavel Begunkov | 2 | -0/+7 |
| 2022-07-24 | io_uring: wire send zc request type | Pavel Begunkov | 3 | -0/+112 |
| 2022-07-24 | io_uring: add notification slot registration | Pavel Begunkov | 3 | -0/+55 |
| 2022-07-24 | io_uring: add rsrc referencing for notifiers | Pavel Begunkov | 3 | -3/+15 |
| 2022-07-24 | io_uring: complete notifiers in tw | Pavel Begunkov | 2 | -3/+22 |
| 2022-07-24 | io_uring: cache struct io_notif | Pavel Begunkov | 3 | -7/+58 |
| 2022-07-24 | io_uring: add zc notification infrastructure | Pavel Begunkov | 5 | -4/+174 |
| 2022-07-24 | io_uring: export io_put_task() | Pavel Begunkov | 3 | -36/+11 |
| 2022-07-24 | io_uring: initialise msghdr::msg_ubuf | Pavel Begunkov | 1 | -0/+2 |
| 2022-07-24 | io_uring: Add tracepoint for short writes | Stefan Roesch | 1 | -0/+3 |
| 2022-07-24 | io_uring: fix issue with io_write() not always undoing sb_start_write() | Jens Axboe | 1 | -1/+8 |
| 2022-07-24 | io_uring: Add support for async buffered writes | Stefan Roesch | 1 | -5/+24 |
| 2022-07-24 | io_uring: ensure REQ_F_ISREG is set async offload | Jens Axboe | 3 | -5/+8 |
| 2022-07-24 | net: fix compat pointer in get_compat_msghdr() | Jens Axboe | 1 | -1/+1 |
| 2022-07-24 | io_uring: Don't require reinitable percpu_ref | Michal Koutný | 1 | -1/+1 |
| 2022-07-24 | io_uring: fix types in io_recvmsg_multishot_overflow | Dylan Yudaken | 1 | -5/+5 |
| 2022-07-24 | io_uring: Use atomic_long_try_cmpxchg in __io_account_mem | Uros Bizjak | 1 | -4/+3 |
| 2022-07-24 | io_uring: support multishot in recvmsg | Dylan Yudaken | 2 | -19/+167 |
| 2022-07-24 | net: copy from user before calling __get_compat_msghdr | Dylan Yudaken | 1 | -8/+9 |
| 2022-07-24 | net: copy from user before calling __copy_msghdr | Dylan Yudaken | 1 | -8/+9 |
| 2022-07-24 | io_uring: support 0 length iov in buffer select in compat | Dylan Yudaken | 1 | -9/+14 |
| 2022-07-24 | io_uring: fix multishot ending when not polled | Dylan Yudaken | 1 | -0/+2 |
| 2022-07-24 | io_uring: add netmsg cache | Jens Axboe | 3 | -10/+69 |
| 2022-07-24 | io_uring: impose max limit on apoll cache | Jens Axboe | 2 | -3/+16 |
| 2022-07-24 | io_uring: add abstraction around apoll cache | Jens Axboe | 4 | -19/+57 |
| 2022-07-24 | io_uring: move apoll cache to poll.c | Jens Axboe | 3 | -12/+14 |
| 2022-07-24 | io_uring: consolidate hash_locked io-wq handling | Pavel Begunkov | 1 | -5/+7 |
| 2022-07-24 | io_uring: clear REQ_F_HASH_LOCKED on hash removal | Pavel Begunkov | 1 | -5/+2 |
| 2022-07-24 | io_uring: don't race double poll setting REQ_F_ASYNC_DATA | Pavel Begunkov | 1 | -3/+3 |
| 2022-07-24 | io_uring: don't miss setting REQ_F_DOUBLE_POLL | Pavel Begunkov | 1 | -8/+10 |
| 2022-07-24 | io_uring: disable multishot recvmsg | Dylan Yudaken | 1 | -19/+10 |
| 2022-07-24 | io_uring: only trace one of complete or overflow | Dylan Yudaken | 2 | -5/+8 |
| 2022-07-24 | io_uring: multishot recv | Dylan Yudaken | 1 | -13/+89 |
| 2022-07-24 | io_uring: fix multishot accept ordering | Dylan Yudaken | 1 | -4/+7 |
| 2022-07-24 | io_uring: fix multishot poll on overflow | Dylan Yudaken | 1 | -2/+4 |
| 2022-07-24 | io_uring: add allow_overflow to io_post_aux_cqe | Dylan Yudaken | 6 | -11/+18 |
| 2022-07-24 | io_uring: add IOU_STOP_MULTISHOT return code | Dylan Yudaken | 2 | -2/+16 |
| 2022-07-24 | io_uring: clean up io_poll_check_events return values | Dylan Yudaken | 1 | -11/+16 |
| 2022-07-24 | io_uring: recycle buffers on error | Dylan Yudaken | 1 | -2/+8 |
| 2022-07-24 | io_uring: allow iov_len = 0 for recvmsg and buffer select | Dylan Yudaken | 1 | -5/+11 |
| 2022-07-24 | io_uring: restore bgid in io_put_kbuf | Dylan Yudaken | 1 | -2/+7 |
| 2022-07-24 | io_uring: allow 0 length for buffer select | Dylan Yudaken | 1 | -2/+2 |
| 2022-07-24 | io_uring: let to set a range for file slot allocation | Pavel Begunkov | 4 | -7/+45 |
| 2022-07-24 | io_uring: add support for passing fixed file descriptors | Jens Axboe | 1 | -7/+123 |
| 2022-07-24 | io_uring: split out fixed file installation and removal | Jens Axboe | 5 | -48/+60 |
| 2022-07-24 | io_uring: remove ctx->refs pinning on enter | Pavel Begunkov | 1 | -12/+4 |
| 2022-07-24 | io_uring: don't check file ops of registered rings | Pavel Begunkov | 1 | -8/+8 |
| 2022-07-24 | io_uring: remove extra TIF_NOTIFY_SIGNAL check | Pavel Begunkov | 1 | -2/+0 |
| 2022-07-24 | io_uring: fuse fallback_node and normal tw node | Pavel Begunkov | 1 | -3/+2 |
| 2022-07-24 | io_uring: improve io_fail_links() | Pavel Begunkov | 1 | -12/+24 |
| 2022-07-24 | io_uring: move POLLFREE handling to separate function | Jens Axboe | 1 | -23/+27 |
| 2022-07-24 | io_uring: kbuf: inline io_kbuf_recycle_ring() | Hao Xu | 2 | -29/+27 |
| 2022-07-24 | io_uring: optimise submission side poll_refs | Pavel Begunkov | 1 | -21/+67 |
| 2022-07-24 | io_uring: refactor poll arm error handling | Pavel Begunkov | 1 | -23/+21 |
| 2022-07-24 | io_uring: change arm poll return values | Pavel Begunkov | 1 | -2/+5 |
| 2022-07-24 | io_uring: add a helper for apoll alloc | Pavel Begunkov | 1 | -16/+28 |
| 2022-07-24 | io_uring: remove events caching atavisms | Pavel Begunkov | 1 | -10/+8 |
| 2022-07-24 | io_uring: clean poll ->private flagging | Pavel Begunkov | 1 | -3/+17 |
| 2022-07-24 | io_uring: add sync cancelation API through io_uring_register() | Jens Axboe | 3 | -0/+115 |
| 2022-07-24 | io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag | Jens Axboe | 1 | -3/+6 |
| 2022-07-24 | io_uring: have cancelation API accept io_uring_task directly | Jens Axboe | 3 | -10/+11 |
| 2022-07-24 | io_uring: kbuf: kill __io_kbuf_recycle() | Hao Xu | 2 | -43/+49 |
| 2022-07-24 | io_uring: trace task_work_run | Dylan Yudaken | 1 | -5/+14 |
| 2022-07-24 | io_uring: batch task_work | Dylan Yudaken | 1 | -8/+12 |
| 2022-07-24 | io_uring: introduce llist helpers | Dylan Yudaken | 1 | -0/+30 |
| 2022-07-24 | io_uring: lockless task list | Dylan Yudaken | 3 | -34/+13 |
| 2022-07-24 | io_uring: remove __io_req_task_work_add | Dylan Yudaken | 1 | -9/+2 |
| 2022-07-24 | io_uring: remove priority tw list optimisation | Dylan Yudaken | 5 | -70/+12 |
| 2022-07-24 | io_uring: dedup io_run_task_work | Pavel Begunkov | 2 | -14/+5 |
| 2022-07-24 | io_uring: move list helpers to a separate file | Pavel Begunkov | 4 | -131/+140 |
| 2022-07-24 | io_uring: improve io_run_task_work() | Pavel Begunkov | 1 | -1/+1 |
| 2022-07-24 | io_uring: optimize io_uring_task layout | Pavel Begunkov | 1 | -14/+16 |
| 2022-07-24 | io_uring: add a warn_once for poll_find | Pavel Begunkov | 1 | -0/+5 |
| 2022-07-24 | io_uring: consistent naming for inline completion | Pavel Begunkov | 2 | -3/+11 |
| 2022-07-24 | io_uring: move io_import_fixed() | Pavel Begunkov | 3 | -60/+63 |
| 2022-07-24 | io_uring: opcode independent fixed buf import | Pavel Begunkov | 1 | -14/+7 |
| 2022-07-24 | io_uring: add io_commit_cqring_flush() | Pavel Begunkov | 3 | -8/+8 |
| 2022-07-24 | io_uring: introduce locking helpers for CQE posting | Pavel Begunkov | 3 | -36/+36 |
| 2022-07-24 | io_uring: hide eventfd assumptions in eventfd paths | Pavel Begunkov | 2 | -20/+27 |
| 2022-07-24 | io_uring: fix io_poll_remove_all clang warnings | Pavel Begunkov | 1 | -2/+5 |
| 2022-07-24 | io_uring: improve task exit timeout cancellations | Pavel Begunkov | 1 | -4/+5 |
| 2022-07-24 | io_uring: fix multi ctx cancellation | Pavel Begunkov | 1 | -41/+46 |
| 2022-07-24 | io_uring: remove ->flush_cqes optimisation | Pavel Begunkov | 2 | -15/+10 |
| 2022-07-24 | io_uring: move io_eventfd_signal() | Pavel Begunkov | 1 | -16/+14 |
| 2022-07-24 | io_uring: reshuffle io_uring/io_uring.h | Pavel Begunkov | 1 | -48/+47 |
| 2022-07-24 | io_uring: remove extra io_commit_cqring() | Pavel Begunkov | 1 | -1/+0 |
| 2022-07-24 | io_uring: move a few private types to local headers | Jens Axboe | 5 | -0/+24 |
| 2022-07-24 | io_uring: clean up tracing events | Pavel Begunkov | 3 | -15/+9 |
| 2022-07-24 | io_uring: make io_uring_types.h public | Pavel Begunkov | 5 | -559/+5 |
| 2022-07-24 | io_uring: kill extra io_uring_types.h includes | Pavel Begunkov | 24 | -24/+0 |
| 2022-07-24 | io_uring: change ->cqe_cached invariant for CQE32 | Pavel Begunkov | 2 | -11/+12 |
| 2022-07-24 | io_uring: deduplicate io_get_cqe() calls | Pavel Begunkov | 1 | -25/+13 |
| 2022-07-24 | io_uring: deduplicate __io_fill_cqe_req tracing | Pavel Begunkov | 1 | -6/+5 |
| 2022-07-24 | io_uring: introduce io_req_cqe_overflow() | Pavel Begunkov | 2 | -12/+15 |
| 2022-07-24 | io_uring: don't inline __io_get_cqe() | Pavel Begunkov | 2 | -35/+36 |
| 2022-07-24 | io_uring: don't expose io_fill_cqe_aux() | Pavel Begunkov | 6 | -53/+35 |
| 2022-07-24 | io_uring: kbuf: add comments for some tricky code | Hao Xu | 1 | -6/+14 |
| 2022-07-24 | io_uring: mutex locked poll hashing | Pavel Begunkov | 3 | -22/+108 |
| 2022-07-24 | io_uring: propagate locking state to poll cancel | Pavel Begunkov | 5 | -7/+12 |
| 2022-07-24 | io_uring: introduce a struct for hash table | Pavel Begunkov | 6 | -43/+56 |
| 2022-07-24 | io_uring: pass hash table into poll_find | Pavel Begunkov | 1 | -6/+14 |
| 2022-07-24 | io_uring: add IORING_SETUP_SINGLE_ISSUER | Pavel Begunkov | 4 | -7/+32 |
| 2022-07-24 | io_uring: use state completion infra for poll reqs | Pavel Begunkov | 1 | -6/+2 |
| 2022-07-24 | io_uring: clean up io_ring_ctx_alloc | Pavel Begunkov | 1 | -4/+6 |
| 2022-07-24 | io_uring: limit the number of cancellation buckets | Pavel Begunkov | 1 | -5/+5 |
| 2022-07-24 | io_uring: clean up io_try_cancel | Pavel Begunkov | 1 | -2/+2 |
| 2022-07-24 | io_uring: pass poll_find lock back | Pavel Begunkov | 1 | -20/+26 |
| 2022-07-24 | io_uring: switch cancel_hash to use per entry spinlock | Hao Xu | 6 | -40/+80 |
| 2022-07-24 | io_uring: poll: remove unnecessary req->ref set | Hao Xu | 1 | -1/+0 |
| 2022-07-24 | io_uring: don't inline io_put_kbuf | Pavel Begunkov | 2 | -32/+39 |
| 2022-07-24 | io_uring: refactor io_req_task_complete() | Pavel Begunkov | 1 | -6/+10 |
| 2022-07-24 | io_uring: kill REQ_F_COMPLETE_INLINE | Pavel Begunkov | 3 | -19/+7 |
| 2022-07-24 | io_uring: rw: delegate sync completions to core io_uring | Pavel Begunkov | 1 | -22/+19 |
| 2022-07-24 | io_uring: remove unused IO_REQ_CACHE_SIZE defined | Jens Axboe | 1 | -1/+0 |
| 2022-07-24 | io_uring: don't set REQ_F_COMPLETE_INLINE in tw | Pavel Begunkov | 1 | -1/+0 |
| 2022-07-24 | io_uring: remove check_cq checking from hot paths | Pavel Begunkov | 1 | -15/+19 |
| 2022-07-24 | io_uring: never defer-complete multi-apoll | Pavel Begunkov | 1 | -1/+1 |
| 2022-07-24 | io_uring: inline ->registered_rings | Pavel Begunkov | 2 | -11/+2 |
| 2022-07-24 | io_uring: explain io_wq_work::cancel_seq placement | Pavel Begunkov | 1 | -0/+1 |
| 2022-07-24 | io_uring: move small helpers to headers | Pavel Begunkov | 2 | -17/+22 |
| 2022-07-24 | io_uring: refactor ctx slow data placement | Pavel Begunkov | 1 | -38/+35 |
| 2022-07-24 | io_uring: better caching for ctx timeout fields | Pavel Begunkov | 1 | -6/+9 |
| 2022-07-24 | io_uring: move defer_list to slow data | Pavel Begunkov | 1 | -1/+4 |
| 2022-07-24 | io_uring: make reg buf init consistent | Pavel Begunkov | 1 | -6/+3 |
| 2022-07-24 | io_uring: deprecate epoll_ctl support | Jens Axboe | 1 | -0/+4 |
| 2022-07-24 | io_uring: add support for level triggered poll | Jens Axboe | 1 | -5/+10 |
| 2022-07-24 | io_uring: move opcode table to opdef.c | Jens Axboe | 5 | -469/+501 |
| 2022-07-24 | io_uring: move read/write related opcodes to its own file | Jens Axboe | 5 | -1231/+1263 |
| 2022-07-24 | io_uring: move remaining file table manipulation to filetable.c | Jens Axboe | 4 | -88/+90 |
| 2022-07-24 | io_uring: move rsrc related data, core, and commands | Jens Axboe | 6 | -1418/+1480 |
| 2022-07-24 | io_uring: split provided buffers handling into its own file | Jens Axboe | 7 | -636/+672 |
| 2022-07-24 | io_uring: move cancelation into its own file | Jens Axboe | 6 | -178/+204 |
| 2022-07-24 | io_uring: move poll handling into its own file | Jens Axboe | 6 | -827/+879 |
| 2022-07-24 | io_uring: add opcode name to io_op_defs | Jens Axboe | 1 | -98/+52 |
| 2022-07-24 | io_uring: include and forward-declaration sanitation | Jens Axboe | 1 | -12/+5 |
| 2022-07-24 | io_uring: move io_uring_task (tctx) helpers into its own file | Jens Axboe | 5 | -365/+396 |
| 2022-07-24 | io_uring: move fdinfo helpers to its own file | Jens Axboe | 6 | -208/+230 |
| 2022-07-24 | io_uring: use io_is_uring_fops() consistently | Jens Axboe | 1 | -8/+8 |
| 2022-07-24 | io_uring: move SQPOLL related handling into its own file | Jens Axboe | 5 | -462/+497 |