aboutsummaryrefslogtreecommitdiff
path: root/io_uring/kbuf.c
AgeCommit message (Expand)AuthorFilesLines
2024-09-16Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linuxLinus Torvalds1-43/+53
2024-08-30io_uring/kbuf: return correct iovec count from classic buffer peekJens Axboe1-1/+1
2024-08-29io_uring/kbuf: add support for incremental buffer consumptionJens Axboe1-12/+30
2024-08-29io_uring/kbuf: pass in 'len' argument for buffer commitJens Axboe1-5/+5
2024-08-29io_uring/kbuf: move io_ring_head_to_buf() to kbuf.hJens Axboe1-6/+0
2024-08-29io_uring/kbuf: add io_kbuf_commit() helperJens Axboe1-4/+3
2024-08-25io_uring/kbuf: turn io_buffer_list booleans into flagsJens Axboe1-18/+17
2024-08-25io_uring/kbuf: use 'bl' directly rather than req->buf_listJens Axboe1-1/+1
2024-08-21io_uring/kbuf: sanitize peek buffer setupJens Axboe1-3/+6
2024-07-20io_uring: fix error pbuf checkingPavel Begunkov1-1/+3
2024-04-22io_uring/kbuf: add helpers for getting/peeking multiple buffersJens Axboe1-3/+154
2024-04-15io_uring/kbuf: remove dead defineJens Axboe1-2/+0
2024-04-15io_uring: move mapping/allocation helpers to a separate fileJens Axboe1-0/+1
2024-04-15io_uring: use unpin_user_pages() where appropriateJens Axboe1-3/+2
2024-04-15io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ringJens Axboe1-108/+26
2024-04-15io_uring/kbuf: vmap pinned buffer ringJens Axboe1-24/+15
2024-04-02io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe1-8/+27
2024-04-02io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe1-4/+11
2024-04-02io_uring/kbuf: get rid of bl->is_readyJens Axboe1-8/+0
2024-04-02io_uring/kbuf: get rid of lower BGID listsJens Axboe1-62/+8
2024-03-13io_uring/kbuf: rename is_mappedPavel Begunkov1-10/+10
2024-03-08io_uring/kbuf: rename REQ_F_PARTIAL_IO to REQ_F_BL_NO_RECYCLEJens Axboe1-9/+0
2024-02-27io_uring/kbuf: flag request if buffer pool is empty after buffer pickJens Axboe1-2/+8
2024-02-08io_uring/kbuf: cleanup passing back cflagsJens Axboe1-10/+4
2024-02-08io_uring: add io_file_can_poll() helperJens Axboe1-1/+1
2023-12-21io_uring/kbuf: add method for returning provided buffer ring headJens Axboe1-0/+26
2023-12-05io_uring/kbuf: check for buffer list readiness after NULL checkJens Axboe1-2/+2
2023-12-05io_uring/kbuf: Fix an NULL vs IS_ERR() bug in io_alloc_pbuf_ring()Dan Carpenter1-2/+2
2023-11-28io_uring: free io_buffer_list entries via RCUJens Axboe1-13/+51
2023-11-28io_uring/kbuf: prune deferred locked cache when tearing downJens Axboe1-0/+8
2023-11-28io_uring/kbuf: recycle freed mapped buffer ring entriesJens Axboe1-11/+66
2023-11-28io_uring/kbuf: defer release of mapped buffer ringsJens Axboe1-5/+39
2023-11-06io_uring: indicate if io_kbuf_recycle did recycle anythingDylan Yudaken1-3/+3
2023-11-01Merge tag 'for-6.7/io_uring-2023-10-30' of git://git.kernel.dk/linuxLinus Torvalds1-25/+33
2023-10-05io_uring/kbuf: Use slab for struct io_buffer objectsGabriel Krisman Bertazi1-21/+26
2023-10-05io_uring/kbuf: Allow the full buffer id space for provided buffersGabriel Krisman Bertazi1-4/+7
2023-10-05io_uring/kbuf: Fix check of BID wrapping in provided buffersGabriel Krisman Bertazi1-1/+1
2023-10-03io_uring/kbuf: don't allow registered buffer rings on highmem pagesJens Axboe1-8/+19
2023-08-21io_uring: stop calling free_compound_page()Matthew Wilcox (Oracle)1-5/+1
2023-04-26Merge tag 'for-6.4/io_uring-2023-04-21' of git://git.kernel.dk/linuxLinus Torvalds1-36/+124
2023-04-12io_uring/kbuf: remove extra ->buf_ring null checkPavel Begunkov1-8/+6
2023-04-03io_uring/kbuf: disallow mapping a badly aligned provided ring bufferJens Axboe1-0/+18
2023-04-03io_uring: add support for user mapped provided buffer ringJens Axboe1-23/+76
2023-04-03io_uring/kbuf: rename struct io_uring_buf_reg 'pad' to'flags'Jens Axboe1-2/+6
2023-04-03io_uring/kbuf: add buffer_list->is_mapped memberJens Axboe1-6/+8
2023-04-03io_uring/kbuf: move pinning of provided buffer ring into helperJens Axboe1-12/+25
2023-04-01io_uring: fix memory leak when removing provided buffersWojciech Lukowicz1-1/+4
2023-04-01io_uring: fix return value when removing provided buffersWojciech Lukowicz1-2/+0
2023-02-22io_uring: fix size calculation when registering buf ringWojciech Lukowicz1-1/+1
2022-11-25io_uring: don't use complete_post in kbufPavel Begunkov1-9/+5