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
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-09-04
io_uring/kbuf: return correct iovec count from classic buffer peek
Jens Axboe
1
-1
/
+1
2024-08-29
io_uring/kbuf: sanitize peek buffer setup
Jens Axboe
1
-3
/
+6
2024-08-29
io_uring/napi: check napi_enabled in io_napi_add() before proceeding
Olivier Langlois
2
-2
/
+2
2024-08-29
io_uring/napi: use ktime in busy polling
Pavel Begunkov
3
-23
/
+29
2024-08-29
io_uring/napi: Remove unnecessary s64 cast
Thorsten Blum
1
-1
/
+1
2024-08-14
io_uring/net: don't pick multiple buffers for non-bundle send
Jens Axboe
1
-2
/
+3
2024-08-14
io_uring/net: ensure expanded bundle send gets marked for cleanup
Jens Axboe
1
-0
/
+1
2024-08-14
io_uring/net: ensure expanded bundle recv gets marked for cleanup
Jens Axboe
1
-0
/
+1
2024-08-11
io_uring: keep multishot request NAPI timeout current
Olivier Langlois
1
-0
/
+1
2024-08-03
io_uring: fix io_match_task must_hold
Pavel Begunkov
1
-1
/
+1
2024-08-03
io_uring: don't allow netpolling with SETUP_IOPOLL
Pavel Begunkov
1
-0
/
+2
2024-08-03
io_uring: tighten task exit cancellations
Pavel Begunkov
1
-1
/
+4
2024-08-03
io_uring: fix lost getsockopt completions
Pavel Begunkov
1
-1
/
+1
2024-08-03
io_uring/io-wq: limit retrying worker initialisation
Pavel Begunkov
1
-3
/
+7
2024-08-03
io_uring: Fix probe of disabled operations
Gabriel Krisman Bertazi
3
-3
/
+11
2024-07-24
io_uring: fix error pbuf checking
Pavel Begunkov
1
-1
/
+3
2024-07-02
io_uring/net: don't clear msg_inq before io_recv_buf_select() needs it
Jens Axboe
1
-4
/
+6
2024-06-24
io_uring: signal SQPOLL task_work with TWA_SIGNAL_NO_IPI
Jens Axboe
1
-2
/
+2
2024-06-20
io_uring/rsrc: fix incorrect assignment of iter->nr_segs in io_import_fixed
Chenliang Li
1
-1
/
+0
2024-06-13
io_uring: fix cancellation overwriting req->flags
Pavel Begunkov
2
-2
/
+3
2024-06-12
io_uring/rsrc: don't lock while !TASK_RUNNING
Pavel Begunkov
1
-0
/
+1
2024-06-04
io_uring: fix possible deadlock in io_register_iowq_max_workers()
Hagar Hemdan
1
-0
/
+4
2024-06-04
io_uring/io-wq: avoid garbage value of 'match' in io_wq_enqueue()
Su Hui
1
-5
/
+5
2024-06-04
io_uring/napi: fix timeout calculation
Jens Axboe
1
-11
/
+13
2024-06-01
io_uring: check for non-NULL file pointer in io_file_can_poll()
Jens Axboe
1
-1
/
+1
2024-05-30
io_uring/net: assign kmsg inq/flags before buffer selection
Jens Axboe
1
-3
/
+3
2024-05-30
io_uring/rw: Free iovec before cleaning async data
Breno Leitao
1
-0
/
+5
2024-05-29
io_uring: don't attempt to mmap larger than what the user asks for
Jens Axboe
1
-2
/
+3
2024-05-23
Merge tag 'io_uring-6.10-20240523' of git://git.kernel.dk/linux
Linus Torvalds
2
-6
/
+6
2024-05-22
io_uring: remove checks for NULL 'sq_offset'
Jens Axboe
1
-4
/
+2
2024-05-21
Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-2
/
+2
2024-05-21
io_uring/sqpoll: ensure that normal task_work is also run timely
Jens Axboe
1
-2
/
+4
2024-05-19
Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2024-05-18
Merge tag 'net-accept-more-20240515' of git://git.kernel.dk/linux
Linus Torvalds
1
-6
/
+20
2024-05-13
io_uring/net: wire up IORING_CQE_F_SOCK_NONEMPTY for accept
Jens Axboe
1
-4
/
+16
2024-05-13
net: have do_accept() take a struct proto_accept_arg argument
Jens Axboe
1
-2
/
+4
2024-05-13
Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linux
Linus Torvalds
35
-1698
/
+1898
2024-05-13
Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...
Linus Torvalds
2
-5
/
+6
2024-05-10
io_uring: support to inject result for NOP
Ming Lei
1
-5
/
+21
2024-05-10
io_uring: fail NOP if non-zero op flags is passed in
Ming Lei
1
-0
/
+2
2024-05-09
io_uring/net: add IORING_ACCEPT_POLL_FIRST flag
Jens Axboe
1
-1
/
+8
2024-05-09
io_uring/net: add IORING_ACCEPT_DONTWAIT flag
Jens Axboe
1
-6
/
+9
2024-05-08
io_uring/filetable: don't unnecessarily clear/reset bitmap
Jens Axboe
1
-2
/
+2
2024-05-07
io_uring/io-wq: Use set_bit() and test_bit() at worker->flags
Breno Leitao
1
-23
/
+24
2024-05-01
io_uring/msg_ring: cleanup posting to IOPOLL vs !IOPOLL ring
Jens Axboe
1
-6
/
+4
2024-05-01
io_uring: Require zeroed sqe->len on provided-buffers send
Gabriel Krisman Bertazi
1
-1
/
+3
2024-04-30
io_uring/notif: disable LAZY_WAKE for linked notifs
Pavel Begunkov
1
-1
/
+4
2024-04-30
io_uring/net: fix sendzc lazy wake polling
Pavel Begunkov
1
-0
/
+1
2024-04-26
io_uring/msg_ring: reuse ctx->submitter_task read using READ_ONCE instead of ...
linke li
1
-1
/
+1
2024-04-25
mm: switch mm->get_unmapped_area() to a flag
Rick Edgecombe
1
-1
/
+1
[next]