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
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-04-25
io_uring: decouple CQE filling from requests
Pavel Begunkov
1
-27
/
+28
2021-04-25
io_uring: return back rsrc data free helper
Pavel Begunkov
1
-2
/
+7
2021-04-25
io_uring: move __io_sqe_files_unregister
Pavel Begunkov
1
-27
/
+27
2021-04-23
io_uring: check sqring and iopoll_list before shedule
Hao Xu
1
-17
/
+19
2021-04-20
io_uring: refactor io_sq_offload_create()
Pavel Begunkov
1
-14
/
+6
2021-04-20
io_uring: safer sq_creds putting
Pavel Begunkov
1
-2
/
+2
2021-04-20
io_uring: move inflight un-tracking into cleanup
Pavel Begunkov
1
-10
/
+9
2021-04-20
io-wq: remove unused io_wqe_need_worker() function
Jens Axboe
1
-13
/
+0
2021-04-19
io_uring: fix shared sqpoll cancellation hangs
Pavel Begunkov
1
-13
/
+14
2021-04-19
io_uring: remove extra sqpoll submission halting
Pavel Begunkov
1
-8
/
+4
2021-04-17
io_uring: check register restriction afore quiesce
Pavel Begunkov
1
-13
/
+8
2021-04-17
io_uring: fix overflows checks in provide buffers
Pavel Begunkov
1
-2
/
+8
2021-04-17
io_uring: don't fail submit with overflow backlog
Pavel Begunkov
1
-6
/
+0
2021-04-16
io_uring: fix merge error for async resubmit
Jens Axboe
1
-1
/
+1
2021-04-16
io_uring: tie req->apoll to request lifetime
Jens Axboe
1
-10
/
+7
2021-04-16
io_uring: put flag checking for needing req cleanup in one spot
Jens Axboe
1
-4
/
+7
2021-04-15
io_uring: disable multishot poll for double poll add cases
Jens Axboe
1
-0
/
+6
2021-04-14
io_uring: move poll update into remove not add
Pavel Begunkov
1
-66
/
+38
2021-04-14
io_uring: add helper for parsing poll events
Pavel Begunkov
1
-8
/
+16
2021-04-14
io_uring: fix POLL_REMOVE removing apoll
Pavel Begunkov
1
-12
/
+11
2021-04-14
io_uring: refactor io_ring_exit_work()
Pavel Begunkov
1
-4
/
+5
2021-04-13
io_uring: inline io_iopoll_getevents()
Pavel Begunkov
1
-39
/
+13
2021-04-13
io_uring: skip futile iopoll iterations
Pavel Begunkov
1
-2
/
+5
2021-04-13
io_uring: don't fail overflow on in_idle
Pavel Begunkov
1
-24
/
+20
2021-04-13
io_uring: clean up io_poll_remove_waitqs()
Pavel Begunkov
1
-10
/
+5
2021-04-13
io_uring: refactor hrtimer_try_to_cancel uses
Pavel Begunkov
1
-15
/
+8
2021-04-13
io_uring: add timeout completion_lock annotation
Pavel Begunkov
1
-0
/
+1
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-11
io_uring: optimise fill_event() by inlining
Pavel Begunkov
1
-21
/
+36
2021-04-11
io_uring: always pass cflags into fill_event()
Pavel Begunkov
1
-21
/
+16
2021-04-11
io_uring: optimise non-eventfd post-event
Pavel Begunkov
1
-4
/
+2
2021-04-11
io_uring: refactor compat_msghdr import
Pavel Begunkov
1
-6
/
+5
2021-04-11
io_uring: enable inline completion for more cases
Pavel Begunkov
1
-3
/
+3
2021-04-11
io_uring: refactor io_close
Pavel Begunkov
1
-10
/
+3
2021-04-11
io_uring: unify files and task cancel
Pavel Begunkov
2
-49
/
+19
2021-04-11
io_uring: track inflight requests through counter
Pavel Begunkov
1
-46
/
+10
2021-04-11
io_uring: unify task and files cancel loops
Pavel Begunkov
1
-33
/
+41
2021-04-11
io_uring: simplify apoll hash removal
Pavel Begunkov
1
-4
/
+1
2021-04-11
io_uring: refactor io_poll_complete()
Pavel Begunkov
1
-6
/
+7
2021-04-11
io_uring: clean up io_poll_task_func()
Pavel Begunkov
1
-6
/
+4
[next]