summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring: clear TIF_NOTIFY_SIGNAL if set and task_work not availableJens Axboe2022-11-251-2/+7
* io_uring/poll: fix poll_refs race with cancelationLin Ma2022-11-251-1/+2
* io_uring/filetable: fix file reference underflowLin Ma2022-11-251-2/+0
* io_uring: make poll refs more robustPavel Begunkov2022-11-251-1/+35
* io_uring: cmpxchg for poll arm refs releasePavel Begunkov2022-11-251-5/+3
* io_uring: disallow self-propelled ring pollingPavel Begunkov2022-11-181-0/+2
* io_uring: fix multishot recv request leaksPavel Begunkov2022-11-171-9/+7
* io_uring: fix multishot accept request leaksPavel Begunkov2022-11-173-8/+5
* io_uring: fix tw losing poll eventsPavel Begunkov2022-11-171-0/+7
* io_uring: update res mask in io_poll_check_eventsPavel Begunkov2022-11-171-0/+3
* io_uring/poll: lockdep annote io_poll_req_insert_lockedPavel Begunkov2022-11-111-0/+2
* io_uring/poll: fix double poll req->flags racesPavel Begunkov2022-11-111-12/+17
* io_uring: check for rollover of buffer ID when providing buffersJens Axboe2022-11-101-0/+2
* io_uring: calculate CQEs from the user visible valueDylan Yudaken2022-11-081-2/+8
* io_uring: unlock if __io_run_local_work locked insideDylan Yudaken2022-10-272-6/+15
* io_uring: use io_run_local_work_locked helperDylan Yudaken2022-10-271-2/+1
* io_uring/net: fail zc sendmsg when unsupported by socketPavel Begunkov2022-10-221-0/+2
* io_uring/net: fail zc send when unsupported by socketPavel Begunkov2022-10-221-0/+2
* io-wq: Fix memory leak in worker creationRafael Mendonca2022-10-201-1/+1
* io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli2022-10-191-0/+3
* io_uring/rw: remove leftover debug statementJens Axboe2022-10-161-2/+0
* io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov2022-10-161-8/+5
* io_uring: reuse io_alloc_req()Pavel Begunkov2022-10-161-6/+2
* io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov2022-10-162-1/+1
* io_uring: remove FFS_SCMPavel Begunkov2022-10-164-25/+3
* io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe2022-10-121-9/+29
* io_uring: fix fdinfo sqe offsets calculationPavel Begunkov2022-10-121-1/+1
* io_uring: local variable rw shadows outer variable in io_writeStefan Roesch2022-10-121-4/+4
* io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe2022-10-121-1/+0
* io_uring: optimise locking for local tw with submit_waitPavel Begunkov2022-10-122-2/+17
* io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov2022-10-122-4/+12
* io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe2022-10-121-6/+22
* io_uring: remove notif leftoversPavel Begunkov2022-10-121-1/+0
* io_uring: correct pinned_vm accountingPavel Begunkov2022-10-121-6/+4
* io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov2022-10-121-0/+1
* io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov2022-10-071-0/+3
* io_uring: remove io_register_submitterDylan Yudaken2022-10-071-19/+3
* io_uring: simplify __io_uring_add_tctx_nodeDylan Yudaken2022-10-073-13/+25
* Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+28
|\
| * io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta2022-09-301-1/+18
| * io_uring: add io_uring_cmd_import_fixedAnuj Gupta2022-09-301-0/+10
| * Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe2022-09-3015-304/+707
| |\
| * \ Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe2022-09-301-1/+1
| |\ \
* | \ \ Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-071-1/+1
|\ \ \ \ | | |/ / | |/| |
| * | | block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig2022-09-271-1/+1
* | | | Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds2022-10-0715-304/+707
|\ \ \ \ | | |_|/ | |/| |
| * | | io_uring/net: fix notif cqe reorderingPavel Begunkov2022-09-291-5/+19
| * | | io_uring/net: don't update msg_name if not providedPavel Begunkov2022-09-291-1/+2
| * | | io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe2022-09-291-4/+4
| * | | io_uring/rw: defer fsnotify calls to task contextJens Axboe2022-09-291-9/+15