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
*
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
2021-05-05
1
-2
/
+2
*
io_uring: Fix memory leak in io_sqe_buffers_register()
Zqiang
2021-04-30
1
-2
/
+2
*
io_uring: Fix premature return from loop and memory leak
Colin Ian King
2021-04-29
1
-4
/
+8
*
io_uring: fix unchecked error in switch_start()
Pavel Begunkov
2021-04-29
1
-1
/
+3
*
io_uring: allow empty slots for reg buffers
Pavel Begunkov
2021-04-29
1
-7
/
+29
*
io_uring: add more build check for uapi
Pavel Begunkov
2021-04-29
1
-0
/
+7
*
io_uring: dont overlap internal and user req flags
Pavel Begunkov
2021-04-29
1
-6
/
+3
*
io_uring: fix drain with rsrc CQEs
Pavel Begunkov
2021-04-29
1
-0
/
+1
*
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-28
1
-1232
/
+1370
|
\
|
*
io_uring: maintain drain logic for multishot poll requests
Hao Xu
2021-04-27
1
-1
/
+5
|
*
io_uring: Check current->io_uring in io_uring_cancel_sqpoll
Palash Oswal
2021-04-27
1
-0
/
+2
|
*
io_uring: fix NULL reg-buffer
Pavel Begunkov
2021-04-26
1
-17
/
+17
|
*
io_uring: simplify SQPOLL cancellations
Pavel Begunkov
2021-04-26
1
-42
/
+3
|
*
io_uring: fix work_exit sqpoll cancellations
Pavel Begunkov
2021-04-26
1
-7
/
+18
|
*
io_uring: Fix uninitialized variable up.resv
Colin Ian King
2021-04-26
1
-0
/
+1
|
*
io_uring: fix invalid error check after malloc
Pavel Begunkov
2021-04-26
1
-1
/
+1
|
*
io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
Stefan Metzmacher
2021-04-25
1
-1
/
+0
|
*
io_uring: update sq_thread_idle after ctx deleted
Hao Xu
2021-04-25
1
-1
/
+2
|
*
io_uring: add full-fledged dynamic buffers support
Pavel Begunkov
2021-04-25
1
-4
/
+72
|
*
io_uring: implement fixed buffers registration similar to fixed files
Bijan Mottahedeh
2021-04-25
1
-15
/
+56
|
*
io_uring: prepare fixed rw for dynanic buffers
Pavel Begunkov
2021-04-25
1
-10
/
+29
|
*
io_uring: keep table of pointers to ubufs
Pavel Begunkov
2021-04-25
1
-16
/
+19
|
*
io_uring: add generic rsrc update with tags
Pavel Begunkov
2021-04-25
1
-11
/
+41
|
*
io_uring: add IORING_REGISTER_RSRC
Pavel Begunkov
2021-04-25
1
-5
/
+40
|
*
io_uring: enumerate dynamic resources
Pavel Begunkov
2021-04-25
1
-8
/
+8
|
*
io_uring: add generic path for rsrc update
Pavel Begunkov
2021-04-25
1
-33
/
+46
|
*
io_uring: preparation for rsrc tagging
Pavel Begunkov
2021-04-25
1
-4
/
+30
|
*
io_uring: decouple CQE filling from requests
Pavel Begunkov
2021-04-25
1
-27
/
+28
|
*
io_uring: return back rsrc data free helper
Pavel Begunkov
2021-04-25
1
-2
/
+7
|
*
io_uring: move __io_sqe_files_unregister
Pavel Begunkov
2021-04-25
1
-27
/
+27
|
*
io_uring: check sqring and iopoll_list before shedule
Hao Xu
2021-04-23
1
-17
/
+19
|
*
io_uring: refactor io_sq_offload_create()
Pavel Begunkov
2021-04-20
1
-14
/
+6
|
*
io_uring: safer sq_creds putting
Pavel Begunkov
2021-04-20
1
-2
/
+2
|
*
io_uring: move inflight un-tracking into cleanup
Pavel Begunkov
2021-04-20
1
-10
/
+9
|
*
io_uring: fix shared sqpoll cancellation hangs
Pavel Begunkov
2021-04-19
1
-13
/
+14
|
*
io_uring: remove extra sqpoll submission halting
Pavel Begunkov
2021-04-19
1
-8
/
+4
|
*
io_uring: check register restriction afore quiesce
Pavel Begunkov
2021-04-18
1
-13
/
+8
|
*
io_uring: fix overflows checks in provide buffers
Pavel Begunkov
2021-04-18
1
-2
/
+8
|
*
io_uring: don't fail submit with overflow backlog
Pavel Begunkov
2021-04-18
1
-6
/
+0
|
*
io_uring: fix merge error for async resubmit
Jens Axboe
2021-04-16
1
-1
/
+1
|
*
io_uring: tie req->apoll to request lifetime
Jens Axboe
2021-04-16
1
-10
/
+7
|
*
io_uring: put flag checking for needing req cleanup in one spot
Jens Axboe
2021-04-16
1
-4
/
+7
|
*
io_uring: disable multishot poll for double poll add cases
Jens Axboe
2021-04-16
1
-0
/
+6
|
*
io_uring: move poll update into remove not add
Pavel Begunkov
2021-04-14
1
-66
/
+38
|
*
io_uring: add helper for parsing poll events
Pavel Begunkov
2021-04-14
1
-8
/
+16
|
*
io_uring: fix POLL_REMOVE removing apoll
Pavel Begunkov
2021-04-14
1
-12
/
+11
|
*
io_uring: refactor io_ring_exit_work()
Pavel Begunkov
2021-04-14
1
-4
/
+5
|
*
io_uring: inline io_iopoll_getevents()
Pavel Begunkov
2021-04-13
1
-39
/
+13
|
*
io_uring: skip futile iopoll iterations
Pavel Begunkov
2021-04-13
1
-2
/
+5
|
*
io_uring: don't fail overflow on in_idle
Pavel Begunkov
2021-04-13
1
-24
/
+20
[next]