summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rw: fix short rw error handlingPavel Begunkov2022-09-091-12/+18
* io_uring/net: copy addr for zc on POLL_FIRSTPavel Begunkov2022-09-081-3/+4
* io_uring: recycle kbuf recycle on tw requeuePavel Begunkov2022-09-071-0/+1
* io_uring/kbuf: fix not advancing READV kbuf ringPavel Begunkov2022-09-071-2/+6
* io_uring/notif: Remove the unused function io_notif_complete()Jiapeng Chong2022-09-051-8/+0
* io_uring/net: simplify zerocopy send user APIPavel Begunkov2022-09-016-74/+42
* io_uring/notif: remove notif registrationPavel Begunkov2022-09-014-95/+1
* Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov2022-09-013-22/+8
* Revert "io_uring: add zc notification flush requests"Pavel Begunkov2022-09-011-38/+0
* io_uring/net: fix overexcessive retriesPavel Begunkov2022-08-261-1/+1
* io_uring/net: save address for sendzc async executionPavel Begunkov2022-08-253-8/+50
* io_uring: conditional ->async_data allocationPavel Begunkov2022-08-242-3/+6
* io_uring/notif: order notif vs send CQEsPavel Begunkov2022-08-241-2/+4
* io_uring/net: fix indentationPavel Begunkov2022-08-241-1/+1
* io_uring/net: fix zc send link failingPavel Begunkov2022-08-241-0/+1
* io_uring/net: fix must_hold annotationPavel Begunkov2022-08-241-1/+1
* io_uring: fix submission-failure handling for uring-cmdKanchan Joshi2022-08-231-1/+1
* io_uring: fix off-by-one in sync cancelation file checkJens Axboe2022-08-231-1/+1
* io_uring/net: use right helpers for async_dataPavel Begunkov2022-08-181-2/+2
* io_uring/notif: raise limit on notification slotsPavel Begunkov2022-08-151-1/+1
* io_uring/net: improve zc addr import error handlingPavel Begunkov2022-08-151-8/+8
* io_uring/net: use right helpers for async recyclePavel Begunkov2022-08-151-1/+1
* Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-1322-147/+170
|\
| * io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fieldsStefan Metzmacher2022-08-122-3/+19
| * io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher2022-08-1219-128/+126
| * io_uring: consistently make use of io_notif_to_data()Stefan Metzmacher2022-08-111-1/+1
| * io_uring: fix error handling for io_uring_cmdAnuj Gupta2022-08-111-1/+3
| * io_uring: fix io_recvmsg_prep_multishot sparse warningsDylan Yudaken2022-08-051-2/+2
| * io_uring/net: send retry for zerocopyPavel Begunkov2022-08-041-3/+17
| * io_uring: mem-account pbuf bucketsPavel Begunkov2022-08-041-1/+1
| * audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2022-08-042-7/+0
| * io_uring: pass correct parameters to io_req_set_resMing Lei2022-08-031-1/+1
* | Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-031-1/+1
|/
* Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds2022-08-0211-92/+601
|\
| * io_uring: notification completion optimisationPavel Begunkov2022-07-274-141/+67
| * io_uring: export req alloc from corePavel Begunkov2022-07-272-21/+22
| * io_uring/net: use unsigned for flagsPavel Begunkov2022-07-251-2/+2
| * io_uring/net: make page accounting more consistentPavel Begunkov2022-07-255-14/+37
| * io_uring/net: checks errors of zc mem accountingPavel Begunkov2022-07-251-1/+3
| * io_uring/net: improve io_get_notif_slot typesPavel Begunkov2022-07-251-1/+1
| * io_uring: enable managed frags with register buffersPavel Begunkov2022-07-241-1/+55
| * io_uring: add zc notification flush requestsPavel Begunkov2022-07-241-0/+38
| * io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov2022-07-243-8/+22
| * io_uring: flush notifiers after sendzcPavel Begunkov2022-07-245-12/+27
| * io_uring: sendzc with fixed buffersPavel Begunkov2022-07-241-5/+24
| * io_uring: allow to pass addr into sendzcPavel Begunkov2022-07-241-2/+16
| * io_uring: account locked pages for non-fixed zcPavel Begunkov2022-07-242-0/+7
| * io_uring: wire send zc request typePavel Begunkov2022-07-243-0/+112
| * io_uring: add notification slot registrationPavel Begunkov2022-07-243-0/+55
| * io_uring: add rsrc referencing for notifiersPavel Begunkov2022-07-243-3/+15