summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-5/+5
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-121-5/+5
* | Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds2024-09-181-6/+8
|\ \
| * | io_uring: port to struct kmem_cache_argsChristian Brauner2024-09-101-6/+8
* | | Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-163-0/+19
|\ \ \
| * | | io_uring/cmd: expose iowq to cmdsPavel Begunkov2024-09-113-0/+19
| * | | Merge branch 'for-6.12/io_uring' into for-6.12/io_uring-discardJens Axboe2024-09-1116-237/+529
| |\ \ \
* | \ \ \ Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds2024-09-1617-259/+666
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe2024-09-123-0/+98
| * | | | io_uring/register: provide helper to get io_ring_ctx from 'fd'Jens Axboe2024-09-122-21/+34
| * | | | io_uring/rsrc: add reference count to struct io_mapped_ubufJens Axboe2024-09-112-0/+4
| * | | | io_uring/rsrc: clear 'slot' entry upfrontJens Axboe2024-09-111-1/+1
| |/ / /
| * | | io_uring/io-wq: inherit cpuset of cgroup in io workerFelix Moessbauer2024-09-111-1/+1
| * | | io_uring/io-wq: do not allow pinning outside of cpusetFelix Moessbauer2024-09-111-5/+18
| * | | io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()Jens Axboe2024-09-101-2/+1
| * | | io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAINJens Axboe2024-09-101-0/+8
| * | | io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer2024-09-091-1/+4
| * | | io_uring/eventfd: move refs to refcount_tJens Axboe2024-09-081-6/+6
| * | | io_uring: remove unused rsrc_put_fnAnuj Gupta2024-09-021-2/+0
| * | | io_uring: add new line after variable declarationAnuj Gupta2024-09-021-0/+1
| * | | io_uring: add GCOV_PROFILE_URING Kconfig optionJens Axboe2024-08-301-0/+4
| * | | io_uring/kbuf: add support for incremental buffer consumptionJens Axboe2024-08-292-20/+64
| * | | io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe2024-08-295-30/+31
| * | | Revert "io_uring: Require zeroed sqe->len on provided-buffers send"Jens Axboe2024-08-291-3/+1
| * | | io_uring/kbuf: move io_ring_head_to_buf() to kbuf.hJens Axboe2024-08-292-6/+3
| * | | io_uring/kbuf: add io_kbuf_commit() helperJens Axboe2024-08-292-8/+13
| * | | io_uring/kbuf: shrink nr_iovs/mode in struct buf_sel_argJens Axboe2024-08-251-2/+2
| * | | io_uring: wire up min batch wake timeoutJens Axboe2024-08-251-4/+4
| * | | io_uring: add support for batch wait timeoutJens Axboe2024-08-252-13/+82
| * | | io_uring: implement our own schedule timeout handlingJens Axboe2024-08-252-4/+33
| * | | io_uring: move schedule wait logic into helperJens Axboe2024-08-251-16/+21
| * | | io_uring: encapsulate extraneous wait flags into a separate structJens Axboe2024-08-251-21/+24
| * | | io_uring: user registered clockid for wait timeoutsPavel Begunkov2024-08-254-3/+46
| * | | io_uring: add absolute mode wait timeoutsPavel Begunkov2024-08-251-7/+8
| * | | io_uring/napi: postpone napi timeout adjustmentPavel Begunkov2024-08-253-38/+7
| * | | io_uring/napi: refactor __io_napi_busy_loop()Pavel Begunkov2024-08-251-3/+4
| * | | io_uring/kbuf: turn io_buffer_list booleans into flagsJens Axboe2024-08-252-23/+26
| * | | io_uring/net: use ITER_UBUF for single segment send mapsJens Axboe2024-08-251-3/+12
| * | | io_uring/kbuf: use 'bl' directly rather than req->buf_listJens Axboe2024-08-251-1/+1
| * | | io_uring: micro optimization of __io_sq_thread() conditionOlivier Langlois2024-08-251-1/+1
| * | | io_uring/rsrc: enable multi-hugepage buffer coalescingChenliang Li2024-08-252-32/+110
| * | | io_uring/rsrc: store folio shift and mask into imuChenliang Li2024-08-252-9/+8
| * | | io_uring: add napi busy settings to the fdinfo outputOlivier Langlois2024-08-251-1/+13
| |/ /
* | | io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe2024-08-301-1/+1
* | | io_uring/rsrc: ensure compat iovecs are copied correctlyJens Axboe2024-08-301-4/+15
|/ /
* | io_uring/kbuf: sanitize peek buffer setupJens Axboe2024-08-211-3/+6
* | io_uring/sqpoll: annotate debug task == current with data_race()Jens Axboe2024-08-131-1/+1
* | io_uring/napi: remove duplicate io_napi_entry timeout assignationOlivier Langlois2024-08-121-1/+0
* | io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois2024-08-122-2/+2
* | io_uring/net: don't pick multiple buffers for non-bundle sendJens Axboe2024-08-071-2/+3