aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2022-10-20io-wq: Fix memory leak in worker creationRafael Mendonca1-1/+1
2022-10-19io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()Harshit Mogalapalli1-0/+3
2022-10-16io_uring/rw: remove leftover debug statementJens Axboe1-2/+0
2022-10-16io_uring: don't iopoll from io_ring_ctx_wait_and_kill()Pavel Begunkov1-8/+5
2022-10-16io_uring: reuse io_alloc_req()Pavel Begunkov1-6/+2
2022-10-16io_uring: kill hot path fixed file bitmap debug checksPavel Begunkov2-1/+1
2022-10-16io_uring: remove FFS_SCMPavel Begunkov4-25/+3
2022-10-12io_uring/rw: ensure kiocb_end_write() is always calledJens Axboe1-9/+29
2022-10-12io_uring: fix fdinfo sqe offsets calculationPavel Begunkov1-1/+1
2022-10-12io_uring: local variable rw shadows outer variable in io_writeStefan Roesch1-4/+4
2022-10-12io_uring/opdef: remove 'audit_skip' from SENDMSG_ZCJens Axboe1-1/+0
2022-10-12io_uring: optimise locking for local tw with submit_waitPavel Begunkov2-2/+17
2022-10-12io_uring: remove redundant memory barrier in io_req_local_work_addPavel Begunkov2-4/+12
2022-10-12io_uring/net: handle -EINPROGRESS correct for IORING_OP_CONNECTJens Axboe1-6/+22
2022-10-12io_uring: remove notif leftoversPavel Begunkov1-1/+0
2022-10-12io_uring: correct pinned_vm accountingPavel Begunkov1-6/+4
2022-10-12io_uring/af_unix: defer registered files gc to io_uring releasePavel Begunkov1-0/+1
2022-10-07io_uring: limit registration w/ SINGLE_ISSUERPavel Begunkov1-0/+3
2022-10-07io_uring: remove io_register_submitterDylan Yudaken1-19/+3
2022-10-07io_uring: simplify __io_uring_add_tctx_nodeDylan Yudaken3-13/+25
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds1-1/+28
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2022-10-07Merge tag 'for-6.1/io_uring-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds15-304/+707
2022-10-06Merge tag 'pull-path' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2022-09-30Merge tag 'io_uring-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds2-1/+8
2022-09-30io_uring: introduce fixed buffer support for io_uring_cmdAnuj Gupta1-1/+18
2022-09-30io_uring: add io_uring_cmd_import_fixedAnuj Gupta1-0/+10
2022-09-30Merge branch 'for-6.1/io_uring' into for-6.1/passthroughJens Axboe15-304/+707
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe1-1/+1
2022-09-29io_uring/net: fix notif cqe reorderingPavel Begunkov1-5/+19
2022-09-29io_uring/net: don't update msg_name if not providedPavel Begunkov1-1/+2
2022-09-29io_uring: don't gate task_work run on TIF_NOTIFY_SIGNALJens Axboe1-4/+4
2022-09-29io_uring/rw: defer fsnotify calls to task contextJens Axboe1-9/+15
2022-09-29io_uring/net: fix fast_iov assignment in io_setup_async_msg()Stefan Metzmacher1-2/+4
2022-09-28io_uring/net: fix non-zc send with addressPavel Begunkov1-6/+6
2022-09-28io_uring/poll: disable level triggered pollJens Axboe1-1/+1
2022-09-28io_uring/net: don't skip notifs for failed requestsPavel Begunkov1-21/+8
2022-09-27block: replace blk_queue_nowait with bdev_nowaitChristoph Hellwig1-1/+1
2022-09-26io_uring/rw: don't lose short results on io_setup_async_rw()Pavel Begunkov1-3/+5
2022-09-26io_uring/rw: fix unexpected link breakagePavel Begunkov1-0/+1
2022-09-26io_uring: register single issuer task at creationDylan Yudaken1-0/+7
2022-09-26io_uring/net: fix cleanup double free free_iov initPavel Begunkov1-10/+10
2022-09-24Merge tag 'io_uring-6.0-2022-09-23' of git://git.kernel.dk/linuxLinus Torvalds1-0/+3
2022-09-23io_uring: ensure that cached task references are always put on exitJens Axboe1-0/+3
2022-09-23io_uring: fix CQE reorderingPavel Begunkov2-5/+19
2022-09-23io_uring/net: fix UAF in io_sendrecv_fail()Pavel Begunkov1-10/+5
2022-09-21io_uring: ensure local task_work marks task as runningJens Axboe1-0/+1
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov3-5/+106
2022-09-21io_uring/net: combine fail handlersPavel Begunkov3-17/+17
2022-09-21io_uring/net: rename io_sendzc()Pavel Begunkov3-9/+9
2022-09-21io_uring/net: support non-zerocopy sendtoPavel Begunkov3-8/+35
2022-09-21io_uring/net: refactor io_setup_async_addrPavel Begunkov1-9/+9
2022-09-21io_uring/net: don't lose partial send_zc on failPavel Begunkov3-0/+18
2022-09-21io_uring/net: don't lose partial send/recv on failPavel Begunkov3-0/+16
2022-09-21io_uring/rw: don't lose partial IO result on failPavel Begunkov3-0/+15
2022-09-21io_uring: add custom opcode hooks on failPavel Begunkov2-0/+5
2022-09-21io_uring/fdinfo: fix sqe dumping for IORING_SETUP_SQE128Jens Axboe1-6/+26
2022-09-21io_uring/fdinfo: get rid of unnecessary is_cqe32 variableJens Axboe1-10/+6
2022-09-21io_uring: remove unused return from io_disarm_nextPavel Begunkov2-11/+4
2022-09-21io_uring: add fast path for io_run_local_work()Pavel Begunkov1-0/+3
2022-09-21io_uring/iopoll: unify tw breaking logicPavel Begunkov1-7/+7
2022-09-21io_uring/iopoll: fix unexpected returnsPavel Begunkov1-4/+1
2022-09-21io_uring: disallow defer-tw run w/ no submittersPavel Begunkov2-13/+3
2022-09-21io_uring: further limit non-owner defer-tw cq waitingPavel Begunkov2-0/+17
2022-09-21io_uring/net: use io_sr_msg for sendzcPavel Begunkov1-13/+5
2022-09-21io_uring/net: refactor io_sr_msg typesPavel Begunkov1-7/+7
2022-09-21io_uring/net: add non-bvec sg chunking callbackPavel Begunkov1-6/+11
2022-09-21io_uring/net: io_async_msghdr caches for sendzcPavel Begunkov1-5/+4
2022-09-21io_uring/net: use async caches for async prepPavel Begunkov2-3/+15
2022-09-21io_uring/net: reshuffle error handlingPavel Begunkov1-8/+8
2022-09-21io_uring: use io_cq_lock consistentlyPavel Begunkov1-1/+1
2022-09-21io_uring: kill an outdated commentPavel Begunkov1-4/+0
2022-09-21io_uring: allow buffer recycling in READVDylan Yudaken2-94/+52
2022-09-21fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe1-1/+2
2022-09-21io_uring: ensure iopoll runs local task work as wellJens Axboe2-19/+26
2022-09-21io_uring: add local task_work run helper that is entered lockedJens Axboe2-7/+17
2022-09-21io_uring: cleanly separate request types for iopollJens Axboe1-6/+9
2022-09-21io_uring: add iopoll infrastructure for io_uring_cmdKanchan Joshi4-3/+23
2022-09-21io_uring: trace local task work runDylan Yudaken1-0/+3
2022-09-21io_uring: signal registered eventfd to process deferred task workDylan Yudaken1-23/+61
2022-09-21io_uring: move io_eventfd_putDylan Yudaken1-8/+8
2022-09-21io_uring: add IORING_SETUP_DEFER_TASKRUNDylan Yudaken4-21/+159
2022-09-21io_uring: do not run task work at the start of io_uring_enterDylan Yudaken1-2/+0
2022-09-21io_uring: introduce io_has_workDylan Yudaken1-4/+9
2022-09-21io_uring: remove unnecessary variableDylan Yudaken1-4/+1
2022-09-18Merge tag 'io_uring-6.0-2022-09-18' of git://git.kernel.dk/linuxLinus Torvalds2-9/+9
2022-09-18io_uring/opdef: rename SENDZC_NOTIF to SEND_ZCStefan Metzmacher1-1/+1
2022-09-18io_uring/net: fix zc fixed buf lifetimePavel Begunkov1-8/+8
2022-09-16Merge tag 'io_uring-6.0-2022-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2-2/+3
2022-09-15io_uring/msg_ring: check file type before puttingJens Axboe1-1/+2
2022-09-13io_uring/rw: fix error'ed retry return valuesPavel Begunkov1-1/+1
2022-09-09Merge tag 'io_uring-6.0-2022-09-09' of git://git.kernel.dk/linux-blockLinus Torvalds5-25/+29
2022-09-09io_uring/rw: fix short rw error handlingPavel Begunkov1-12/+18
2022-09-08io_uring/net: copy addr for zc on POLL_FIRSTPavel Begunkov1-3/+4
2022-09-07io_uring: recycle kbuf recycle on tw requeuePavel Begunkov1-0/+1
2022-09-07io_uring/kbuf: fix not advancing READV kbuf ringPavel Begunkov1-2/+6
2022-09-05io_uring/notif: Remove the unused function io_notif_complete()Jiapeng Chong1-8/+0
2022-09-02Merge tag 'io_uring-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds8-230/+52
2022-09-01__io_setxattr(): constify pathAl Viro1-1/+1
2022-09-01io_uring/net: simplify zerocopy send user APIPavel Begunkov6-74/+42
2022-09-01io_uring/notif: remove notif registrationPavel Begunkov4-95/+1
2022-09-01Revert "io_uring: rename IORING_OP_FILES_UPDATE"Pavel Begunkov3-22/+8
2022-09-01Revert "io_uring: add zc notification flush requests"Pavel Begunkov1-38/+0
2022-08-31Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+5
2022-08-26io_uring/net: fix overexcessive retriesPavel Begunkov1-1/+1
2022-08-26lsm,io_uring: add LSM hooks for the new uring_cmd file opLuis Chamberlain1-0/+5
2022-08-25io_uring/net: save address for sendzc async executionPavel Begunkov3-8/+50
2022-08-24io_uring: conditional ->async_data allocationPavel Begunkov2-3/+6
2022-08-24io_uring/notif: order notif vs send CQEsPavel Begunkov1-2/+4
2022-08-24io_uring/net: fix indentationPavel Begunkov1-1/+1
2022-08-24io_uring/net: fix zc send link failingPavel Begunkov1-0/+1
2022-08-24io_uring/net: fix must_hold annotationPavel Begunkov1-1/+1
2022-08-23io_uring: fix submission-failure handling for uring-cmdKanchan Joshi1-1/+1
2022-08-23io_uring: fix off-by-one in sync cancelation file checkJens Axboe1-1/+1
2022-08-18io_uring/net: use right helpers for async_dataPavel Begunkov1-2/+2
2022-08-15io_uring/notif: raise limit on notification slotsPavel Begunkov1-1/+1
2022-08-15io_uring/net: improve zc addr import error handlingPavel Begunkov1-8/+8
2022-08-15io_uring/net: use right helpers for async recyclePavel Begunkov1-1/+1
2022-08-13Merge tag 'io_uring-6.0-2022-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds22-147/+170
2022-08-12io_uring: add missing BUILD_BUG_ON() checks for new io_uring_sqe fieldsStefan Metzmacher2-3/+19
2022-08-12io_uring: make io_kiocb_to_cmd() typesafeStefan Metzmacher19-128/+126
2022-08-11io_uring: consistently make use of io_notif_to_data()Stefan Metzmacher1-1/+1
2022-08-11io_uring: fix error handling for io_uring_cmdAnuj Gupta1-1/+3
2022-08-05io_uring: fix io_recvmsg_prep_multishot sparse warningsDylan Yudaken1-2/+2
2022-08-04io_uring/net: send retry for zerocopyPavel Begunkov1-3/+17
2022-08-04io_uring: mem-account pbuf bucketsPavel Begunkov1-1/+1
2022-08-04audit, io_uring, io-wq: Fix memory leak in io_sq_thread() and io_wqe_worker()Peilin Ye2-7/+0
2022-08-03Merge tag 'pull-work.iov_iter-base' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2022-08-03io_uring: pass correct parameters to io_req_set_resMing Lei1-1/+1
2022-08-02Merge tag 'for-5.20/io_uring-zerocopy-send-2022-07-29' of git://git.kernel.dk...Linus Torvalds11-92/+601
2022-07-27io_uring: notification completion optimisationPavel Begunkov4-141/+67
2022-07-27io_uring: export req alloc from corePavel Begunkov2-21/+22
2022-07-25io_uring/net: use unsigned for flagsPavel Begunkov1-2/+2
2022-07-25io_uring/net: make page accounting more consistentPavel Begunkov5-14/+37
2022-07-25io_uring/net: checks errors of zc mem accountingPavel Begunkov1-1/+3
2022-07-25io_uring/net: improve io_get_notif_slot typesPavel Begunkov1-1/+1
2022-07-24io_uring: enable managed frags with register buffersPavel Begunkov1-1/+55
2022-07-24io_uring: add zc notification flush requestsPavel Begunkov1-0/+38
2022-07-24io_uring: rename IORING_OP_FILES_UPDATEPavel Begunkov3-8/+22
2022-07-24io_uring: flush notifiers after sendzcPavel Begunkov5-12/+27
2022-07-24io_uring: sendzc with fixed buffersPavel Begunkov1-5/+24
2022-07-24io_uring: allow to pass addr into sendzcPavel Begunkov1-2/+16
2022-07-24io_uring: account locked pages for non-fixed zcPavel Begunkov2-0/+7
2022-07-24io_uring: wire send zc request typePavel Begunkov3-0/+112
2022-07-24io_uring: add notification slot registrationPavel Begunkov3-0/+55
2022-07-24io_uring: add rsrc referencing for notifiersPavel Begunkov3-3/+15
2022-07-24io_uring: complete notifiers in twPavel Begunkov2-3/+22
2022-07-24io_uring: cache struct io_notifPavel Begunkov3-7/+58
2022-07-24io_uring: add zc notification infrastructurePavel Begunkov5-4/+174
2022-07-24io_uring: export io_put_task()Pavel Begunkov3-36/+11
2022-07-24io_uring: initialise msghdr::msg_ubufPavel Begunkov1-0/+2
2022-07-24io_uring: Add tracepoint for short writesStefan Roesch1-0/+3
2022-07-24io_uring: fix issue with io_write() not always undoing sb_start_write()Jens Axboe1-1/+8
2022-07-24io_uring: Add support for async buffered writesStefan Roesch1-5/+24
2022-07-24io_uring: ensure REQ_F_ISREG is set async offloadJens Axboe3-5/+8
2022-07-24net: fix compat pointer in get_compat_msghdr()Jens Axboe1-1/+1
2022-07-24io_uring: Don't require reinitable percpu_refMichal Koutný1-1/+1
2022-07-24io_uring: fix types in io_recvmsg_multishot_overflowDylan Yudaken1-5/+5
2022-07-24io_uring: Use atomic_long_try_cmpxchg in __io_account_memUros Bizjak1-4/+3
2022-07-24io_uring: support multishot in recvmsgDylan Yudaken2-19/+167
2022-07-24net: copy from user before calling __get_compat_msghdrDylan Yudaken1-8/+9
2022-07-24net: copy from user before calling __copy_msghdrDylan Yudaken1-8/+9
2022-07-24io_uring: support 0 length iov in buffer select in compatDylan Yudaken1-9/+14
2022-07-24io_uring: fix multishot ending when not polledDylan Yudaken1-0/+2
2022-07-24io_uring: add netmsg cacheJens Axboe3-10/+69
2022-07-24io_uring: impose max limit on apoll cacheJens Axboe2-3/+16
2022-07-24io_uring: add abstraction around apoll cacheJens Axboe4-19/+57
2022-07-24io_uring: move apoll cache to poll.cJens Axboe3-12/+14
2022-07-24io_uring: consolidate hash_locked io-wq handlingPavel Begunkov1-5/+7
2022-07-24io_uring: clear REQ_F_HASH_LOCKED on hash removalPavel Begunkov1-5/+2
2022-07-24io_uring: don't race double poll setting REQ_F_ASYNC_DATAPavel Begunkov1-3/+3
2022-07-24io_uring: don't miss setting REQ_F_DOUBLE_POLLPavel Begunkov1-8/+10
2022-07-24io_uring: disable multishot recvmsgDylan Yudaken1-19/+10
2022-07-24io_uring: only trace one of complete or overflowDylan Yudaken2-5/+8
2022-07-24io_uring: multishot recvDylan Yudaken1-13/+89
2022-07-24io_uring: fix multishot accept orderingDylan Yudaken1-4/+7
2022-07-24io_uring: fix multishot poll on overflowDylan Yudaken1-2/+4
2022-07-24io_uring: add allow_overflow to io_post_aux_cqeDylan Yudaken6-11/+18
2022-07-24io_uring: add IOU_STOP_MULTISHOT return codeDylan Yudaken2-2/+16
2022-07-24io_uring: clean up io_poll_check_events return valuesDylan Yudaken1-11/+16
2022-07-24io_uring: recycle buffers on errorDylan Yudaken1-2/+8
2022-07-24io_uring: allow iov_len = 0 for recvmsg and buffer selectDylan Yudaken1-5/+11
2022-07-24io_uring: restore bgid in io_put_kbufDylan Yudaken1-2/+7
2022-07-24io_uring: allow 0 length for buffer selectDylan Yudaken1-2/+2
2022-07-24io_uring: let to set a range for file slot allocationPavel Begunkov4-7/+45
2022-07-24io_uring: add support for passing fixed file descriptorsJens Axboe1-7/+123
2022-07-24io_uring: split out fixed file installation and removalJens Axboe5-48/+60
2022-07-24io_uring: remove ctx->refs pinning on enterPavel Begunkov1-12/+4
2022-07-24io_uring: don't check file ops of registered ringsPavel Begunkov1-8/+8
2022-07-24io_uring: remove extra TIF_NOTIFY_SIGNAL checkPavel Begunkov1-2/+0
2022-07-24io_uring: fuse fallback_node and normal tw nodePavel Begunkov1-3/+2
2022-07-24io_uring: improve io_fail_links()Pavel Begunkov1-12/+24
2022-07-24io_uring: move POLLFREE handling to separate functionJens Axboe1-23/+27
2022-07-24io_uring: kbuf: inline io_kbuf_recycle_ring()Hao Xu2-29/+27
2022-07-24io_uring: optimise submission side poll_refsPavel Begunkov1-21/+67
2022-07-24io_uring: refactor poll arm error handlingPavel Begunkov1-23/+21
2022-07-24io_uring: change arm poll return valuesPavel Begunkov1-2/+5
2022-07-24io_uring: add a helper for apoll allocPavel Begunkov1-16/+28
2022-07-24io_uring: remove events caching atavismsPavel Begunkov1-10/+8
2022-07-24io_uring: clean poll ->private flaggingPavel Begunkov1-3/+17