summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2022-12-14io_uring: Fix a null-ptr-deref in io_tctx_exit_cb()Harshit Mogalapalli1-1/+3
2022-12-02io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe1-2/+7
2022-12-02io_uring: make poll refs more robustPavel Begunkov1-1/+35
2022-12-02io_uring: cmpxchg for poll arm refs releasePavel Begunkov1-5/+3
2022-12-02io_uring/poll: fix poll_refs race with cancelationLin Ma1-1/+2
2022-12-02io_uring/filetable: fix file reference underflowLin Ma1-2/+0
2022-12-02io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov1-0/+2
2022-11-26io_uring: disallow self-propelled ring pollingPavel Begunkov1-0/+2
2022-11-26io_uring: fix multishot recv request leaksPavel Begunkov1-9/+7
2022-11-26io_uring: fix multishot accept request leaksPavel Begunkov3-8/+5
2022-11-26io_uring: fix tw losing poll eventsPavel Begunkov1-0/+7
2022-11-26io_uring: update res mask in io_poll_check_eventsPavel Begunkov1-0/+3
2022-11-26io_uring/poll: fix double poll req->flags racesPavel Begunkov1-12/+17
2022-11-26io_uring: calculate CQEs from the user visible valueDylan Yudaken1-2/+8
2022-11-16io_uring: check for rollover of buffer ID when providing buffersJens Axboe1-0/+2
2022-11-10io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov1-8/+5
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