summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
2024-04-15io_uring: use unpin_user_pages() where appropriateJens Axboe
2024-04-15io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe
2024-04-15io_uring: unify io_pin_pages()Jens Axboe
2024-04-15io_uring: use vmap() for ring mappingJens Axboe
2024-04-15io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe
2024-04-15io_uring: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados
2024-04-15io_uring: Remove unused functionJiapeng Chong
2024-04-15io_uring: refill request cache in memory orderJens Axboe
2024-04-15io_uring/poll: shrink alloc cache size to 32Jens Axboe
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe
2024-04-15io_uring: drop ->prep_async()Jens Axboe
2024-04-15io_uring/uring_cmd: switch to always allocating async dataJens Axboe
2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe
2024-04-15io_uring: remove timeout/poll specific cancelationsJens Axboe
2024-04-15io_uring: flush delayed fallback task_work in cancelationJens Axboe
2024-04-15io_uring: refactor io_req_complete_post()Pavel Begunkov
2024-04-15io_uring: remove current check from complete_postPavel Begunkov
2024-04-15io_uring: get rid of intermediate aux cqe cachesPavel Begunkov
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov
2024-04-15io_uring: force tw ctx lockingPavel Begunkov
2024-04-15io_uring/rw: avoid punting to io-wq directlyPavel Begunkov
2024-04-15io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner
2024-04-05io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev
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