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
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
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-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-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-23
io_uring: don't recurse on tsk->sighand->siglock with signalfd
Jens Axboe
1
-6
/
+16
2020-08-20
io_uring: kill extra iovec=NULL in import_iovec()
Pavel Begunkov
1
-3
/
+1
2020-08-20
io_uring: comment on kfree(iovec) checks
Pavel Begunkov
1
-0
/
+2
2020-08-20
io_uring: fix racy req->flags modification
Pavel Begunkov
1
-44
/
+17
2020-08-19
io_uring: use system_unbound_wq for ring exit work
Jens Axboe
1
-1
/
+7
2020-08-19
io_uring: cleanup io_import_iovec() of pre-mapped request
Jens Axboe
1
-14
/
+14
2020-08-17
io_uring: get rid of kiocb_wait_page_queue_init()
Jens Axboe
1
-30
/
+11
2020-08-17
io_uring: find and cancel head link async work on files exit
Jens Axboe
1
-4
/
+29
2020-08-16
io_uring: short circuit -EAGAIN for blocking read attempt
Jens Axboe
1
-1
/
+4
2020-08-15
io_uring: sanitize double poll handling
Jens Axboe
1
-9
/
+25
2020-08-14
io_uring: internally retry short reads
Jens Axboe
1
-39
/
+70
2020-08-13
io_uring: retain iov_iter state over io_read/io_write calls
Jens Axboe
1
-66
/
+70
2020-08-13
io_uring: enable lookup of links holding inflight files
Jens Axboe
1
-10
/
+87
2020-08-12
io_uring: fail poll arm on queue proc failure
Jens Axboe
1
-1
/
+1
2020-08-11
io_uring: hold 'ctx' reference around task_work queue + execute
Jens Axboe
1
-0
/
+15
2020-08-11
io_uring: defer file table grabbing request cleanup for locked requests
Jens Axboe
1
-10
/
+52
2020-08-11
io_uring: add missing REQ_F_COMP_LOCKED for nested requests
Jens Axboe
1
-0
/
+3
2020-08-11
io_uring: fix recursive completion locking on oveflow flush
Jens Axboe
1
-10
/
+26
2020-08-11
io_uring: use TWA_SIGNAL for task_work uncondtionally
Jens Axboe
1
-8
/
+8
2020-08-06
io_uring: account locked memory before potential error case
Jens Axboe
1
-8
/
+10
2020-08-06
io_uring: set ctx sq/cq entry count earlier
Jens Axboe
1
-2
/
+4
2020-08-05
io_uring: Fix NULL pointer dereference in loop_rw_iter()
Guoyu Huang
1
-2
/
+7
2020-08-04
io_uring: add comments on how the async buffered read retry works
Jens Axboe
1
-1
/
+22
2020-08-04
io_uring: io_async_buf_func() need not test page bit
Jens Axboe
1
-4
/
+0
2020-08-03
Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1096
/
+1449
2020-08-01
io_uring: flip if handling after io_setup_async_rw
Pavel Begunkov
1
-74
/
+72
2020-07-31
io_uring: don't touch 'ctx' after installing file descriptor
Jens Axboe
1
-3
/
+9
2020-07-30
io_uring: get rid of atomic FAA for cq_timeouts
Pavel Begunkov
1
-3
/
+5
2020-07-30
io_uring: consolidate *_check_overflow accounting
Pavel Begunkov
1
-10
/
+13
2020-07-30
io_uring: fix stalled deferred requests
Pavel Begunkov
1
-0
/
+1
2020-07-30
io_uring: fix racy overflow count reporting
Pavel Begunkov
1
-2
/
+1
2020-07-30
io_uring: deduplicate __io_complete_rw()
Pavel Begunkov
1
-5
/
+3
[next]