index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
Age
Commit message (
Expand
)
Author
Lines
2024-11-02
io_uring/rsrc: get rid of the empty node and dummy_ubuf
Jens Axboe
-50
/
+40
2024-11-02
io_uring/rsrc: add io_reset_rsrc_node() helper
Jens Axboe
-16
/
+17
2024-11-02
io_uring/filetable: kill io_reset_alloc_hint() helper
Jens Axboe
-6
/
+1
2024-11-02
io_uring/filetable: remove io_file_from_index() helper
Jens Axboe
-11
/
+3
2024-11-02
io_uring/rsrc: add io_rsrc_node_lookup() helper
Jens Axboe
-59
/
+57
2024-11-02
io_uring/rsrc: unify file and buffer resource tables
Jens Axboe
-204
/
+116
2024-11-02
io_uring: only initialize io_kiocb rsrc_nodes when needed
Jens Axboe
-4
/
+10
2024-11-02
io_uring/rsrc: add an empty io_rsrc_node for sparse buffer entries
Jens Axboe
-29
/
+41
2024-11-02
io_uring/rsrc: get rid of io_rsrc_node allocation cache
Jens Axboe
-17
/
+7
2024-11-02
io_uring/rsrc: get rid of per-ring io_rsrc_node list
Jens Axboe
-458
/
+267
2024-10-31
io_uring/rw: fix missing NOWAIT check for O_DIRECT start write
Jens Axboe
-2
/
+21
2024-10-29
io_uring/rsrc: kill io_charge_rsrc_node()
Jens Axboe
-7
/
+1
2024-10-29
io_uring/splice: open code 2nd direct file assignment
Jens Axboe
-8
/
+39
2024-10-29
io_uring: specify freeptr usage for SLAB_TYPESAFE_BY_RCU io_kiocb cache
Jens Axboe
-0
/
+2
2024-10-29
io_uring/rsrc: move struct io_fixed_file to rsrc.h header
Jens Axboe
-0
/
+6
2024-10-29
io_uring/nop: add support for testing registered files and buffers
Jens Axboe
-5
/
+44
2024-10-29
io_uring: add support for fixed wait regions
Jens Axboe
-11
/
+140
2024-10-29
io_uring: change io_get_ext_arg() to use uaccess begin + end
Jens Axboe
-1
/
+17
2024-10-29
io_uring: switch struct ext_arg from __kernel_timespec to timespec64
Jens Axboe
-10
/
+9
2024-10-29
io_uring/sqpoll: wait on sqd->wait for thread parking
Jens Axboe
-1
/
+2
2024-10-29
io_uring/register: add IORING_REGISTER_RESIZE_RINGS
Jens Axboe
-0
/
+224
2024-10-29
io_uring/memmap: explicitly return -EFAULT for mmap on NULL rings
Jens Axboe
-0
/
+4
2024-10-29
io_uring: abstract out a bit of the ring filling logic
Jens Axboe
-30
/
+41
2024-10-29
io_uring: move max entry definition and ring sizing into header
Jens Axboe
-8
/
+11
2024-10-29
io_uring/net: clean up io_msg_copy_hdr
Pavel Begunkov
-7
/
+8
2024-10-29
io_uring/net: don't alias send user pointer reads
Pavel Begunkov
-5
/
+8
2024-10-29
io_uring/net: don't store send address ptr
Pavel Begunkov
-20
/
+16
2024-10-29
io_uring/net: split send and sendmsg prep helpers
Pavel Begunkov
-9
/
+12
2024-10-29
io_uring/net: move send zc fixed buffer import to issue path
Jens Axboe
-13
/
+23
2024-10-29
io_uring: remove 'issue_flags' argument for io_req_set_rsrc_node()
Jens Axboe
-9
/
+5
2024-10-29
io_uring/rw: get rid of using req->imu
Jens Axboe
-2
/
+3
2024-10-29
io_uring/uring_cmd: get rid of using req->imu
Jens Axboe
-5
/
+18
2024-10-29
io_uring/rsrc: don't assign bvec twice in io_import_fixed()
Jens Axboe
-2
/
+1
2024-10-29
io_uring: clean up cqe trace points
Pavel Begunkov
-6
/
+5
2024-10-29
io_uring: static_key for !IORING_SETUP_NO_SQARRAY
Pavel Begunkov
-1
/
+11
2024-10-29
io_uring: kill io_llist_xchg
Pavel Begunkov
-15
/
+1
2024-10-29
io_uring: move cancel hash tables to kvmalloc/kvfree
Jens Axboe
-7
/
+13
2024-10-29
io_uring/cancel: get rid of init_hash_table() helper
Jens Axboe
-10
/
+3
2024-10-29
io_uring/poll: get rid of per-hashtable bucket locks
Jens Axboe
-32
/
+11
2024-10-29
io_uring/poll: get rid of io_poll_tw_hash_eject()
Jens Axboe
-15
/
+2
2024-10-29
io_uring/poll: get rid of unlocked cancel hash
Jens Axboe
-122
/
+35
2024-10-29
io_uring/poll: remove 'ctx' argument from io_poll_req_delete()
Jens Axboe
-2
/
+2
2024-10-29
io_uring/msg_ring: add support for sending a sync message
Jens Axboe
-0
/
+60
2024-10-29
io_uring/msg_ring: refactor a few helper functions
Jens Axboe
-11
/
+20
2024-10-29
io_uring/eventfd: move ctx->evfd_last_cq_tail into io_ev_fd
Jens Axboe
-21
/
+29
2024-10-29
io_uring/eventfd: abstract out ev_fd grab + release helpers
Jens Axboe
-11
/
+30
2024-10-29
io_uring/eventfd: move trigger check into a helper
Jens Axboe
-3
/
+12
2024-10-29
io_uring/eventfd: move actual signaling part into separate helper
Jens Axboe
-10
/
+18
2024-10-29
io_uring/eventfd: check for the need to async notifier earlier
Jens Axboe
-3
/
+2
2024-10-29
io_uring/eventfd: abstract out ev_fd put helper
Jens Axboe
-4
/
+8
[prev]
[next]