summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
2023-04-03io_uring: encapsulate task_work statePavel Begunkov
2023-04-03io_uring: remove extra tw trylocksPavel Begunkov
2023-04-03io_uring/io-wq: drop outdated commentJens Axboe
2023-04-03io-wq: Drop struct io_wqeGabriel Krisman Bertazi
2023-04-03io-wq: Move wq accounting to io_wqGabriel Krisman Bertazi
2023-04-03io_uring/kbuf: disallow mapping a badly aligned provided ring bufferJens Axboe
2023-04-03io_uring: Add KASAN support for alloc_cachesBreno Leitao
2023-04-03io_uring: Move from hlist to io_wq_work_nodeBreno Leitao
2023-04-03io_uring: One wqe per wqBreno Leitao
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe
2023-04-03io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'Jens Axboe
2023-04-03io_uring/kbuf: add buffer_list->is_mapped memberJens Axboe
2023-04-03io_uring/kbuf: move pinning of provided buffer ring into helperJens Axboe
2023-04-03io_uring: Adjust mapping wrt architecture aliasing requirementsHelge Deller
2023-04-03io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need itJens Axboe
2023-03-31Merge tag 'io_uring-6.3-2023-03-30' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-30io_uring: fix poll/netmsg alloc cachesio_uring-6.3-2023-03-30Pavel Begunkov
2023-03-29io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov
2023-03-28io_uring/poll: clear single/double poll flags on poll armingJens Axboe
2023-03-24Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-22io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()io_uring-6.3-2023-03-24Savino Dicanosa
2023-03-20io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe
2023-03-20block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe
2023-03-16io_uring/rsrc: fix folio accountingio_uring-6.3-2023-03-16Pavel Begunkov
2023-03-16io_uring/msg_ring: let target know allocated indexPavel Begunkov
2023-03-15io_uring: rsrc: Optimize return value variable 'ret'Li zeming
2023-03-15io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný
2023-03-09io_uring: silence variable ‘prev’ set but not used warningio_uring-6.3-2023-03-09Jens Axboe
2023-03-09io_uring/uring_cmd: ensure that device supports IOPOLLJens Axboe
2023-03-08io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workersJens Axboe
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds
2023-03-01io_uring/poll: don't pass in wake func to io_init_poll_iocb()io_uring-6.3-2023-03-03Jens Axboe
2023-02-28io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi
2023-02-25io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe
2023-02-24io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter
2023-02-24io_uring/rsrc: always initialize 'folio' to NULLJens Axboe
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-02-22io_uring/rsrc: optimise registered huge pagesPavel Begunkov
2023-02-22io_uring/rsrc: optimise single entry advancePavel Begunkov
2023-02-22io_uring/rsrc: disallow multi-source reg buffersPavel Begunkov
2023-02-22io_uring: remove unused wq_list_mergePavel Begunkov
2023-02-22io_uring: fix size calculation when registering buf ringWojciech Lukowicz
2023-02-22io_uring/rsrc: fix a comment in io_import_fixed()Pavel Begunkov
2023-02-22io_uring: rename 'in_idle' to 'in_cancel'Jens Axboe
2023-02-22io_uring: consolidate the put_ref-and-return section of adding workJens Axboe
2023-02-20Merge tag 'for-6.3/block-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-20Merge tag 'for-6.3/iter-ubuf-2023-02-16' of git://git.kernel.dk/linuxLinus Torvalds
2023-02-16io_uring: Support calling io_uring_register with a registered ring fdfor-6.3/io_uring-2023-02-16Josh Triplett
2023-02-10io_uring,audit: don't log IORING_OP_MADVISERichard Guy Briggs