summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)Author
8 daysMerge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
8 daysMerge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-04-25io_uring/rw: reinstate thread check for retriesJens Axboe
2024-04-22io_uring/net: support bundles for recvJens Axboe
2024-04-17io_uring/rw: ensure retry condition isn't lostJens Axboe
2024-04-15io_uring: ensure overflow entries are dropped when ring is exitingJens Axboe
2024-04-15io_uring: consolidate overflow flushingPavel Begunkov
2024-04-15io_uring: always lock __io_cqring_overflow_flushPavel Begunkov
2024-04-15io_uring: open code io_cqring_overflow_flush()Pavel Begunkov
2024-04-15io_uring: remove extra SQPOLL overflow flushPavel Begunkov
2024-04-15io_uring: unexport io_req_cqe_overflow()Pavel Begunkov
2024-04-15io_uring: return void from io_put_kbuf_comp()Ming Lei
2024-04-15io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov
2024-04-15io_uring: remove async request cachePavel Begunkov
2024-04-15io_uring: turn implicit assumptions into a warningPavel Begunkov
2024-04-15io_uring: kill dead code in io_req_complete_postMing Lei
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe
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