summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2024-11-30Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-26io_uring: fix task_work cap overshootingJens Axboe
2024-11-21io_uring: limit local tw doneDavid Wei
2024-11-21io_uring: add io_local_work_pending()David Wei
2024-11-19Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2024-11-18Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linuxLinus Torvalds
2024-11-15io_uring: restore back registered wait argumentsPavel Begunkov
2024-11-15io_uring: add memory region registrationPavel Begunkov
2024-11-15io_uring: temporarily disable registered waitsPavel Begunkov
2024-11-15io_uring: disable ENTER_EXT_ARG_REG for IOPOLLPavel Begunkov
2024-11-13io_uring: fix invalid hybrid polling ctx leaksPavel Begunkov
2024-11-07io_uring: Switch to use hrtimer_setup_on_stack()Nam Cao
2024-11-06io_uring: avoid normal tw intermediate fallbackPavel Begunkov
2024-11-06io_uring: prevent speculating sq_array indexingPavel Begunkov
2024-11-06io_uring: move struct io_kiocb from task_struct to io_uring_taskJens Axboe
2024-11-06io_uring: remove task ref helpersJens Axboe
2024-11-06io_uring: move cancelations to be io_uring_task basedJens Axboe
2024-11-06io_uring/rsrc: split io_kiocb node type assignmentsJens Axboe
2024-11-02io_uring: add support for hybrid IOPOLLhexue
2024-11-02io_uring/rsrc: get rid of the empty node and dummy_ubufJens Axboe
2024-11-02io_uring/rsrc: add io_rsrc_node_lookup() helperJens Axboe
2024-11-02io_uring/rsrc: unify file and buffer resource tablesJens Axboe
2024-11-02io_uring: only initialize io_kiocb rsrc_nodes when neededJens Axboe
2024-11-02io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entriesJens Axboe
2024-11-02io_uring/rsrc: get rid of io_rsrc_node allocation cacheJens Axboe
2024-11-02io_uring/rsrc: get rid of per-ring io_rsrc_node listJens Axboe
2024-10-29io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cacheJens Axboe
2024-10-29io_uring: add support for fixed wait regionsJens Axboe
2024-10-29io_uring: change io_get_ext_arg() to use uaccess begin + endJens Axboe
2024-10-29io_uring: switch struct ext_arg from __kernel_timespec to timespec64Jens Axboe
2024-10-29io_uring/register: add IORING_REGISTER_RESIZE_RINGSJens Axboe
2024-10-29io_uring: abstract out a bit of the ring filling logicJens Axboe
2024-10-29io_uring: move max entry definition and ring sizing into headerJens Axboe
2024-10-29io_uring: clean up cqe trace pointsPavel Begunkov
2024-10-29io_uring: static_key for !IORING_SETUP_NO_SQARRAYPavel Begunkov
2024-10-29io_uring: kill io_llist_xchgPavel Begunkov
2024-10-29io_uring: move cancel hash tables to kvmalloc/kvfreeJens Axboe
2024-10-29io_uring/cancel: get rid of init_hash_table() helperJens Axboe
2024-10-29io_uring/poll: get rid of unlocked cancel hashJens Axboe
2024-10-07remove pointless includes of <linux/fdtable.h>Al Viro
2024-09-24io_uring: fix casts to io_req_flags_tMin-Hua Chen
2024-09-24io_uring: fix memory leak when cache init failGuixin Liu
2024-09-24Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-20io_uring: check if we need to reschedule during overflow flushJens Axboe
2024-09-20io_uring: improve request linking traceJens Axboe
2024-09-19io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov
2024-09-10io_uring: port to struct kmem_cache_argsChristian Brauner
2024-08-29io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe