index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
h8300
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-04-13
io_uring: split poll and poll update structures
Pavel Begunkov
1
-23
/
+32
2021-04-13
io_uring: fix uninit old data for poll event upd
Pavel Begunkov
1
-9
/
+9
2021-04-13
io_uring: fix leaking reg files on exit
Pavel Begunkov
1
-14
/
+15
2021-04-12
io_uring: return back safer resurrect
Pavel Begunkov
1
-4
/
+14
2021-04-12
io_uring: improve hardlink code generation
Pavel Begunkov
1
-2
/
+3
2021-04-12
io_uring: improve sqo stop
Pavel Begunkov
1
-1
/
+2
2021-04-12
io_uring: split file table from rsrc nodes
Pavel Begunkov
1
-28
/
+25
2021-04-12
io_uring: cleanup buffer register
Pavel Begunkov
1
-16
/
+7
2021-04-12
io_uring: add buffer unmap helper
Pavel Begunkov
1
-13
/
+15
2021-04-12
io_uring: simplify io_rsrc_data refcounting
Pavel Begunkov
1
-32
/
+16
2021-04-12
io_uring: provide io_resubmit_prep() stub for !CONFIG_BLOCK
Jens Axboe
1
-8
/
+6
2021-04-12
io_uring: optimise fill_event() by inlining
Pavel Begunkov
1
-21
/
+36
2021-04-12
io_uring: always pass cflags into fill_event()
Pavel Begunkov
1
-21
/
+16
2021-04-12
io_uring: optimise non-eventfd post-event
Pavel Begunkov
1
-4
/
+2
2021-04-12
io_uring: refactor compat_msghdr import
Pavel Begunkov
1
-6
/
+5
2021-04-12
io_uring: enable inline completion for more cases
Pavel Begunkov
1
-3
/
+3
2021-04-12
io_uring: refactor io_close
Pavel Begunkov
1
-10
/
+3
2021-04-12
io_uring: unify files and task cancel
Pavel Begunkov
2
-49
/
+19
2021-04-12
io_uring: track inflight requests through counter
Pavel Begunkov
1
-46
/
+10
2021-04-12
io_uring: unify task and files cancel loops
Pavel Begunkov
1
-33
/
+41
2021-04-12
io_uring: simplify apoll hash removal
Pavel Begunkov
1
-4
/
+1
2021-04-12
io_uring: refactor io_poll_complete()
Pavel Begunkov
1
-6
/
+7
2021-04-12
io_uring: clean up io_poll_task_func()
Pavel Begunkov
1
-6
/
+4
2021-04-12
io-wq: Fix io_wq_worker_affinity()
Peter Zijlstra
1
-9
/
+2
2021-04-12
io_uring: don't attempt re-add of multishot poll request if racing
Jens Axboe
1
-10
/
+20
2021-04-12
io-wq: simplify code in __io_worker_busy()
Hao Xu
1
-9
/
+6
2021-04-12
io_uring: kill outdated comment about splice punt
Pavel Begunkov
1
-4
/
+0
2021-04-12
io_uring: encapsulate fixed files into struct
Pavel Begunkov
1
-13
/
+19
2021-04-12
io_uring: refactor file tables alloc/free
Pavel Begunkov
1
-26
/
+26
2021-04-12
io_uring: don't quiesce intial files register
Pavel Begunkov
1
-0
/
+1
2021-04-12
io_uring: set proper FFS* flags on reg file update
Pavel Begunkov
1
-11
/
+15
2021-04-12
io_uring: deduplicate NOSIGNAL setting
Pavel Begunkov
1
-22
/
+14
2021-04-12
io_uring: put link timeout req consistently
Pavel Begunkov
1
-7
/
+3
2021-04-12
io_uring: simplify overflow handling
Pavel Begunkov
1
-5
/
+3
2021-04-12
io_uring: lock annotate timeouts and poll
Pavel Begunkov
1
-0
/
+10
2021-04-12
io_uring: kill unused forward decls
Pavel Begunkov
1
-4
/
+2
2021-04-12
io_uring: store reg buffer end instead of length
Pavel Begunkov
1
-5
/
+5
2021-04-12
io_uring: improve import_fixed overflow checks
Pavel Begunkov
1
-4
/
+3
2021-04-12
io_uring: refactor io_async_cancel()
Pavel Begunkov
1
-2
/
+0
2021-04-12
io_uring: remove unused hash_wait
Pavel Begunkov
1
-2
/
+0
2021-04-12
io_uring: better ref handling in poll_remove_one
Pavel Begunkov
1
-1
/
+1
2021-04-12
io_uring: combine lock/unlock sections on exit
Pavel Begunkov
1
-10
/
+8
2021-04-12
io_uring: remove useless is_dying check on quiesce
Pavel Begunkov
1
-6
/
+2
2021-04-12
io_uring: reuse io_rsrc_node_destroy()
Pavel Begunkov
1
-9
/
+7
2021-04-12
io_uring: ctx-wide rsrc nodes
Pavel Begunkov
1
-36
/
+37
2021-04-12
io_uring: refactor io_queue_rsrc_removal()
Pavel Begunkov
1
-11
/
+4
2021-04-12
io_uring: move rsrc_put callback into io_rsrc_data
Pavel Begunkov
1
-17
/
+14
2021-04-12
io_uring: encapsulate rsrc node manipulations
Pavel Begunkov
1
-26
/
+13
2021-04-12
io_uring: use rsrc prealloc infra for files reg
Pavel Begunkov
1
-15
/
+6
2021-04-12
io_uring: simplify io_rsrc_node_ref_zero
Pavel Begunkov
1
-8
/
+4
[next]