index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
kbuf.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-06-26
io_uring/kbuf: flag partial buffer mappings
Jens Axboe
1
-0
/
+1
2025-06-13
io_uring/kbuf: don't truncate end buffer for multiple buffer peeks
Jens Axboe
1
-1
/
+4
2025-06-03
io_uring/kbuf: limit legacy provided buffer lists to USHRT_MAX
Jens Axboe
1
-2
/
+15
2025-05-21
io_uring: finish IOU_OK -> IOU_COMPLETE transition
Jens Axboe
1
-1
/
+1
2025-05-13
io_uring/kbuf: unify legacy buf provision and removal
Pavel Begunkov
1
-45
/
+28
2025-05-13
io_uring/kbuf: refactor __io_remove_buffers
Pavel Begunkov
1
-25
/
+13
2025-05-13
io_uring/kbuf: don't compute size twice on prep
Pavel Begunkov
1
-2
/
+0
2025-05-13
io_uring/kbuf: drop extra vars in io_register_pbuf_ring
Pavel Begunkov
1
-3
/
+3
2025-05-13
io_uring/kbuf: use mem_is_zero()
Pavel Begunkov
1
-10
/
+4
2025-05-13
io_uring/kbuf: account ring io_buffer_list memory
Pavel Begunkov
1
-1
/
+1
2025-04-21
io_uring: don't store bgid in req->buf_index
Pavel Begunkov
1
-7
/
+4
2025-04-21
io_uring/kbuf: pass bgid to io_buffer_select()
Pavel Begunkov
1
-2
/
+2
2025-04-07
io_uring/kbuf: reject zero sized provided buffers
Jens Axboe
1
-0
/
+2
2025-03-10
io_uring/kbuf: enable bundles for incrementally consumed buffers
Jens Axboe
1
-30
/
+26
2025-02-17
io_uring/kbuf: uninline __io_put_kbufs
Pavel Begunkov
1
-0
/
+60
2025-02-17
io_uring/kbuf: introduce io_kbuf_drop_legacy()
Pavel Begunkov
1
-0
/
+10
2025-02-17
io_uring/kbuf: open code __io_put_kbuf()
Pavel Begunkov
1
-5
/
+0
2025-02-17
io_uring/kbuf: remove legacy kbuf caching
Pavel Begunkov
1
-50
/
+7
2025-02-17
io_uring/kbuf: simplify __io_put_kbuf
Pavel Begunkov
1
-23
/
+3
2025-02-17
io_uring/kbuf: remove legacy kbuf kmem cache
Pavel Begunkov
1
-4
/
+2
2025-02-17
io_uring/kbuf: remove legacy kbuf bulk allocation
Pavel Begunkov
1
-25
/
+5
2025-02-12
io_uring/kbuf: reallocate buf lists on upgrade
Pavel Begunkov
1
-4
/
+12
2025-01-20
Merge tag 'for-6.14/io_uring-20250119' of git://git.kernel.dk/linux
Linus Torvalds
1
-157
/
+69
2025-01-03
io_uring/kbuf: use pre-committed buffer address for non-pollable file
Jens Axboe
1
-1
/
+3
2024-12-23
io_uring/kbuf: fix unintentional sign extension on shift of reg.bgid
Colin Ian King
1
-1
/
+1
2024-12-23
io_uring/memmap: unify io_uring mmap'ing code
Pavel Begunkov
1
-3
/
+0
2024-12-23
io_uring/kbuf: use region api for pbuf rings
Pavel Begunkov
1
-120
/
+50
2024-12-23
io_uring/kbuf: remove pbuf ring refcounting
Pavel Begunkov
1
-14
/
+7
2024-12-23
io_uring/kbuf: use mmap_lock to sync with mmap
Pavel Begunkov
1
-32
/
+24
2024-09-16
Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linux
Linus Torvalds
1
-43
/
+53
2024-08-30
io_uring/kbuf: return correct iovec count from classic buffer peek
Jens Axboe
1
-1
/
+1
2024-08-29
io_uring/kbuf: add support for incremental buffer consumption
Jens Axboe
1
-12
/
+30
2024-08-29
io_uring/kbuf: pass in 'len' argument for buffer commit
Jens Axboe
1
-5
/
+5
2024-08-29
io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h
Jens Axboe
1
-6
/
+0
2024-08-29
io_uring/kbuf: add io_kbuf_commit() helper
Jens Axboe
1
-4
/
+3
2024-08-25
io_uring/kbuf: turn io_buffer_list booleans into flags
Jens Axboe
1
-18
/
+17
2024-08-25
io_uring/kbuf: use 'bl' directly rather than req->buf_list
Jens Axboe
1
-1
/
+1
2024-08-21
io_uring/kbuf: sanitize peek buffer setup
Jens Axboe
1
-3
/
+6
2024-07-20
io_uring: fix error pbuf checking
Pavel Begunkov
1
-1
/
+3
2024-04-22
io_uring/kbuf: add helpers for getting/peeking multiple buffers
Jens Axboe
1
-3
/
+154
2024-04-15
io_uring/kbuf: remove dead define
Jens Axboe
1
-2
/
+0
2024-04-15
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
1
-0
/
+1
2024-04-15
io_uring: use unpin_user_pages() where appropriate
Jens Axboe
1
-3
/
+2
2024-04-15
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
1
-108
/
+26
2024-04-15
io_uring/kbuf: vmap pinned buffer ring
Jens Axboe
1
-24
/
+15
2024-04-02
io_uring/kbuf: hold io_buffer_list reference over mmap
Jens Axboe
1
-8
/
+27
2024-04-02
io_uring/kbuf: protect io_buffer_list teardown with a reference
Jens Axboe
1
-4
/
+11
2024-04-02
io_uring/kbuf: get rid of bl->is_ready
Jens Axboe
1
-8
/
+0
2024-04-02
io_uring/kbuf: get rid of lower BGID lists
Jens Axboe
1
-62
/
+8
2024-03-13
io_uring/kbuf: rename is_mapped
Pavel Begunkov
1
-10
/
+10
[next]