summaryrefslogtreecommitdiffstats
path: root/io_uring
Commit message (Expand)AuthorAgeFilesLines
* io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov2024-07-263-17/+11
* io_uring/napi: use ktime in busy pollingPavel Begunkov2024-07-263-23/+29
* io_uring/msg_ring: fix uninitialized use of target_req->flagsJens Axboe2024-07-251-3/+3
* io_uring: align iowq and task request error handlingPavel Begunkov2024-07-241-1/+1
* io_uring: simplify io_uring_cmd returnPavel Begunkov2024-07-241-1/+1
* io_uring: fix io_match_task must_holdPavel Begunkov2024-07-241-1/+1
* io_uring: don't allow netpolling with SETUP_IOPOLLPavel Begunkov2024-07-241-0/+2
* io_uring: tighten task exit cancellationsPavel Begunkov2024-07-241-1/+4
* io_uring: fix error pbuf checkingPavel Begunkov2024-07-201-1/+3
* io_uring: fix lost getsockopt completionsPavel Begunkov2024-07-201-1/+1
* Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2024-07-161-12/+4
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-042-6/+8
| |\
| * | io_uring/net: move charging socket out of zc io_uringPavel Begunkov2024-07-021-12/+4
* | | Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds2024-07-151-5/+4
|\ \ \
| * | | fs: Initial atomic write supportPrasad Singamsetty2024-06-201-5/+4
* | | | Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds2024-07-1517-281/+490
|\ \ \ \
| * | | | io_uring/net: check socket is valid in io_bind()/io_listen()Tetsuo Handa2024-07-131-2/+12
| * | | | io_uring/io-wq: limit retrying worker initialisationPavel Begunkov2024-07-111-3/+7
| * | | | io_uring/napi: Remove unnecessary s64 castThorsten Blum2024-07-101-1/+1
| * | | | io_uring/net: cleanup io_recv_finish() bundle handlingJens Axboe2024-07-021-10/+10
| * | | | io_uring/msg_ring: fix overflow postingPavel Begunkov2024-07-021-1/+5
| * | | | io_uring/msg_ring: use kmem_cache_free() to free requestJens Axboe2024-07-011-1/+1
| * | | | io_uring/msg_ring: check for dead submitter taskJens Axboe2024-07-011-5/+10
| * | | | io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe2024-06-243-2/+36
| * | | | io_uring/msg_ring: improve handling of target CQE postingJens Axboe2024-06-241-43/+47
| * | | | io_uring: add io_add_aux_cqe() helperJens Axboe2024-06-242-2/+22
| * | | | io_uring: add remote task_work execution helperJens Axboe2024-06-242-8/+18
| * | | | io_uring/msg_ring: tighten requirement for remote postingJens Axboe2024-06-241-3/+1
| * | | | io_uring: Allocate only necessary memory in io_probeGabriel Krisman Bertazi2024-06-191-4/+3
| * | | | io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi2024-06-193-3/+11
| * | | | io_uring: Introduce IORING_OP_LISTENGabriel Krisman Bertazi2024-06-193-0/+44
| * | | | io_uring: Introduce IORING_OP_BINDGabriel Krisman Bertazi2024-06-193-0/+52
| * | | | io_uring/advise: support 64-bit lengthsJens Axboe2024-06-161-6/+10
| * | | | io_uring/rsrc: remove redundant __set_current_state() post schedule()Jens Axboe2024-06-161-2/+1
| * | | | io_uring/io-wq: make io_wq_work flags atomicJens Axboe2024-06-163-16/+17
| * | | | io_uring: use 'state' consistentlyJens Axboe2024-06-161-1/+1
| * | | | io_uring/eventfd: move eventfd handling to separate fileJens Axboe2024-06-166-145/+173
| * | | | io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe2024-06-163-28/+31
| * | | | io_uring/rsrc: Drop io_copy_iov in favor of iovec APIGabriel Krisman Bertazi2024-06-161-39/+21
* | | | | Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2024-07-152-4/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik2024-06-052-4/+3
* | | | | io_uring/net: don't clear msg_inq before io_recv_buf_select() needs itJens Axboe2024-07-021-4/+6
* | | | | io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe2024-06-241-2/+2
| |_|_|/ |/| | |
* | | | io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li2024-06-201-1/+0
| |/ / |/| |
* | | io_uring: fix cancellation overwriting req->flagsPavel Begunkov2024-06-132-2/+3
* | | io_uring/rsrc: don't lock while !TASK_RUNNINGPavel Begunkov2024-06-121-0/+1
| |/ |/|
* | io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan2024-06-041-0/+4
* | io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()Su Hui2024-06-041-5/+5
* | io_uring/napi: fix timeout calculationJens Axboe2024-06-041-11/+13
* | io_uring: check for non-NULL file pointer in io_file_can_poll()Jens Axboe2024-06-011-1/+1