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
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-17
io_uring: fix possible deadlock in io_register_iowq_max_workers()
Hagar Hemdan
1
-0
/
+5
2024-11-08
io_uring: always lock __io_cqring_overflow_flush
Pavel Begunkov
1
-5
/
+8
2024-10-17
io_uring: check if we need to reschedule during overflow flush
Jens Axboe
1
-0
/
+15
2024-10-04
io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
Jens Axboe
1
-2
/
+2
2024-08-03
io_uring: tighten task exit cancellations
Pavel Begunkov
1
-1
/
+4
2024-04-27
io_uring: Fix io_cqring_wait() not restoring sigmask on get_timespec64() failure
Alexey Izbyshev
1
-13
/
+13
2024-04-13
io_uring: clear opcode specific data for an early failure
Jens Axboe
1
-9
/
+16
2024-04-10
io_uring/kbuf: hold io_buffer_list reference over mmap
Jens Axboe
1
-5
/
+6
2024-04-10
io_uring: use private workqueue for exit work
Jens Axboe
1
-1
/
+4
2024-04-10
io_uring/kbuf: get rid of lower BGID lists
Jens Axboe
1
-2
/
+0
2024-04-03
io_uring: clean rings on NO_MMAP alloc fail
Pavel Begunkov
1
-2
/
+3
2024-03-26
io_uring: Fix release of pinned pages when __io_uaddr_map fails
Gabriel Krisman Bertazi
1
-9
/
+13
2024-03-26
io_uring: don't save/restore iowait state
Jens Axboe
1
-3
/
+2
2024-03-26
io_uring: remove unconditional looping in local task_work handling
Jens Axboe
1
-15
/
+29
2024-03-26
io_uring: remove looping around handling traditional task_work
Jens Axboe
1
-38
/
+7
2024-03-26
io_uring: drop any code related to SCM_RIGHTS
Jens Axboe
1
-30
/
+2
2024-03-26
io_uring/unix: drop usage of io_uring socket
Jens Axboe
1
-13
/
+0
2024-01-25
io_uring: adjust defer tw counting
Pavel Begunkov
1
-1
/
+1
2024-01-25
io_uring: ensure local task_work is run on wait timeout
Jens Axboe
1
-2
/
+12
2024-01-25
io_uring: don't check iopoll if request completes
Pavel Begunkov
1
-1
/
+5
2024-01-20
io_uring: use fget/fput consistently
Jens Axboe
1
-18
/
+18
2023-12-13
io_uring: fix mutex_unlock with unreferenced ctx
Pavel Begunkov
1
-6
/
+3
2023-12-08
io_uring/kbuf: defer release of mapped buffer rings
Jens Axboe
1
-0
/
+2
2023-12-08
io_uring: enable io_mem_alloc/free to be used in other parts
Jens Axboe
1
-2
/
+2
2023-12-08
io_uring: don't guard IORING_OFF_PBUF_RING with SETUP_NO_MMAP
Jens Axboe
1
-4
/
+6
2023-12-08
io_uring: free io_buffer_list entries via RCU
Jens Axboe
1
-2
/
+2
2023-12-08
io_uring: don't allow discontig pages for IORING_SETUP_NO_MMAP
Jens Axboe
1
-18
/
+21
2023-10-18
io_uring: fix crash with IORING_SETUP_NO_MMAP and invalid SQ ring address
Jens Axboe
1
-0
/
+6
2023-10-03
io_uring: don't allow IORING_SETUP_NO_MMAP rings on highmem pages
Jens Axboe
1
-1
/
+15
2023-09-07
Revert "io_uring: fix IO hang in io_wq_put_and_exit from do_exit()"
Jens Axboe
1
-32
/
+0
2023-09-07
io_uring: fix unprotected iopoll overflow
Pavel Begunkov
1
-2
/
+2
2023-09-07
io_uring: break out of iowq iopoll on teardown
Pavel Begunkov
1
-0
/
+2
2023-09-05
io_uring: add a sysctl to disable io_uring system-wide
Matteo Rizzo
1
-0
/
+50
2023-09-01
io_uring: fix IO hang in io_wq_put_and_exit from do_exit()
Ming Lei
1
-0
/
+32
2023-08-29
Merge tag 'for-6.6/io_uring-2023-08-28' of git://git.kernel.dk/linux
Linus Torvalds
1
-102
/
+123
2023-08-29
Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-5
/
+1
2023-08-24
io_uring: move multishot cqe cache in ctx
Pavel Begunkov
1
-3
/
+3
2023-08-24
io_uring: add option to remove SQ indirection
Pavel Begunkov
1
-20
/
+32
2023-08-24
io_uring: merge iopoll and normal completion paths
Pavel Begunkov
1
-6
/
+12
2023-08-24
io_uring: reorder cqring_flush and wakeups
Pavel Begunkov
1
-11
/
+3
2023-08-24
io_uring: optimise extra io_get_cqe null check
Pavel Begunkov
1
-4
/
+3
2023-08-24
io_uring: refactor __io_get_cqe()
Pavel Begunkov
1
-9
/
+4
2023-08-24
io_uring: simplify big_cqe handling
Pavel Begunkov
1
-5
/
+3
2023-08-24
io_uring: cqe init hardening
Pavel Begunkov
1
-1
/
+1
2023-08-21
io_uring: stop calling free_compound_page()
Matthew Wilcox (Oracle)
1
-5
/
+1
2023-08-16
io_uring/sqpoll: fix io-wq affinity when IORING_SETUP_SQPOLL is used
Jens Axboe
1
-11
/
+18
2023-08-11
io_uring: simplify io_run_task_work_sig return
Pavel Begunkov
1
-2
/
+2
2023-08-11
io_uring/rsrc: keep one global dummy_ubuf
Pavel Begunkov
1
-9
/
+0
2023-08-11
io_uring: never overflow io_aux_cqe
Pavel Begunkov
1
-4
/
+7
2023-08-11
io_uring: remove return from io_req_cqe_overflow()
Pavel Begunkov
1
-4
/
+4
[next]