summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2024-05-211-2/+2
|\
| * remove call_{read,write}_iter() functionsMiklos Szeredi2024-04-151-2/+2
* | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-1/+1
|\ \
| * | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-251-1/+1
* | | Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds2024-05-181-6/+20
|\ \ \
| * | | io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe2024-05-131-4/+16
| * | | net: have do_accept() take a struct proto_accept_arg argumentJens Axboe2024-05-131-2/+4
* | | | Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds2024-05-1335-1698/+1898
|\| | |
| * | | io_uring: support to inject result for NOPMing Lei2024-05-101-5/+21
| * | | io_uring: fail NOP if non-zero op flags is passed inMing Lei2024-05-101-0/+2
| * | | io_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe2024-05-091-1/+8
| * | | io_uring/net: add IORING_ACCEPT_DONTWAIT flagJens Axboe2024-05-091-6/+9
| * | | io_uring/filetable: don't unnecessarily clear/reset bitmapJens Axboe2024-05-081-2/+2
| * | | io_uring/io-wq: Use set_bit() and test_bit() at worker->flagsBreno Leitao2024-05-071-23/+24
| * | | io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ringJens Axboe2024-05-011-6/+4
| * | | io_uring: Require zeroed sqe->len on provided-buffers sendGabriel Krisman Bertazi2024-05-011-1/+3
| * | | io_uring/notif: disable LAZY_WAKE for linked notifsPavel Begunkov2024-04-301-1/+4
| * | | io_uring/net: fix sendzc lazy wake pollingPavel Begunkov2024-04-301-0/+1
| * | | io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of ...linke li2024-04-261-1/+1
| * | | io_uring/rw: reinstate thread check for retriesJens Axboe2024-04-253-25/+29
| * | | io_uring/notif: implement notification stackingPavel Begunkov2024-04-222-7/+67
| * | | io_uring/notif: simplify io_notif_flush()Pavel Begunkov2024-04-222-9/+6
| * | | Merge branch 'for-uring-ubufops' of git://git.kernel.org/pub/scm/linux/kernel...Jens Axboe2024-04-221-2/+6
| |\ \ \
| | * | | net: extend ubuf_info callback to ops structurePavel Begunkov2024-04-221-5/+13
| | |/ /
| * | | io_uring/net: support bundles for recvJens Axboe2024-04-222-22/+97
| * | | io_uring/net: support bundles for sendJens Axboe2024-04-221-17/+128
| * | | io_uring/kbuf: add helpers for getting/peeking multiple buffersJens Axboe2024-04-222-12/+198
| * | | io_uring/net: add provided buffer support for IORING_OP_SENDJens Axboe2024-04-222-5/+21
| * | | io_uring/net: add generic multishot retry helperJens Axboe2024-04-221-12/+12
| * | | io_uring/rw: ensure retry condition isn't lostJens Axboe2024-04-173-7/+20
| * | | io-wq: Drop intermediate step between pending list and active workGabriel Krisman Bertazi2024-04-171-5/+2
| * | | io-wq: write next_work before dropping acct_lockGabriel Krisman Bertazi2024-04-171-5/+8
| * | | io_uring/sqpoll: work around a potential audit memory leakJens Axboe2024-04-151-0/+8
| * | | io_uring/notif: shrink account_pages to u32Pavel Begunkov2024-04-151-1/+2
| * | | io_uring/notif: remove ctx var from io_notif_tw_completePavel Begunkov2024-04-151-3/+2
| * | | io_uring/notif: refactor io_tx_ubuf_complete()Pavel Begunkov2024-04-151-4/+5
| * | | io_uring: ensure overflow entries are dropped when ring is exitingJens Axboe2024-04-151-1/+2
| * | | io_uring/timeout: remove duplicate initialization of the io_timeout list.Ruyi Zhang2024-04-151-1/+0
| * | | io_uring: consolidate overflow flushingPavel Begunkov2024-04-151-25/+15
| * | | io_uring: always lock __io_cqring_overflow_flushPavel Begunkov2024-04-151-5/+8
| * | | io_uring: open code io_cqring_overflow_flush()Pavel Begunkov2024-04-151-8/+3
| * | | io_uring: remove extra SQPOLL overflow flushPavel Begunkov2024-04-151-2/+0
| * | | io_uring: unexport io_req_cqe_overflow()Pavel Begunkov2024-04-152-2/+1
| * | | io_uring: separate header for exported net bitsPavel Begunkov2024-04-151-0/+1
| * | | io_uring/net: set MSG_ZEROCOPY for sendzc in advancePavel Begunkov2024-04-151-3/+3
| * | | io_uring/net: get rid of io_notif_complete_tw_extPavel Begunkov2024-04-153-20/+14
| * | | io_uring/net: merge ubuf sendzc callbacksPavel Begunkov2024-04-151-18/+8
| * | | io_uring: return void from io_put_kbuf_comp()Ming Lei2024-04-152-7/+3
| * | | io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov2024-04-152-9/+2
| * | | io_uring: remove async request cachePavel Begunkov2024-04-151-22/+0