summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
...
| * io_uring/rsrc: keep one global dummy_ubufPavel Begunkov2023-08-112-13/+10
| * io_uring: never overflow io_aux_cqePavel Begunkov2023-08-115-14/+16
| * io_uring: remove return from io_req_cqe_overflow()Pavel Begunkov2023-08-112-5/+5
| * io_uring: open code io_fill_cqe_req()Pavel Begunkov2023-08-113-14/+7
| * io_uring/net: don't overflow multishot recvPavel Begunkov2023-08-111-1/+1
| * io_uring/net: don't overflow multishot acceptPavel Begunkov2023-08-111-1/+1
| * io_uring/io-wq: don't gate worker wake up success on wake_up_process()Jens Axboe2023-08-111-4/+7
| * io_uring/io-wq: reduce frequency of acct->lock acquisitionsJens Axboe2023-08-111-13/+34
| * io_uring/io-wq: don't grab wq->lock for worker activationJens Axboe2023-08-111-3/+0
| * io_uring: remove unnecessary forward declarationJens Axboe2023-08-101-1/+0
| * io_uring: have io_file_put() take an io_kiocb rather than the fileJens Axboe2023-08-102-7/+5
| * io_uring/splice: use fput() directlyJens Axboe2023-08-101-2/+2
| * io_uring/fdinfo: get rid of ref trygetJens Axboe2023-08-101-12/+6
| * io_uring: cleanup 'ret' handling in io_iopoll_check()Jens Axboe2023-08-091-7/+10
| * io_uring: break iopolling on signalPavel Begunkov2023-08-091-0/+3
| * io_uring: fix false positive KASAN warningsPavel Begunkov2023-08-092-2/+0
| * io_uring: fix drain stalls by invalid SQEPavel Begunkov2023-08-091-0/+2
| * io_uring/rsrc: Remove unused declaration io_rsrc_put_tw()Yue Haibing2023-08-091-1/+0
| * io_uring: annotate the struct io_kiocb slab for appropriate user copyJens Axboe2023-08-091-2/+14
| * io_uring: Add io_uring command support for socketsBreno Leitao2023-08-091-0/+28
| * io_uring/cancel: wire up IORING_ASYNC_CANCEL_OP for sync cancelJens Axboe2023-07-171-3/+8
| * io_uring/cancel: support opcode based lookup and cancelationJens Axboe2023-07-173-5/+17
| * io_uring/cancel: add IORING_ASYNC_CANCEL_USERDATAJens Axboe2023-07-171-6/+12
| * io_uring: use cancelation match helper for poll and timeout requestsJens Axboe2023-07-172-17/+7
| * io_uring/cancel: fix sequence matching for IORING_ASYNC_CANCEL_ANYJens Axboe2023-07-171-2/+3
| * io_uring/cancel: abstract out request match helperJens Axboe2023-07-172-4/+14
| * io_uring/timeout: always set 'ctx' in io_cancel_dataJens Axboe2023-07-171-2/+2
| * io_uring/poll: always set 'ctx' in io_cancel_dataJens Axboe2023-07-171-1/+1
* | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-292-10/+2
|\ \
| * | io_uring: stop calling free_compound_page()Matthew Wilcox (Oracle)2023-08-212-10/+2
* | | Merge tag 'iomap-6.6-merge-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2023-08-281-3/+24
|\ \ \
| * \ \ Merge tag 'xfs-async-dio.6-2023-08-01' of git://git.kernel.dk/linux into ioma...Darrick J. Wong2023-08-011-3/+24
| |\ \ \
| | * | | io_uring/rw: add write support for IOCB_DIO_CALLER_COMPJens Axboe2023-08-011-3/+24
| | | |/ | | |/|
* | | | Merge tag 'v6.6-vfs.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2023-08-281-24/+9
|\ \ \ \
| * | | | io_uring: use kiocb_{start,end}_write() helpersAmir Goldstein2023-08-211-19/+4
| * | | | io_uring: rename kiocb_end_write() local helperAmir Goldstein2023-08-211-5/+5
* | | | | io_uring/parisc: Adjust pgoff in io_uring mmap() for pariscHelge Deller2023-08-081-0/+3
* | | | | io_uring: correct check for O_TMPFILEAleksa Sarai2023-08-071-2/+4
| |_|_|/ |/| | |
* | | | Merge tag 'io_uring-6.5-2023-07-28' of git://git.kernel.dk/linuxLinus Torvalds2023-07-281-6/+17
|\ \ \ \ | |_|/ / |/| | |
| * | | io_uring: gate iowait schedule on having pending requestsJens Axboe2023-07-241-6/+17
* | | | Merge tag 'io_uring-6.5-2023-07-21' of git://git.kernel.dk/linuxLinus Torvalds2023-07-221-26/+26
|\| | | | |_|/ |/| |
| * | io_uring: Fix io_uring mmap() by using architecture-provided get_unmapped_area()Helge Deller2023-07-211-25/+17
| * | io_uring: treat -EAGAIN for REQ_F_NOWAIT as final for io-wqJens Axboe2023-07-201-0/+8
| * | io_uring: don't audit the capability check in io_uring_create()Ondrej Mosnacek2023-07-181-1/+1
* | | Merge tag 'io_uring-6.5-2023-07-14' of git://git.kernel.dk/linuxLinus Torvalds2023-07-141-2/+13
|\| | | |/ |/|
| * io_uring: Use io_schedule* in cqring waitAndres Freund2023-07-071-2/+13
* | Merge tag 'io_uring-6.5-2023-07-03' of git://git.kernel.dk/linuxLinus Torvalds2023-07-032-21/+36
|\|
| * io_uring: flush offloaded and delayed task_work on exitJens Axboe2023-06-281-3/+19
| * io_uring: remove io_fallback_tw() forward declarationJens Axboe2023-06-271-15/+14
| * io_uring/net: use proper value for msg_inqJens Axboe2023-06-271-4/+4