summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2024-11-06io_uring/napi: fix io_napi_entry RCU accessesOlivier Langlois-6/+11
2024-11-06io_uring/napi: protect concurrent io_napi_entry timeout accessesOlivier Langlois-3/+3
2024-11-06io_uring: prevent speculating sq_array indexingPavel Begunkov-0/+1
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe-34/+45
2024-11-06io_uring: remove task ref helpersJens Axboe-21/+10
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe-40/+40
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe-16/+23
2024-11-06io_uring/rsrc: encode node type and ctx togetherJens Axboe-9/+19
2024-11-06replace do_getxattr() with saner helpers.Al Viro-24/+7
2024-11-06replace do_setxattr() with saner helpers.Al Viro-34/+7
2024-11-06new helper: import_xattr_name()Al Viro-5/+2
2024-11-06fs: rename struct xattr_ctx to kernel_xattr_ctxChristian Göttsche-1/+1
2024-11-03io_[gs]etxattr_prep(): just use getname()Al Viro-2/+2
2024-11-03fdget(), trivial conversionsAl Viro-21/+8
2024-11-02io_uring: add support for hybrid IOPOLLhexue-12/+88
2024-11-02io_uring/rsrc: allow cloning with node replacementsJens Axboe-14/+52
2024-11-02io_uring/rsrc: allow cloning at an offsetJens Axboe-6/+26
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe-50/+40
2024-11-02io_uring/rsrc: add io_reset_rsrc_node() helperJens Axboe-16/+17
2024-11-02io_uring/filetable: kill io_reset_alloc_hint() helperJens Axboe-6/+1
2024-11-02io_uring/filetable: remove io_file_from_index() helperJens Axboe-11/+3
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe-59/+57
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe-204/+116
2024-11-02io_uring: only initialize io_kiocb rsrc_nodes when neededJens Axboe-4/+10
2024-11-02io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe-29/+41
2024-11-02io_uring/rsrc: get rid of io_rsrc_node allocation cacheJens Axboe-17/+7
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe-458/+267
2024-10-31io_uring/rw: fix missing NOWAIT check for O_DIRECT start writeJens Axboe-2/+21
2024-10-29io_uring/rsrc: kill io_charge_rsrc_node()Jens Axboe-7/+1
2024-10-29io_uring/splice: open code 2nd direct file assignmentJens Axboe-8/+39
2024-10-29io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cacheJens Axboe-0/+2
2024-10-29io_uring/rsrc: move struct io_fixed_file to rsrc.h headerJens Axboe-0/+6
2024-10-29io_uring/nop: add support for testing registered files and buffersJens Axboe-5/+44
2024-10-29io_uring: add support for fixed wait regionsJens Axboe-11/+140
2024-10-29io_uring: change io_get_ext_arg() to use uaccess begin + endJens Axboe-1/+17
2024-10-29io_uring: switch struct ext_arg from __kernel_timespec to timespec64Jens Axboe-10/+9
2024-10-29io_uring/sqpoll: wait on sqd->wait for thread parkingJens Axboe-1/+2
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe-0/+224
2024-10-29io_uring/memmap: explicitly return -EFAULT for mmap on NULL ringsJens Axboe-0/+4
2024-10-29io_uring: abstract out a bit of the ring filling logicJens Axboe-30/+41
2024-10-29io_uring: move max entry definition and ring sizing into headerJens Axboe-8/+11
2024-10-29io_uring/net: clean up io_msg_copy_hdrPavel Begunkov-7/+8
2024-10-29io_uring/net: don't alias send user pointer readsPavel Begunkov-5/+8
2024-10-29io_uring/net: don't store send address ptrPavel Begunkov-20/+16
2024-10-29io_uring/net: split send and sendmsg prep helpersPavel Begunkov-9/+12
2024-10-29io_uring/net: move send zc fixed buffer import to issue pathJens Axboe-13/+23
2024-10-29io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()Jens Axboe-9/+5
2024-10-29io_uring/rw: get rid of using req->imuJens Axboe-2/+3
2024-10-29io_uring/uring_cmd: get rid of using req->imuJens Axboe-5/+18
2024-10-29io_uring/rsrc: don't assign bvec twice in io_import_fixed()Jens Axboe-2/+1