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-08-04
io_uring: fix null-ptr-deref in io_sq_offload_start()
Yang Yingliang
1
-1
/
+1
2021-07-31
io_uring: fix link timeout refs
Pavel Begunkov
1
-1
/
+0
2021-07-28
io_uring: remove double poll entry on arm failure
Pavel Begunkov
1
-0
/
+2
2021-07-28
io_uring: explicitly count entries for poll reqs
Pavel Begunkov
1
-6
/
+10
2021-07-19
io_uring: fix clear IORING_SETUP_R_DISABLED in wrong function
Yang Yingliang
1
-1
/
+1
2021-07-19
io_uring: convert io_buffer_idr to XArray
Jens Axboe
1
-28
/
+15
2021-07-19
io_uring: Convert personality_idr to XArray
Matthew Wilcox (Oracle)
1
-29
/
+30
2021-07-19
io_uring: simplify io_remove_personalities()
Yejune Deng
1
-17
/
+11
2021-07-14
io_uring: fix blocking inline submission
Pavel Begunkov
1
-1
/
+1
2021-06-10
io_uring: use better types for cflags
Pavel Begunkov
1
-2
/
+3
2021-06-10
io_uring: fix link timeout refs
Pavel Begunkov
1
-0
/
+1
2021-05-14
io_uring: fix overflows checks in provide buffers
Pavel Begunkov
1
-2
/
+8
2021-05-14
io_uring: truncate lengths larger than MAX_RW_COUNT on provide buffers
Thadeu Lima de Souza Cascardo
1
-2
/
+2
2021-04-16
io_uring: don't mark S_ISBLK async work as unbounded
Jens Axboe
1
-1
/
+1
2021-04-10
io_uring: fix timeout cancel return code
Pavel Begunkov
1
-4
/
+4
2021-04-07
io_uring: call req_set_fail_links() on short send[msg]()/recv[msg]() with MSG...
Stefan Metzmacher
1
-4
/
+20
2021-04-07
io_uring: imply MSG_NOSIGNAL for send[msg]()/recv[msg]() calls
Stefan Metzmacher
1
-4
/
+4
2021-04-07
io_uring: fix ->flags races by linked timeouts
Pavel Begunkov
1
-1
/
+0
2021-03-30
io_uring: fix provide_buffers sign extension
Pavel Begunkov
1
-1
/
+3
2021-03-25
io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return
Jens Axboe
1
-0
/
+1
2021-03-25
io_uring: don't attempt IO reissue from the ring exit path
Jens Axboe
1
-0
/
+7
2021-03-25
io_uring: fix inconsistent lock state
Pavel Begunkov
1
-2
/
+3
2021-03-25
io_uring: ensure that SQPOLL thread is started for exit
Jens Axboe
1
-3
/
+3
2021-03-09
io_uring: ignore double poll add on the same waitqueue head
Jens Axboe
1
-0
/
+3
2021-03-04
io_uring: fix possible deadlock in io_uring_poll
Hao Xu
1
-2
/
+15
2021-02-13
io_uring: drop mm/files between task_work_submit
Pavel Begunkov
1
-0
/
+3
2021-02-13
io_uring: reinforce cancel on flush during exit
Pavel Begunkov
1
-2
/
+1
2021-02-13
io_uring: fix sqo ownership false positive warning
Pavel Begunkov
1
-2
/
+0
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
[next]