aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
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-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
2022-07-24io_uring: add sync cancelation API through io_uring_register()Jens Axboe3-0/+115
2022-07-24io_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flagJens Axboe1-3/+6
2022-07-24io_uring: have cancelation API accept io_uring_task directlyJens Axboe3-10/+11
2022-07-24io_uring: kbuf: kill __io_kbuf_recycle()Hao Xu2-43/+49
2022-07-24io_uring: trace task_work_runDylan Yudaken1-5/+14
2022-07-24io_uring: batch task_workDylan Yudaken1-9/+13
2022-07-24io_uring: introduce llist helpersDylan Yudaken1-0/+30
2022-07-24io_uring: lockless task listDylan Yudaken3-34/+13
2022-07-24io_uring: remove __io_req_task_work_addDylan Yudaken1-9/+2
2022-07-24io_uring: remove priority tw list optimisationDylan Yudaken5-70/+12
2022-07-24io_uring: dedup io_run_task_workPavel Begunkov2-14/+5
2022-07-24io_uring: move list helpers to a separate filePavel Begunkov4-131/+140
2022-07-24io_uring: improve io_run_task_work()Pavel Begunkov1-1/+1
2022-07-24io_uring: optimize io_uring_task layoutPavel Begunkov1-16/+18
2022-07-24io_uring: add a warn_once for poll_findPavel Begunkov1-0/+5
2022-07-24io_uring: consistent naming for inline completionPavel Begunkov2-3/+11
2022-07-24io_uring: move io_import_fixed()Pavel Begunkov3-60/+63
2022-07-24io_uring: opcode independent fixed buf importPavel Begunkov1-14/+7
2022-07-24io_uring: add io_commit_cqring_flush()Pavel Begunkov3-8/+8
2022-07-24io_uring: introduce locking helpers for CQE postingPavel Begunkov3-36/+36
2022-07-24io_uring: hide eventfd assumptions in eventfd pathsPavel Begunkov2-20/+27
2022-07-24io_uring: fix io_poll_remove_all clang warningsPavel Begunkov1-2/+5
2022-07-24io_uring: improve task exit timeout cancellationsPavel Begunkov1-4/+5
2022-07-24io_uring: fix multi ctx cancellationPavel Begunkov1-41/+46
2022-07-24io_uring: remove ->flush_cqes optimisationPavel Begunkov2-15/+10
2022-07-24io_uring: move io_eventfd_signal()Pavel Begunkov1-16/+14
2022-07-24io_uring: reshuffle io_uring/io_uring.hPavel Begunkov1-48/+47
2022-07-24io_uring: remove extra io_commit_cqring()Pavel Begunkov1-1/+0
2022-07-24io_uring: move a few private types to local headersJens Axboe5-0/+24
2022-07-24io_uring: clean up tracing eventsPavel Begunkov3-15/+9
2022-07-24io_uring: make io_uring_types.h publicPavel Begunkov5-559/+5
2022-07-24io_uring: kill extra io_uring_types.h includesPavel Begunkov24-24/+0
2022-07-24io_uring: change ->cqe_cached invariant for CQE32Pavel Begunkov2-11/+12
2022-07-24io_uring: deduplicate io_get_cqe() callsPavel Begunkov1-25/+13
2022-07-24io_uring: deduplicate __io_fill_cqe_req tracingPavel Begunkov1-6/+5
2022-07-24io_uring: introduce io_req_cqe_overflow()Pavel Begunkov2-12/+15
2022-07-24io_uring: don't inline __io_get_cqe()Pavel Begunkov2-35/+36
2022-07-24io_uring: don't expose io_fill_cqe_aux()Pavel Begunkov6-54/+36
2022-07-24io_uring: kbuf: add comments for some tricky codeHao Xu1-6/+14
2022-07-24io_uring: mutex locked poll hashingPavel Begunkov3-22/+108
2022-07-24io_uring: propagate locking state to poll cancelPavel Begunkov5-7/+12
2022-07-24io_uring: introduce a struct for hash tablePavel Begunkov6-43/+56
2022-07-24io_uring: pass hash table into poll_findPavel Begunkov1-6/+14
2022-07-24io_uring: add IORING_SETUP_SINGLE_ISSUERPavel Begunkov4-7/+32
2022-07-24io_uring: use state completion infra for poll reqsPavel Begunkov1-6/+2
2022-07-24io_uring: clean up io_ring_ctx_allocPavel Begunkov1-4/+6
2022-07-24io_uring: limit the number of cancellation bucketsPavel Begunkov1-5/+5
2022-07-24io_uring: clean up io_try_cancelPavel Begunkov1-2/+2
2022-07-24io_uring: pass poll_find lock backPavel Begunkov1-20/+26
2022-07-24io_uring: switch cancel_hash to use per entry spinlockHao Xu6-40/+80
2022-07-24io_uring: poll: remove unnecessary req->ref setHao Xu1-1/+0
2022-07-24io_uring: don't inline io_put_kbufPavel Begunkov2-32/+39
2022-07-24io_uring: refactor io_req_task_complete()Pavel Begunkov1-6/+10
2022-07-24io_uring: kill REQ_F_COMPLETE_INLINEPavel Begunkov3-19/+7
2022-07-24io_uring: rw: delegate sync completions to core io_uringPavel Begunkov1-22/+19
2022-07-24io_uring: remove unused IO_REQ_CACHE_SIZE definedJens Axboe1-1/+0
2022-07-24io_uring: don't set REQ_F_COMPLETE_INLINE in twPavel Begunkov1-1/+0
2022-07-24io_uring: remove check_cq checking from hot pathsPavel Begunkov1-15/+19
2022-07-24io_uring: never defer-complete multi-apollPavel Begunkov1-1/+1
2022-07-24io_uring: inline ->registered_ringsPavel Begunkov2-11/+2
2022-07-24io_uring: explain io_wq_work::cancel_seq placementPavel Begunkov1-0/+1
2022-07-24io_uring: move small helpers to headersPavel Begunkov2-17/+22
2022-07-24io_uring: refactor ctx slow data placementPavel Begunkov1-42/+39
2022-07-24io_uring: better caching for ctx timeout fieldsPavel Begunkov1-6/+9
2022-07-24io_uring: move defer_list to slow dataPavel Begunkov1-1/+4
2022-07-24io_uring: make reg buf init consistentPavel Begunkov1-6/+3
2022-07-24io_uring: deprecate epoll_ctl supportJens Axboe1-0/+4
2022-07-24io_uring: add support for level triggered pollJens Axboe1-5/+10
2022-07-24io_uring: move opcode table to opdef.cJens Axboe5-469/+501
2022-07-24io_uring: move read/write related opcodes to its own fileJens Axboe5-1231/+1263
2022-07-24io_uring: move remaining file table manipulation to filetable.cJens Axboe4-88/+90
2022-07-24io_uring: move rsrc related data, core, and commandsJens Axboe6-1418/+1480
2022-07-24io_uring: split provided buffers handling into its own fileJens Axboe7-636/+672
2022-07-24io_uring: move cancelation into its own fileJens Axboe6-178/+204
2022-07-24io_uring: move poll handling into its own fileJens Axboe6-827/+879
2022-07-24io_uring: add opcode name to io_op_defsJens Axboe1-98/+52
2022-07-24io_uring: include and forward-declaration sanitationJens Axboe1-12/+5
2022-07-24io_uring: move io_uring_task (tctx) helpers into its own fileJens Axboe5-365/+396
2022-07-24io_uring: move fdinfo helpers to its own fileJens Axboe6-208/+230
2022-07-24io_uring: use io_is_uring_fops() consistentlyJens Axboe1-8/+8
2022-07-24io_uring: move SQPOLL related handling into its own fileJens Axboe5-462/+497
2022-07-24io_uring: move timeout opcodes and handling into its own fileJens Axboe6-660/+701
2022-07-24io_uring: move our reference counting into a headerJens Axboe2-42/+49
2022-07-24io_uring: move msg_ring into its own fileJens Axboe4-55/+71
2022-07-24io_uring: split network related opcodes into its own fileJens Axboe5-835/+884
2022-07-24io_uring: move statx handling to its own fileJens Axboe4-62/+82