summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-16Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds
2024-09-12io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe
2024-09-12io_uring/register: provide helper to get io_ring_ctx from 'fd'Jens Axboe
2024-09-11io_uring/rsrc: add reference count to struct io_mapped_ubufJens Axboe
2024-09-11io_uring/rsrc: clear 'slot' entry upfrontJens Axboe
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov
2024-09-11Merge branch 'for-6.12/io_uring' into for-6.12/io_uring-discardJens Axboe
2024-09-11io_uring/io-wq: inherit cpuset of cgroup in io workerFelix Moessbauer
2024-09-11io_uring/io-wq: do not allow pinning outside of cpusetFelix Moessbauer
2024-09-10io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()Jens Axboe
2024-09-10io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAINJens Axboe
2024-09-10io_uring: port to struct kmem_cache_argsChristian Brauner
2024-09-09io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer
2024-09-08io_uring/eventfd: move refs to refcount_tJens Axboe
2024-09-02io_uring: remove unused rsrc_put_fnAnuj Gupta
2024-09-02io_uring: add new line after variable declarationAnuj Gupta
2024-08-30io_uring: add GCOV_PROFILE_URING Kconfig optionJens Axboe
2024-08-30io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe
2024-08-30io_uring/rsrc: ensure compat iovecs are copied correctlyJens Axboe
2024-08-29io_uring/kbuf: add support for incremental buffer consumptionJens Axboe
2024-08-29io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe
2024-08-29Revert "io_uring: Require zeroed sqe->len on provided-buffers send"Jens Axboe
2024-08-29io_uring/kbuf: move io_ring_head_to_buf() to kbuf.hJens Axboe
2024-08-29io_uring/kbuf: add io_kbuf_commit() helperJens Axboe
2024-08-25io_uring/kbuf: shrink nr_iovs/mode in struct buf_sel_argJens Axboe
2024-08-25io_uring: wire up min batch wake timeoutJens Axboe
2024-08-25io_uring: add support for batch wait timeoutJens Axboe
2024-08-25io_uring: implement our own schedule timeout handlingJens Axboe
2024-08-25io_uring: move schedule wait logic into helperJens Axboe
2024-08-25io_uring: encapsulate extraneous wait flags into a separate structJens Axboe
2024-08-25io_uring: user registered clockid for wait timeoutsPavel Begunkov
2024-08-25io_uring: add absolute mode wait timeoutsPavel Begunkov
2024-08-25io_uring/napi: postpone napi timeout adjustmentPavel Begunkov
2024-08-25io_uring/napi: refactor __io_napi_busy_loop()Pavel Begunkov
2024-08-25io_uring/kbuf: turn io_buffer_list booleans into flagsJens Axboe
2024-08-25io_uring/net: use ITER_UBUF for single segment send mapsJens Axboe
2024-08-25io_uring/kbuf: use 'bl' directly rather than req->buf_listJens Axboe
2024-08-25io_uring: micro optimization of __io_sq_thread() conditionOlivier Langlois
2024-08-25io_uring/rsrc: enable multi-hugepage buffer coalescingChenliang Li
2024-08-25io_uring/rsrc: store folio shift and mask into imuChenliang Li
2024-08-25io_uring: add napi busy settings to the fdinfo outputOlivier Langlois
2024-08-21io_uring/kbuf: sanitize peek buffer setupJens Axboe
2024-08-13io_uring/sqpoll: annotate debug task == current with data_race()Jens Axboe
2024-08-12io_uring/napi: remove duplicate io_napi_entry timeout assignationOlivier Langlois
2024-08-12io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois
2024-08-07io_uring/net: don't pick multiple buffers for non-bundle sendJens Axboe
2024-08-07io_uring/net: ensure expanded bundle send gets marked for cleanupJens Axboe
2024-08-07io_uring/net: ensure expanded bundle recv gets marked for cleanupJens Axboe