summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2024-04-02io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe
2024-04-02io_uring/kbuf: get rid of lower BGID listsJens Axboe
2024-04-02io_uring: use private workqueue for exit workJens Axboe
2024-04-01io_uring: disable io-wq execution of multishot NOWAIT requestsJens Axboe
2024-03-16io_uring: clear opcode specific data for an early failureJens Axboe
2024-03-13io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi
2024-03-13io_uring: simplify io_pages_freePavel Begunkov
2024-03-12io_uring: clean rings on NO_MMAP alloc failPavel Begunkov
2024-03-11io_uring: don't save/restore iowait stateJens Axboe
2024-03-08io_uring: refactor DEFER_TASKRUN multishot checksPavel Begunkov
2024-02-15io_uring: kill stale comment for io_cqring_overflow_kill()Jens Axboe
2024-02-14io_uring: wake SQPOLL task when task_work is added to an empty queueJens Axboe
2024-02-14io_uring/napi: ensure napi polling is aborted when work is availableJens Axboe
2024-02-12io_uring: Don't include af_unix.h.Kuniyuki Iwashima
2024-02-09io-uring: add napi busy poll supportStefan Roesch
2024-02-09io-uring: move io_wait_queue definition to header fileStefan Roesch
2024-02-08io_uring: Simplify the allocation of slab cachesKunwu Chan
2024-02-08io_uring/sqpoll: manage task_work privatelyJens Axboe
2024-02-08io_uring: pass in counter to handle_tw_list() rather than return itJens Axboe
2024-02-08io_uring: cleanup handle_tw_list() calling conventionJens Axboe
2024-02-08io_uring: remove unconditional looping in local task_work handlingJens Axboe
2024-02-08io_uring: remove next io_kiocb fetch in task_work runningJens Axboe
2024-02-08io_uring: handle traditional task_work in FIFO orderJens Axboe
2024-02-08io_uring: remove 'loops' argument from trace_io_uring_task_work_run()Jens Axboe
2024-02-08io_uring: remove looping around handling traditional task_workJens Axboe
2024-02-08io_uring: cleanup io_req_complete_post()Jens Axboe
2024-02-08io_uring: add io_file_can_poll() helperJens Axboe
2024-02-08io_uring/cancel: don't default to setting req->work.cancel_seqJens Axboe
2024-02-08io_uring: expand main struct io_kiocb flags to 64-bitsJens Axboe
2024-01-18Merge tag 'for-6.8/io_uring-2024-01-18' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2024-01-17io_uring: combine cq_wait_nr checksPavel Begunkov
2024-01-17io_uring: clean *local_work_add var namingPavel Begunkov
2024-01-17io_uring: clean up local tw add-wait syncPavel Begunkov
2024-01-17io_uring: adjust defer tw countingPavel Begunkov
2024-01-11Merge tag 'for-6.8/io_uring-2024-01-08' of git://git.kernel.dk/linuxLinus Torvalds
2024-01-11io_uring/rsrc: improve code generation for fixed file assignmentJens Axboe
2024-01-08Merge tag 'vfs-6.8.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs...Linus Torvalds
2024-01-04io_uring: ensure local task_work is run on wait timeoutJens Axboe
2024-01-02Merge tag 'loongarch-kvm-6.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2023-12-19io_uring: drop any code related to SCM_RIGHTSJens Axboe
2023-12-19io_uring/unix: drop usage of io_uring socketJens Axboe
2023-12-19io_uring/register: move io_uring_register(2) related code to register.cJens Axboe
2023-12-12io_uring: split out cmd api into a separate headerPavel Begunkov
2023-12-12io_uring: optimise ltimeout for inline executionPavel Begunkov
2023-12-12io_uring: don't check iopoll if request completesPavel Begunkov
2023-12-03io_uring: fix mutex_unlock with unreferenced ctxPavel Begunkov
2023-11-28io_uring: use fget/fput consistentlyJens Axboe
2023-11-28io_uring: free io_buffer_list entries via RCUJens Axboe
2023-11-28io_uring/kbuf: defer release of mapped buffer ringsJens Axboe