summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-151-15/+19
* io_uring: drop ->prep_async()Jens Axboe2024-04-151-32/+4
* io_uring/uring_cmd: switch to always allocating async dataJens Axboe2024-04-151-0/+3
* io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe2024-04-151-0/+3
* io_uring: remove timeout/poll specific cancelationsJens Axboe2024-04-151-9/+0
* io_uring: flush delayed fallback task_work in cancelationJens Axboe2024-04-151-0/+2
* io_uring: refactor io_req_complete_post()Pavel Begunkov2024-04-151-18/+11
* io_uring: remove current check from complete_postPavel Begunkov2024-04-151-1/+1
* io_uring: get rid of intermediate aux cqe cachesPavel Begunkov2024-04-151-49/+13
* io_uring: refactor io_fill_cqe_req_auxPavel Begunkov2024-04-151-13/+3
* io_uring: remove struct io_tw_state::lockedPavel Begunkov2024-04-151-23/+8
* io_uring: force tw ctx lockingPavel Begunkov2024-04-151-12/+9
* io_uring/rw: avoid punting to io-wq directlyPavel Begunkov2024-04-151-4/+4
* io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov2024-04-151-38/+1
* io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev2024-04-051-13/+13
* io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe2024-04-021-5/+6
* io_uring/kbuf: get rid of lower BGID listsJens Axboe2024-04-021-2/+0
* io_uring: use private workqueue for exit workJens Axboe2024-04-021-1/+4
* io_uring: disable io-wq execution of multishot NOWAIT requestsJens Axboe2024-04-011-4/+9
* io_uring: clear opcode specific data for an early failureJens Axboe2024-03-161-9/+16
* io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi2024-03-131-9/+13
* io_uring: simplify io_pages_freePavel Begunkov2024-03-131-5/+1
* io_uring: clean rings on NO_MMAP alloc failPavel Begunkov2024-03-121-2/+3
* io_uring: don't save/restore iowait stateJens Axboe2024-03-111-3/+2
* io_uring: refactor DEFER_TASKRUN multishot checksPavel Begunkov2024-03-081-0/+20
* io_uring: kill stale comment for io_cqring_overflow_kill()Jens Axboe2024-02-151-1/+0
* io_uring: wake SQPOLL task when task_work is added to an empty queueJens Axboe2024-02-141-1/+6
* io_uring/napi: ensure napi polling is aborted when work is availableJens Axboe2024-02-141-11/+0
* io_uring: Don't include af_unix.h.Kuniyuki Iwashima2024-02-121-1/+0
* io-uring: add napi busy poll supportStefan Roesch2024-02-091-0/+8
* io-uring: move io_wait_queue definition to header fileStefan Roesch2024-02-091-21/+0
* io_uring: Simplify the allocation of slab cachesKunwu Chan2024-02-081-3/+2
* io_uring/sqpoll: manage task_work privatelyJens Axboe2024-02-081-10/+36
* io_uring: pass in counter to handle_tw_list() rather than return itJens Axboe2024-02-081-5/+3
* io_uring: cleanup handle_tw_list() calling conventionJens Axboe2024-02-081-16/+13
* io_uring: remove unconditional looping in local task_work handlingJens Axboe2024-02-081-15/+29
* io_uring: remove next io_kiocb fetch in task_work runningJens Axboe2024-02-081-3/+0
* io_uring: handle traditional task_work in FIFO orderJens Axboe2024-02-081-1/+1
* io_uring: remove 'loops' argument from trace_io_uring_task_work_run()Jens Axboe2024-02-081-1/+1
* io_uring: remove looping around handling traditional task_workJens Axboe2024-02-081-38/+7
* io_uring: cleanup io_req_complete_post()Jens Axboe2024-02-081-4/+4
* io_uring: add io_file_can_poll() helperJens Axboe2024-02-081-1/+1
* io_uring/cancel: don't default to setting req->work.cancel_seqJens Axboe2024-02-081-1/+0
* io_uring: expand main struct io_kiocb flags to 64-bitsJens Axboe2024-02-081-4/+5
* Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds2024-01-181-18/+45
|\
| * io_uring: combine cq_wait_nr checksPavel Begunkov2024-01-171-7/+27
| * io_uring: clean *local_work_add var namingPavel Begunkov2024-01-171-7/+7
| * io_uring: clean up local tw add-wait syncPavel Begunkov2024-01-171-2/+8
| * io_uring: adjust defer tw countingPavel Begunkov2024-01-171-1/+1
| * io_uring/rsrc: improve code generation for fixed file assignmentJens Axboe2024-01-111-2/+3