index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
rsrc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-10-16
io_uring/rsrc: ignore dummy_ubuf for buffer cloning
Jens Axboe
1
-1
/
+2
2024-09-24
Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
Linus Torvalds
1
-13
/
+10
2024-09-16
Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linux
Linus Torvalds
1
-42
/
+203
2024-09-15
io_uring/rsrc: change ubuf->ubuf_end to length tracking
Jens Axboe
1
-3
/
+3
2024-09-15
io_uring/rsrc: get rid of io_mapped_ubuf->folio_mask
Jens Axboe
1
-6
/
+3
2024-09-14
io_uring: rename "copy buffers" to "clone buffers"
Jens Axboe
1
-4
/
+4
2024-09-12
io_uring: add IORING_REGISTER_COPY_BUFFERS method
Jens Axboe
1
-0
/
+91
2024-09-11
io_uring/rsrc: add reference count to struct io_mapped_ubuf
Jens Axboe
1
-0
/
+3
2024-09-11
io_uring/rsrc: clear 'slot' entry upfront
Jens Axboe
1
-1
/
+1
2024-08-30
io_uring/rsrc: ensure compat iovecs are copied correctly
Jens Axboe
1
-4
/
+15
2024-08-25
io_uring/rsrc: enable multi-hugepage buffer coalescing
Chenliang Li
1
-32
/
+102
2024-08-25
io_uring/rsrc: store folio shift and mask into imu
Chenliang Li
1
-9
/
+6
2024-07-15
Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux
Linus Torvalds
1
-41
/
+22
2024-06-20
io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
Chenliang Li
1
-1
/
+0
2024-06-16
io_uring/rsrc: remove redundant __set_current_state() post schedule()
Jens Axboe
1
-2
/
+1
2024-06-16
io_uring/rsrc: Drop io_copy_iov in favor of iovec API
Gabriel Krisman Bertazi
1
-39
/
+21
2024-06-12
io_uring/rsrc: don't lock while !TASK_RUNNING
Pavel Begunkov
1
-0
/
+1
2024-04-15
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
1
-0
/
+1
2024-04-15
io_uring: unify io_pin_pages()
Jens Axboe
1
-36
/
+0
2024-04-15
io_uring/alloc_cache: switch to array based caching
Jens Axboe
1
-6
/
+4
2023-12-19
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
1
-165
/
+4
2023-11-21
io_uring: fix off-by one bvec index
Keith Busch
1
-1
/
+1
2023-10-03
io_uring/rsrc: cleanup io_pin_pages()
Jens Axboe
1
-20
/
+17
2023-08-11
io_uring/rsrc: keep one global dummy_ubuf
Pavel Begunkov
1
-4
/
+10
2023-06-28
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-28
/
+6
2023-06-20
io_uring: add helpers to decode the fixed file file_ptr
Christoph Hellwig
1
-4
/
+4
2023-06-10
mm/gup: remove vmas parameter from pin_user_pages()
Lorenzo Stoakes
1
-1
/
+1
2023-06-10
io_uring: rsrc: delegate VMA file-backed check to GUP
Lorenzo Stoakes
1
-28
/
+6
2023-05-07
Merge tag 'for-6.4/io_uring-2023-05-07' of git://git.kernel.dk/linux
Linus Torvalds
1
-1
/
+6
2023-05-03
io_uring/rsrc: check for nonconsecutive pages
Tobias Holl
1
-1
/
+6
2023-04-27
Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-2
/
+1
2023-04-20
Revert "io_uring/rsrc: disallow multi-source reg buffers"
Jens Axboe
1
-8
/
+5
2023-04-19
io_uring/rsrc: disassociate nodes and rsrc_data
Pavel Begunkov
1
-11
/
+9
2023-04-19
io_uring/rsrc: devirtualise rsrc put callbacks
Pavel Begunkov
1
-6
/
+19
2023-04-19
io_uring/rsrc: pass node to io_rsrc_put_work()
Pavel Begunkov
1
-6
/
+6
2023-04-19
io_uring/rsrc: inline io_rsrc_put_work()
Pavel Begunkov
1
-13
/
+6
2023-04-19
io_uring/rsrc: add empty flag in rsrc_node
Pavel Begunkov
1
-3
/
+3
2023-04-19
io_uring/rsrc: merge nodes and io_rsrc_put
Pavel Begunkov
1
-68
/
+23
2023-04-19
io_uring/rsrc: infer node from ctx on io_queue_rsrc_removal
Pavel Begunkov
1
-4
/
+5
2023-04-15
io_uring/rsrc: refactor io_queue_rsrc_removal
Pavel Begunkov
1
-4
/
+1
2023-04-15
io_uring/rsrc: clean up __io_sqe_buffers_update()
Pavel Begunkov
1
-2
/
+1
2023-04-15
io_uring/rsrc: inline switch_start fast path
Pavel Begunkov
1
-7
/
+5
2023-04-15
io_uring/rsrc: remove rsrc_data refs
Pavel Begunkov
1
-24
/
+8
2023-04-15
io_uring/rsrc: fix DEFER_TASKRUN rsrc quiesce
Pavel Begunkov
1
-0
/
+9
2023-04-15
io_uring/rsrc: use wq for quiescing
Pavel Begunkov
1
-6
/
+12
2023-04-15
io_uring/rsrc: refactor io_rsrc_ref_quiesce
Pavel Begunkov
1
-13
/
+5
2023-04-15
io_uring/rsrc: remove io_rsrc_node::done
Pavel Begunkov
1
-4
/
+1
2023-04-15
io_uring/rsrc: use nospec'ed indexes
Pavel Begunkov
1
-1
/
+1
2023-04-12
io_uring/rsrc: extract SCM file put helper
Pavel Begunkov
1
-9
/
+11
2023-04-12
io_uring/rsrc: refactor io_rsrc_node_switch
Pavel Begunkov
1
-25
/
+11
[next]