summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
...
| * | io_uring/kbuf: vmap pinned buffer ringJens Axboe2024-04-151-24/+15
| * | io_uring: unify io_pin_pages()Jens Axboe2024-04-152-55/+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-152-8/+133
| * | io_uring: use the right type for work_llist empty checkJens Axboe2024-04-151-1/+1
| * | 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: re-arrange Makefile orderJens Axboe2024-04-151-7/+7
| * | io_uring: refill request cache in memory orderJens Axboe2024-04-151-3/+3
| * | io_uring/poll: shrink alloc cache size to 32Jens Axboe2024-04-152-1/+3
| * | io_uring/alloc_cache: switch to array based cachingJens Axboe2024-04-1514-144/+92
| * | io_uring: drop ->prep_async()Jens Axboe2024-04-155-65/+25
| * | io_uring/uring_cmd: defer SQE copying until it's neededJens Axboe2024-04-151-6/+19
| * | io_uring/uring_cmd: switch to always allocating async dataJens Axboe2024-04-154-23/+68
| * | io_uring/net: move connect to always using async dataJens Axboe2024-04-153-37/+12
| * | io_uring/rw: add iovec recyclingJens Axboe2024-04-152-6/+39
| * | io_uring/rw: cleanup retry pathJens Axboe2024-04-151-27/+8
| * | io_uring: get rid of struct io_rw_stateJens Axboe2024-04-152-29/+26
| * | io_uring/rw: always setup io_async_rw for read/write requestsJens Axboe2024-04-154-298/+277
| * | io_uring/net: drop 'kmsg' parameter from io_req_msg_cleanup()Jens Axboe2024-04-151-6/+5
| * | io_uring/net: add iovec recyclingJens Axboe2024-04-152-53/+91
| * | io_uring/net: remove (now) dead code in io_netmsg_recycle()Jens Axboe2024-04-151-1/+1
| * | io_uring: kill io_msg_alloc_async_prep()Jens Axboe2024-04-151-21/+10
| * | io_uring/net: get rid of ->prep_async() for send sideJens Axboe2024-04-153-114/+46
| * | io_uring/net: get rid of ->prep_async() for receive sideJens Axboe2024-04-153-46/+28
| * | io_uring/net: always set kmsg->msg.msg_control_user before issueJens Axboe2024-04-151-2/+3
| * | io_uring/net: always setup an io_async_msghdrJens Axboe2024-04-151-70/+47
| * | io_uring/net: unify cleanup handlingJens Axboe2024-04-151-15/+11
| * | io_uring/net: switch io_recv() to using io_async_msghdrJens Axboe2024-04-153-31/+53
| * | io_uring/net: switch io_send() and io_send_zc() to using io_async_msghdrJens Axboe2024-04-152-94/+101
| * | io_uring/alloc_cache: shrink default max entries from 512 to 128Jens Axboe2024-04-151-1/+1
| * | 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: clean up io_lockdep_assert_cq_lockedPavel Begunkov2024-04-151-6/+2
| * | io_uring: refactor io_req_complete_post()Pavel Begunkov2024-04-152-19/+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-152-50/+14
| * | io_uring: refactor io_fill_cqe_req_auxPavel Begunkov2024-04-156-24/+9
| * | io_uring: remove struct io_tw_state::lockedPavel Begunkov2024-04-157-45/+17
| * | io_uring: force tw ctx lockingPavel Begunkov2024-04-151-12/+9
| * | io_uring/rw: avoid punting to io-wq directlyPavel Begunkov2024-04-153-12/+5
| * | io_uring/cmd: fix tw <-> issue_flags conversionPavel Begunkov2024-04-151-3/+10
| * | io_uring/cmd: kill one issue_flags to tw conversionPavel Begunkov2024-04-151-4/+4
| * | io_uring/cmd: move io_uring_try_cancel_uring_cmd()Pavel Begunkov2024-04-154-38/+41
| |/
* | Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds7 days2-5/+6
|\ \ | |/ |/|
| * fs: claw back a few FMODE_* bitsChristian Brauner2024-04-072-5/+6
* | io_uring/net: restore msg_control on sendzc retryPavel Begunkov2024-04-081-0/+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-023-14/+36
* | io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe2024-04-022-4/+13