summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2024-08-13io_uring/sqpoll: annotate debug task == current with data_race()Jens Axboe-1/+1
2024-08-12io_uring/napi: remove duplicate io_napi_entry timeout assignationOlivier Langlois-1/+0
2024-08-12io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois-2/+2
2024-08-07io_uring/net: don't pick multiple buffers for non-bundle sendJens Axboe-2/+3
2024-08-07io_uring/net: ensure expanded bundle send gets marked for cleanupJens Axboe-0/+1
2024-08-07io_uring/net: ensure expanded bundle recv gets marked for cleanupJens Axboe-0/+1
2024-07-30io_uring: remove unused local list heads in NAPI functionsOlivier Langlois-2/+0
2024-07-30io_uring: keep multishot request NAPI timeout currentOlivier Langlois-0/+1
2024-07-26io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov-17/+11
2024-07-26io_uring/napi: use ktime in busy pollingPavel Begunkov-23/+29
2024-07-25io_uring/msg_ring: fix uninitialized use of target_req->flagsJens Axboe-3/+3
2024-07-24io_uring: align iowq and task request error handlingPavel Begunkov-1/+1
2024-07-24io_uring: simplify io_uring_cmd returnPavel Begunkov-1/+1
2024-07-24io_uring: fix io_match_task must_holdPavel Begunkov-1/+1
2024-07-24io_uring: don't allow netpolling with SETUP_IOPOLLPavel Begunkov-0/+2
2024-07-24io_uring: tighten task exit cancellationsPavel Begunkov-1/+4
2024-07-20io_uring: fix error pbuf checkingPavel Begunkov-1/+3
2024-07-20io_uring: fix lost getsockopt completionsPavel Begunkov-1/+1
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-12/+4
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds-5/+4
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds-281/+490
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds-4/+3
2024-07-13io_uring/net: check socket is valid in io_bind()/io_listen()Tetsuo Handa-2/+12
2024-07-11io_uring/io-wq: limit retrying worker initialisationPavel Begunkov-3/+7
2024-07-10io_uring/napi: Remove unnecessary s64 castThorsten Blum-1/+1
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+8
2024-07-02io_uring/net: cleanup io_recv_finish() bundle handlingJens Axboe-10/+10
2024-07-02io_uring/net: don't clear msg_inq before io_recv_buf_select() needs itJens Axboe-4/+6
2024-07-02io_uring/msg_ring: fix overflow postingPavel Begunkov-1/+5
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov-12/+4
2024-07-01io_uring/msg_ring: use kmem_cache_free() to free requestJens Axboe-1/+1
2024-07-01io_uring/msg_ring: check for dead submitter taskJens Axboe-5/+10
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe-2/+2
2024-06-24io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe-2/+36
2024-06-24io_uring/msg_ring: improve handling of target CQE postingJens Axboe-43/+47
2024-06-24io_uring: add io_add_aux_cqe() helperJens Axboe-2/+22
2024-06-24io_uring: add remote task_work execution helperJens Axboe-8/+18
2024-06-24io_uring/msg_ring: tighten requirement for remote postingJens Axboe-3/+1
2024-06-20fs: Initial atomic write supportPrasad Singamsetty-5/+4
2024-06-20io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li-1/+0
2024-06-19io_uring: Allocate only necessary memory in io_probeGabriel Krisman Bertazi-4/+3
2024-06-19io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi-3/+11
2024-06-19io_uring: Introduce IORING_OP_LISTENGabriel Krisman Bertazi-0/+44
2024-06-19io_uring: Introduce IORING_OP_BINDGabriel Krisman Bertazi-0/+52
2024-06-16io_uring/advise: support 64-bit lengthsJens Axboe-6/+10
2024-06-16io_uring/rsrc: remove redundant __set_current_state() post schedule()Jens Axboe-2/+1
2024-06-16io_uring/io-wq: make io_wq_work flags atomicJens Axboe-16/+17
2024-06-16io_uring: use 'state' consistentlyJens Axboe-1/+1
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe-145/+173
2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe-28/+31