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
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-22
io_uring: remove checks for NULL 'sq_offset'
Jens Axboe
1
-4
/
+2
2024-05-13
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
1
-544
/
+121
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
1
-1
/
+1
2024-04-25
io_uring/rw: reinstate thread check for retries
Jens Axboe
1
-13
/
+0
2024-04-22
io_uring/net: support bundles for recv
Jens Axboe
1
-1
/
+2
2024-04-17
io_uring/rw: ensure retry condition isn't lost
Jens Axboe
1
-0
/
+13
2024-04-15
io_uring: ensure overflow entries are dropped when ring is exiting
Jens Axboe
1
-1
/
+2
2024-04-15
io_uring: consolidate overflow flushing
Pavel Begunkov
1
-25
/
+15
2024-04-15
io_uring: always lock __io_cqring_overflow_flush
Pavel Begunkov
1
-5
/
+8
2024-04-15
io_uring: open code io_cqring_overflow_flush()
Pavel Begunkov
1
-8
/
+3
2024-04-15
io_uring: remove extra SQPOLL overflow flush
Pavel Begunkov
1
-2
/
+0
2024-04-15
io_uring: unexport io_req_cqe_overflow()
Pavel Begunkov
1
-1
/
+1
2024-04-15
io_uring: return void from io_put_kbuf_comp()
Ming Lei
1
-1
/
+1
2024-04-15
io_uring: remove io_req_put_rsrc_locked()
Pavel Begunkov
1
-3
/
+2
2024-04-15
io_uring: remove async request cache
Pavel Begunkov
1
-22
/
+0
2024-04-15
io_uring: turn implicit assumptions into a warning
Pavel Begunkov
1
-1
/
+11
2024-04-15
io_uring: kill dead code in io_req_complete_post
Ming Lei
1
-35
/
+2
2024-04-15
io_uring: move mapping/allocation helpers to a separate file
Jens Axboe
1
-325
/
+2
2024-04-15
io_uring: use unpin_user_pages() where appropriate
Jens Axboe
1
-3
/
+1
2024-04-15
io_uring/kbuf: use vm_insert_pages() for mmap'ed pbuf ring
Jens Axboe
1
-42
/
+16
2024-04-15
io_uring: unify io_pin_pages()
Jens Axboe
1
-19
/
+42
2024-04-15
io_uring: use vmap() for ring mapping
Jens Axboe
1
-29
/
+9
2024-04-15
io_uring: get rid of remap_pfn_range() for mapping rings/sqes
Jens Axboe
1
-8
/
+131
2024-04-15
io_uring: Remove the now superfluous sentinel elements from ctl_table array
Joel Granados
1
-1
/
+0
2024-04-15
io_uring: Remove unused function
Jiapeng Chong
1
-6
/
+0
2024-04-15
io_uring: refill request cache in memory order
Jens Axboe
1
-3
/
+3
2024-04-15
io_uring/poll: shrink alloc cache size to 32
Jens Axboe
1
-1
/
+1
2024-04-15
io_uring/alloc_cache: switch to array based caching
Jens Axboe
1
-15
/
+19
2024-04-15
io_uring: drop ->prep_async()
Jens Axboe
1
-32
/
+4
2024-04-15
io_uring/uring_cmd: switch to always allocating async data
Jens Axboe
1
-0
/
+3
2024-04-15
io_uring/rw: always setup io_async_rw for read/write requests
Jens Axboe
1
-0
/
+3
2024-04-15
io_uring: remove timeout/poll specific cancelations
Jens Axboe
1
-9
/
+0
2024-04-15
io_uring: flush delayed fallback task_work in cancelation
Jens Axboe
1
-0
/
+2
2024-04-15
io_uring: refactor io_req_complete_post()
Pavel Begunkov
1
-18
/
+11
2024-04-15
io_uring: remove current check from complete_post
Pavel Begunkov
1
-1
/
+1
2024-04-15
io_uring: get rid of intermediate aux cqe caches
Pavel Begunkov
1
-49
/
+13
2024-04-15
io_uring: refactor io_fill_cqe_req_aux
Pavel Begunkov
1
-13
/
+3
2024-04-15
io_uring: remove struct io_tw_state::locked
Pavel Begunkov
1
-23
/
+8
2024-04-15
io_uring: force tw ctx locking
Pavel Begunkov
1
-12
/
+9
2024-04-15
io_uring/rw: avoid punting to io-wq directly
Pavel Begunkov
1
-4
/
+4
2024-04-15
io_uring/cmd: move io_uring_try_cancel_uring_cmd()
Pavel Begunkov
1
-38
/
+1
2024-04-07
fs: claw back a few FMODE_* bits
Christian Brauner
1
-1
/
+1
2024-04-06
io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
Alexey Izbyshev
1
-13
/
+13
2024-04-03
io_uring/kbuf: hold io_buffer_list reference over mmap
Jens Axboe
1
-5
/
+6
2024-04-03
io_uring/kbuf: get rid of lower BGID lists
Jens Axboe
1
-2
/
+0
2024-04-02
io_uring: use private workqueue for exit work
Jens Axboe
1
-1
/
+4
2024-04-01
io_uring: disable io-wq execution of multishot NOWAIT requests
Jens Axboe
1
-4
/
+9
2024-03-16
io_uring: clear opcode specific data for an early failure
Jens Axboe
1
-9
/
+16
2024-03-14
io_uring: Fix release of pinned pages when __io_uaddr_map fails
Gabriel Krisman Bertazi
1
-9
/
+13
2024-03-13
io_uring: simplify io_pages_free
Pavel Begunkov
1
-5
/
+1
[next]