aboutsummaryrefslogtreecommitdiffstats
path: root/io_uring
AgeCommit message (Expand)AuthorFilesLines
2025-12-01Merge tag 'vfs-6.19-rc1.fd_prepare.fs' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-28/+15
2025-12-01Merge tag 'vfs-6.19-rc1.iomap' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-14/+2
2025-11-28io_uring: convert io_create_mock_file() to FD_PREPARE()Christian Brauner1-28/+15
2025-11-25io_uring: fix mixed cqe overflow handlingPavel Begunkov1-0/+2
2025-11-25fs, iomap: remove IOCB_DIO_CALLER_COMPChristoph Hellwig1-14/+2
2025-11-24io_uring/net: ensure vectored buffer node import is tied to notificationJens Axboe1-2/+4
2025-11-20io_uring/cmd_net: fix wrong argument types for skb_queue_splice()Jens Axboe1-1/+1
2025-11-12io_uring/rsrc: don't use blk_rq_nr_phys_segments() as number of bvecsCaleb Sander Mateos1-7/+9
2025-11-10io_uring/query: return number of available queriesPavel Begunkov1-0/+2
2025-11-10io_uring/rw: ensure allocated iovec gets cleared for early failureJens Axboe1-0/+3
2025-11-07io_uring: fix regbuf vector size truncationPavel Begunkov1-2/+9
2025-11-05io_uring: fix types for region size calulationPavel Begunkov1-1/+1
2025-11-03io_uring/zcrx: remove sync refill uapiPavel Begunkov3-78/+0
2025-10-23io_uring: fix buffer auto-commit for multishot uring_cmdMing Lei1-11/+22
2025-10-23io_uring: correct __must_hold annotation in io_install_fixed_fileAlok Tiwari1-1/+1
2025-10-22io_uring: Fix code indentation errorRanganath V N2-2/+2
2025-10-22io_uring/sqpoll: be smarter on when to update the stime usageJens Axboe1-11/+32
2025-10-22io_uring/sqpoll: switch away from getrusage() for CPU accountingJens Axboe3-18/+23
2025-10-20io_uring: fix incorrect unlikely() usage in io_waitid_prep()Alok Tiwari1-1/+1
2025-10-15io_uring/rw: check for NULL io_br_sel when putting a bufferJens Axboe1-1/+5
2025-10-15io_uring: fix unexpected placement on same size resizingPavel Begunkov1-7/+0
2025-10-15io_uring: protect mem region deregistrationPavel Begunkov1-0/+1
2025-10-13Revert "io_uring/rw: drop -EOPNOTSUPP check in __io_complete_rw_common()"Jens Axboe1-1/+1
2025-10-08io_uring/zcrx: increment fallback loop src offsetPavel Begunkov1-0/+1
2025-10-08io_uring/zcrx: fix overshooting recv limitPavel Begunkov1-0/+4
2025-10-07io_uring/waitid: always prune wait queue entry in io_waitid_wait()Jens Axboe1-1/+2
2025-10-03io_uring: update liburing git URLJens Axboe1-1/+1
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2025-10-02Merge tag 'net-next-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+2
2025-10-02Merge tag 'for-6.18/io_uring-20250929' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds25-406/+839
2025-09-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-37/+15
2025-09-21io_uring/zcrx: remove nth_page() usage within folioDavid Hildenbrand1-2/+2
2025-09-20io_uring: fix nvme's 32b cqes on mixed cqKeith Busch2-5/+8
2025-09-19Merge tag 'io_uring-6.17-20250919' of git://git.kernel.dk/linuxLinus Torvalds8-37/+15
2025-09-19io_uring/query: cap number of queriesPavel Begunkov1-1/+5
2025-09-19io_uring/query: prevent infinite loopsPavel Begunkov1-0/+4
2025-09-19io_uring: fix incorrect io_kiocb reference in io_link_skbYang Xiuwei1-1/+1
2025-09-18io_uring/msg_ring: kill alloc_cache for io_kiocb allocationsJens Axboe2-26/+2
2025-09-18io_uring: include dying ring in task_work "should cancel" stateJens Axboe5-7/+9
2025-09-16io_uring/zcrx: account niov arrays to cgroupPavel Begunkov1-3/+3
2025-09-16io_uring/zcrx: allow synchronous buffer returnPavel Begunkov3-0/+78
2025-09-16io_uring/zcrx: introduce io_parse_rqe()Pavel Begunkov1-13/+23
2025-09-16io_uring/zcrx: don't adjust free cache spacePavel Begunkov1-1/+1
2025-09-16io_uring/zcrx: use guards for the refill lockPavel Begunkov1-5/+2
2025-09-16io_uring/zcrx: reduce netmem scope in refillPavel Begunkov1-1/+1
2025-09-16io_uring/zcrx: protect netdev with pp_lockPavel Begunkov2-13/+11
2025-09-16io_uring/zcrx: rename dma lockPavel Begunkov2-5/+10
2025-09-16io_uring/zcrx: make niov size variablePavel Begunkov2-10/+21
2025-09-16io_uring/zcrx: set sgt for umem areaPavel Begunkov2-9/+7
2025-09-16io_uring/zcrx: remove dmabuf_offsetPavel Begunkov2-12/+2
2025-09-16io_uring/zcrx: deduplicate area mappingPavel Begunkov1-23/+14
2025-09-16io_uring/zcrx: pass ifq to io_zcrx_alloc_fallback()Pavel Begunkov1-6/+6
2025-09-16io_uring/zcrx: check all niovs filled with dma addressesPavel Begunkov1-0/+3
2025-09-16io_uring/zcrx: move area reg checks into io_import_areaPavel Begunkov1-9/+9
2025-09-16io_uring/zcrx: don't pass slot to io_zcrx_create_areaPavel Begunkov1-4/+14
2025-09-16io_uring/zcrx: remove extra io_zcrx_drop_netdevPavel Begunkov1-1/+0
2025-09-16io_uring/zcrx: use page_pool_unref_and_test()Pavel Begunkov1-1/+1
2025-09-16io_uring/zcrx: replace memchar_inv with is_zeroPavel Begunkov1-1/+1
2025-09-16io_uring/zcrx: improve rqe cache alignmentPavel Begunkov1-4/+5
2025-09-15io_uring/zcrx: fix ifq->if_rxq is -1, get dma_dev is NULLFeng Zhou1-1/+1
2025-09-15io_uring/io-wq: fix `max_workers` breakage and `nr_workers` underflowMax Kellermann1-3/+3
2025-09-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2025-09-10io_uring: correct size of overflow CQE calculationJens Axboe1-1/+1
2025-09-10io_uring: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari1-1/+1
2025-09-10io_uring: replace use of system_wq with system_percpu_wqMarco Crivellari1-1/+1
2025-09-08io_uring/rsrc: respect submitter_task in io_register_clone_buffers()Caleb Sander Mateos1-0/+7
2025-09-08io_uring: don't include filetable.h in io_uring.hCaleb Sander Mateos10-2/+9
2025-09-08Merge tag 'vfs-6.17-rc6.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2025-09-08io_uring: Replace kzalloc() + copy_from_user() with memdup_user()Thorsten Blum1-7/+3
2025-09-08io_uring: introduce io_uring queryingPavel Begunkov4-1/+109
2025-09-08io_uring: add macros for avaliable flagsPavel Begunkov2-29/+60
2025-09-08io_uring: add helper for *REGISTER_SEND_MSG_RINGPavel Begunkov1-14/+19
2025-09-04io_uring: remove WRITE_ONCE() in io_uring_create()Caleb Sander Mateos1-2/+7
2025-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+13
2025-09-03io_uring/uring_cmd: correct io_uring_cmd_done() ret typeCaleb Sander Mateos1-1/+1
2025-09-02io_uring/uring_cmd: add io_uring_cmd_tw_t type aliasCaleb Sander Mateos1-1/+1
2025-09-02io_uring/register: drop redundant submitter_task checkCaleb Sander Mateos1-4/+0
2025-09-02io_uring/net: correct type for min_not_zero() castJens Axboe1-1/+1
2025-09-01Merge tag 'fuse-fixes-6.17-rc5' of ssh://gitolite.kernel.org/pub/scm/linux/ke...Christian Brauner2-0/+4
2025-08-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-0/+4
2025-08-28io_uring/zcrx: add support for custom DMA devicesDragos Tatulea1-1/+2
2025-08-28io_uring/kbuf: always use READ_ONCE() to read ring provided buffer lengthsJens Axboe1-7/+13
2025-08-27io_uring: add async data clear/free helpersJens Axboe6-22/+23
2025-08-27io_uring/zcrx: add support for IORING_SETUP_CQE_MIXEDJens Axboe1-3/+7
2025-08-27io_uring/uring_cmd: add support for IORING_SETUP_CQE_MIXEDJens Axboe2-2/+3
2025-08-27io_uring/nop: add support for IORING_SETUP_CQE_MIXEDJens Axboe1-2/+15
2025-08-27io_uring: add support for IORING_SETUP_CQE_MIXEDJens Axboe3-31/+99
2025-08-27io_uring/kbuf: fix signedness in this_len calculationQingyue Zhang1-1/+1
2025-08-24io_uring/fdinfo: handle mixed sized CQEsJens Axboe1-10/+12
2025-08-24io_uring/cmd: consolidate REQ_F_BUFFER_SELECT checksCaleb Sander Mateos1-7/+3
2025-08-24io_uring/cmd: deduplicate uring_cmd_flags checksCaleb Sander Mateos1-2/+0
2025-08-24io_uring: uring_cmd: add multishot supportMing Lei2-1/+71
2025-08-24io-uring: move `struct io_br_sel` into io_uring_types.hMing Lei1-18/+0
2025-08-24io_uring/kbuf: check for ring provided buffers first in recyclingJens Axboe1-2/+2
2025-08-24io_uring: remove async/poll related provided buffer recyclesJens Axboe2-6/+0
2025-08-24io_uring/kbuf: switch to storing struct io_buffer_list locallyJens Axboe6-68/+55
2025-08-24io_uring/net: use struct io_br_sel->val as the send finish valueJens Axboe1-10/+12
2025-08-24io_uring/net: use struct io_br_sel->val as the recv finish valueJens Axboe1-16/+19
2025-08-24io_uring/kbuf: use struct io_br_sel for multiple buffers pickingJens Axboe3-23/+25
2025-08-24io_uring/rw: recycle buffers manually for non-mshot readsJens Axboe1-0/+2
2025-08-24io_uring/kbuf: introduce struct io_br_selJens Axboe4-38/+59
2025-08-24io_uring/kbuf: pass in struct io_buffer_list to commit/recycle helpersJens Axboe6-40/+45
2025-08-24io_uring/net: clarify io_recv_buf_select() return valueJens Axboe1-1/+1
2025-08-24io_uring/net: don't use io_net_kbuf_recyle() for non-provided casesJens Axboe1-3/+3
2025-08-24io_uring/kbuf: drop 'issue_flags' from io_put_kbuf(s)() argumentsJens Axboe4-17/+14
2025-08-24io_uring/zctx: check chained notif contextsPavel Begunkov1-0/+5
2025-08-24io_uring: add request poisoningPavel Begunkov1-0/+23
2025-08-21io_uring: clear ->async_data as part of normal initJens Axboe1-0/+1
2025-08-21io_uring/futex: ensure io_futex_wait() cleans up properly on failureJens Axboe1-0/+3
2025-08-20fs: add a FMODE_ flag to indicate IOCB_HAS_METADATA availabilityChristoph Hellwig1-0/+3
2025-08-13io_uring/io-wq: add check free worker before create new workerFengnan Chang1-0/+8
2025-08-12io_uring/net: commit partial buffers on retryJens Axboe1-12/+15
2025-08-08io_uring/memmap: cast nr_pages to size_t before shiftingJens Axboe1-1/+1
2025-07-30io_uring/net: Allow to do vectorized sendNorman Maurer1-2/+7
2025-07-28Merge tag 'for-6.17/io_uring-20250728' of git://git.kernel.dk/linuxLinus Torvalds18-216/+867
2025-07-28Merge tag 'vfs-6.17-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-2/+0
2025-07-21io_uring/zcrx: fix leaking pages on sg init failPavel Begunkov1-1/+3
2025-07-21io_uring/zcrx: don't leak pages on account failurePavel Begunkov1-4/+2
2025-07-21io_uring/zcrx: fix null ifq on area destructionPavel Begunkov1-3/+2
2025-07-18Merge tag 'io_uring-6.16-20250718' of git://git.kernel.dk/linuxLinus Torvalds3-7/+11
2025-07-18io_uring/cmd: remove struct io_uring_cmd_dataCaleb Sander Mateos2-12/+1
2025-07-18io_uring/cmd: introduce IORING_URING_CMD_REISSUE flagCaleb Sander Mateos1-1/+5
2025-07-16io_uring/zcrx: account area memoryPavel Begunkov2-0/+28
2025-07-16io_uring: export io_[un]account_memPavel Begunkov2-2/+4
2025-07-16io_uring/poll: fix POLLERR handlingPavel Begunkov2-6/+8
2025-07-16io_uring/net: Support multishot receive len capNorman Maurer1-4/+34
2025-07-15io_uring: deduplicate wakeup handlingJens Axboe1-11/+16
2025-07-14io_uring/net: cast min_not_zero() typeJens Axboe1-1/+1
2025-07-14io_uring/zcrx: disallow user selected dmabuf offset and sizePavel Begunkov1-1/+3
2025-07-12io_uring/poll: cleanup apoll freeingJens Axboe1-8/+3
2025-07-11Merge tag 'io_uring-6.16-20250710' of git://git.kernel.dk/linuxLinus Torvalds3-7/+3
2025-07-10io_uring/net: allow multishot receive per-invocation capJens Axboe1-6/+17
2025-07-10io_uring/net: move io_sr_msg->retry_flags to io_sr_msg->flagsJens Axboe1-11/+15
2025-07-10io_uring/net: use passed in 'len' in io_recv_buf_select()Jens Axboe1-1/+1
2025-07-08io_uring/zcrx: prepare fallback for larger pagesPavel Begunkov1-27/+56
2025-07-08io_uring/zcrx: assert area type in io_zcrx_iov_pagePavel Begunkov1-0/+2
2025-07-08io_uring/zcrx: allocate sgtable for umem areasPavel Begunkov2-51/+28
2025-07-08io_uring/zcrx: introduce io_populate_area_dmaPavel Begunkov1-25/+31
2025-07-08io_uring/zcrx: return error from io_zcrx_map_area_*Pavel Begunkov1-13/+14
2025-07-08io_uring/zcrx: always pass page to io_zcrx_copy_chunkPavel Begunkov1-11/+10
2025-07-08Revert "io_uring: gate REQ_F_ISREG on !S_ANON_INODE as well"Jens Axboe1-2/+1
2025-07-08io_uring/msg_ring: ensure io_kiocb freeing is deferred for RCUJens Axboe1-2/+2
2025-07-07io_uring/rw: cast rw->flags assignment to rwf_tJens Axboe1-1/+1
2025-07-07io_uring/zcrx: fix pp destruction warningsPavel Begunkov1-3/+0
2025-07-06Merge branch 'io_uring-6.16' into for-6.17/io_uringJens Axboe8-25/+54
2025-07-02io_uring/rsrc: skip atomic refcount for uncloned buffersCaleb Sander Mateos1-2/+4
2025-07-02io_uring/mock: add trivial poll handlerPavel Begunkov1-2/+35
2025-07-02io_uring/mock: support for async read/writePavel Begunkov1-4/+55
2025-07-02io_uring/mock: allow to choose FMODE_NOWAITPavel Begunkov1-1/+7
2025-07-02io_uring/mock: add sync read/writePavel Begunkov1-5/+62
2025-07-02io_uring/mock: add cmd using vectored regbufsPavel Begunkov1-1/+69
2025-07-02io_uring/mock: add basic infra for test mock filesPavel Begunkov2-0/+149
2025-06-30Merge tag 'io_uring-6.16-20250630' of git://git.kernel.dk/linuxLinus Torvalds1-1/+2
2025-06-29io_uring: gate REQ_F_ISREG on !S_ANON_INODE as wellJens Axboe1-1/+2
2025-06-27Merge tag 'io_uring-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds7-24/+52
2025-06-26io_uring/kbuf: flag partial buffer mappingsJens Axboe3-9/+18
2025-06-25io_uring/net: mark iov as dynamically allocated even for single segmentsJens Axboe1-5/+6
2025-06-25io_uring: fix resource leak in io_import_dmabuf()Penglei Jiang1-2/+4
2025-06-24io_uring: don't assume uaddr alignment in io_vec_fill_bvecPavel Begunkov1-3/+7
2025-06-24io_uring/rsrc: don't rely on user vaddr alignmentPavel Begunkov2-1/+7
2025-06-24io_uring/rsrc: fix folio unpinningPavel Begunkov1-4/+9
2025-06-23io_uring/netcmd: add tx timestamping cmd supportPavel Begunkov1-0/+82
2025-06-23io_uring: add mshot helper for posting CQE32Pavel Begunkov4-0/+56
2025-06-23io_uring/cmd: allow multishot polled commandsPavel Begunkov2-0/+26
2025-06-23io_uring/poll: introduce io_arm_apoll()Pavel Begunkov2-17/+28
2025-06-23io_uring/nop: add IORING_NOP_TW completion flagJens Axboe1-1/+7
2025-06-23io_uring/uring_cmd: implement ->sqe_copy() to avoid unnecessary copiesJens Axboe3-9/+14
2025-06-23io_uring/uring_cmd: get rid of io_uring_cmd_prep_setup()Jens Axboe1-21/+13
2025-06-23io_uring: add struct io_cold_def->sqe_copy() methodJens Axboe2-2/+26
2025-06-23io_uring: add IO_URING_F_INLINE issue flagJens Axboe1-5/+7
2025-06-23io_uring: make fallocate be hashed workFengnan Chang1-0/+1
2025-06-21Merge tag 'io_uring-6.16-20250621' of git://git.kernel.dk/linuxLinus Torvalds1-1/+1
2025-06-20io_uring/net: always use current transfer count for buffer putJens Axboe1-1/+1
2025-06-19Merge tag 'io_uring-6.16-20250619' of git://git.kernel.dk/linuxLinus Torvalds4-10/+10
2025-06-18io_uring: fix potential page leak in io_sqe_buffer_register()Penglei Jiang1-3/+3
2025-06-17io_uring/sqpoll: don't put task_struct on tctx setup failureJens Axboe1-4/+1
2025-06-17io_uring: remove duplicate io_uring_alloc_task_context() definitionJens Axboe2-2/+1
2025-06-15io_uring: fix task leak issue in io_wq_create()Penglei Jiang1-1/+3
2025-06-15io_uring/rsrc: validate buffer count with offset for cloningJens Axboe1-0/+2
2025-06-14Merge tag 'io_uring-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds6-23/+59
2025-06-13io_uring: run local task_work from ring exit IOPOLL reapingJens Axboe1-0/+3
2025-06-13io_uring/kbuf: don't truncate end buffer for multiple buffer peeksJens Axboe1-1/+4
2025-06-12io_uring: consistently use rcu semantics with sqpoll threadKeith Busch4-15/+38
2025-06-10io_uring: fix use-after-free of sq->thread in __io_uring_show_fdinfo()Penglei Jiang2-7/+14
2025-06-10fs/pipe: set FMODE_NOWAIT in create_pipe_files()Jens Axboe1-2/+0
2025-06-06Merge tag 'io_uring-6.16-20250606' of git://git.kernel.dk/linuxLinus Torvalds7-12/+37
2025-06-04io_uring/futex: mark wait requests as inflightJens Axboe3-1/+11
2025-06-04io_uring/futex: get rid of struct io_futex addr unionJens Axboe1-5/+2
2025-06-03io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAXJens Axboe2-2/+18
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+2
2025-05-28io_uring/net: only consider msg_inq if larger than 1Jens Axboe1-2/+2
2025-05-27io_uring/zcrx: fix area release on registration failurePavel Begunkov1-1/+2
2025-05-27io_uring/zcrx: init id for xa_findPavel Begunkov1-1/+2
2025-05-26Merge tag 'locking-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2025-05-26Merge tag 'for-6.16/io_uring-20250523' of git://git.kernel.dk/linuxLinus Torvalds42-703/+944
2025-05-26Merge tag 'for-6.16/block-20250523' of git://git.kernel.dk/linuxLinus Torvalds2-0/+3
2025-05-25Merge branch 'locking/futex' into locking/core, to pick up pending futex changesIngo Molnar1-3/+1
2025-05-23io_uring/cmd: warn on reg buf imports by ineligible cmdsPavel Begunkov1-0/+6
2025-05-23io_uring/io-wq: only create a new worker if it can make progressJens Axboe1-0/+28
2025-05-23io_uring/io-wq: ignore non-busy worker going to sleepJens Axboe1-0/+2