summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2024-07-26io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov3-17/+11
2024-07-26io_uring/napi: use ktime in busy pollingPavel Begunkov3-23/+29
2024-07-25io_uring/msg_ring: fix uninitialized use of target_req->flagsJens Axboe1-3/+3
2024-07-24io_uring: align iowq and task request error handlingPavel Begunkov1-1/+1
2024-07-24io_uring: simplify io_uring_cmd returnPavel Begunkov1-1/+1
2024-07-24io_uring: fix io_match_task must_holdPavel Begunkov1-1/+1
2024-07-24io_uring: don't allow netpolling with SETUP_IOPOLLPavel Begunkov1-0/+2
2024-07-24io_uring: tighten task exit cancellationsPavel Begunkov1-1/+4
2024-07-20io_uring: fix error pbuf checkingPavel Begunkov1-1/+3
2024-07-20io_uring: fix lost getsockopt completionsPavel Begunkov1-1/+1
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-12/+4
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds1-5/+4
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds17-281/+490
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-4/+3
2024-07-13io_uring/net: check socket is valid in io_bind()/io_listen()Tetsuo Handa1-2/+12
2024-07-11io_uring/io-wq: limit retrying worker initialisationPavel Begunkov1-3/+7
2024-07-10io_uring/napi: Remove unnecessary s64 castThorsten Blum1-1/+1
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-6/+8
2024-07-02io_uring/net: cleanup io_recv_finish() bundle handlingJens Axboe1-10/+10
2024-07-02io_uring/net: don't clear msg_inq before io_recv_buf_select() needs itJens Axboe1-4/+6
2024-07-02io_uring/msg_ring: fix overflow postingPavel Begunkov1-1/+5
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov1-12/+4
2024-07-01io_uring/msg_ring: use kmem_cache_free() to free requestJens Axboe1-1/+1
2024-07-01io_uring/msg_ring: check for dead submitter taskJens Axboe1-5/+10
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe1-2/+2
2024-06-24io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe3-2/+36
2024-06-24io_uring/msg_ring: improve handling of target CQE postingJens Axboe1-43/+47
2024-06-24io_uring: add io_add_aux_cqe() helperJens Axboe2-2/+22
2024-06-24io_uring: add remote task_work execution helperJens Axboe2-8/+18
2024-06-24io_uring/msg_ring: tighten requirement for remote postingJens Axboe1-3/+1
2024-06-20fs: Initial atomic write supportPrasad Singamsetty1-5/+4
2024-06-20io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li1-1/+0
2024-06-19io_uring: Allocate only necessary memory in io_probeGabriel Krisman Bertazi1-4/+3
2024-06-19io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi3-3/+11
2024-06-19io_uring: Introduce IORING_OP_LISTENGabriel Krisman Bertazi3-0/+44
2024-06-19io_uring: Introduce IORING_OP_BINDGabriel Krisman Bertazi3-0/+52
2024-06-16io_uring/advise: support 64-bit lengthsJens Axboe1-6/+10
2024-06-16io_uring/rsrc: remove redundant __set_current_state() post schedule()Jens Axboe1-2/+1
2024-06-16io_uring/io-wq: make io_wq_work flags atomicJens Axboe3-16/+17
2024-06-16io_uring: use 'state' consistentlyJens Axboe1-1/+1
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe6-145/+173
2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe3-28/+31
2024-06-16io_uring/rsrc: Drop io_copy_iov in favor of iovec APIGabriel Krisman Bertazi1-39/+21
2024-06-13io_uring: fix cancellation overwriting req->flagsPavel Begunkov2-2/+3
2024-06-12io_uring/rsrc: don't lock while !TASK_RUNNINGPavel Begunkov1-0/+1
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik2-4/+3
2024-06-04io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan1-0/+4
2024-06-04io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()Su Hui1-5/+5
2024-06-04io_uring/napi: fix timeout calculationJens Axboe1-11/+13
2024-06-01io_uring: check for non-NULL file pointer in io_file_can_poll()Jens Axboe1-1/+1