index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
io_uring
/
io_uring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-06
io_uring: move pinning out of io_req_local_work_add
Pavel Begunkov
1
-7
/
+4
2023-04-04
io_uring/rsrc: add custom limit for node caching
Pavel Begunkov
1
-3
/
+6
2023-04-04
io_uring/rsrc: add lockdep sanity checks
Pavel Begunkov
1
-2
/
+2
2023-04-04
io_uring/rsrc: cache struct io_rsrc_node
Pavel Begunkov
1
-2
/
+9
2023-04-04
io_uring/rsrc: don't offload node free
Pavel Begunkov
1
-6
/
+0
2023-04-04
io_uring/rsrc: kill rsrc_ref_lock
Pavel Begunkov
1
-1
/
+0
2023-04-04
io_uring/rsrc: protect node refs with uring_lock
Pavel Begunkov
1
-6
/
+12
2023-04-04
io_uring: io_free_req() via tw
Pavel Begunkov
1
-1
/
+7
2023-04-04
io_uring: don't put nodes under spinlocks
Pavel Begunkov
1
-2
/
+5
2023-04-03
io_uring: cap io_sqring_entries() at SQ ring size
Jens Axboe
1
-1
/
+1
2023-04-03
io_uring: rename trace_io_uring_submit_sqe() tracepoint
Jens Axboe
1
-2
/
+1
2023-04-03
io_uring: encapsulate task_work state
Pavel Begunkov
1
-35
/
+36
2023-04-03
io_uring: remove extra tw trylocks
Pavel Begunkov
1
-2
/
+1
2023-04-03
io_uring: Add KASAN support for alloc_caches
Breno Leitao
1
-2
/
+2
2023-04-03
io_uring: add support for user mapped provided buffer ring
Jens Axboe
1
-1
/
+12
2023-04-03
io_uring: Adjust mapping wrt architecture aliasing requirements
Helge Deller
1
-0
/
+51
2023-04-03
io_uring: avoid hashing O_DIRECT writes if the filesystem doesn't need it
Jens Axboe
1
-1
/
+7
2023-04-01
io_uring: fix memory leak when removing provided buffers
Wojciech Lukowicz
1
-1
/
+1
2023-03-09
io_uring: silence variable ‘prev’ set but not used warning
Jens Axboe
1
-2
/
+2
2023-03-03
Merge tag 'io_uring-6.3-2023-03-03' of git://git.kernel.dk/linux
Linus Torvalds
1
-16
/
+16
2023-02-28
io_uring: fix fget leak when fs don't support nowait buffered read
Joseph Qi
1
-1
/
+1
2023-02-23
Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+1
2023-02-22
io_uring: rename 'in_idle' to 'in_cancel'
Jens Axboe
1
-9
/
+9
2023-02-22
io_uring: consolidate the put_ref-and-return section of adding work
Jens Axboe
1
-6
/
+6
2023-02-16
io_uring: Support calling io_uring_register with a registered ring fd
Josh Triplett
1
-7
/
+26
2023-01-29
io_uring: if a linked request has REQ_F_FORCE_ASYNC then run it async
Dylan Yudaken
1
-3
/
+5
2023-01-29
io_uring: add reschedule point to handle_tw_list()
Jens Axboe
1
-1
/
+7
2023-01-29
io_uring: add a conditional reschedule to the IOPOLL cancelation loop
Jens Axboe
1
-0
/
+1
2023-01-29
io_uring: return normal tw run linking optimisation
Pavel Begunkov
1
-0
/
+9
2023-01-29
io_uring: refactor tctx_task_work
Pavel Begunkov
1
-8
/
+5
2023-01-29
io_uring: refactor io_put_task helpers
Pavel Begunkov
1
-5
/
+12
2023-01-29
io_uring: refactor req allocation
Pavel Begunkov
1
-4
/
+3
2023-01-29
io_uring: improve io_get_sqe
Pavel Begunkov
1
-5
/
+5
2023-01-29
io_uring: kill outdated comment about overflow flush
Pavel Begunkov
1
-1
/
+0
2023-01-29
io_uring: use user visible tail in io_uring_poll()
Pavel Begunkov
1
-1
/
+1
2023-01-29
io_uring: pass in io_issue_def to io_assign_file()
Jens Axboe
1
-4
/
+5
2023-01-29
io_uring: Enable KASAN for request cache
Breno Leitao
1
-1
/
+2
2023-01-29
io_uring: Split io_issue_def struct
Breno Leitao
1
-7
/
+8
2023-01-29
io_uring: Rename struct io_op_def
Breno Leitao
1
-13
/
+13
2023-01-29
io_uring: refactor __io_req_complete_post
Pavel Begunkov
1
-2
/
+2
2023-01-29
io_uring: simplify fallback execution
Pavel Begunkov
1
-8
/
+6
2023-01-29
io_uring: don't export io_put_task()
Pavel Begunkov
1
-1
/
+10
2023-01-29
io_uring: return back links tw run optimisation
Pavel Begunkov
1
-1
/
+4
2023-01-29
io_uring: make io_sqpoll_wait_sq return void
Quanfa Fu
1
-5
/
+3
2023-01-29
io_uring: optimise deferred tw execution
Pavel Begunkov
1
-17
/
+7
2023-01-29
io_uring: add io_req_local_work_add wake fast path
Pavel Begunkov
1
-1
/
+6
2023-01-29
io_uring: waitqueue-less cq waiting
Pavel Begunkov
1
-7
/
+12
2023-01-29
io_uring: wake up optimisations
Pavel Begunkov
1
-1
/
+20
2023-01-29
io_uring: add lazy poll_wq activation
Pavel Begunkov
1
-1
/
+59
2023-01-29
io_uring: separate wq for ring polling
Pavel Begunkov
1
-1
/
+2
[prev]
[next]