index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2021-08-20
io_uring: fix xa_alloc_cycle() error return value check
Jens Axboe
2021-08-17
io_uring: pin ctx on fallback execution
Pavel Begunkov
2021-08-14
io_uring: only assign io_uring_enter() SQPOLL error in actual error case
Jens Axboe
2021-08-09
io_uring: fix ctx-exit io_rsrc_put_work() deadlock
Pavel Begunkov
2021-08-09
io_uring: drop ctx->uring_lock before flushing work item
Jens Axboe
2021-08-09
io_uring: rsrc ref lock needs to be IRQ safe
Jens Axboe
2021-08-08
io_uring: Use WRITE_ONCE() when writing to sq_flags
Nadav Amit
2021-08-08
io_uring: clear TIF_NOTIFY_SIGNAL when running task work
Nadav Amit
2021-07-28
io_uring: fix poll requests leaking second poll entries
Hao Xu
2021-07-28
io_uring: don't block level reissue off completion path
Jens Axboe
2021-07-27
io_uring: always reissue from task_work context
Jens Axboe
2021-07-26
io_uring: fix race in unified task_work running
Jens Axboe
2021-07-26
io_uring: fix io_prep_async_link locking
Pavel Begunkov
2021-07-23
io_uring: explicitly catch any illegal async queue attempt
Jens Axboe
2021-07-23
io_uring: never attempt iopoll reissue from release path
Jens Axboe
2021-07-22
io_uring: fix early fdput() of file
Jens Axboe
2021-07-20
io_uring: fix memleak in io_init_wq_offload()
Yang Yingliang
2021-07-20
io_uring: remove double poll entry on arm failure
Pavel Begunkov
2021-07-20
io_uring: explicitly count entries for poll reqs
Pavel Begunkov
2021-07-11
io_uring: fix io_drain_req()
Pavel Begunkov
2021-07-11
io_uring: use right task for exiting checks
Pavel Begunkov
2021-07-09
io_uring: remove dead non-zero 'poll' check
Jens Axboe
2021-07-08
io_uring: mitigate unlikely iopoll lag
Pavel Begunkov
2021-07-07
io_uring: fix drain alloc fail return code
Pavel Begunkov
2021-07-01
io_uring: fix exiting io_req_task_work_add leaks
Pavel Begunkov
2021-07-01
io_uring: simplify task_work func
Pavel Begunkov
2021-07-01
io_uring: fix stuck fallback reqs
Pavel Begunkov
2021-06-30
io_uring: code clean for kiocb_done()
Hao Xu
2021-06-30
io_uring: spin in iopoll() only when reqs are in a single queue
Hao Xu
2021-06-30
io_uring: pre-initialise some of req fields
Pavel Begunkov
2021-06-30
io_uring: refactor io_submit_flush_completions
Pavel Begunkov
2021-06-30
io_uring: optimise hot path restricted checks
Pavel Begunkov
2021-06-30
io_uring: remove not needed PF_EXITING check
Pavel Begunkov
2021-06-30
io_uring: mainstream sqpoll task_work running
Pavel Begunkov
2021-06-30
io_uring: refactor io_arm_poll_handler()
Pavel Begunkov
2021-06-30
io_uring: reduce latency by reissueing the operation
Olivier Langlois
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_UNLINKAT
Jens Axboe
2021-06-30
io_uring: add IOPOLL and reserved field checks to IORING_OP_RENAMEAT
Jens Axboe
2021-06-30
io_uring: refactor io_openat2()
Pavel Begunkov
2021-06-30
io_uring: update sqe layout build checks
Pavel Begunkov
2021-06-30
io_uring: fix code style problems
Pavel Begunkov
2021-06-30
io_uring: refactor io_sq_thread()
Pavel Begunkov
2021-06-30
io_uring: don't change sqpoll creds if not needed
Pavel Begunkov
2021-06-23
io_uring: Create define to modify a SQPOLL parameter
Olivier Langlois
2021-06-23
io_uring: Fix race condition when sqp thread goes to sleep
Olivier Langlois
2021-06-18
io_uring: improve in tctx_task_work() resubmission
Pavel Begunkov
2021-06-18
io_uring: don't resched with empty task_list
Pavel Begunkov
2021-06-18
io_uring: refactor tctx task_work list splicing
Pavel Begunkov
2021-06-18
io_uring: optimise task_work submit flushing
Pavel Begunkov
2021-06-18
io_uring: inline __tctx_task_work()
Pavel Begunkov
[next]