开源镜像站
帮助
下载
动态
GitHub
index
:
linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
Linux kernel latest source
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
2024-10-29
io_uring/register: add IORING_REGISTER_RESIZE_RINGS
Jens Axboe
2024-10-29
io_uring/memmap: explicitly return -EFAULT for mmap on NULL rings
Jens Axboe
2024-10-29
io_uring: abstract out a bit of the ring filling logic
Jens Axboe
2024-10-29
io_uring: move max entry definition and ring sizing into header
Jens Axboe
2024-10-29
io_uring/net: clean up io_msg_copy_hdr
Pavel Begunkov
2024-10-29
io_uring/net: don't alias send user pointer reads
Pavel Begunkov
2024-10-29
io_uring/net: don't store send address ptr
Pavel Begunkov
2024-10-29
io_uring/net: split send and sendmsg prep helpers
Pavel Begunkov
2024-10-29
io_uring/net: move send zc fixed buffer import to issue path
Jens Axboe
2024-10-29
io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()
Jens Axboe
2024-10-29
io_uring/rw: get rid of using req->imu
Jens Axboe
2024-10-29
io_uring/uring_cmd: get rid of using req->imu
Jens Axboe
2024-10-29
io_uring/rsrc: don't assign bvec twice in io_import_fixed()
Jens Axboe
2024-10-29
io_uring: clean up cqe trace points
Pavel Begunkov
2024-10-29
io_uring: static_key for !IORING_SETUP_NO_SQARRAY
Pavel Begunkov
2024-10-29
io_uring: kill io_llist_xchg
Pavel Begunkov
2024-10-29
io_uring: move cancel hash tables to kvmalloc/kvfree
Jens Axboe
2024-10-29
io_uring/cancel: get rid of init_hash_table() helper
Jens Axboe
2024-10-29
io_uring/poll: get rid of per-hashtable bucket locks
Jens Axboe
2024-10-29
io_uring/poll: get rid of io_poll_tw_hash_eject()
Jens Axboe
2024-10-29
io_uring/poll: get rid of unlocked cancel hash
Jens Axboe
2024-10-29
io_uring/poll: remove 'ctx' argument from io_poll_req_delete()
Jens Axboe
2024-10-29
io_uring/msg_ring: add support for sending a sync message
Jens Axboe
2024-10-29
io_uring/msg_ring: refactor a few helper functions
Jens Axboe
2024-10-29
io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fd
Jens Axboe
2024-10-29
io_uring/eventfd: abstract out ev_fd grab + release helpers
Jens Axboe
2024-10-29
io_uring/eventfd: move trigger check into a helper
Jens Axboe
2024-10-29
io_uring/eventfd: move actual signaling part into separate helper
Jens Axboe
2024-10-29
io_uring/eventfd: check for the need to async notifier earlier
Jens Axboe
2024-10-29
io_uring/eventfd: abstract out ev_fd put helper
Jens Axboe
2024-10-19
io_uring/rw: fix wrong NOWAIT check in io_rw_init_file()
Jens Axboe
2024-10-17
io_uring/sqpoll: ensure task state is TASK_RUNNING when running task_work
Jens Axboe
2024-10-16
io_uring/rsrc: ignore dummy_ubuf for buffer cloning
Jens Axboe
2024-10-15
io_uring/sqpoll: close race on waiting for sqring entries
Jens Axboe
2024-10-06
io_uring/rw: allow pollable non-blocking attempts for !FMODE_NOWAIT
Jens Axboe
2024-10-06
io_uring/rw: fix cflags posting for single issue multishot read
Jens Axboe
2024-09-30
io_uring/net: harden multishot termination case for recv
Jens Axboe
2024-09-24
io_uring: fix casts to io_req_flags_t
Min-Hua Chen
2024-09-24
io_uring: fix memory leak when cache init fail
Guixin Liu
2024-09-24
Merge tag 'for-6.12/io_uring-20240922' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2024-09-20
io_uring: check if we need to reschedule during overflow flush
Jens Axboe
2024-09-20
io_uring: improve request linking trace
Jens Axboe
2024-09-19
io_uring: check for presence of task_work rather than TIF_NOTIFY_SIGNAL
Jens Axboe
2024-09-18
Merge tag 'slab-for-6.12' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...
Linus Torvalds
2024-09-16
io_uring/sqpoll: do the napi busy poll outside the submission block
Olivier Langlois
2024-09-16
io_uring: clean up a type in io_uring_register_get_file()
Dan Carpenter
2024-09-16
io_uring/sqpoll: do not put cpumask on stack
Felix Moessbauer
2024-09-16
Merge tag 'for-6.12/io_uring-discard-20240913' of git://git.kernel.dk/linux
Linus Torvalds
2024-09-16
Merge tag 'for-6.12/io_uring-20240913' of git://git.kernel.dk/linux
Linus Torvalds
[next]