summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2024-10-10io_uring/net: harden multishot termination case for recvJens Axboe
2024-10-10io_uring: fix memory leak when cache init failGuixin Liu
2024-10-04io_uring/sqpoll: do not put cpumask on stackFelix Moessbauer
2024-10-04io_uring/sqpoll: retain test for whether the CPU is validJens Axboe
2024-10-04io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNALJens Axboe
2024-10-04io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAINJens Axboe
2024-10-04io_uring/sqpoll: do not allow pinning outside of cpusetFelix Moessbauer
2024-10-04io_uring/io-wq: inherit cpuset of cgroup in io workerFelix Moessbauer
2024-10-04io_uring/io-wq: do not allow pinning outside of cpusetFelix Moessbauer
2024-09-04io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe
2024-08-29io_uring/kbuf: sanitize peek buffer setupJens Axboe
2024-08-29io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois
2024-08-29io_uring/napi: use ktime in busy pollingPavel Begunkov
2024-08-29io_uring/napi: Remove unnecessary s64 castThorsten Blum
2024-08-14io_uring/net: don't pick multiple buffers for non-bundle sendJens Axboe
2024-08-14io_uring/net: ensure expanded bundle send gets marked for cleanupJens Axboe
2024-08-14io_uring/net: ensure expanded bundle recv gets marked for cleanupJens Axboe
2024-08-11io_uring: keep multishot request NAPI timeout currentOlivier Langlois
2024-08-03io_uring: fix io_match_task must_holdPavel Begunkov
2024-08-03io_uring: don't allow netpolling with SETUP_IOPOLLPavel Begunkov
2024-08-03io_uring: tighten task exit cancellationsPavel Begunkov
2024-08-03io_uring: fix lost getsockopt completionsPavel Begunkov
2024-08-03io_uring/io-wq: limit retrying worker initialisationPavel Begunkov
2024-08-03io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi
2024-07-24io_uring: fix error pbuf checkingPavel Begunkov
2024-07-02io_uring/net: don't clear msg_inq before io_recv_buf_select() needs itJens Axboe
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe
2024-06-20io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li
2024-06-13io_uring: fix cancellation overwriting req->flagsPavel Begunkov
2024-06-12io_uring/rsrc: don't lock while !TASK_RUNNINGPavel Begunkov
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
2024-05-30io_uring/net: assign kmsg inq/flags before buffer selectionJens Axboe
2024-05-30io_uring/rw: Free iovec before cleaning async dataBreno Leitao
2024-05-29io_uring: don't attempt to mmap larger than what the user asks forJens Axboe
2024-05-23Merge tag 'io_uring-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-22io_uring: remove checks for NULL 'sq_offset'Jens Axboe
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-05-21io_uring/sqpoll: ensure that normal task_work is also run timelyJens Axboe
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe
2024-05-13net: have do_accept() take a struct proto_accept_arg argumentJens Axboe
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2024-05-10io_uring: support to inject result for NOPMing Lei
2024-05-10io_uring: fail NOP if non-zero op flags is passed inMing Lei
2024-05-09io_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe