summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2024-09-04io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe1-1/+1
2024-08-29io_uring/kbuf: sanitize peek buffer setupJens Axboe1-3/+6
2024-08-29io_uring/napi: check napi_enabled in io_napi_add() before proceedingOlivier Langlois2-2/+2
2024-08-29io_uring/napi: use ktime in busy pollingPavel Begunkov3-23/+29
2024-08-29io_uring/napi: Remove unnecessary s64 castThorsten Blum1-1/+1
2024-08-14io_uring/net: don't pick multiple buffers for non-bundle sendJens Axboe1-2/+3
2024-08-14io_uring/net: ensure expanded bundle send gets marked for cleanupJens Axboe1-0/+1
2024-08-14io_uring/net: ensure expanded bundle recv gets marked for cleanupJens Axboe1-0/+1
2024-08-11io_uring: keep multishot request NAPI timeout currentOlivier Langlois1-0/+1
2024-08-03io_uring: fix io_match_task must_holdPavel Begunkov1-1/+1
2024-08-03io_uring: don't allow netpolling with SETUP_IOPOLLPavel Begunkov1-0/+2
2024-08-03io_uring: tighten task exit cancellationsPavel Begunkov1-1/+4
2024-08-03io_uring: fix lost getsockopt completionsPavel Begunkov1-1/+1
2024-08-03io_uring/io-wq: limit retrying worker initialisationPavel Begunkov1-3/+7
2024-08-03io_uring: Fix probe of disabled operationsGabriel Krisman Bertazi3-3/+11
2024-07-24io_uring: fix error pbuf checkingPavel Begunkov1-1/+3
2024-07-02io_uring/net: don't clear msg_inq before io_recv_buf_select() needs itJens Axboe1-4/+6
2024-06-24io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPIJens Axboe1-2/+2
2024-06-20io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixedChenliang Li1-1/+0
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-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
2024-05-30io_uring/net: assign kmsg inq/flags before buffer selectionJens Axboe1-3/+3
2024-05-30io_uring/rw: Free iovec before cleaning async dataBreno Leitao1-0/+5
2024-05-29io_uring: don't attempt to mmap larger than what the user asks forJens Axboe1-2/+3
2024-05-23Merge tag 'io_uring-6.10-20240523' of git://git.kernel.dk/linuxLinus Torvalds2-6/+6
2024-05-22io_uring: remove checks for NULL 'sq_offset'Jens Axboe1-4/+2
2024-05-21Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2024-05-21io_uring/sqpoll: ensure that normal task_work is also run timelyJens Axboe1-2/+4
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-05-18Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linuxLinus Torvalds1-6/+20
2024-05-13io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for acceptJens Axboe1-4/+16
2024-05-13net: have do_accept() take a struct proto_accept_arg argumentJens Axboe1-2/+4
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds35-1698/+1898
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds2-5/+6
2024-05-10io_uring: support to inject result for NOPMing Lei1-5/+21
2024-05-10io_uring: fail NOP if non-zero op flags is passed inMing Lei1-0/+2
2024-05-09io_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe1-1/+8
2024-05-09io_uring/net: add IORING_ACCEPT_DONTWAIT flagJens Axboe1-6/+9
2024-05-08io_uring/filetable: don't unnecessarily clear/reset bitmapJens Axboe1-2/+2
2024-05-07io_uring/io-wq: Use set_bit() and test_bit() at worker->flagsBreno Leitao1-23/+24
2024-05-01io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ringJens Axboe1-6/+4
2024-05-01io_uring: Require zeroed sqe->len on provided-buffers sendGabriel Krisman Bertazi1-1/+3
2024-04-30io_uring/notif: disable LAZY_WAKE for linked notifsPavel Begunkov1-1/+4
2024-04-30io_uring/net: fix sendzc lazy wake pollingPavel Begunkov1-0/+1
2024-04-26io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of ...linke li1-1/+1
2024-04-25mm: switch mm->get_unmapped_area() to a flagRick Edgecombe1-1/+1