aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring (follow)
AgeCommit message (Expand)AuthorFilesLines
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/pcmoore/lsmLinus 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/kernel/git/viro/vfsLinus 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/linux-blockLinus 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