index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-11
Merge tag 'io_uring-6.13-20250111' of git://git.kernel.dk/linux
Linus Torvalds
1
-4
/
+1
2025-01-10
io_uring: don't touch sqd->thread off tw add
Pavel Begunkov
1
-4
/
+1
2025-01-10
Merge tag 'vfs-6.13-rc7.fixes.2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+4
2025-01-10
Merge branch 'vfs-6.14.poll' into vfs.fixes
Christian Brauner
1
-5
/
+4
2025-01-10
io_uring_poll: kill the no longer necessary barrier after poll_wait()
Oleg Nesterov
1
-5
/
+4
2025-01-09
Merge tag 'for-6.13-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2025-01-06
io_uring/cmd: rename struct uring_cache to io_uring_cmd_data
Jens Axboe
1
-1
/
+1
2024-12-19
io_uring: check if iowq is killed before queuing
Pavel Begunkov
1
-1
/
+5
2024-12-18
io_uring: Fix registered ring file refcount leak
Jann Horn
1
-0
/
+1
2024-12-17
io_uring: make ctx->timeout_lock a raw spinlock
Jens Axboe
1
-5
/
+5
2024-11-30
Merge tag 'io_uring-6.13-20242901' of git://git.kernel.dk/linux
Linus Torvalds
1
-25
/
+50
2024-11-26
io_uring: fix task_work cap overshooting
Jens Axboe
1
-15
/
+19
2024-11-21
io_uring: limit local tw done
David Wei
1
-11
/
+32
2024-11-21
io_uring: add io_local_work_pending()
David Wei
1
-7
/
+7
2024-11-19
Merge tag 'timers-core-2024-11-18' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-3
/
+4
2024-11-18
Merge tag 'for-6.13/io_uring-20241118' of git://git.kernel.dk/linux
Linus Torvalds
1
-197
/
+236
2024-11-15
io_uring: restore back registered wait arguments
Pavel Begunkov
1
-1
/
+13
2024-11-15
io_uring: add memory region registration
Pavel Begunkov
1
-0
/
+1
2024-11-15
io_uring: temporarily disable registered waits
Pavel Begunkov
1
-10
/
+0
2024-11-15
io_uring: disable ENTER_EXT_ARG_REG for IOPOLL
Pavel Begunkov
1
-6
/
+2
2024-11-13
io_uring: fix invalid hybrid polling ctx leaks
Pavel Begunkov
1
-5
/
+5
2024-11-07
io_uring: Switch to use hrtimer_setup_on_stack()
Nam Cao
1
-3
/
+4
2024-11-06
io_uring: avoid normal tw intermediate fallback
Pavel Begunkov
1
-11
/
+10
2024-11-06
io_uring: prevent speculating sq_array indexing
Pavel Begunkov
1
-0
/
+1
2024-11-06
io_uring: move struct io_kiocb from task_struct to io_uring_task
Jens Axboe
1
-19
/
+15
2024-11-06
io_uring: remove task ref helpers
Jens Axboe
1
-21
/
+10
2024-11-06
io_uring: move cancelations to be io_uring_task based
Jens Axboe
1
-21
/
+21
2024-11-06
io_uring/rsrc: split io_kiocb node type assignments
Jens Axboe
1
-3
/
+3
2024-11-02
io_uring: add support for hybrid IOPOLL
hexue
1
-1
/
+7
2024-11-02
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
1
-2
/
+2
2024-11-02
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
1
-5
/
+1
2024-11-02
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
1
-4
/
+3
2024-11-02
io_uring: only initialize io_kiocb rsrc_nodes when needed
Jens Axboe
1
-2
/
+2
2024-11-02
io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
Jens Axboe
1
-2
/
+2
2024-11-02
io_uring/rsrc: get rid of io_rsrc_node allocation cache
Jens Axboe
1
-5
/
+1
2024-11-02
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
1
-26
/
+12
2024-10-29
io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
Jens Axboe
1
-0
/
+2
2024-10-29
io_uring: add support for fixed wait regions
Jens Axboe
1
-11
/
+57
2024-10-29
io_uring: change io_get_ext_arg() to use uaccess begin + end
Jens Axboe
1
-1
/
+17
2024-10-29
io_uring: switch struct ext_arg from __kernel_timespec to timespec64
Jens Axboe
1
-10
/
+9
2024-10-29
io_uring/register: add IORING_REGISTER_RESIZE_RINGS
Jens Axboe
1
-0
/
+1
2024-10-29
io_uring: abstract out a bit of the ring filling logic
Jens Axboe
1
-30
/
+40
2024-10-29
io_uring: move max entry definition and ring sizing into header
Jens Axboe
1
-8
/
+6
2024-10-29
io_uring: clean up cqe trace points
Pavel Begunkov
1
-2
/
+2
2024-10-29
io_uring: static_key for !IORING_SETUP_NO_SQARRAY
Pavel Begunkov
1
-1
/
+11
2024-10-29
io_uring: kill io_llist_xchg
Pavel Begunkov
1
-15
/
+1
2024-10-29
io_uring: move cancel hash tables to kvmalloc/kvfree
Jens Axboe
1
-7
/
+13
2024-10-29
io_uring/cancel: get rid of init_hash_table() helper
Jens Axboe
1
-1
/
+3
2024-10-29
io_uring/poll: get rid of unlocked cancel hash
Jens Axboe
1
-4
/
+0
2024-10-07
remove pointless includes of <linux/fdtable.h>
Al Viro
1
-1
/
+0
[next]