index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2022-10-26
io_uring/af_unix: defer registered files gc to io_uring release
Pavel Begunkov
1
-0
/
+1
2022-09-05
io_uring: disable polling pollfree files
Pavel Begunkov
1
-0
/
+3
2022-04-15
io_uring: fix fs->users overflow
Pavel Begunkov
1
-10
/
+18
2021-01-30
io_uring: Fix current->fs handling in io_sq_wq_submit_work()
Nicolai Stange
1
-2
/
+3
2020-10-14
io_uring: Fix double list add in io_queue_async_work()
Muchun Song
1
-5
/
+8
2020-10-14
io_uring: Fix remove irrelevant req from the task_list
Muchun Song
1
-11
/
+10
2020-10-14
io_uring: Fix missing smp_mb() in io_cancel_async_work()
Muchun Song
1
-1
/
+15
2020-10-14
io_uring: Fix resource leaking when kill the process
Yinyin Zhu
1
-5
/
+7
2020-09-03
io_uring: Fix NULL pointer dereference in io_sq_wq_submit_work()
Xin Yin
1
-0
/
+9
2020-08-19
io_uring: Fix NULL pointer dereference in loop_rw_iter()
Guoyu Huang
1
-2
/
+6
2020-08-19
io_uring: set ctx sq/cq entry count earlier
Jens Axboe
1
-2
/
+4
2020-08-19
io_uring: fix sq array offset calculation
Dmitry Vyukov
1
-3
/
+3
2020-08-19
fs/io_uring.c: Fix uninitialized variable is referenced in io_submit_sqe
Liu Yong
1
-0
/
+1
2020-08-11
io_uring: Fix use-after-free in io_sq_wq_submit_work()
Guoyu Huang
1
-0
/
+1
2020-08-11
io_uring: prevent re-read of sqe->opcode
Jens Axboe
1
-35
/
+24
2020-07-09
io_uring: make sure async workqueue is canceled on exit
Jens Axboe
1
-0
/
+63
2020-06-17
io_uring: use kvfree() in io_sqe_buffer_register()
Denis Efremov
1
-2
/
+2
2020-06-07
io_uring: initialize ctx->sqo_wait earlier
Jens Axboe
1
-1
/
+1
2020-04-17
io_uring: honor original task RLIMIT_FSIZE
Jens Axboe
1
-0
/
+11
2020-04-17
io_uring: remove bogus RLIMIT_NOFILE check in file registration
Jens Axboe
1
-7
/
+0
2020-03-05
io_uring: fix 32-bit compatability with sendmsg/recvmsg
Jens Axboe
1
-0
/
+5
2020-03-05
io_uring: grab ->fs as part of async offload
Jens Axboe
1
-0
/
+46
2020-02-28
io_uring: prevent sq_thread from spinning when it should stop
Stefano Garzarella
1
-10
/
+10
2020-02-28
io_uring: fix __io_iopoll_check deadlock in io_sq_thread
Xiaoguang Wang
1
-18
/
+9
2020-01-29
Revert "io_uring: only allow submit from owning task"
Jens Axboe
1
-6
/
+0
2020-01-23
io_uring: only allow submit from owning task
Jens Axboe
1
-0
/
+6
2020-01-12
io_uring: don't wait when under-submitting
Pavel Begunkov
1
-0
/
+4
2020-01-09
io_uring: use current task creds instead of allocating a new one
Jens Axboe
1
-2
/
+2
2020-01-04
io_uring: io_allocate_scq_urings() should return a sane state
Jens Axboe
1
-2
/
+8
2019-12-13
io_uring: ensure req->submit is copied when req is deferred
Jens Axboe
1
-4
/
+5
2019-12-13
io_uring: fix missing kmap() declaration on powerpc
Jens Axboe
1
-0
/
+1
2019-12-13
io_uring: transform send/recvmsg() -ERESTARTSYS to -EINTR
Jens Axboe
1
-0
/
+2
2019-12-13
io_uring: fix dead-hung for non-iter fixed rw
Pavel Begunkov
1
-1
/
+14
2019-12-04
io_uring: async workers should inherit the user creds
Jens Axboe
1
-1
/
+22
2019-11-13
io_uring: ensure registered buffer import returns the IO length
Jens Axboe
1
-1
/
+1
2019-11-13
io_uring: Fix getting file for timeout
Pavel Begunkov
1
-0
/
+1
2019-11-12
io_uring: make timeout sequence == 0 mean no sequence
Jens Axboe
1
-7
/
+22
2019-10-30
io_uring: ensure we clear io_kiocb->result before each issue
Jens Axboe
1
-0
/
+1
2019-10-28
io_uring: don't touch ctx in setup after ring fd install
Jens Axboe
1
-4
/
+8
2019-10-27
io_uring: Fix leaked shadow_req
Pavel Begunkov
1
-0
/
+1
2019-10-25
io_uring: fix bad inflight accounting for SETUP_IOPOLL|SETUP_SQTHREAD
Jens Axboe
1
-12
/
+32
2019-10-25
io_uring: used cached copies of sq->dropped and cq->overflow
Jens Axboe
1
-5
/
+8
2019-10-25
io_uring: Fix race for sqes with userspace
Pavel Begunkov
1
-1
/
+2
2019-10-25
io_uring: Fix broken links with offloading
Pavel Begunkov
1
-29
/
+33
2019-10-25
io_uring: Fix corrupted user_data
Pavel Begunkov
1
-0
/
+2
2019-10-23
io_uring: correct timeout req sequence when inserting a new entry
zhangyi (F)
1
-1
/
+10
2019-10-23
io_uring : correct timeout req sequence when waiting timeout
zhangyi (F)
1
-1
/
+10
2019-10-23
io_uring: revert "io_uring: optimize submit_and_wait API"
Jens Axboe
1
-46
/
+17
2019-10-18
Merge tag 'for-linus-2019-10-18' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+60
2019-10-17
io_uring: fix logic error in io_timeout
yangerkun
1
-1
/
+1
[next]