summaryrefslogtreecommitdiff
path: root/io_uring/io_uring.c
AgeCommit message (Expand)AuthorFilesLines
11 daysio_uring: remove checks for NULL 'sq_offset'Jens Axboe1-4/+2
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds1-544/+121
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+1
2024-04-25io_uring/rw: reinstate thread check for retriesJens Axboe1-13/+0
2024-04-22io_uring/net: support bundles for recvJens Axboe1-1/+2
2024-04-17io_uring/rw: ensure retry condition isn't lostJens Axboe1-0/+13
2024-04-15io_uring: ensure overflow entries are dropped when ring is exitingJens Axboe1-1/+2
2024-04-15io_uring: consolidate overflow flushingPavel Begunkov1-25/+15
2024-04-15io_uring: always lock __io_cqring_overflow_flushPavel Begunkov1-5/+8
2024-04-15io_uring: open code io_cqring_overflow_flush()Pavel Begunkov1-8/+3
2024-04-15io_uring: remove extra SQPOLL overflow flushPavel Begunkov1-2/+0
2024-04-15io_uring: unexport io_req_cqe_overflow()Pavel Begunkov1-1/+1
2024-04-15io_uring: return void from io_put_kbuf_comp()Ming Lei1-1/+1
2024-04-15io_uring: remove io_req_put_rsrc_locked()Pavel Begunkov1-3/+2
2024-04-15io_uring: remove async request cachePavel Begunkov1-22/+0
2024-04-15io_uring: turn implicit assumptions into a warningPavel Begunkov1-1/+11
2024-04-15io_uring: kill dead code in io_req_complete_postMing Lei1-35/+2
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe1-325/+2
2024-04-15io_uring: use unpin_user_pages() where appropriateJens Axboe1-3/+1
2024-04-15io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe1-42/+16
2024-04-15io_uring: unify io_pin_pages()Jens Axboe1-19/+42
2024-04-15io_uring: use vmap() for ring mappingJens Axboe1-29/+9
2024-04-15io_uring: get rid of remap_pfn_range() for mapping rings/sqesJens Axboe1-8/+131
2024-04-15io_uring: Remove the now superfluous sentinel elements from ctl_table arrayJoel Granados1-1/+0
2024-04-15io_uring: Remove unused functionJiapeng Chong1-6/+0
2024-04-15io_uring: refill request cache in memory orderJens Axboe1-3/+3
2024-04-15io_uring/poll: shrink alloc cache size to 32Jens Axboe1-1/+1
2024-04-15io_uring/alloc_cache: switch to array based cachingJens Axboe1-15/+19
2024-04-15io_uring: drop ->prep_async()Jens Axboe1-32/+4
2024-04-15io_uring/uring_cmd: switch to always allocating async dataJens Axboe1-0/+3
2024-04-15io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe1-0/+3
2024-04-15io_uring: remove timeout/poll specific cancelationsJens Axboe1-9/+0
2024-04-15io_uring: flush delayed fallback task_work in cancelationJens Axboe1-0/+2
2024-04-15io_uring: refactor io_req_complete_post()Pavel Begunkov1-18/+11
2024-04-15io_uring: remove current check from complete_postPavel Begunkov1-1/+1
2024-04-15io_uring: get rid of intermediate aux cqe cachesPavel Begunkov1-49/+13
2024-04-15io_uring: refactor io_fill_cqe_req_auxPavel Begunkov1-13/+3
2024-04-15io_uring: remove struct io_tw_state::lockedPavel Begunkov1-23/+8
2024-04-15io_uring: force tw ctx lockingPavel Begunkov1-12/+9
2024-04-15io_uring/rw: avoid punting to io-wq directlyPavel Begunkov1-4/+4
2024-04-15io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov1-38/+1
2024-04-07fs: claw back a few FMODE_* bitsChristian Brauner1-1/+1
2024-04-06io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failureAlexey Izbyshev1-13/+13
2024-04-03io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe1-5/+6
2024-04-03io_uring/kbuf: get rid of lower BGID listsJens Axboe1-2/+0
2024-04-02io_uring: use private workqueue for exit workJens Axboe1-1/+4
2024-04-01io_uring: disable io-wq execution of multishot NOWAIT requestsJens Axboe1-4/+9
2024-03-16io_uring: clear opcode specific data for an early failureJens Axboe1-9/+16
2024-03-14io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi1-9/+13
2024-03-13io_uring: simplify io_pages_freePavel Begunkov1-5/+1