summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/rw: defer fsnotify calls to task contextJens Axboe2022-10-211-9/+15
* io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe2022-10-211-6/+26
* io_uring: correct pinned_vm accountingPavel Begunkov2022-10-211-6/+4
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-211-0/+1
* io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe2022-10-211-6/+22
* io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov2022-10-211-0/+3
* io_uring/net: don't update msg_name if not providedPavel Begunkov2022-10-211-1/+2
* io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher2022-10-211-2/+4
* io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov2022-10-211-3/+5
* io_uring/rw: fix unexpected link breakagePavel Begunkov2022-10-211-0/+1
* io_uring/net: don't lose partial send/recv on failPavel Begunkov2022-10-213-0/+16
* io_uring/rw: don't lose partial IO result on failPavel Begunkov2022-10-213-0/+15
* io_uring: add custom opcode hooks on failPavel Begunkov2022-10-212-0/+5
* Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds2022-09-302-1/+8
|\
| * io_uring/poll: disable level triggered pollJens Axboe2022-09-281-1/+1
| * io_uring: register single issuer task at creationDylan Yudaken2022-09-261-0/+7
* | Merge tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linuxLinus Torvalds2022-09-241-0/+3
|\|
| * io_uring: ensure that cached task references are always put on exitJens Axboe2022-09-231-0/+3
* | Merge tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linuxLinus Torvalds2022-09-182-9/+9
|\|
| * io_uring/opdef: rename SENDZC_NOTIF to SEND_ZCStefan Metzmacher2022-09-181-1/+1
| * io_uring/net: fix zc fixed buf lifetimePavel Begunkov2022-09-181-8/+8
* | Merge tag 'io_uring-6.0-2022-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-162-2/+3
|\|
| * io_uring/msg_ring: check file type before puttingJens Axboe2022-09-151-1/+2
| * io_uring/rw: fix error'ed retry return valuesPavel Begunkov2022-09-131-1/+1
* | Merge tag 'io_uring-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-095-25/+29
|\|
| * 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
* | Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds2022-09-028-230/+52
|\|
| * 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
* | Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-311-0/+5
|\ \ | |/ |/|
| * lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain2022-08-261-0/+5
* | 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
|/