aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2024-10-29io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe2-0/+6
2024-10-29io_uring/nop: add support for testing registered files and buffersJens Axboe1-5/+44
2024-10-29io_uring: add support for fixed wait regionsJens Axboe3-11/+140
2024-10-29io_uring: change io_get_ext_arg() to use uaccess begin + endJens Axboe1-1/+17
2024-10-29io_uring: switch struct ext_arg from __kernel_timespec to timespec64Jens Axboe1-10/+9
2024-10-29io_uring/sqpoll: wait on sqd->wait for thread parkingJens Axboe1-1/+2
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe3-0/+224
2024-10-29io_uring/memmap: explicitly return -EFAULT for mmap on NULL ringsJens Axboe1-0/+4
2024-10-29io_uring: abstract out a bit of the ring filling logicJens Axboe2-30/+41
2024-10-29io_uring: move max entry definition and ring sizing into headerJens Axboe2-8/+11
2024-10-29io_uring/net: clean up io_msg_copy_hdrPavel Begunkov1-7/+8
2024-10-29io_uring/net: don't alias send user pointer readsPavel Begunkov1-5/+8
2024-10-29io_uring/net: don't store send address ptrPavel Begunkov1-20/+16
2024-10-29io_uring/net: split send and sendmsg prep helpersPavel Begunkov1-9/+12
2024-10-29io_uring/net: move send zc fixed buffer import to issue pathJens Axboe1-13/+23
2024-10-29io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()Jens Axboe4-9/+5
2024-10-29io_uring/rw: get rid of using req->imuJens Axboe1-2/+3
2024-10-29io_uring/uring_cmd: get rid of using req->imuJens Axboe1-5/+18
2024-10-29io_uring/rsrc: don't assign bvec twice in io_import_fixed()Jens Axboe1-2/+1
2024-10-29io_uring: clean up cqe trace pointsPavel Begunkov2-6/+5
2024-10-29io_uring: static_key for !IORING_SETUP_NO_SQARRAYPavel Begunkov1-1/+11
2024-10-29io_uring: kill io_llist_xchgPavel Begunkov1-15/+1
2024-10-29io_uring: move cancel hash tables to kvmalloc/kvfreeJens Axboe1-7/+13
2024-10-29io_uring/cancel: get rid of init_hash_table() helperJens Axboe3-10/+3
2024-10-29io_uring/poll: get rid of per-hashtable bucket locksJens Axboe2-32/+11
2024-10-29io_uring/poll: get rid of io_poll_tw_hash_eject()Jens Axboe1-15/+2
2024-10-29io_uring/poll: get rid of unlocked cancel hashJens Axboe3-122/+35
2024-10-29io_uring/poll: remove 'ctx' argument from io_poll_req_delete()Jens Axboe1-2/+2
2024-10-29io_uring/msg_ring: add support for sending a sync messageJens Axboe3-0/+60
2024-10-29io_uring/msg_ring: refactor a few helper functionsJens Axboe1-11/+20
2024-10-29io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fdJens Axboe1-19/+27
2024-10-29io_uring/eventfd: abstract out ev_fd grab + release helpersJens Axboe1-11/+30
2024-10-29io_uring/eventfd: move trigger check into a helperJens Axboe1-3/+12
2024-10-29io_uring/eventfd: move actual signaling part into separate helperJens Axboe1-10/+18
2024-10-29io_uring/eventfd: check for the need to async notifier earlierJens Axboe1-3/+2
2024-10-29io_uring/eventfd: abstract out ev_fd put helperJens Axboe1-4/+8
2024-10-19io_uring: IORING_OP_F[GS]ETXATTR is fine with REQ_F_FIXED_FILEJens Axboe1-6/+6
2024-10-19io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()Jens Axboe1-1/+1
2024-10-17io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_workJens Axboe1-0/+1
2024-10-16io_uring/rsrc: ignore dummy_ubuf for buffer cloningJens Axboe1-1/+2
2024-10-15io_uring/sqpoll: close race on waiting for sqring entriesJens Axboe1-1/+8
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro1-1/+0
2024-10-06io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAITJens Axboe1-17/+16
2024-10-06io_uring/rw: fix cflags posting for single issue multishot readJens Axboe1-7/+12
2024-09-30io_uring/net: harden multishot termination case for recvJens Axboe1-1/+3
2024-09-24io_uring: fix casts to io_req_flags_tMin-Hua Chen1-1/+1
2024-09-24io_uring: fix memory leak when cache init failGuixin Liu1-1/+4
2024-09-24Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds7-32/+52
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+5
2024-09-20io_uring: check if we need to reschedule during overflow flushJens Axboe1-0/+15