index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
io_uring: export io_put_task()
Pavel Begunkov
2022-07-24
1
-10
/
+1
*
io_uring: ensure REQ_F_ISREG is set async offload
Jens Axboe
2022-07-24
1
-0
/
+3
*
io_uring: Don't require reinitable percpu_ref
Michal Koutný
2022-07-24
1
-1
/
+1
*
io_uring: add netmsg cache
Jens Axboe
2022-07-24
1
-0
/
+3
*
io_uring: impose max limit on apoll cache
Jens Axboe
2022-07-24
1
-1
/
+2
*
io_uring: add abstraction around apoll cache
Jens Axboe
2022-07-24
1
-4
/
+4
*
io_uring: move apoll cache to poll.c
Jens Axboe
2022-07-24
1
-12
/
+0
*
io_uring: only trace one of complete or overflow
Dylan Yudaken
2022-07-24
1
-1
/
+2
*
io_uring: add allow_overflow to io_post_aux_cqe
Dylan Yudaken
2022-07-24
1
-4
/
+10
*
io_uring: let to set a range for file slot allocation
Pavel Begunkov
2022-07-24
1
-0
/
+6
*
io_uring: remove ctx->refs pinning on enter
Pavel Begunkov
2022-07-24
1
-12
/
+4
*
io_uring: don't check file ops of registered rings
Pavel Begunkov
2022-07-24
1
-8
/
+8
*
io_uring: remove extra TIF_NOTIFY_SIGNAL check
Pavel Begunkov
2022-07-24
1
-2
/
+0
*
io_uring: fuse fallback_node and normal tw node
Pavel Begunkov
2022-07-24
1
-3
/
+2
*
io_uring: add sync cancelation API through io_uring_register()
Jens Axboe
2022-07-24
1
-0
/
+6
*
io_uring: trace task_work_run
Dylan Yudaken
2022-07-24
1
-5
/
+14
*
io_uring: batch task_work
Dylan Yudaken
2022-07-24
1
-9
/
+13
*
io_uring: introduce llist helpers
Dylan Yudaken
2022-07-24
1
-0
/
+30
*
io_uring: lockless task list
Dylan Yudaken
2022-07-24
1
-29
/
+9
*
io_uring: remove __io_req_task_work_add
Dylan Yudaken
2022-07-24
1
-9
/
+2
*
io_uring: remove priority tw list optimisation
Dylan Yudaken
2022-07-24
1
-66
/
+11
*
io_uring: consistent naming for inline completion
Pavel Begunkov
2022-07-24
1
-2
/
+2
*
io_uring: add io_commit_cqring_flush()
Pavel Begunkov
2022-07-24
1
-4
/
+1
*
io_uring: introduce locking helpers for CQE posting
Pavel Begunkov
2022-07-24
1
-31
/
+26
*
io_uring: hide eventfd assumptions in eventfd paths
Pavel Begunkov
2022-07-24
1
-18
/
+26
*
io_uring: fix multi ctx cancellation
Pavel Begunkov
2022-07-24
1
-41
/
+46
*
io_uring: remove ->flush_cqes optimisation
Pavel Begunkov
2022-07-24
1
-13
/
+10
*
io_uring: move io_eventfd_signal()
Pavel Begunkov
2022-07-24
1
-16
/
+14
*
io_uring: remove extra io_commit_cqring()
Pavel Begunkov
2022-07-24
1
-1
/
+0
*
io_uring: clean up tracing events
Pavel Begunkov
2022-07-24
1
-10
/
+6
*
io_uring: kill extra io_uring_types.h includes
Pavel Begunkov
2022-07-24
1
-1
/
+0
*
io_uring: change ->cqe_cached invariant for CQE32
Pavel Begunkov
2022-07-24
1
-5
/
+10
*
io_uring: introduce io_req_cqe_overflow()
Pavel Begunkov
2022-07-24
1
-2
/
+13
*
io_uring: don't inline __io_get_cqe()
Pavel Begunkov
2022-07-24
1
-0
/
+35
*
io_uring: don't expose io_fill_cqe_aux()
Pavel Begunkov
2022-07-24
1
-2
/
+16
*
io_uring: mutex locked poll hashing
Pavel Begunkov
2022-07-24
1
-1
/
+8
*
io_uring: introduce a struct for hash table
Pavel Begunkov
2022-07-24
1
-12
/
+17
*
io_uring: add IORING_SETUP_SINGLE_ISSUER
Pavel Begunkov
2022-07-24
1
-2
/
+5
*
io_uring: clean up io_ring_ctx_alloc
Pavel Begunkov
2022-07-24
1
-4
/
+6
*
io_uring: limit the number of cancellation buckets
Pavel Begunkov
2022-07-24
1
-5
/
+5
*
io_uring: switch cancel_hash to use per entry spinlock
Hao Xu
2022-07-24
1
-3
/
+6
*
io_uring: refactor io_req_task_complete()
Pavel Begunkov
2022-07-24
1
-6
/
+10
*
io_uring: kill REQ_F_COMPLETE_INLINE
Pavel Begunkov
2022-07-24
1
-11
/
+7
*
io_uring: remove unused IO_REQ_CACHE_SIZE defined
Jens Axboe
2022-07-24
1
-1
/
+0
*
io_uring: don't set REQ_F_COMPLETE_INLINE in tw
Pavel Begunkov
2022-07-24
1
-1
/
+0
*
io_uring: remove check_cq checking from hot paths
Pavel Begunkov
2022-07-24
1
-15
/
+19
*
io_uring: never defer-complete multi-apoll
Pavel Begunkov
2022-07-24
1
-1
/
+1
*
io_uring: move small helpers to headers
Pavel Begunkov
2022-07-24
1
-17
/
+0
*
io_uring: move opcode table to opdef.c
Jens Axboe
2022-07-24
1
-468
/
+1
*
io_uring: move read/write related opcodes to its own file
Jens Axboe
2022-07-24
1
-1230
/
+9
[prev]
[next]