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-09-02
io_uring: remove unused rsrc_put_fn
Anuj Gupta
1
-2
/
+0
2024-09-02
io_uring: add new line after variable declaration
Anuj Gupta
1
-0
/
+1
2024-08-30
io_uring: add GCOV_PROFILE_URING Kconfig option
Jens Axboe
1
-0
/
+4
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-29
io_uring/kbuf: add support for incremental buffer consumption
Jens Axboe
2
-20
/
+64
2024-08-29
io_uring/kbuf: pass in 'len' argument for buffer commit
Jens Axboe
5
-30
/
+31
2024-08-29
Revert "io_uring: Require zeroed sqe->len on provided-buffers send"
Jens Axboe
1
-3
/
+1
2024-08-29
io_uring/kbuf: move io_ring_head_to_buf() to kbuf.h
Jens Axboe
2
-6
/
+3
2024-08-29
io_uring/kbuf: add io_kbuf_commit() helper
Jens Axboe
2
-8
/
+13
2024-08-25
io_uring/kbuf: shrink nr_iovs/mode in struct buf_sel_arg
Jens Axboe
1
-2
/
+2
2024-08-25
io_uring: wire up min batch wake timeout
Jens Axboe
1
-4
/
+4
2024-08-25
io_uring: add support for batch wait timeout
Jens Axboe
2
-13
/
+82
2024-08-25
io_uring: implement our own schedule timeout handling
Jens Axboe
2
-4
/
+33
2024-08-25
io_uring: move schedule wait logic into helper
Jens Axboe
1
-16
/
+21
2024-08-25
io_uring: encapsulate extraneous wait flags into a separate struct
Jens Axboe
1
-21
/
+24
2024-08-25
io_uring: user registered clockid for wait timeouts
Pavel Begunkov
4
-3
/
+46
2024-08-25
io_uring: add absolute mode wait timeouts
Pavel Begunkov
1
-7
/
+8
2024-08-25
io_uring/napi: postpone napi timeout adjustment
Pavel Begunkov
3
-38
/
+7
2024-08-25
io_uring/napi: refactor __io_napi_busy_loop()
Pavel Begunkov
1
-3
/
+4
2024-08-25
io_uring/kbuf: turn io_buffer_list booleans into flags
Jens Axboe
2
-23
/
+26
2024-08-25
io_uring/net: use ITER_UBUF for single segment send maps
Jens Axboe
1
-3
/
+12
2024-08-25
io_uring/kbuf: use 'bl' directly rather than req->buf_list
Jens Axboe
1
-1
/
+1
2024-08-25
io_uring: micro optimization of __io_sq_thread() condition
Olivier Langlois
1
-1
/
+1
2024-08-25
io_uring/rsrc: enable multi-hugepage buffer coalescing
Chenliang Li
2
-32
/
+110
2024-08-25
io_uring/rsrc: store folio shift and mask into imu
Chenliang Li
2
-9
/
+8
2024-08-25
io_uring: add napi busy settings to the fdinfo output
Olivier Langlois
1
-1
/
+13
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
introduce fd_file(), convert all accessors to it.
Al Viro
1
-5
/
+5
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
[prev]
[next]