summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rw: remove leftover debug statementJens Axboe2023-01-241-2/+0
* io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe2023-01-241-20/+37
* io_uring: fix double poll leak on repollingPavel Begunkov2023-01-241-2/+4
* io_uring: Clean up a false-positive warning from GCC 9.3.0Alviro Iskandar Setiawan2023-01-241-1/+1
* io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher2023-01-241-2/+4
* io_uring: io_kiocb_update_pos() should not touch file for non -1 offsetJens Axboe2023-01-241-11/+10
* io_uring/rw: defer fsnotify calls to task contextJens Axboe2023-01-241-7/+15
* io_uring: do not recalculate ppos unnecessarilyDylan Yudaken2023-01-241-6/+12
* io_uring: update kiocb->ki_pos at execution timeDylan Yudaken2023-01-241-8/+18
* io_uring: remove duplicated calls to io_kiocb_pposDylan Yudaken2023-01-241-2/+5
* io_uring: ensure that cached task references are always put on exitJens Axboe2023-01-241-0/+4
* io_uring: fix async accept on O_NONBLOCK socketsDylan Yudaken2023-01-241-3/+2
* io_uring: allow re-poll if we made progressJens Axboe2023-01-241-2/+5
* io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)Jens Axboe2023-01-241-7/+29
* io_uring: add flag for disabling provided buffer recyclingJens Axboe2023-01-241-0/+5
* io_uring: ensure recv and recvmsg handle MSG_WAITALL correctlyJens Axboe2023-01-241-0/+28
* io_uring: improve send/recv error handlingPavel Begunkov2023-01-241-24/+31
* io_uring: pass in EPOLL_URING_WAKE for eventfd signaling and wakeupsJens Axboe2023-01-241-7/+20
* io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe2023-01-241-1/+1
* io_uring/io-wq: only free worker if it was allocated for creationJens Axboe2023-01-181-1/+6
* io_uring/io-wq: free worker if task_work creation is canceledJens Axboe2023-01-181-0/+1
* io_uring: lock overflowing for IOPOLLPavel Begunkov2023-01-181-2/+16
* io_uring: Fix unsigned 'res' comparison with zero in io_fixup_rw_res()Harshit Mogalapalli2023-01-121-1/+1
* io_uring: fix CQ waiting timeout handlingPavel Begunkov2023-01-121-3/+3
* io_uring: check for valid register opcode earlierJens Axboe2023-01-121-2/+3
* io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli2022-12-141-1/+3
* io_uring: move to separate directoryJens Axboe2022-12-144-0/+12674