index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2020-10-01
io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler
Jens Axboe
1
-1
/
+18
2020-10-01
io_uring: use private ctx wait queue entries for SQPOLL
Jens Axboe
1
-15
/
+18
2020-10-01
io_uring: io_sq_thread() doesn't need to flush signals
Jens Axboe
1
-2
/
+0
2020-10-01
io_uring: allow disabling rings during the creation
Stefano Garzarella
1
-7
/
+54
2020-10-01
io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
Stefano Garzarella
1
-1
/
+123
2020-10-01
io_uring: reference ->nsproxy for file table commands
Jens Axboe
1
-0
/
+3
2020-10-01
io_uring: don't rely on weak ->files references
Jens Axboe
1
-37
/
+269
2020-10-01
io_uring: enable task/files specific overflow flushing
Jens Axboe
1
-16
/
+25
2020-10-01
io_uring: return cancelation status from poll/timeout/files handlers
Jens Axboe
1
-5
/
+22
2020-10-01
io_uring: unconditionally grab req->task
Jens Axboe
1
-38
/
+9
2020-10-01
io_uring: stash ctx task reference for SQPOLL
Jens Axboe
1
-13
/
+34
2020-10-01
io_uring: move dropping of files into separate helper
Jens Axboe
1
-11
/
+16
2020-10-01
io_uring: allow timeout/poll/files killing to take task into account
Jens Axboe
1
-9
/
+24
2020-10-01
Merge branch 'io_uring-5.9' into for-5.10/io_uring
Jens Axboe
1
-5
/
+18
2020-09-29
io_uring: fix async buffered reads when readahead is disabled
Hao Xu
1
-0
/
+2
2020-09-28
io_uring: fix potential ABBA deadlock in ->show_fdinfo()
Jens Axboe
1
-5
/
+14
2020-09-28
io_uring: always delete double poll wait entry on match
Jens Axboe
1
-0
/
+2
2020-09-26
Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-7
/
+7
2020-09-26
io_uring: ensure async buffered read-retry is setup properly
Jens Axboe
1
-4
/
+2
2020-09-25
io_uring: don't unconditionally set plug->nowait = true
Jens Axboe
1
-3
/
+0
2020-09-25
io_uring: ensure open/openat2 name is cleaned on cancelation
Jens Axboe
1
-0
/
+5
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-14
/
+90
2020-09-23
Merge tag 'io_uring-5.9-2020-09-22' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-11
/
+38
2020-09-21
io_uring: fix openat/openat2 unified prep handling
Jens Axboe
1
-2
/
+4
2020-09-21
io_uring: mark statx/files_update/epoll_ctl as non-SQPOLL
Jens Axboe
1
-2
/
+4
2020-09-21
io_uring: don't use retry based buffered reads for non-async bdev
Jens Axboe
1
-1
/
+5
2020-09-21
io_uring: don't re-setup vecs/iter in io_resumit_prep() is already there
Jens Axboe
1
-6
/
+10
2020-09-14
io_uring: don't run task work on an exiting task
Jens Axboe
1
-0
/
+11
2020-09-14
io_uring: drop 'ctx' ref on task work cancelation
Jens Axboe
1
-0
/
+2
2020-09-13
io_uring: grab any needed state during defer prep
Jens Axboe
1
-0
/
+2
2020-09-06
Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+52
2020-09-06
io_uring: fix linked deferred ->files cancellation
Pavel Begunkov
1
-2
/
+23
2020-09-06
io_uring: fix cancel of deferred reqs with ->files
Pavel Begunkov
1
-0
/
+27
2020-09-05
io_uring: fix explicit async read/write mapping for large segments
Jens Axboe
1
-3
/
+4
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-44
/
+70
2020-09-04
Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+12
2020-09-02
io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file
Jens Axboe
1
-0
/
+10
2020-09-02
io_uring: set table->files[i] to NULL when io_sqe_file_register failed
Jiufei Xue
1
-0
/
+1
2020-09-01
io_uring: fix removing the wrong file in __io_sqe_files_update()
Jiufei Xue
1
-1
/
+1
2020-08-29
Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-42
/
+57
2020-08-28
io_uring: don't bounce block based -EAGAIN retry off task_work
Jens Axboe
1
-20
/
+6
2020-08-28
io_uring: fix IOPOLL -EAGAIN retries
Jens Axboe
1
-5
/
+9
2020-08-27
io_uring: clear req->result on IOPOLL re-issue
Jens Axboe
1
-0
/
+1
2020-08-26
io_uring: make offset == -1 consistent with preadv2/pwritev2
Jens Axboe
1
-4
/
+9
2020-08-25
io_uring: ensure read requests go through -ERESTART* transformation
Jens Axboe
1
-1
/
+2
2020-08-25
io_uring: don't use poll handler if file can't be nonblocking read/written
Jens Axboe
1
-1
/
+9
2020-08-25
io_uring: fix imbalanced sqo_mm accounting
Jens Axboe
1
-7
/
+3
2020-08-25
io_uring: revert consumed iov_iter bytes on error
Jens Axboe
1
-0
/
+4
2020-08-25
io_uring: ignore POLLIN for recvmsg on MSG_ERRQUEUE
Luke Hsiao
1
-0
/
+6
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
[prev]
[next]