index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-02-13
io_uring: fix list corruption for splice file_get
Pavel Begunkov
1
-1
/
+2
2021-02-13
io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE
Hao Xu
1
-2
/
+6
2021-02-13
io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE
Pavel Begunkov
1
-17
/
+22
2021-02-13
io_uring: replace inflight_wait with tctx->wait
Pavel Begunkov
1
-7
/
+6
2021-02-13
io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE
Pavel Begunkov
1
-6
/
+6
2021-02-13
io_uring: if we see flush on exit, cancel related tasks
Jens Axboe
1
-1
/
+8
2021-02-13
io_uring: account io_uring internal files as REQ_F_INFLIGHT
Jens Axboe
1
-8
/
+24
2021-02-13
io_uring: fix files cancellation
Pavel Begunkov
1
-4
/
+4
2021-02-13
io_uring: always batch cancel in *cancel_files()
Pavel Begunkov
1
-119
/
+20
2021-02-13
io_uring: pass files into kill timeouts/poll
Pavel Begunkov
1
-8
/
+10
2021-02-13
io_uring: don't iterate io_uring_cancel_files()
Pavel Begunkov
1
-22
/
+12
2021-02-13
io_uring: add a {task,files} pair matching helper
Pavel Begunkov
1
-31
/
+32
2021-02-13
io_uring: simplify io_task_match()
Pavel Begunkov
1
-5
/
+1
2021-02-10
io_uring: don't modify identity's files uncess identity is cowed
Xiaoguang Wang
1
-6
/
+0
2021-02-03
io_uring: fix wqe->lock/completion_lock deadlock
Pavel Begunkov
1
-8
/
+2
2021-01-30
io_uring: fix sleeping under spin in __io_clean_op
Pavel Begunkov
1
-5
/
+6
2021-01-30
io_uring: dont kill fasync under completion_lock
Pavel Begunkov
1
-5
/
+4
2021-01-30
io_uring: fix skipping disabling sqo on exec
Pavel Begunkov
1
-0
/
+4
2021-01-30
io_uring: fix uring_flush in exit_files() warning
Pavel Begunkov
1
-1
/
+4
2021-01-30
io_uring: fix false positive sqo warning on flush
Pavel Begunkov
1
-2
/
+1
2021-01-30
io_uring: do sqo disable on install_fd error
Pavel Begunkov
1
-0
/
+1
2021-01-30
io_uring: fix null-deref in io_disable_sqo_submit
Pavel Begunkov
1
-1
/
+2
2021-01-30
io_uring: stop SQPOLL submit on creator's death
Pavel Begunkov
1
-8
/
+50
2021-01-30
io_uring: add warn_once for io_uring_flush()
Pavel Begunkov
1
-4
/
+10
2021-01-30
io_uring: inline io_uring_attempt_task_drop()
Pavel Begunkov
1
-18
/
+11
2021-01-27
io_uring: fix short read retries for non-reg files
Pavel Begunkov
1
-1
/
+1
2021-01-27
io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state
Jens Axboe
1
-1
/
+2
2021-01-27
io_uring: iopoll requests should also wake task ->in_idle state
Jens Axboe
1
-0
/
+4
2021-01-27
io_uring: flush timeouts that should already have expired
Marcelo Diop-Gonzalez
1
-4
/
+30
2021-01-19
io_uring: drop file refs after task cancel
Pavel Begunkov
1
-9
/
+16
2021-01-19
io_uring: drop mm and files after task_work_run
Pavel Begunkov
1
-0
/
+2
2021-01-19
io_uring: don't take files/mm for a dead task
Pavel Begunkov
1
-0
/
+2
2021-01-17
io_uring: Fix return value from alloc_fixed_file_ref_node
Matthew Wilcox (Oracle)
1
-6
/
+6
2021-01-17
io_uring: patch up IOPOLL overflow_flush sync
Pavel Begunkov
1
-37
/
+41
2021-01-17
io_uring: limit {io|sq}poll submit locking scope
Pavel Begunkov
1
-3
/
+6
2021-01-17
io_uring: synchronise IOPOLL on task_submit fail
Pavel Begunkov
1
-5
/
+6
2021-01-06
io_uring: remove racy overflow list fast checks
Pavel Begunkov
1
-4
/
+1
2021-01-06
io_uring: check kthread stopped flag when sq thread is unparked
Xiaoguang Wang
1
-1
/
+9
2021-01-06
io_uring: fix io_sqe_files_unregister() hangs
Pavel Begunkov
1
-2
/
+22
2021-01-06
io_uring: add a helper for setting a ref node
Pavel Begunkov
1
-10
/
+12
2021-01-06
io_uring: use bottom half safe lock for fixed file data
Jens Axboe
1
-8
/
+8
2021-01-06
io_uring: don't assume mm is constant across submits
Jens Axboe
1
-7
/
+7
2021-01-06
io_uring: close a small race gap for files cancel
Pavel Begunkov
1
-4
/
+4
2020-12-30
io_uring: make ctx cancel on exit targeted to actual ctx
Jens Axboe
1
-1
/
+8
2020-12-30
io_uring: fix double io_uring free
Pavel Begunkov
1
-32
/
+39
2020-12-30
io_uring: fix ignoring xa_store errors
Pavel Begunkov
1
-3
/
+7
2020-12-30
io_uring: hold uring_lock while completing failed polled io in io_wq_submit_w...
Xiaoguang Wang
1
-10
/
+19
2020-12-30
io_uring: fix 0-iov read buffer select
Pavel Begunkov
1
-3
/
+1
2020-12-30
io_uring: always let io_iopoll_complete() complete polled io
Xiaoguang Wang
1
-2
/
+13
2020-12-30
io_uring: fix racy IOPOLL completions
Pavel Begunkov
1
-5
/
+18
[prev]
[next]