| Age | Commit message (Expand) | Author | Files | Lines |
| 2022-07-24 | io_uring: move to separate directory | Jens Axboe | 1 | -13165/+0 |
| 2022-07-24 | io_uring: define a 'prep' and 'issue' handler for each opcode | Jens Axboe | 1 | -458/+350 |
| 2022-07-21 | io_uring: do not recycle buffer in READV | Dylan Yudaken | 1 | -0/+8 |
| 2022-07-21 | io_uring: fix free of unallocated buffer list | Dylan Yudaken | 1 | -3/+3 |
| 2022-07-09 | io_uring: check that we have a file table when allocating update slots | Jens Axboe | 1 | -0/+3 |
| 2022-07-07 | io_uring: explicit sqe padding for ioctl commands | Pavel Begunkov | 1 | -1/+1 |
| 2022-06-30 | io_uring: fix provided buffer import | Dylan Yudaken | 1 | -3/+4 |
| 2022-06-30 | io_uring: keep sendrecv flags in ioprio | Pavel Begunkov | 1 | -4/+8 |
| 2022-06-23 | io_uring: use original request task for inflight tracking | Jens Axboe | 1 | -1/+1 |
| 2022-06-21 | io_uring: fix double poll leak on repolling | Pavel Begunkov | 1 | -0/+1 |
| 2022-06-21 | io_uring: fix wrong arm_poll error handling | Pavel Begunkov | 1 | -0/+1 |
| 2022-06-21 | io_uring: fail links when poll fails | Pavel Begunkov | 1 | -0/+2 |
| 2022-06-21 | io_uring: fix req->apoll_events | Pavel Begunkov | 1 | -4/+8 |
| 2022-06-21 | io_uring: fix merge error in checking send/recv addr2 flags | Jens Axboe | 1 | -4/+0 |
| 2022-06-20 | io_uring: mark reissue requests with REQ_F_PARTIAL_IO | Jens Axboe | 1 | -2/+2 |
| 2022-06-17 | io_uring: recycle provided buffer if we punt to io-wq | Jens Axboe | 1 | -0/+1 |
| 2022-06-16 | io_uring: do not use prio task_work_add in uring_cmd | Dylan Yudaken | 1 | -1/+1 |
| 2022-06-16 | io_uring: commit non-pollable provided mapped buffers upfront | Jens Axboe | 1 | -1/+1 |
| 2022-06-15 | io_uring: make io_fill_cqe_aux honour CQE32 | Pavel Begunkov | 1 | -0/+5 |
| 2022-06-15 | io_uring: remove __io_fill_cqe() helper | Pavel Begunkov | 1 | -21/+16 |
| 2022-06-15 | io_uring: fix ->extra{1,2} misuse | Pavel Begunkov | 1 | -2/+10 |
| 2022-06-15 | io_uring: fill extra big cqe fields from req | Pavel Begunkov | 1 | -68/+10 |
| 2022-06-15 | io_uring: unite fill_cqe and the 32B version | Pavel Begunkov | 1 | -19/+42 |
| 2022-06-15 | io_uring: get rid of __io_fill_cqe{32}_req() | Pavel Begunkov | 1 | -49/+21 |
| 2022-06-14 | io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOT | Pavel Begunkov | 1 | -9/+3 |
| 2022-06-14 | Revert "io_uring: add buffer selection support to IORING_OP_NOP" | Pavel Begunkov | 1 | -14/+1 |
| 2022-06-14 | Revert "io_uring: support CQE32 for nop operation" | Pavel Begunkov | 1 | -20/+1 |
| 2022-06-13 | Merge branch 'io_uring/io_uring-5.19' of https://github.com/isilence/linux in... | Jens Axboe | 1 | -25/+50 |
| 2022-06-13 | io_uring: limit size of provided buffer ring | Dylan Yudaken | 1 | -0/+4 |
| 2022-06-13 | io_uring: fix types in provided buffer ring | Dylan Yudaken | 1 | -3/+3 |
| 2022-06-13 | io_uring: fix index calculation | Dylan Yudaken | 1 | -1/+1 |
| 2022-06-13 | io_uring: fix double unlock for pbuf select | Pavel Begunkov | 1 | -3/+1 |
| 2022-06-13 | io_uring: kbuf: fix bug of not consuming ring buffer in partial io case | Hao Xu | 1 | -4/+16 |
| 2022-06-13 | io_uring: openclose: fix bug of closing wrong fixed file | Hao Xu | 1 | -1/+1 |
| 2022-06-13 | io_uring: fix not locked access to fixed buf table | Pavel Begunkov | 1 | -17/+17 |
| 2022-06-13 | io_uring: fix races with buffer table unregister | Pavel Begunkov | 1 | -0/+7 |
| 2022-06-13 | io_uring: fix races with file table unregister | Pavel Begunkov | 1 | -0/+8 |
| 2022-06-05 | Merge tag 'pull-work.fd-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -4/+1 |
| 2022-06-05 | fix the breakage in close_fd_get_file() calling conventions change | Al Viro | 1 | -4/+1 |
| 2022-06-04 | Merge tag 'pull-18-rc1-work.fd' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -11/+7 |
| 2022-06-01 | io_uring: reinstate the inflight tracking | Jens Axboe | 1 | -26/+56 |
| 2022-06-01 | io_uring: fix deadlock on iowq file slot alloc | Pavel Begunkov | 1 | -21/+15 |
| 2022-05-31 | io_uring: let IORING_OP_FILES_UPDATE support choosing fixed file slots | Xiaoguang Wang | 1 | -10/+62 |
| 2022-05-31 | io_uring: defer alloc_hint update to io_file_bitmap_set() | Xiaoguang Wang | 1 | -8/+3 |
| 2022-05-31 | io_uring: ensure fput() called correspondingly when direct install fails | Xiaoguang Wang | 1 | -0/+5 |
| 2022-05-31 | io_uring: wire up allocated direct descriptors for socket | Jens Axboe | 1 | -2/+2 |
| 2022-05-31 | io_uring: fix a memory leak of buffer group list on exit | Jens Axboe | 1 | -0/+1 |
| 2022-05-31 | io_uring: move shutdown under the general net section | Jens Axboe | 1 | -36/+29 |
| 2022-05-31 | io_uring: unify calling convention for async prep handling | Jens Axboe | 1 | -2/+12 |
| 2022-05-31 | io_uring: add io_op_defs 'def' pointer in req init and issue | Jens Axboe | 1 | -7/+10 |
| 2022-05-25 | io_uring: make prep and issue side of req handlers named consistently | Jens Axboe | 1 | -6/+6 |
| 2022-05-25 | io_uring: make timeout prep handlers consistent with other prep handlers | Jens Axboe | 1 | -4/+17 |
| 2022-05-23 | Merge tag 'for-5.19/io_uring-passthrough-2022-05-22' of git://git.kernel.dk/l... | Linus Torvalds | 1 | -74/+370 |
| 2022-05-23 | Merge tag 'for-5.19/io_uring-net-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -4/+14 |
| 2022-05-23 | Merge tag 'for-5.19/io_uring-socket-2022-05-22' of git://git.kernel.dk/linux-... | Linus Torvalds | 1 | -0/+177 |
| 2022-05-23 | Merge tag 'for-5.19/io_uring-xattr-2022-05-22' of git://git.kernel.dk/linux-b... | Linus Torvalds | 1 | -26/+296 |
| 2022-05-23 | Merge tag 'for-5.19/io_uring-2022-05-22' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -1015/+1640 |
| 2022-05-21 | io_uring: cleanup handling of the two task_work lists | Jens Axboe | 1 | -25/+37 |
| 2022-05-18 | io_uring: disallow mixed provided buffer group registrations | Jens Axboe | 1 | -3/+5 |
| 2022-05-18 | io_uring: initialize io_buffer_list head when shared ring is unregistered | Jens Axboe | 1 | -0/+3 |
| 2022-05-18 | io_uring: add fully sparse buffer registration | Pavel Begunkov | 1 | -7/+15 |
| 2022-05-18 | io_uring: use rcu_dereference in io_close | Christoph Hellwig | 1 | -1/+2 |
| 2022-05-18 | io_uring: consistently use the EPOLL* defines | Christoph Hellwig | 1 | -4/+4 |
| 2022-05-18 | io_uring: make apoll_events a __poll_t | Christoph Hellwig | 1 | -3/+4 |
| 2022-05-18 | io_uring: drop a spurious inline on a forward declaration | Christoph Hellwig | 1 | -1/+1 |
| 2022-05-18 | io_uring: don't use ERR_PTR for user pointers | Christoph Hellwig | 1 | -46/+37 |
| 2022-05-18 | io_uring: use a rwf_t for io_rw.flags | Christoph Hellwig | 1 | -1/+1 |
| 2022-05-18 | io_uring: add support for ring mapped supplied buffers | Jens Axboe | 1 | -12/+222 |
| 2022-05-18 | io_uring: add io_pin_pages() helper | Jens Axboe | 1 | -27/+50 |
| 2022-05-18 | io_uring: add buffer selection support to IORING_OP_NOP | Jens Axboe | 1 | -1/+12 |
| 2022-05-18 | io_uring: fix locking state for empty buffer group | Jens Axboe | 1 | -11/+14 |
| 2022-05-17 | io_uring: don't attempt to IOPOLL for MSG_RING requests | Jens Axboe | 1 | -0/+3 |
| 2022-05-14 | Unify the primitives for file descriptor closing | Al Viro | 1 | -5/+2 |
| 2022-05-14 | io_uring: implement multishot mode for accept | Hao Xu | 1 | -6/+48 |
| 2022-05-14 | io_uring: let fast poll support multishot | Hao Xu | 1 | -15/+32 |
| 2022-05-14 | io_uring: add REQ_F_APOLL_MULTISHOT for requests | Hao Xu | 1 | -0/+5 |
| 2022-05-13 | io_uring: only wake when the correct events are set | Dylan Yudaken | 1 | -2/+3 |
| 2022-05-13 | io_uring: avoid io-wq -EAGAIN looping for !IOPOLL | Pavel Begunkov | 1 | -0/+2 |
| 2022-05-13 | io_uring: add flag for allocating a fully sparse direct descriptor space | Jens Axboe | 1 | -3/+12 |
| 2022-05-13 | io_uring: bump max direct descriptor count to 1M | Jens Axboe | 1 | -1/+1 |
| 2022-05-13 | io_uring: allow allocated fixed files for accept | Jens Axboe | 1 | -2/+2 |
| 2022-05-13 | io_uring: allow allocated fixed files for openat/openat2 | Jens Axboe | 1 | -3/+33 |
| 2022-05-13 | io_uring: add basic fixed file allocator | Jens Axboe | 1 | -0/+29 |
| 2022-05-13 | io_uring: track fixed files with a bitmap | Jens Axboe | 1 | -1/+32 |
| 2022-05-12 | io_uring_enter(): don't leave f.flags uninitialized | Al Viro | 1 | -6/+5 |
| 2022-05-11 | fs,io_uring: add infrastructure for uring-cmd | Jens Axboe | 1 | -18/+117 |
| 2022-05-09 | io_uring: support CQE32 for nop operation | Stefan Roesch | 1 | -2/+26 |
| 2022-05-09 | io_uring: enable CQE32 | Stefan Roesch | 1 | -1/+1 |
| 2022-05-09 | io_uring: support CQE32 in /proc info | Stefan Roesch | 1 | -2/+14 |
| 2022-05-09 | io_uring: add tracing for additional CQE32 fields | Stefan Roesch | 1 | -5/+6 |
| 2022-05-09 | io_uring: overflow processing for CQE32 | Stefan Roesch | 1 | -9/+23 |
| 2022-05-09 | io_uring: flush completions for CQE32 | Stefan Roesch | 1 | -2/+6 |
| 2022-05-09 | io_uring: modify io_get_cqe for CQE32 | Stefan Roesch | 1 | -2/+17 |
| 2022-05-09 | io_uring: add CQE32 completion processing | Stefan Roesch | 1 | -8/+45 |
| 2022-05-09 | io_uring: add CQE32 setup processing | Stefan Roesch | 1 | -0/+58 |
| 2022-05-09 | io_uring: change ring size calculation for CQE32 | Stefan Roesch | 1 | -3/+7 |
| 2022-05-09 | io_uring: store add. return values for CQE32 | Stefan Roesch | 1 | -1/+7 |
| 2022-05-09 | io_uring: add support for 128-byte SQEs | Jens Axboe | 1 | -3/+11 |
| 2022-05-09 | Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthrough | Jens Axboe | 1 | -0/+471 |
| 2022-05-09 | Merge branch 'for-5.19/io_uring' into for-5.19/io_uring-passthrough | Jens Axboe | 1 | -936/+1142 |
| 2022-05-09 | io_uring: don't clear req->kbuf when buffer selection is done | Jens Axboe | 1 | -2/+0 |
| 2022-05-09 | io_uring: eliminate the need to track provided buffer ID separately | Jens Axboe | 1 | -6/+10 |
| 2022-05-09 | io_uring: move provided buffer state closer to submit state | Jens Axboe | 1 | -3/+5 |
| 2022-05-09 | io_uring: move provided and fixed buffers into the same io_kiocb area | Jens Axboe | 1 | -4/+8 |
| 2022-05-09 | io_uring: abstract out provided buffer list selection | Jens Axboe | 1 | -11/+23 |
| 2022-05-09 | io_uring: never call io_buffer_select() for a buffer re-select | Jens Axboe | 1 | -12/+17 |
| 2022-05-09 | io_uring: get rid of hashed provided buffer groups | Jens Axboe | 1 | -39/+58 |
| 2022-05-09 | io_uring: always use req->buf_index for the provided buffer group | Jens Axboe | 1 | -13/+13 |
| 2022-05-09 | io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set | Jens Axboe | 1 | -4/+0 |
| 2022-05-09 | io_uring: kill io_rw_buffer_select() wrapper | Jens Axboe | 1 | -10/+5 |
| 2022-05-09 | io_uring: make io_buffer_select() return the user address directly | Jens Axboe | 1 | -26/+20 |
| 2022-05-05 | io_uring: kill io_recv_buffer_select() wrapper | Jens Axboe | 1 | -10/+2 |
| 2022-05-05 | io_uring: use 'sr' vs 'req->sr_msg' consistently | Jens Axboe | 1 | -9/+8 |
| 2022-05-05 | io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg | Jens Axboe | 1 | -2/+25 |
| 2022-05-05 | io_uring: check IOPOLL/ioprio support upfront | Jens Axboe | 1 | -95/+58 |
| 2022-05-02 | io_uring: assign non-fixed early for async work | Jens Axboe | 1 | -1/+6 |
| 2022-04-30 | io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread() | Almog Khaikin | 1 | -1/+1 |
| 2022-04-30 | io_uring: add IORING_SETUP_TASKRUN_FLAG | Jens Axboe | 1 | -3/+11 |
| 2022-04-30 | io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used | Jens Axboe | 1 | -4/+13 |
| 2022-04-30 | io_uring: set task_work notify method at init time | Jens Axboe | 1 | -12/+11 |
| 2022-04-30 | io_uring: serialize ctx->rings->sq_flags with atomic_or/and | Jens Axboe | 1 | -26/+10 |
| 2022-04-29 | io_uring: return hint on whether more data is available after receive | Jens Axboe | 1 | -4/+15 |
| 2022-04-29 | Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-net | Jens Axboe | 1 | -672/+1343 |
| 2022-04-29 | io_uring: check that data field is 0 in ringfd unregister | Eugene Syromiatnikov | 1 | -1/+1 |
| 2022-04-28 | io_uring: fix uninitialized field in rw io_kiocb | Joseph Ravichandran | 1 | -0/+1 |
| 2022-04-26 | io_uring: check reserved fields for recv/recvmsg | Jens Axboe | 1 | -0/+2 |
| 2022-04-26 | io_uring: check reserved fields for send/sendmsg | Jens Axboe | 1 | -0/+2 |
| 2022-04-26 | io_uring: add io_uring_get_opcode | Dylan Yudaken | 1 | -0/+101 |
| 2022-04-25 | io_uring: fix compile warning for 32-bit builds | Jens Axboe | 1 | -1/+1 |
| 2022-04-24 | io_uring: cleanup error-handling around io_req_complete | Kanchan Joshi | 1 | -29/+5 |
| 2022-04-24 | io_uring: add socket(2) support | Jens Axboe | 1 | -0/+76 |
| 2022-04-24 | io_uring: add fgetxattr and getxattr support | Stefan Roesch | 1 | -0/+129 |
| 2022-04-24 | io_uring: add fsetxattr and setxattr support | Stefan Roesch | 1 | -0/+165 |
| 2022-04-24 | io_uring: return an error when cqe is dropped | Dylan Yudaken | 1 | -4/+28 |
| 2022-04-24 | io_uring: use constants for cq_overflow bitfield | Dylan Yudaken | 1 | -8/+14 |
| 2022-04-24 | io_uring: rework io_uring_enter to simplify return value | Dylan Yudaken | 1 | -14/+21 |
| 2022-04-24 | io_uring: trace cqe overflows | Dylan Yudaken | 1 | -0/+1 |
| 2022-04-24 | io_uring: allow re-poll if we made progress | Jens Axboe | 1 | -3/+7 |
| 2022-04-24 | io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG) | Jens Axboe | 1 | -7/+29 |
| 2022-04-24 | io_uring: add support for IORING_ASYNC_CANCEL_ANY | Jens Axboe | 1 | -14/+25 |
| 2022-04-24 | io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key | Jens Axboe | 1 | -7/+60 |
| 2022-04-24 | io_uring: add support for IORING_ASYNC_CANCEL_ALL | Jens Axboe | 1 | -21/+70 |
| 2022-04-24 | io_uring: pass in struct io_cancel_data consistently | Jens Axboe | 1 | -32/+44 |
| 2022-04-24 | io_uring: remove dead 'poll_only' argument to io_poll_cancel() | Jens Axboe | 1 | -4/+3 |
| 2022-04-24 | io_uring: refactor io_disarm_next() locking | Pavel Begunkov | 1 | -7/+10 |
| 2022-04-24 | io_uring: move timeout locking in io_timeout_cancel() | Pavel Begunkov | 1 | -7/+5 |
| 2022-04-24 | io_uring: store SCM state in io_fixed_file->file_ptr | Jens Axboe | 1 | -7/+29 |
| 2022-04-24 | io_uring: kill ctx arg from io_req_put_rsrc | Pavel Begunkov | 1 | -3/+3 |
| 2022-04-24 | io_uring: add a helper for putting rsrc nodes | Pavel Begunkov | 1 | -3/+8 |
| 2022-04-24 | io_uring: store rsrc node in req instead of refs | Pavel Begunkov | 1 | -11/+11 |
| 2022-04-24 | io_uring: refactor io_assign_file error path | Pavel Begunkov | 1 | -5/+1 |
| 2022-04-24 | io_uring: use right helpers for file assign locking | Pavel Begunkov | 1 | -4/+2 |
| 2022-04-24 | io_uring: add data_race annotations | Pavel Begunkov | 1 | -3/+3 |
| 2022-04-24 | io_uring: inline io_req_complete_fail_submit() | Pavel Begunkov | 1 | -13/+8 |
| 2022-04-24 | io_uring: refactor io_submit_sqe() | Pavel Begunkov | 1 | -9/+14 |
| 2022-04-24 | io_uring: refactor lazy link fail | Pavel Begunkov | 1 | -40/+47 |
| 2022-04-24 | io_uring: introduce IO_REQ_LINK_FLAGS | Pavel Begunkov | 1 | -6/+7 |
| 2022-04-24 | io_uring: refactor io_queue_sqe() | Pavel Begunkov | 1 | -8/+12 |
| 2022-04-24 | io_uring: rename io_queue_async_work() | Pavel Begunkov | 1 | -4/+4 |
| 2022-04-24 | io_uring: inline io_queue_sqe() | Pavel Begunkov | 1 | -13/+8 |
| 2022-04-24 | io_uring: helper for prep+queuing linked timeouts | Pavel Begunkov | 1 | -9/+13 |
| 2022-04-24 | io_uring: inline io_free_req() | Pavel Begunkov | 1 | -10/+5 |
| 2022-04-24 | io_uring: kill io_put_req_deferred() | Pavel Begunkov | 1 | -34/+22 |
| 2022-04-24 | io_uring: minor refactoring for some tw handlers | Pavel Begunkov | 1 | -9/+5 |
| 2022-04-24 | io_uring: clean poll tw PF_EXITING handling | Pavel Begunkov | 1 | -1/+1 |
| 2022-04-24 | io_uring: optimise io_get_cqe() | Pavel Begunkov | 1 | -11/+35 |
| 2022-04-24 | io_uring: optimise submission left counting | Pavel Begunkov | 1 | -10/+10 |
| 2022-04-24 | io_uring: optimise submission loop invariant | Pavel Begunkov | 1 | -17/+15 |
| 2022-04-24 | io_uring: add helper to return req to cache list | Pavel Begunkov | 1 | -4/+8 |
| 2022-04-24 | io_uring: helper for empty req cache checks | Pavel Begunkov | 1 | -3/+8 |
| 2022-04-24 | io_uring: inline io_flush_cached_reqs | Pavel Begunkov | 1 | -19/+11 |
| 2022-04-24 | io_uring: shrink final link flush | Pavel Begunkov | 1 | -2/+2 |
| 2022-04-24 | io_uring: memcpy CQE from req | Pavel Begunkov | 1 | -1/+23 |
| 2022-04-24 | io_uring: explicitly keep a CQE in io_kiocb | Pavel Begunkov | 1 | -65/+69 |
| 2022-04-24 | io_uring: rename io_sqe_file_register | Pavel Begunkov | 1 | -4/+4 |
| 2022-04-24 | io_uring: deduplicate SCM accounting | Pavel Begunkov | 1 | -67/+40 |
| 2022-04-24 | io_uring: don't pass around fixed index for scm | Pavel Begunkov | 1 | -23/+14 |
| 2022-04-24 | io_uring: refactor __io_sqe_files_scm | Pavel Begunkov | 1 | -35/+13 |
| 2022-04-24 | io_uring: uniform SCM accounting | Pavel Begunkov | 1 | -68/+25 |
| 2022-04-24 | io_uring: don't scm-account for non af_unix sockets | Pavel Begunkov | 1 | -13/+38 |
| 2022-04-24 | io_uring: move finish_wait() outside of loop in cqring_wait() | Jens Axboe | 1 | -1/+1 |
| 2022-04-24 | io_uring: refactor io_req_add_compl_list() | Pavel Begunkov | 1 | -3/+2 |
| 2022-04-24 | io_uring: silence io_for_each_link() warning | Pavel Begunkov | 1 | -1/+2 |
| 2022-04-24 | io_uring: partially uninline io_put_task() | Pavel Begunkov | 1 | -10/+14 |
| 2022-04-24 | io_uring: cleanup conditional submit locking | Pavel Begunkov | 1 | -54/+41 |
| 2022-04-24 | io_uring: optimise mutex locking for submit+iopoll | Pavel Begunkov | 1 | -17/+23 |
| 2022-04-24 | io_uring: pre-calculate syscall iopolling decision | Pavel Begunkov | 1 | -8/+13 |
| 2022-04-24 | io_uring: split off IOPOLL argument verifiction | Pavel Begunkov | 1 | -7/+22 |
| 2022-04-24 | io_uring: clean up io_queue_next() | Pavel Begunkov | 1 | -7/+6 |
| 2022-04-24 | io_uring: move poll recycling later in compl flushing | Pavel Begunkov | 1 | -9/+9 |
| 2022-04-24 | io_uring: optimise io_free_batch_list | Pavel Begunkov | 1 | -6/+14 |
| 2022-04-24 | io_uring: refactor io_req_find_next | Pavel Begunkov | 1 | -6/+7 |
| 2022-04-24 | io_uring: remove extra ifs around io_commit_cqring | Pavel Begunkov | 1 | -11/+14 |
| 2022-04-24 | io_uring: small optimisation of tctx_task_work | Pavel Begunkov | 1 | -5/+4 |
| 2022-04-17 | io_uring: fix leaks on IOPOLL and CQE_SKIP | Pavel Begunkov | 1 | -2/+1 |
| 2022-04-16 | io_uring: free iovec if file assignment fails | Jens Axboe | 1 | -2/+6 |
| 2022-04-14 | io_uring: abort file assignment prior to assigning creds | Jens Axboe | 1 | -2/+3 |
| 2022-04-13 | io_uring: fix poll error reporting | Pavel Begunkov | 1 | -3/+2 |
| 2022-04-13 | io_uring: fix poll file assign deadlock | Pavel Begunkov | 1 | -1/+2 |
| 2022-04-13 | io_uring: use right issue_flags for splice/tee | Pavel Begunkov | 1 | -2/+2 |