index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2021-12-22
io_uring: zero iocb->ki_pos for stream file types
Jens Axboe
2021-12-10
io_uring: ensure task_work gets run as part of cancelations
Jens Axboe
2021-11-27
io_uring: Fix undefined-behaviour in io_issue_sqe
Ye Bin
2021-11-27
io_uring: fix soft lockup when call __io_remove_buffers
Ye Bin
2021-11-26
io_uring: fix link traversal locking
Pavel Begunkov
2021-11-26
io_uring: fail cancellation for EXITING tasks
Pavel Begunkov
2021-11-22
io_uring: correct link-list traversal locking
Pavel Begunkov
2021-11-16
io_uring: fix missed comment from *task_file rename
Kamal Mostafa
2021-11-08
io_uring: honour zeroes as io-wq worker limits
Pavel Begunkov
2021-11-05
io_uring: remove dead 'sqe' store
Jens Axboe
2021-11-02
io_uring: remove redundant assignment to ret in io_register_iowq_max_workers()
Nghia Le
2021-11-02
io_uring: clean up io_queue_sqe_arm_apoll
Pavel Begunkov
2021-11-01
Merge tag 'selinux-pr-20211101' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/ki_complete-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/io_uring-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-block
Linus Torvalds
2021-11-01
Merge tag 'folio-5.16' of git://git.infradead.org/users/willy/pagecache
Linus Torvalds
2021-10-29
io_uring: harder fdinfo sq/cq ring iterating
Jens Axboe
2021-10-26
io_uring: don't assign write hint in the read path
Jens Axboe
2021-10-25
fs: get rid of the res2 iocb->ki_complete argument
Jens Axboe
2021-10-25
io_uring: clusterise ki_flags access in rw_prep
Pavel Begunkov
2021-10-25
io_uring: kill unused param from io_file_supports_nowait
Pavel Begunkov
2021-10-25
io_uring: clean up timeout async_data allocation
Pavel Begunkov
2021-10-25
io_uring: don't try io-wq polling if not supported
Pavel Begunkov
2021-10-25
io_uring: check if opcode needs poll first on arming
Pavel Begunkov
2021-10-25
io_uring: clean iowq submit work cancellation
Pavel Begunkov
2021-10-25
io_uring: clean io_wq_submit_work()'s main loop
Pavel Begunkov
2021-10-22
io_uring: implement async hybrid mode for pollable requests
Hao Xu
2021-10-21
io_uring: apply worker limits to previous users
Pavel Begunkov
2021-10-20
io_uring: fix ltimeout unprep
Pavel Begunkov
2021-10-20
io_uring: apply max_workers limit to all future users
Pavel Begunkov
2021-10-20
io_uring: Use ERR_CAST() instead of ERR_PTR(PTR_ERR())
Changcheng Deng
2021-10-19
io_uring: split logic of force_nonblock
Hao Xu
2021-10-19
io_uring: warning about unused-but-set parameter
Arnd Bergmann
2021-10-19
io_uring: inform block layer of how many requests we are submitting
Jens Axboe
2021-10-19
io_uring: simplify io_file_supports_nowait()
Pavel Begunkov
2021-10-19
io_uring: combine REQ_F_NOWAIT_{READ,WRITE} flags
Pavel Begunkov
2021-10-19
io_uring: arm poll for non-nowait files
Pavel Begunkov
2021-10-19
fs/io_uring: Prioritise checking faster conditions first in io_write
Noah Goldstein
2021-10-19
io_uring: clean io_prep_rw()
Pavel Begunkov
2021-10-19
io_uring: optimise fixed rw rsrc node setting
Pavel Begunkov
2021-10-19
io_uring: return iovec from __io_import_iovec
Pavel Begunkov
2021-10-19
io_uring: optimise io_import_iovec fixed path
Pavel Begunkov
2021-10-19
io_uring: kill io_wq_current_is_worker() in iopoll
Pavel Begunkov
2021-10-19
io_uring: optimise req->ctx reloads
Pavel Begunkov
2021-10-19
io_uring: rearrange io_read()/write()
Pavel Begunkov
2021-10-19
io_uring: clean up io_import_iovec
Pavel Begunkov
2021-10-19
io_uring: optimise io_import_iovec nonblock passing
Pavel Begunkov
2021-10-19
io_uring: optimise read/write iov state storing
Pavel Begunkov
2021-10-19
io_uring: encapsulate rw state
Pavel Begunkov
[next]