index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus-20191129' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-12-02
1
-6
/
+52
|
\
|
*
io_uring: fix missing kmap() declaration on powerpc
Jens Axboe
2019-11-29
1
-0
/
+1
|
*
io_uring: add mapping support for NOMMU archs
Roman Penyaev
2019-11-28
1
-6
/
+51
*
|
io_uring: make poll->wait dynamically allocated
Jens Axboe
2019-11-26
1
-12
/
+17
*
|
io_uring: cleanup io_import_fixed()
Pavel Begunkov
2019-11-26
1
-7
/
+5
*
|
io_uring: inline struct sqe_submit
Pavel Begunkov
2019-11-26
1
-91
/
+78
*
|
io_uring: store timeout's sqe->off in proper place
Pavel Begunkov
2019-11-26
1
-4
/
+5
*
|
io_uring: remove superfluous check for sqe->off in io_accept()
Hrvoje Zeba
2019-11-26
1
-1
/
+1
*
|
io_uring: async workers should inherit the user creds
Jens Axboe
2019-11-26
1
-0
/
+8
*
|
io-wq: have io_wq_create() take a 'data' argument
Jens Axboe
2019-11-26
1
-2
/
+7
*
|
io_uring: fix dead-hung for non-iter fixed rw
Pavel Begunkov
2019-11-26
1
-1
/
+14
*
|
io_uring: add support for IORING_OP_CONNECT
Jens Axboe
2019-11-26
1
-0
/
+36
*
|
io_uring: only return -EBUSY for submit on non-flushed backlog
Jens Axboe
2019-11-26
1
-6
/
+10
*
|
io_uring: only !null ptr to io_issue_sqe()
Pavel Begunkov
2019-11-26
1
-16
/
+12
*
|
io_uring: simplify io_req_link_next()
Pavel Begunkov
2019-11-26
1
-10
/
+1
*
|
io_uring: pass only !null to io_req_find_next()
Pavel Begunkov
2019-11-26
1
-2
/
+7
*
|
io_uring: remove io_free_req_find_next()
Pavel Begunkov
2019-11-26
1
-7
/
+2
*
|
io_uring: add likely/unlikely in io_get_sqring()
Pavel Begunkov
2019-11-26
1
-2
/
+2
*
|
io_uring: rename __io_submit_sqe()
Pavel Begunkov
2019-11-26
1
-4
/
+4
*
|
io_uring: improve trace_io_uring_defer() trace point
Jens Axboe
2019-11-26
1
-1
/
+1
*
|
io_uring: drain next sqe instead of shadowing
Pavel Begunkov
2019-11-26
1
-68
/
+18
*
|
io_uring: close lookup gap for dependent next work
Jens Axboe
2019-11-26
1
-2
/
+14
*
|
io_uring: allow finding next link independent of req reference count
Jens Axboe
2019-11-26
1
-5
/
+15
*
|
io_uring: io_allocate_scq_urings() should return a sane state
Jens Axboe
2019-11-26
1
-2
/
+8
*
|
io_uring: Always REQ_F_FREE_SQE for allocated sqe
Pavel Begunkov
2019-11-26
1
-27
/
+22
*
|
io_uring: io_fail_links() should only consider first linked timeout
Jens Axboe
2019-11-26
1
-3
/
+4
*
|
io_uring: Fix leaking linked timeouts
Pavel Begunkov
2019-11-26
1
-0
/
+1
*
|
io_uring: remove redundant check
Pavel Begunkov
2019-11-26
1
-4
/
+0
*
|
io_uring: break links for failed defer
Pavel Begunkov
2019-11-26
1
-0
/
+4
*
|
io_uring: request cancellations should break links
Jens Axboe
2019-11-26
1
-0
/
+6
*
|
io_uring: correct poll cancel and linked timeout expiration completion
Jens Axboe
2019-11-26
1
-11
/
+22
*
|
io_uring: remove dead REQ_F_SEQ_PREV flag
Jens Axboe
2019-11-26
1
-1
/
+0
*
|
io_uring: fix sequencing issues with linked timeouts
Jens Axboe
2019-11-26
1
-41
/
+61
*
|
io_uring: make req->timeout be dynamically allocated
Jens Axboe
2019-11-26
1
-59
/
+70
*
|
io_uring: make io_double_put_req() use normal completion path
Jens Axboe
2019-11-26
1
-2
/
+14
*
|
io_uring: cleanup return values from the queueing functions
Jens Axboe
2019-11-26
1
-16
/
+12
*
|
io_uring: io_async_cancel() should pass in 'nxt' request pointer
Jens Axboe
2019-11-26
1
-1
/
+1
|
/
*
Merge tag 'for-5.5/io_uring-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
2019-11-25
1
-694
/
+1503
|
\
|
*
io_uring: make POLL_ADD/POLL_REMOVE scale better
Jens Axboe
2019-11-14
1
-15
/
+54
|
*
io_uring: Fix getting file for non-fd opcodes
Pavel Begunkov
2019-11-14
1
-0
/
+4
|
*
io_uring: introduce req_need_defer()
Bob Liu
2019-11-14
1
-9
/
+10
|
*
io_uring: clean up io_uring_cancel_files()
Bob Liu
2019-11-14
1
-6
/
+3
|
*
io_wq: add get/put_work handlers to io_wq_create()
Jens Axboe
2019-11-13
1
-1
/
+16
|
*
io_uring: check for validity of ->rings in teardown
Jens Axboe
2019-11-13
1
-1
/
+3
|
*
io_uring: fix potential deadlock in io_poll_wake()
Jens Axboe
2019-11-12
1
-3
/
+12
|
*
io_uring: use correct "is IO worker" helper
Jens Axboe
2019-11-12
1
-1
/
+1
|
*
io_uring: fix -ENOENT issue with linked timer with short timeout
Jens Axboe
2019-11-12
1
-51
/
+72
|
*
io_uring: don't do flush cancel under inflight_lock
Jens Axboe
2019-11-12
1
-17
/
+18
|
*
io_uring: flag SQPOLL busy condition to userspace
Jens Axboe
2019-11-12
1
-6
/
+16
|
*
io_uring: make ASYNC_CANCEL work with poll and timeout
Jens Axboe
2019-11-12
1
-58
/
+80
[next]