summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
9 daysio_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAITJens Axboe1-17/+16
10 daysio_uring/rw: fix cflags posting for single issue multishot readJens Axboe1-7/+12
2024-09-30io_uring/net: harden multishot termination case for recvJens Axboe1-1/+3
2024-09-24io_uring: fix casts to io_req_flags_tMin-Hua Chen1-1/+1
2024-09-24io_uring: fix memory leak when cache init failGuixin Liu1-1/+4
2024-09-24Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linuxLinus Torvalds7-32/+52
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+5
2024-09-20io_uring: check if we need to reschedule during overflow flushJens Axboe1-0/+15
2024-09-20io_uring: improve request linking traceJens Axboe1-1/+1
2024-09-19io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2024-09-18Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds1-6/+8
2024-09-16io_uring/sqpoll: do the napi busy poll outside the submission blockOlivier Langlois1-3/+4
2024-09-16io_uring: clean up a type in io_uring_register_get_file()Dan Carpenter2-2/+2
2024-09-16io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer1-3/+10
2024-09-16Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linuxLinus Torvalds3-0/+19
2024-09-16Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds17-259/+666
2024-09-16io_uring/sqpoll: retain test for whether the CPU is validJens Axboe1-0/+2
2024-09-15io_uring/rsrc: change ubuf->ubuf_end to length trackingJens Axboe3-7/+6
2024-09-15io_uring/rsrc: get rid of io_mapped_ubuf->folio_maskJens Axboe2-7/+3
2024-09-14io_uring: rename "copy buffers" to "clone buffers"Jens Axboe3-7/+7
2024-09-12io_uring: add IORING_REGISTER_COPY_BUFFERS methodJens Axboe3-0/+98
2024-09-12io_uring/register: provide helper to get io_ring_ctx from 'fd'Jens Axboe2-21/+34
2024-09-11io_uring/rsrc: add reference count to struct io_mapped_ubufJens Axboe2-0/+4
2024-09-11io_uring/rsrc: clear 'slot' entry upfrontJens Axboe1-1/+1
2024-09-11io_uring/cmd: expose iowq to cmdsPavel Begunkov3-0/+19
2024-09-11Merge branch 'for-6.12/io_uring' into for-6.12/io_uring-discardJens Axboe16-237/+529
2024-09-11io_uring/io-wq: inherit cpuset of cgroup in io workerFelix Moessbauer1-1/+1
2024-09-11io_uring/io-wq: do not allow pinning outside of cpusetFelix Moessbauer1-5/+18
2024-09-10io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()Jens Axboe1-2/+1
2024-09-10io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAINJens Axboe1-0/+8
2024-09-10io_uring: port to struct kmem_cache_argsChristian Brauner1-6/+8
2024-09-09io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer1-1/+4
2024-09-08io_uring/eventfd: move refs to refcount_tJens Axboe1-6/+6
2024-09-02io_uring: remove unused rsrc_put_fnAnuj Gupta1-2/+0
2024-09-02io_uring: add new line after variable declarationAnuj Gupta1-0/+1
2024-08-30io_uring: add GCOV_PROFILE_URING Kconfig optionJens Axboe1-0/+4
2024-08-30io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe1-1/+1
2024-08-30io_uring/rsrc: ensure compat iovecs are copied correctlyJens Axboe1-4/+15
2024-08-29io_uring/kbuf: add support for incremental buffer consumptionJens Axboe2-20/+64
2024-08-29io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe5-30/+31
2024-08-29Revert "io_uring: Require zeroed sqe->len on provided-buffers send"Jens Axboe1-3/+1
2024-08-29io_uring/kbuf: move io_ring_head_to_buf() to kbuf.hJens Axboe2-6/+3
2024-08-29io_uring/kbuf: add io_kbuf_commit() helperJens Axboe2-8/+13
2024-08-25io_uring/kbuf: shrink nr_iovs/mode in struct buf_sel_argJens Axboe1-2/+2
2024-08-25io_uring: wire up min batch wake timeoutJens Axboe1-4/+4
2024-08-25io_uring: add support for batch wait timeoutJens Axboe2-13/+82
2024-08-25io_uring: implement our own schedule timeout handlingJens Axboe2-4/+33
2024-08-25io_uring: move schedule wait logic into helperJens Axboe1-16/+21
2024-08-25io_uring: encapsulate extraneous wait flags into a separate structJens Axboe1-21/+24
2024-08-25io_uring: user registered clockid for wait timeoutsPavel Begunkov4-3/+46