summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/net: harden multishot termination case for recvJens Axboe7 days1-1/+3
* io_uring: fix casts to io_req_flags_tMin-Hua Chen13 days1-1/+1
* io_uring: fix memory leak when cache init failGuixin Liu13 days1-1/+4
* Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds13 days7-32/+52
|\
| * io_uring: check if we need to reschedule during overflow flushJens Axboe2024-09-201-0/+15
| * io_uring: improve request linking traceJens Axboe2024-09-201-1/+1
| * io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe2024-09-191-2/+2
| * io_uring/sqpoll: do the napi busy poll outside the submission blockOlivier Langlois2024-09-161-3/+4
| * io_uring: clean up a type in io_uring_register_get_file()Dan Carpenter2024-09-162-2/+2
| * io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer2024-09-161-3/+10
| * io_uring/sqpoll: retain test for whether the CPU is validJens Axboe2024-09-161-0/+2
| * io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe2024-09-153-7/+6
| * io_uring/rsrc: get rid of io_mapped_ubuf->folio_maskJens Axboe2024-09-152-7/+3
| * io_uring: rename "copy buffers" to "clone buffers"Jens Axboe2024-09-143-7/+7
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14 days1-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