summaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorLines
2023-04-04io_uring: don't put nodes under spinlocksPavel Begunkov-5/+8
2023-04-04io_uring/rsrc: keep cached refs per nodePavel Begunkov-13/+18
2023-04-04io_uring/rsrc: use non-pcpu refcounts for nodesPavel Begunkov-12/+9
2023-04-03io_uring: cap io_sqring_entries() at SQ ring sizeJens Axboe-2/+4
2023-04-03io_uring: rename trace_io_uring_submit_sqe() tracepointJens Axboe-2/+1
2023-04-03io_uring: encapsulate task_work statePavel Begunkov-72/+73
2023-04-03io_uring: remove extra tw trylocksPavel Begunkov-2/+1
2023-04-03io_uring/io-wq: drop outdated commentJens Axboe-5/+1
2023-04-03io-wq: Drop struct io_wqeGabriel Krisman Bertazi-188/+156
2023-04-03io-wq: Move wq accounting to io_wqGabriel Krisman Bertazi-38/+40
2023-04-03io_uring/kbuf: disallow mapping a badly aligned provided ring bufferJens Axboe-0/+18
2023-04-03io_uring: Add KASAN support for alloc_cachesBreno Leitao-4/+11
2023-04-03io_uring: Move from hlist to io_wq_work_nodeBreno Leitao-11/+13
2023-04-03io_uring: One wqe per wqBreno Leitao-110/+70
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe-24/+92
2023-04-03io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'Jens Axboe-2/+6
2023-04-03io_uring/kbuf: add buffer_list->is_mapped memberJens Axboe-6/+11
2023-04-03io_uring/kbuf: move pinning of provided buffer ring into helperJens Axboe-12/+25
2023-04-03io_uring: Adjust mapping wrt architecture aliasing requirementsHelge Deller-0/+51
2023-04-03io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need itJens Axboe-1/+7
2023-04-01io_uring: fix memory leak when removing provided buffersWojciech Lukowicz-2/+5
2023-04-01io_uring: fix return value when removing provided buffersWojciech Lukowicz-2/+0
2023-03-31Merge tag 'io_uring-6.3-2023-03-30' of git://git.kernel.dk/linuxLinus Torvalds-7/+7
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+26
2023-03-30iov_iter: add iter_iov_addr() and iter_iov_len() helpersJens Axboe-14/+13
2023-03-30iov_iter: add iter_iovec() helperJens Axboe-6/+6
2023-03-30io_uring: fix poll/netmsg alloc cachesPavel Begunkov-0/+1
2023-03-29io_uring/rsrc: fix rogue rsrc node grabbingPavel Begunkov-7/+5
2023-03-28io_uring/poll: clear single/double poll flags on poll armingJens Axboe-0/+1
2023-03-24Merge tag 'block-6.3-2023-03-24' of git://git.kernel.dk/linuxLinus Torvalds-4/+6
2023-03-22io_uring/rsrc: fix null-ptr-deref in io_file_bitmap_get()Savino Dicanosa-0/+4
2023-03-20io_uring/net: avoid sending -ECONNABORTED on repeated connection requestsJens Axboe-9/+16
2023-03-20block/io_uring: pass in issue_flags for uring_cmd task_work handlingJens Axboe-4/+6
2023-03-20blk-mq: remove hybrid pollingKeith Busch-1/+1
2023-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-13/+31
2023-03-16io_uring/rsrc: fix folio accountingPavel Begunkov-1/+7
2023-03-16io_uring/msg_ring: let target know allocated indexPavel Begunkov-1/+3
2023-03-15io_uring: rsrc: Optimize return value variable 'ret'Li zeming-1/+1
2023-03-15io_uring/sqpoll: Do not set PF_NO_SETAFFINITY on sqpoll threadsMichal Koutný-1/+0
2023-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-64/+85
2023-03-09io_uring: silence variable ‘prev’ set but not used warningJens Axboe-3/+6
2023-03-09io_uring/uring_cmd: ensure that device supports IOPOLLJens Axboe-1/+3
2023-03-08io_uring/io-wq: stop setting PF_NO_SETAFFINITY on io-wq workersJens Axboe-5/+11
2023-03-08net: reclaim skb->scm_io_uring bitEric Dumazet-2/+1
2023-03-03Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linuxLinus Torvalds-61/+84
2023-03-01capability: just use a 'u64' instead of a 'u32[2]' arrayLinus Torvalds-3/+1
2023-03-01io_uring/poll: don't pass in wake func to io_init_poll_iocb()Jens Axboe-5/+7
2023-02-28io_uring: fix fget leak when fs don't support nowait buffered readJoseph Qi-1/+1
2023-02-25io_uring/poll: allow some retries for poll triggering spuriouslyJens Axboe-2/+13
2023-02-24io_uring: remove MSG_NOSIGNAL from recvmsgDavid Lamparter-1/+1