index
:
linux.git
iio/light/color-sensors
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
sunxi/platform/irq-debounce
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
2020-12-09
io_uring: add timeout update
Pavel Begunkov
2020-12-09
io_uring: restructure io_timeout_cancel()
Pavel Begunkov
2020-12-09
io_uring: fix files cancellation
Pavel Begunkov
2020-12-09
io_uring: use bottom half safe lock for fixed file data
Jens Axboe
2020-12-09
io_uring: fix miscounting ios_left
Pavel Begunkov
2020-12-09
io_uring: change submit file state invariant
Pavel Begunkov
2020-12-09
io_uring: check kthread stopped flag when sq thread is unparked
Xiaoguang Wang
2020-12-09
io_uring: share fixed_file_refs b/w multiple rsrcs
Pavel Begunkov
2020-12-09
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
2020-12-09
io_uring: don't take fs for recvmsg/sendmsg
Pavel Begunkov
2020-12-09
io_uring: only wake up sq thread while current task is in io worker context
Xiaoguang Wang
2020-12-09
io_uring: don't acquire uring_lock twice
Xiaoguang Wang
2020-12-09
io_uring: initialize 'timeout' properly in io_sq_thread()
Xiaoguang Wang
2020-12-09
io_uring: refactor io_sq_thread() handling
Xiaoguang Wang
2020-12-09
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
2020-12-09
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
2020-12-09
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
2020-12-09
io_uring: cancel only requests of current task
Pavel Begunkov
2020-12-09
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
2020-12-09
io_uring: simplify io_task_match()
Pavel Begunkov
2020-12-09
io_uring: inline io_import_iovec()
Pavel Begunkov
2020-12-09
io_uring: remove duplicated io_size from rw
Pavel Begunkov
2020-12-09
fs/io_uring Don't use the return value from import_iovec().
David Laight
2020-12-09
io_uring: NULL files dereference by SQPOLL
Pavel Begunkov
2020-12-09
io_uring: add timeout support for io_uring_enter()
Hao Xu
2020-12-09
io_uring: only plug when appropriate
Jens Axboe
2020-12-09
io_uring: rearrange io_kiocb fields for better caching
Pavel Begunkov
2020-12-09
io_uring: link requests with singly linked list
Pavel Begunkov
2020-12-09
io_uring: track link timeout's master explicitly
Pavel Begunkov
2020-12-09
io_uring: track link's head and tail during submit
Pavel Begunkov
2020-12-09
io_uring: split poll and poll_remove structs
Pavel Begunkov
2020-12-09
io_uring: add support for IORING_OP_UNLINKAT
Jens Axboe
2020-12-09
io_uring: add support for IORING_OP_RENAMEAT
Jens Axboe
2020-12-09
io_uring: enable file table usage for SQPOLL rings
Jens Axboe
2020-12-09
io_uring: allow non-fixed files with SQPOLL
Jens Axboe
2020-12-08
io_uring: fix file leak on error path of io ctx creation
Hillf Danton
2020-12-07
io_uring: fix mis-seting personality's creds
Pavel Begunkov
2020-12-04
net: Remove the err argument from sock_from_file
Florent Revest
2020-12-01
block: remove i_bdev
Christoph Hellwig
2020-11-30
io_uring: fix recvmsg setup with compat buf-select
Pavel Begunkov
2020-11-26
io_uring: fix files grab/cancel race
Pavel Begunkov
2020-11-24
io_uring: fix ITER_BVEC check
Pavel Begunkov
2020-11-24
io_uring: fix shift-out-of-bounds when round up cq size
Joseph Qi
2020-11-23
io_uring: add support for shutdown(2)
Jens Axboe
2020-11-23
io_uring: allow SQPOLL with CAP_SYS_NICE privileges
Jens Axboe
2020-11-20
Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-11-18
io_uring: order refnode recycling
Pavel Begunkov
2020-11-18
io_uring: get an active ref_node from files_data
Pavel Begunkov
2020-11-17
io_uring: don't double complete failed reissue request
Jens Axboe
2020-11-14
io_uring: handle -EOPNOTSUPP on path resolution
Jens Axboe
[prev]
[next]