index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2021-05-14
io_uring: increase max number of reg buffers
Pavel Begunkov
2021-05-14
io_uring: further remove sqpoll limits on opcodes
Pavel Begunkov
2021-05-14
io_uring: fix ltout double free on completion race
Pavel Begunkov
2021-05-08
io_uring: fix link timeout refs
Pavel Begunkov
2021-05-05
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
2021-04-30
io_uring: Fix memory leak in io_sqe_buffers_register()
Zqiang
2021-04-29
io_uring: Fix premature return from loop and memory leak
Colin Ian King
2021-04-29
io_uring: fix unchecked error in switch_start()
Pavel Begunkov
2021-04-29
io_uring: allow empty slots for reg buffers
Pavel Begunkov
2021-04-29
io_uring: add more build check for uapi
Pavel Begunkov
2021-04-29
io_uring: dont overlap internal and user req flags
Pavel Begunkov
2021-04-29
io_uring: fix drain with rsrc CQEs
Pavel Begunkov
2021-04-28
Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-04-27
io_uring: maintain drain logic for multishot poll requests
Hao Xu
2021-04-27
io_uring: Check current->io_uring in io_uring_cancel_sqpoll
Palash Oswal
2021-04-26
io_uring: fix NULL reg-buffer
Pavel Begunkov
2021-04-26
io_uring: simplify SQPOLL cancellations
Pavel Begunkov
2021-04-26
io_uring: fix work_exit sqpoll cancellations
Pavel Begunkov
2021-04-26
io_uring: Fix uninitialized variable up.resv
Colin Ian King
2021-04-26
io_uring: fix invalid error check after malloc
Pavel Begunkov
2021-04-25
io_uring: io_sq_thread() no longer needs to reset current->pf_io_worker
Stefan Metzmacher
2021-04-25
io_uring: update sq_thread_idle after ctx deleted
Hao Xu
2021-04-25
io_uring: add full-fledged dynamic buffers support
Pavel Begunkov
2021-04-25
io_uring: implement fixed buffers registration similar to fixed files
Bijan Mottahedeh
2021-04-25
io_uring: prepare fixed rw for dynanic buffers
Pavel Begunkov
2021-04-25
io_uring: keep table of pointers to ubufs
Pavel Begunkov
2021-04-25
io_uring: add generic rsrc update with tags
Pavel Begunkov
2021-04-25
io_uring: add IORING_REGISTER_RSRC
Pavel Begunkov
2021-04-25
io_uring: enumerate dynamic resources
Pavel Begunkov
2021-04-25
io_uring: add generic path for rsrc update
Pavel Begunkov
2021-04-25
io_uring: preparation for rsrc tagging
Pavel Begunkov
2021-04-25
io_uring: decouple CQE filling from requests
Pavel Begunkov
2021-04-25
io_uring: return back rsrc data free helper
Pavel Begunkov
2021-04-25
io_uring: move __io_sqe_files_unregister
Pavel Begunkov
2021-04-23
io_uring: check sqring and iopoll_list before shedule
Hao Xu
2021-04-20
io_uring: refactor io_sq_offload_create()
Pavel Begunkov
2021-04-20
io_uring: safer sq_creds putting
Pavel Begunkov
2021-04-20
io_uring: move inflight un-tracking into cleanup
Pavel Begunkov
2021-04-19
io_uring: fix shared sqpoll cancellation hangs
Pavel Begunkov
2021-04-19
io_uring: remove extra sqpoll submission halting
Pavel Begunkov
2021-04-17
io_uring: check register restriction afore quiesce
Pavel Begunkov
2021-04-17
io_uring: fix overflows checks in provide buffers
Pavel Begunkov
2021-04-17
io_uring: don't fail submit with overflow backlog
Pavel Begunkov
2021-04-16
io_uring: fix merge error for async resubmit
Jens Axboe
2021-04-16
io_uring: tie req->apoll to request lifetime
Jens Axboe
2021-04-16
io_uring: put flag checking for needing req cleanup in one spot
Jens Axboe
2021-04-15
io_uring: disable multishot poll for double poll add cases
Jens Axboe
2021-04-14
io_uring: fix early sqd_list removal sqpoll hangs
Pavel Begunkov
2021-04-14
io_uring: move poll update into remove not add
Pavel Begunkov
2021-04-14
io_uring: add helper for parsing poll events
Pavel Begunkov
[next]