summaryrefslogtreecommitdiff
path: root/io_uring
AgeCommit message (Expand)Author
5 daysMerge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
13 daysMerge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner
2025-08-28io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengthsJens Axboe
2025-08-27io_uring/kbuf: fix signedness in this_len calculationQingyue Zhang
2025-08-21io_uring: clear ->async_data as part of normal initJens Axboe
2025-08-21io_uring/futex: ensure io_futex_wait() cleans up properly on failureJens Axboe
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig
2025-08-13io_uring/io-wq: add check free worker before create new workerFengnan Chang
2025-08-12io_uring/net: commit partial buffers on retryJens Axboe
2025-08-08io_uring/memmap: cast nr_pages to size_t before shiftingJens Axboe
2025-07-30io_uring/net: Allow to do vectorized sendNorman Maurer
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-07-21io_uring/zcrx: fix leaking pages on sg init failPavel Begunkov
2025-07-21io_uring/zcrx: don't leak pages on account failurePavel Begunkov
2025-07-21io_uring/zcrx: fix null ifq on area destructionPavel Begunkov
2025-07-18Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-18io_uring/cmd: remove struct io_uring_cmd_dataCaleb Sander Mateos
2025-07-18io_uring/cmd: introduce IORING_URING_CMD_REISSUE flagCaleb Sander Mateos
2025-07-16io_uring/zcrx: account area memoryPavel Begunkov
2025-07-16io_uring: export io_[un]account_memPavel Begunkov
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov
2025-07-16io_uring/net: Support multishot receive len capNorman Maurer
2025-07-15io_uring: deduplicate wakeup handlingJens Axboe
2025-07-14io_uring/net: cast min_not_zero() typeJens Axboe
2025-07-14io_uring/zcrx: disallow user selected dmabuf offset and sizePavel Begunkov
2025-07-12io_uring/poll: cleanup apoll freeingJens Axboe
2025-07-11Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds
2025-07-10io_uring/net: allow multishot receive per-invocation capJens Axboe
2025-07-10io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flagsJens Axboe
2025-07-10io_uring/net: use passed in 'len' in io_recv_buf_select()Jens Axboe
2025-07-08io_uring/zcrx: prepare fallback for larger pagesPavel Begunkov
2025-07-08io_uring/zcrx: assert area type in io_zcrx_iov_pagePavel Begunkov
2025-07-08io_uring/zcrx: allocate sgtable for umem areasPavel Begunkov
2025-07-08io_uring/zcrx: introduce io_populate_area_dmaPavel Begunkov
2025-07-08io_uring/zcrx: return error from io_zcrx_map_area_*Pavel Begunkov
2025-07-08io_uring/zcrx: always pass page to io_zcrx_copy_chunkPavel Begunkov
2025-07-08Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"Jens Axboe
2025-07-08io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe
2025-07-07io_uring/rw: cast rw->flags assignment to rwf_tJens Axboe
2025-07-07io_uring/zcrx: fix pp destruction warningsPavel Begunkov
2025-07-06Merge branch 'io_uring-6.16' into for-6.17/io_uringJens Axboe
2025-07-02io_uring/rsrc: skip atomic refcount for uncloned buffersCaleb Sander Mateos
2025-07-02io_uring/mock: add trivial poll handlerPavel Begunkov
2025-07-02io_uring/mock: support for async read/writePavel Begunkov
2025-07-02io_uring/mock: allow to choose FMODE_NOWAITPavel Begunkov
2025-07-02io_uring/mock: add sync read/writePavel Begunkov
2025-07-02io_uring/mock: add cmd using vectored regbufsPavel Begunkov
2025-07-02io_uring/mock: add basic infra for test mock filesPavel Begunkov
2025-06-30Merge tag 'io_uring-6.16-20250630' of git://git.kernel.dk/linuxLinus Torvalds