index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-09-04
Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-09-02
io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked file
Jens Axboe
2020-09-02
io_uring: set table->files[i] to NULL when io_sqe_file_register failed
Jiufei Xue
2020-09-01
io_uring: fix removing the wrong file in __io_sqe_files_update()
Jiufei Xue
2020-08-28
Merge tag 'io_uring-5.9-2020-08-28' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-27
io_uring: don't bounce block based -EAGAIN retry off task_work
Jens Axboe
2020-08-27
io_uring: fix IOPOLL -EAGAIN retries
Jens Axboe
2020-08-26
io_uring: clear req->result on IOPOLL re-issue
Jens Axboe
2020-08-26
io_uring: make offset == -1 consistent with preadv2/pwritev2
Jens Axboe
2020-08-25
io_uring: ensure read requests go through -ERESTART* transformation
Jens Axboe
2020-08-25
io_uring: don't use poll handler if file can't be nonblocking read/written
Jens Axboe
2020-08-25
io_uring: fix imbalanced sqo_mm accounting
Jens Axboe
2020-08-25
io_uring: revert consumed iov_iter bytes on error
Jens Axboe
2020-08-24
io_uring: ignore POLLIN for recvmsg on MSG_ERRQUEUE
Luke Hsiao
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
io_uring: don't recurse on tsk->sighand->siglock with signalfd
Jens Axboe
2020-08-20
io_uring: kill extra iovec=NULL in import_iovec()
Pavel Begunkov
2020-08-20
io_uring: comment on kfree(iovec) checks
Pavel Begunkov
2020-08-20
io_uring: fix racy req->flags modification
Pavel Begunkov
2020-08-19
io_uring: use system_unbound_wq for ring exit work
Jens Axboe
2020-08-18
io_uring: cleanup io_import_iovec() of pre-mapped request
Jens Axboe
2020-08-16
io_uring: get rid of kiocb_wait_page_queue_init()
Jens Axboe
2020-08-16
io_uring: find and cancel head link async work on files exit
Jens Axboe
2020-08-15
io_uring: short circuit -EAGAIN for blocking read attempt
Jens Axboe
2020-08-15
io_uring: sanitize double poll handling
Jens Axboe
2020-08-13
io_uring: internally retry short reads
Jens Axboe
2020-08-13
io_uring: retain iov_iter state over io_read/io_write calls
Jens Axboe
2020-08-12
io_uring: enable lookup of links holding inflight files
Jens Axboe
2020-08-12
io_uring: fail poll arm on queue proc failure
Jens Axboe
2020-08-11
io_uring: hold 'ctx' reference around task_work queue + execute
Jens Axboe
2020-08-10
io_uring: defer file table grabbing request cleanup for locked requests
Jens Axboe
2020-08-10
io_uring: add missing REQ_F_COMP_LOCKED for nested requests
Jens Axboe
2020-08-10
io_uring: fix recursive completion locking on oveflow flush
Jens Axboe
2020-08-10
io_uring: use TWA_SIGNAL for task_work uncondtionally
Jens Axboe
2020-08-06
io_uring: account locked memory before potential error case
Jens Axboe
2020-08-06
io_uring: set ctx sq/cq entry count earlier
Jens Axboe
2020-08-05
io_uring: Fix NULL pointer dereference in loop_rw_iter()
Guoyu Huang
2020-08-03
io_uring: add comments on how the async buffered read retry works
Jens Axboe
2020-08-03
io_uring: io_async_buf_func() need not test page bit
Jens Axboe
2020-08-03
Merge tag 'for-5.9/io_uring-20200802' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-08-01
io_uring: flip if handling after io_setup_async_rw
Pavel Begunkov
2020-07-31
io_uring: don't touch 'ctx' after installing file descriptor
Jens Axboe
2020-07-30
io_uring: get rid of atomic FAA for cq_timeouts
Pavel Begunkov
2020-07-30
io_uring: consolidate *_check_overflow accounting
Pavel Begunkov
2020-07-30
io_uring: fix stalled deferred requests
Pavel Begunkov
2020-07-30
io_uring: fix racy overflow count reporting
Pavel Begunkov
2020-07-30
io_uring: deduplicate __io_complete_rw()
Pavel Begunkov
2020-07-30
io_uring: de-unionise io_kiocb
Pavel Begunkov
2020-07-25
io_uring: fix missing io_queue_linked_timeout()
Pavel Begunkov
[next]