summaryrefslogtreecommitdiffstats
path: root/io_uring/io_uring.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds3 days1-544/+121
|\
| * io_uring/rw: reinstate thread check for retriesJens Axboe2024-04-251-13/+0
| * io_uring/net: support bundles for recvJens Axboe2024-04-221-1/+2
| * io_uring/rw: ensure retry condition isn't lostJens Axboe2024-04-171-0/+13
| * io_uring: ensure overflow entries are dropped when ring is exitingJens Axboe2024-04-151-1/+2
| * io_uring: consolidate overflow flushingPavel Begunkov2024-04-151-25/+15
| * io_uring: always lock __io_cqring_overflow_flushPavel Begunkov2024-04-151-5/+8
| * io_uring: open code io_cqring_overflow_flush()Pavel Begunkov2024-04-151-8/+3
| * io_uring: remove extra SQPOLL overflow flushPavel Begunkov2024-04-151-2/+0
| * io_uring: unexport io_req_cqe_overflow()Pavel Begunkov2024-04-151-1/+1
| * io_uring: return void from io_put_kbuf_comp()Ming Lei2024-04-151-1/+1
| * io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov2024-04-151-3/+2
| * io_uring: remove async request cachePavel Begunkov2024-04-151-22/+0
| * io_uring: turn implicit assumptions into a warningPavel Begunkov2024-04-151-1/+11
| * io_uring: kill dead code in io_req_complete_postMing Lei2024-04-151-35/+2
| * io_uring: move mapping/allocation helpers to a separate fileJens Axboe2024-04-151-325/+2
| * io_uring: use unpin_user_pages() where appropriateJens Axboe2024-04-151-3/+1
| * io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe2024-04-151-42/+16
| * io_uring: unify io_pin_pages()Jens Axboe2024-04-151-19/+42
| * io_uring: use vmap() for ring mappingJens Axboe2024-04-151-29/+9
| * io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe2024-04-151-8/+131
| * io_uring: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados2024-04-151-1/+0
| * io_uring: Remove unused functionJiapeng Chong2024-04-151-6/+0
| * io_uring: refill request cache in memory orderJens Axboe2024-04-151-3/+3
| * io_uring/poll: shrink alloc cache size to 32Jens Axboe2024-04-151-1/+1
| * 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
* | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds3 days1-1/+1
|\ \ | |/ |/|
| * fs: claw back a few FMODE_* bitsChristian Brauner2024-04-071-1/+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