summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2024-07-26io_uring/napi: pass ktime to io_napi_adjust_timeoutPavel Begunkov
2024-07-26io_uring/napi: use ktime in busy pollingPavel Begunkov
2024-07-25io_uring/msg_ring: fix uninitialized use of target_req->flagsJens Axboe
2024-07-24io_uring: align iowq and task request error handlingPavel Begunkov
2024-07-24io_uring: simplify io_uring_cmd returnPavel Begunkov
2024-07-24io_uring: fix io_match_task must_holdPavel Begunkov
2024-07-24io_uring: don't allow netpolling with SETUP_IOPOLLPavel Begunkov
2024-07-24io_uring: tighten task exit cancellationsPavel Begunkov
2024-07-20io_uring: fix error pbuf checkingPavel Begunkov
2024-07-20io_uring: fix lost getsockopt completionsPavel Begunkov
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-07-15Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-15Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linuxLinus Torvalds
2024-07-15Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-07-13io_uring/net: check socket is valid in io_bind()/io_listen()Tetsuo Handa
2024-07-11io_uring/io-wq: limit retrying worker initialisationPavel Begunkov
2024-07-10io_uring/napi: Remove unnecessary s64 castThorsten Blum
2024-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-07-02io_uring/net: cleanup io_recv_finish() bundle handlingJens Axboe
2024-07-02io_uring/net: don't clear msg_inq before io_recv_buf_select() needs itJens Axboe
2024-07-02io_uring/msg_ring: fix overflow postingPavel Begunkov
2024-07-02io_uring/net: move charging socket out of zc io_uringPavel Begunkov
2024-07-01io_uring/msg_ring: use kmem_cache_free() to free requestJens Axboe
2024-07-01io_uring/msg_ring: check for dead submitter taskJens Axboe
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe
2024-06-24io_uring/msg_ring: add an alloc cache for io_kiocb entriesJens Axboe
2024-06-24io_uring/msg_ring: improve handling of target CQE postingJens Axboe
2024-06-24io_uring: add io_add_aux_cqe() helperJens Axboe
2024-06-24io_uring: add remote task_work execution helperJens Axboe
2024-06-24io_uring/msg_ring: tighten requirement for remote postingJens Axboe
2024-06-20fs: Initial atomic write supportPrasad Singamsetty
2024-06-20io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li
2024-06-19io_uring: Allocate only necessary memory in io_probeGabriel Krisman Bertazi
2024-06-19io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi
2024-06-19io_uring: Introduce IORING_OP_LISTENGabriel Krisman Bertazi
2024-06-19io_uring: Introduce IORING_OP_BINDGabriel Krisman Bertazi
2024-06-16io_uring/advise: support 64-bit lengthsJens Axboe
2024-06-16io_uring/rsrc: remove redundant __set_current_state() post schedule()Jens Axboe
2024-06-16io_uring/io-wq: make io_wq_work flags atomicJens Axboe
2024-06-16io_uring: use 'state' consistentlyJens Axboe
2024-06-16io_uring/eventfd: move eventfd handling to separate fileJens Axboe
2024-06-16io_uring/eventfd: move to more idiomatic RCU free usageJens Axboe
2024-06-16io_uring/rsrc: Drop io_copy_iov in favor of iovec APIGabriel Krisman Bertazi
2024-06-13io_uring: fix cancellation overwriting req->flagsPavel Begunkov
2024-06-12io_uring/rsrc: don't lock while !TASK_RUNNINGPavel Begunkov
2024-06-05vfs: retire user_path_at_empty and drop empty arg from getname_flagsMateusz Guzik
2024-06-04io_uring: fix possible deadlock in io_register_iowq_max_workers()Hagar Hemdan
2024-06-04io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()Su Hui
2024-06-04io_uring/napi: fix timeout calculationJens Axboe
2024-06-01io_uring: check for non-NULL file pointer in io_file_can_poll()Jens Axboe