index
:
linux.git
dev
master
v4.9.13
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2024-06-16
io_uring: fail NOP if non-zero op flags is passed in
Ming Lei
2024-03-26
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
2023-12-13
io_uring/af_unix: disable sending io_uring over sockets
Pavel Begunkov
2023-12-08
io_uring: fix off-by one bvec index
Keith Busch
2023-06-05
io_uring: have io_kill_timeout() honor the request references
Jens Axboe
2023-06-05
io_uring: don't drop completion lock before timer is fully initialized
Jens Axboe
2023-06-05
io_uring: always grab lock in io_cancel_async_work()
Jens Axboe
2022-10-26
io_uring/af_unix: defer registered files gc to io_uring release
Pavel Begunkov
2022-09-05
io_uring: disable polling pollfree files
Pavel Begunkov
2022-04-15
io_uring: fix fs->users overflow
Pavel Begunkov
2021-01-30
io_uring: Fix current->fs handling in io_sq_wq_submit_work()
Nicolai Stange
2020-10-14
io_uring: Fix double list add in io_queue_async_work()
Muchun Song
2020-10-14
io_uring: Fix remove irrelevant req from the task_list
Muchun Song
2020-10-14
io_uring: Fix missing smp_mb() in io_cancel_async_work()
Muchun Song
2020-10-14
io_uring: Fix resource leaking when kill the process
Yinyin Zhu
2020-09-03
io_uring: Fix NULL pointer dereference in io_sq_wq_submit_work()
Xin Yin
2020-08-19
io_uring: Fix NULL pointer dereference in loop_rw_iter()
Guoyu Huang
2020-08-19
io_uring: set ctx sq/cq entry count earlier
Jens Axboe
2020-08-19
io_uring: fix sq array offset calculation
Dmitry Vyukov
2020-08-19
fs/io_uring.c: Fix uninitialized variable is referenced in io_submit_sqe
Liu Yong
2020-08-11
io_uring: Fix use-after-free in io_sq_wq_submit_work()
Guoyu Huang
2020-08-11
io_uring: prevent re-read of sqe->opcode
Jens Axboe
2020-07-09
io_uring: make sure async workqueue is canceled on exit
Jens Axboe
2020-06-17
io_uring: use kvfree() in io_sqe_buffer_register()
Denis Efremov
2020-06-07
io_uring: initialize ctx->sqo_wait earlier
Jens Axboe
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-05
io_uring: fix 32-bit compatability with sendmsg/recvmsg
Jens Axboe
2020-03-05
io_uring: grab ->fs as part of async offload
Jens Axboe
2020-02-28
io_uring: prevent sq_thread from spinning when it should stop
Stefano Garzarella
2020-02-28
io_uring: fix __io_iopoll_check deadlock in io_sq_thread
Xiaoguang Wang
2020-01-29
Revert "io_uring: only allow submit from owning task"
Jens Axboe
2020-01-23
io_uring: only allow submit from owning task
Jens Axboe
2020-01-12
io_uring: don't wait when under-submitting
Pavel Begunkov
2020-01-09
io_uring: use current task creds instead of allocating a new one
Jens Axboe
2020-01-04
io_uring: io_allocate_scq_urings() should return a sane state
Jens Axboe
2019-12-13
io_uring: ensure req->submit is copied when req is deferred
Jens Axboe
2019-12-13
io_uring: fix missing kmap() declaration on powerpc
Jens Axboe
2019-12-13
io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR
Jens Axboe
2019-12-13
io_uring: fix dead-hung for non-iter fixed rw
Pavel Begunkov
2019-12-04
io_uring: async workers should inherit the user creds
Jens Axboe
2019-11-13
io_uring: ensure registered buffer import returns the IO length
Jens Axboe
2019-11-13
io_uring: Fix getting file for timeout
Pavel Begunkov
2019-11-12
io_uring: make timeout sequence == 0 mean no sequence
Jens Axboe
2019-10-30
io_uring: ensure we clear io_kiocb->result before each issue
Jens Axboe
2019-10-28
io_uring: don't touch ctx in setup after ring fd install
Jens Axboe
2019-10-27
io_uring: Fix leaked shadow_req
Pavel Begunkov
2019-10-25
io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREAD
Jens Axboe
2019-10-25
io_uring: used cached copies of sq->dropped and cq->overflow
Jens Axboe
[next]