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
starfive-6.6.48-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
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-28
io_uring: add mapping support for NOMMU archs
Roman Penyaev
1
-6
/
+51
2019-11-25
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-694
/
+1503
2019-11-14
io_uring: make POLL_ADD/POLL_REMOVE scale better
Jens Axboe
1
-15
/
+54
2019-11-14
io_uring: Fix getting file for non-fd opcodes
Pavel Begunkov
1
-0
/
+4
2019-11-14
io_uring: introduce req_need_defer()
Bob Liu
1
-9
/
+10
2019-11-14
io_uring: clean up io_uring_cancel_files()
Bob Liu
1
-6
/
+3
2019-11-14
io_uring: ensure registered buffer import returns the IO length
Jens Axboe
1
-1
/
+1
2019-11-14
io_uring: Fix getting file for timeout
Pavel Begunkov
1
-0
/
+1
2019-11-13
io_wq: add get/put_work handlers to io_wq_create()
Jens Axboe
1
-1
/
+16
2019-11-13
io_uring: check for validity of ->rings in teardown
Jens Axboe
1
-1
/
+3
2019-11-12
io_uring: fix potential deadlock in io_poll_wake()
Jens Axboe
1
-3
/
+12
2019-11-12
io_uring: use correct "is IO worker" helper
Jens Axboe
1
-1
/
+1
2019-11-12
io_uring: make timeout sequence == 0 mean no sequence
Jens Axboe
1
-7
/
+22
2019-11-12
io_uring: fix -ENOENT issue with linked timer with short timeout
Jens Axboe
1
-51
/
+72
2019-11-12
io_uring: don't do flush cancel under inflight_lock
Jens Axboe
1
-17
/
+18
2019-11-12
io_uring: flag SQPOLL busy condition to userspace
Jens Axboe
1
-6
/
+16
2019-11-12
io_uring: make ASYNC_CANCEL work with poll and timeout
Jens Axboe
1
-58
/
+80
2019-11-12
io_uring: provide fallback request for OOM situations
Jens Axboe
1
-6
/
+40
2019-11-11
io_uring: convert accept4() -ERESTARTSYS into -EINTR
Jens Axboe
1
-0
/
+2
2019-11-11
io_uring: fix error clear of ->file_table in io_sqe_files_register()
Jens Axboe
1
-0
/
+1
2019-11-11
io_uring: separate the io_free_req and io_free_req_find_next interface
Jackie Liu
1
-4
/
+9
2019-11-11
io_uring: keep io_put_req only responsible for release and put req
Jackie Liu
1
-36
/
+37
2019-11-11
io_uring: remove passed in 'ctx' function parameter ctx if possible
Jackie Liu
1
-52
/
+56
2019-11-11
io_uring: reduce/pack size of io_ring_ctx
Jens Axboe
1
-31
/
+38
2019-11-07
io_uring: properly mark async work as bounded vs unbounded
Jens Axboe
1
-1
/
+15
2019-11-07
io-wq: add support for bounded vs unbunded work
Jens Axboe
1
-1
/
+1
2019-11-09
io_uring: add support for backlogged CQ ring
Jens Axboe
1
-23
/
+102
2019-11-08
io_uring: pass in io_kiocb to fill/add CQ handlers
Jens Axboe
1
-46
/
+50
2019-11-08
io_uring: make io_cqring_events() take 'ctx' as argument
Jens Axboe
1
-4
/
+6
2019-11-08
io_uring: add support for linked SQE timeouts
Jens Axboe
1
-11
/
+180
2019-11-07
io_uring: abstract out io_async_cancel_one() helper
Jens Axboe
1
-11
/
+20
2019-11-07
io_uring: use inlined struct sqe_submit
Pavel Begunkov
1
-44
/
+43
2019-11-07
io_uring: Use submit info inlined into req
Pavel Begunkov
1
-16
/
+16
2019-11-07
io_uring: allocate io_kiocb upfront
Pavel Begunkov
1
-13
/
+15
2019-11-06
io_uring: io_queue_link*() right after submit
Pavel Begunkov
1
-12
/
+10
2019-11-06
io_uring: Merge io_submit_sqes and io_ring_submit
Pavel Begunkov
1
-73
/
+18
2019-11-06
io_uring: kill dead REQ_F_LINK_DONE flag
Jens Axboe
1
-2
/
+0
2019-11-06
io_uring: fixup a few spots where link failure isn't flagged
Jens Axboe
1
-0
/
+10
2019-11-06
io_uring: enable optimized link handling for IORING_OP_POLL_ADD
Jens Axboe
1
-4
/
+9
2019-11-04
io_uring: add completion trace event
Jens Axboe
1
-2
/
+4
2019-11-01
io_uring: set -EINTR directly when a signal wakes up in io_cqring_wait
Jackie Liu
1
-6
/
+3
2019-11-01
io_uring: support for generic async request cancel
Jens Axboe
1
-0
/
+45
2019-10-30
io_uring: ensure we clear io_kiocb->result before each issue
Jens Axboe
1
-0
/
+1
2019-10-30
io_uring: io_wq_create() returns an error pointer, not NULL
Jens Axboe
1
-2
/
+3
2019-10-30
io_uring: fix race with canceling timeouts
Jens Axboe
1
-12
/
+8
2019-10-29
io_uring: support for larger fixed file sets
Jens Axboe
1
-33
/
+117
2019-10-29
io_uring: protect fixed file indexing with array_index_nospec()
Jens Axboe
1
-0
/
+1
2019-10-29
io_uring: add support for IORING_OP_ACCEPT
Jens Axboe
1
-0
/
+37
2019-10-29
io_uring: io_uring: add support for async work inheriting files
Jens Axboe
1
-4
/
+112
2019-10-29
io_uring: replace workqueue usage with io-wq
Jens Axboe
1
-318
/
+99
[next]