summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2022-10-29io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe1-5/+5
2022-10-29io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli1-0/+3
2022-10-29io_uring/rw: remove leftover debug statementJens Axboe1-2/+0
2022-10-26io-wq: Fix memory leak in worker creationRafael Mendonca1-1/+1
2022-10-26io_uring/net: fail zc send when unsupported by socketPavel Begunkov1-0/+2
2022-10-21io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe1-9/+29
2022-10-21io_uring: fix fdinfo sqe offsets calculationPavel Begunkov1-1/+1
2022-10-21io_uring/net: fix notif cqe reorderingPavel Begunkov1-2/+8
2022-10-21io_uring/net: don't skip notifs for failed requestsPavel Begunkov1-16/+6
2022-10-21io_uring/net: rename io_sendzc()Pavel Begunkov3-9/+9
2022-10-21io_uring/net: don't lose partial send_zc on failPavel Begunkov3-0/+18
2022-10-21io_uring/net: use io_sr_msg for sendzcPavel Begunkov1-13/+5
2022-10-21io_uring/net: refactor io_sr_msg typesPavel Begunkov1-7/+7
2022-10-21io_uring: fix CQE reorderingPavel Begunkov2-5/+19
2022-10-21io_uring/rw: defer fsnotify calls to task contextJens Axboe1-9/+15
2022-10-21io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe1-6/+26
2022-10-21io_uring: correct pinned_vm accountingPavel Begunkov1-6/+4
2022-10-21io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+1
2022-10-21io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe1-6/+22
2022-10-21io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov1-0/+3
2022-10-21io_uring/net: don't update msg_name if not providedPavel Begunkov1-1/+2
2022-10-21io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher1-2/+4
2022-10-21io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov1-3/+5
2022-10-21io_uring/rw: fix unexpected link breakagePavel Begunkov1-0/+1
2022-10-21io_uring/net: don't lose partial send/recv on failPavel Begunkov3-0/+16
2022-10-21io_uring/rw: don't lose partial IO result on failPavel Begunkov3-0/+15
2022-10-21io_uring: add custom opcode hooks on failPavel Begunkov2-0/+5
2022-09-30Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds2-1/+8
2022-09-28io_uring/poll: disable level triggered pollJens Axboe1-1/+1
2022-09-26io_uring: register single issuer task at creationDylan Yudaken1-0/+7
2022-09-24Merge tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2022-09-23io_uring: ensure that cached task references are always put on exitJens Axboe1-0/+3
2022-09-18Merge tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linuxLinus Torvalds2-9/+9
2022-09-18io_uring/opdef: rename SENDZC_NOTIF to SEND_ZCStefan Metzmacher1-1/+1
2022-09-18io_uring/net: fix zc fixed buf lifetimePavel Begunkov1-8/+8
2022-09-16Merge tag 'io_uring-6.0-2022-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+3
2022-09-15io_uring/msg_ring: check file type before puttingJens Axboe1-1/+2
2022-09-13io_uring/rw: fix error'ed retry return valuesPavel Begunkov1-1/+1
2022-09-09Merge tag 'io_uring-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds5-25/+29
2022-09-09io_uring/rw: fix short rw error handlingPavel Begunkov1-12/+18
2022-09-08io_uring/net: copy addr for zc on POLL_FIRSTPavel Begunkov1-3/+4
2022-09-07io_uring: recycle kbuf recycle on tw requeuePavel Begunkov1-0/+1
2022-09-07io_uring/kbuf: fix not advancing READV kbuf ringPavel Begunkov1-2/+6
2022-09-05io_uring/notif: Remove the unused function io_notif_complete()Jiapeng Chong1-8/+0
2022-09-02Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds8-230/+52
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov6-74/+42
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov4-95/+1
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov3-22/+8
2022-09-01Revert "io_uring: add zc notification flush requests"Pavel Begunkov1-38/+0
2022-08-31Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5