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
/
io_uring
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
Jens Axboe
1
-2
/
+21
2024-10-22
io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work
Jens Axboe
1
-0
/
+1
2024-10-22
io_uring/sqpoll: close race on waiting for sqring entries
Jens Axboe
1
-1
/
+8
2024-10-17
io_uring/rw: fix cflags posting for single issue multishot read
Jens Axboe
1
-7
/
+12
2024-10-17
io_uring: check if we need to reschedule during overflow flush
Jens Axboe
1
-0
/
+15
2024-10-10
io_uring/net: harden multishot termination case for recv
Jens Axboe
1
-1
/
+3
2024-10-10
io_uring: fix memory leak when cache init fail
Guixin Liu
1
-1
/
+4
2024-10-04
io_uring/sqpoll: do not put cpumask on stack
Felix Moessbauer
1
-3
/
+10
2024-10-04
io_uring/sqpoll: retain test for whether the CPU is valid
Jens Axboe
1
-0
/
+2
2024-10-04
io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
Jens Axboe
1
-2
/
+2
2024-10-04
io_uring/rw: treat -EOPNOTSUPP for IOCB_NOWAIT like -EAGAIN
Jens Axboe
1
-0
/
+8
2024-10-04
io_uring/sqpoll: do not allow pinning outside of cpuset
Felix Moessbauer
1
-1
/
+4
2024-10-04
io_uring/io-wq: inherit cpuset of cgroup in io worker
Felix Moessbauer
1
-1
/
+1
2024-10-04
io_uring/io-wq: do not allow pinning outside of cpuset
Felix Moessbauer
1
-5
/
+18
2024-08-30
io_uring/kbuf: return correct iovec count from classic buffer peek
Jens Axboe
1
-1
/
+1
2024-08-30
io_uring/rsrc: ensure compat iovecs are copied correctly
Jens Axboe
1
-4
/
+15
2024-08-21
io_uring/kbuf: sanitize peek buffer setup
Jens Axboe
1
-3
/
+6
2024-08-13
io_uring/sqpoll: annotate debug task == current with data_race()
Jens Axboe
1
-1
/
+1
2024-08-12
io_uring/napi: remove duplicate io_napi_entry timeout assignation
Olivier Langlois
1
-1
/
+0
2024-08-12
io_uring/napi: check napi_enabled in io_napi_add() before proceeding
Olivier Langlois
2
-2
/
+2
2024-08-07
io_uring/net: don't pick multiple buffers for non-bundle send
Jens Axboe
1
-2
/
+3
2024-08-07
io_uring/net: ensure expanded bundle send gets marked for cleanup
Jens Axboe
1
-0
/
+1
2024-08-07
io_uring/net: ensure expanded bundle recv gets marked for cleanup
Jens Axboe
1
-0
/
+1
2024-07-30
io_uring: remove unused local list heads in NAPI functions
Olivier Langlois
1
-2
/
+0
2024-07-30
io_uring: keep multishot request NAPI timeout current
Olivier Langlois
1
-0
/
+1
2024-07-26
io_uring/napi: pass ktime to io_napi_adjust_timeout
Pavel Begunkov
3
-17
/
+11
2024-07-26
io_uring/napi: use ktime in busy polling
Pavel Begunkov
3
-23
/
+29
2024-07-25
io_uring/msg_ring: fix uninitialized use of target_req->flags
Jens Axboe
1
-3
/
+3
2024-07-24
io_uring: align iowq and task request error handling
Pavel Begunkov
1
-1
/
+1
2024-07-24
io_uring: simplify io_uring_cmd return
Pavel Begunkov
1
-1
/
+1
2024-07-24
io_uring: fix io_match_task must_hold
Pavel Begunkov
1
-1
/
+1
2024-07-24
io_uring: don't allow netpolling with SETUP_IOPOLL
Pavel Begunkov
1
-0
/
+2
2024-07-24
io_uring: tighten task exit cancellations
Pavel Begunkov
1
-1
/
+4
2024-07-20
io_uring: fix error pbuf checking
Pavel Begunkov
1
-1
/
+3
2024-07-20
io_uring: fix lost getsockopt completions
Pavel Begunkov
1
-1
/
+1
2024-07-16
Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
1
-12
/
+4
2024-07-15
Merge tag 'for-6.11/block-20240710' of git://git.kernel.dk/linux
Linus Torvalds
1
-5
/
+4
2024-07-15
Merge tag 'for-6.11/io_uring-20240714' of git://git.kernel.dk/linux
Linus Torvalds
17
-281
/
+490
2024-07-15
Merge tag 'vfs-6.11.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2
-4
/
+3
2024-07-13
io_uring/net: check socket is valid in io_bind()/io_listen()
Tetsuo Handa
1
-2
/
+12
2024-07-11
io_uring/io-wq: limit retrying worker initialisation
Pavel Begunkov
1
-3
/
+7
2024-07-10
io_uring/napi: Remove unnecessary s64 cast
Thorsten Blum
1
-1
/
+1
2024-07-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-6
/
+8
2024-07-02
io_uring/net: cleanup io_recv_finish() bundle handling
Jens Axboe
1
-10
/
+10
2024-07-02
io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it
Jens Axboe
1
-4
/
+6
2024-07-02
io_uring/msg_ring: fix overflow posting
Pavel Begunkov
1
-1
/
+5
2024-07-02
io_uring/net: move charging socket out of zc io_uring
Pavel Begunkov
1
-12
/
+4
2024-07-01
io_uring/msg_ring: use kmem_cache_free() to free request
Jens Axboe
1
-1
/
+1
2024-07-01
io_uring/msg_ring: check for dead submitter task
Jens Axboe
1
-5
/
+10
2024-06-24
io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI
Jens Axboe
1
-2
/
+2
[next]