summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
4 daysio_uring: check if we need to reschedule during overflow flushJens Axboe1-0/+15
11 daysio_uring/net: harden multishot termination case for recvJens Axboe1-1/+3
11 daysio_uring: fix memory leak when cache init failGuixin Liu1-1/+4
2024-10-04io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer1-3/+10
2024-10-04io_uring/sqpoll: retain test for whether the CPU is validJens Axboe1-0/+2
2024-10-04io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe1-2/+2
2024-10-04io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAINJens Axboe1-0/+8
2024-10-04io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer1-1/+4
2024-10-04io_uring/io-wq: inherit cpuset of cgroup in io workerFelix Moessbauer1-1/+1
2024-10-04io_uring/io-wq: do not allow pinning outside of cpusetFelix Moessbauer1-5/+18
2024-08-30io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe1-1/+1
2024-08-30io_uring/rsrc: ensure compat iovecs are copied correctlyJens Axboe1-4/+15
2024-08-21io_uring/kbuf: sanitize peek buffer setupJens Axboe1-3/+6
2024-08-13io_uring/sqpoll: annotate debug task == current with data_race()Jens Axboe1-1/+1
2024-08-12io_uring/napi: remove duplicate io_napi_entry timeout assignationOlivier Langlois1-1/+0
2024-08-12io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois2-2/+2
2024-08-08io_uring/net: don't pick multiple buffers for non-bundle sendJens Axboe1-2/+3
2024-08-08io_uring/net: ensure expanded bundle send gets marked for cleanupJens Axboe1-0/+1
2024-08-08io_uring/net: ensure expanded bundle recv gets marked for cleanupJens Axboe1-0/+1
2024-07-30io_uring: remove unused local list heads in NAPI functionsOlivier Langlois1-2/+0
2024-07-30io_uring: keep multishot request NAPI timeout currentOlivier Langlois1-0/+1
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-17Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-12/+4
2024-07-16Merge 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-05Merge 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-25io_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