index
:
kernel/git/stable/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2020-04-17
io_uring: honor original task RLIMIT_FSIZE
Jens Axboe
2020-04-17
io_uring: remove bogus RLIMIT_NOFILE check in file registration
Jens Axboe
2020-03-25
io_uring: NULL-deref for IOSQE_{ASYNC,DRAIN}
Pavel Begunkov
2020-03-25
io_uring: fix lockup with timeouts
Pavel Begunkov
2020-03-21
io_uring: pick up link work on submit reference drop
Jens Axboe
2020-03-21
io_uring: fix poll_list race for SETUP_IOPOLL|SETUP_SQPOLL
Xiaoguang Wang
2020-03-05
io_uring: fix 32-bit compatability with sendmsg/recvmsg
Jens Axboe
2020-03-05
io_uring: flush overflowed CQ events in the io_uring_poll()
Stefano Garzarella
2020-02-28
io_uring: fix __io_iopoll_check deadlock in io_sq_thread
Xiaoguang Wang
2020-02-28
io_uring: prevent sq_thread from spinning when it should stop
Stefano Garzarella
2020-02-19
io_uring: retry raw bdev writes if we hit -EOPNOTSUPP
Jens Axboe
2020-02-19
io_uring: fix deferred req iovec leak
Pavel Begunkov
2020-02-11
io_uring: prevent potential eventfd recursion on poll
Jens Axboe
2020-02-11
io_uring: enable option to only trigger eventfd for async completions
Sasha Levin
2020-02-11
io_uring: spin for sq thread to idle on shutdown
Jens Axboe
2020-02-11
io_uring: don't map read/write iovec potentially twice
Jens Axboe
2020-01-26
io_uring: don't cancel all work on process exit
Jens Axboe
2020-01-26
Revert "io_uring: only allow submit from owning task"
Jens Axboe
2020-01-20
io_uring: fix compat for IORING_REGISTER_FILES_UPDATE
Eugene Syromiatnikov
2020-01-16
io_uring: only allow submit from owning task
Jens Axboe
2020-01-15
io_uring: ensure workqueue offload grabs ring mutex for poll list
Jens Axboe
2020-01-15
io_uring: clear req->result always before issuing a read/write request
Bijan Mottahedeh
2020-01-14
io_uring: be consistent in assigning next work from handler
Jens Axboe
2020-01-13
io_uring: don't setup async context for read/write fixed
Jens Axboe
2020-01-07
io_uring: remove punt of short reads to async context
Jens Axboe
2019-12-20
io_uring: pass in 'sqe' to the prep handlers
Jens Axboe
2019-12-20
io_uring: standardize the prep methods
Jens Axboe
2019-12-20
io_uring: read 'count' for IORING_OP_TIMEOUT in prep handler
Jens Axboe
2019-12-20
io_uring: move all prep state for IORING_OP_{SEND,RECV}_MGS to prep handler
Jens Axboe
2019-12-20
io_uring: move all prep state for IORING_OP_CONNECT to prep handler
Jens Axboe
2019-12-20
io_uring: add and use struct io_rw for read/writes
Jens Axboe
2019-12-20
io_uring: use u64_to_user_ptr() consistently
Jens Axboe
2019-12-18
io_uring: io_wq_submit_work() should not touch req->rw
Jens Axboe
2019-12-18
io_uring: don't wait when under-submitting
Pavel Begunkov
2019-12-17
io_uring: warn about unhandled opcode
Jens Axboe
2019-12-17
io_uring: read opcode and user_data from SQE exactly once
Jens Axboe
2019-12-17
io_uring: make IORING_OP_TIMEOUT_REMOVE deferrable
Jens Axboe
2019-12-17
io_uring: make IORING_OP_CANCEL_ASYNC deferrable
Jens Axboe
2019-12-17
io_uring: make IORING_POLL_ADD and IORING_POLL_REMOVE deferrable
Jens Axboe
2019-12-17
io_uring: make HARDLINK imply LINK
Pavel Begunkov
2019-12-17
io_uring: any deferred command must have stable sqe data
Jens Axboe
2019-12-17
io_uring: remove 'sqe' parameter to the OP helpers that take it
Jens Axboe
2019-12-17
io_uring: fix pre-prepped issue with force_nonblock == true
Jens Axboe
2019-12-15
io_uring: fix sporadic -EFAULT from IORING_OP_RECVMSG
Jens Axboe
2019-12-15
io_uring: fix stale comment and a few typos
Brian Gianforcaro
2019-12-11
io_uring: ensure we return -EINVAL on unknown opcode
Jens Axboe
2019-12-10
io_uring: add sockets to list of files that support non-blocking issue
Jens Axboe
2019-12-10
io_uring: only hash regular files for async work execution
Jens Axboe
2019-12-10
io_uring: run next sqe inline if possible
Jens Axboe
2019-12-10
io_uring: don't dynamically allocate poll data
Jens Axboe
[next]