index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-07-24
io_uring: alloc ->io in io_req_defer_prep()
Pavel Begunkov
1
-15
/
+7
2020-07-24
io_uring: remove empty cleanup of OP_OPEN* reqs
Pavel Begunkov
1
-3
/
+0
2020-07-24
io_uring: inline io_req_work_grab_env()
Pavel Begunkov
1
-30
/
+20
2020-07-24
io_uring: place cflags into completion data
Pavel Begunkov
1
-5
/
+5
2020-07-24
io_uring: remove sequence from io_kiocb
Pavel Begunkov
1
-14
/
+30
2020-07-24
io_uring: use non-intrusive list for defer
Pavel Begunkov
1
-7
/
+18
2020-07-24
io_uring: remove init for unused list
Pavel Begunkov
1
-1
/
+0
2020-07-24
io_uring: add req->timeout.list
Pavel Begunkov
1
-10
/
+12
2020-07-24
io_uring: use completion list for CQ overflow
Pavel Begunkov
1
-7
/
+8
2020-07-24
io_uring: use inflight_entry list for iopoll'ing
Pavel Begunkov
1
-11
/
+15
2020-07-24
io_uring: rename ctx->poll into ctx->iopoll
Pavel Begunkov
1
-18
/
+18
2020-07-24
io_uring: share completion list w/ per-op space
Pavel Begunkov
1
-7
/
+20
2020-07-24
io_uring: follow **iovec idiom in io_import_iovec
Pavel Begunkov
1
-6
/
+8
2020-07-24
io_uring: add a helper for async rw iovec prep
Pavel Begunkov
1
-26
/
+20
2020-07-24
io_uring: simplify io_req_map_rw()
Pavel Begunkov
1
-7
/
+9
2020-07-24
io_uring: replace rw->task_work with rq->task_work
Pavel Begunkov
1
-27
/
+4
2020-07-24
io_uring: extract io_sendmsg_copy_hdr()
Pavel Begunkov
1
-10
/
+11
2020-07-24
io_uring: use more specific type in rcv/snd msg cp
Pavel Begunkov
1
-32
/
+31
2020-07-24
io_uring: rename sr->msg into umsg
Pavel Begunkov
1
-9
/
+9
2020-07-24
io_uring: fix sq array offset calculation
Dmitry Vyukov
1
-3
/
+3
2020-07-24
io_uring: fix lockup in io_fail_links()
Pavel Begunkov
1
-2
/
+1
2020-07-24
io_uring: fix ->work corruption with poll_add
Pavel Begunkov
1
-0
/
+4
2020-07-23
io_uring: missed req_init_async() for IOSQE_ASYNC
Pavel Begunkov
1
-0
/
+1
2020-07-18
io_uring: always allow drain/link/hardlink/async sqe flags
Daniele Albano
1
-4
/
+9
2020-07-18
io_uring: ensure double poll additions work with both request types
Jens Axboe
1
-21
/
+26
2020-07-15
io_uring: fix recvmsg memory leak with buffer selection
Pavel Begunkov
1
-2
/
+8
2020-07-12
io_uring: fix not initialised work->flags
Pavel Begunkov
1
-1
/
+2
2020-07-12
io_uring: fix missing msg_name assignment
Pavel Begunkov
1
-0
/
+2
2020-07-10
io_uring: account user memory freed when exit has been queued
Jens Axboe
1
-3
/
+10
2020-07-10
io_uring: fix memleak in io_sqe_files_register()
Yang Yingliang
1
-0
/
+1
2020-07-09
io_uring: remove dead 'ctx' argument and move forward declaration
Jens Axboe
1
-5
/
+4
2020-07-09
io_uring: get rid of __req_need_defer()
Jens Axboe
1
-10
/
+6
2020-07-09
io_uring: fix memleak in __io_sqe_files_update()
Yang Yingliang
1
-1
/
+3
2020-07-09
io_uring: export cq overflow status to userspace
Xiaoguang Wang
2
-2
/
+10
2020-07-08
io_uring: only call kfree() for a non-zero pointer
Jens Axboe
1
-1
/
+2
2020-07-08
io_uring: fix a use after free in io_async_task_func()
Dan Carpenter
1
-1
/
+2
2020-07-07
io_uring: don't burn CPU for iopoll on exit
Pavel Begunkov
1
-12
/
+11
2020-07-07
io_uring: remove nr_events arg from iopoll_check()
Pavel Begunkov
1
-7
/
+5
2020-07-07
io_uring: partially inline io_iopoll_getevents()
Pavel Begunkov
1
-3
/
+3
2020-07-06
io_uring: briefly loose locks while reaping events
Pavel Begunkov
1
-1
/
+6
2020-07-06
io_uring: fix stopping iopoll'ing too early
Pavel Begunkov
1
-7
/
+2
2020-07-06
io_uring: don't delay iopoll'ed req completion
Pavel Begunkov
1
-0
/
+4
2020-07-05
io_uring: fix lost cqe->flags
Pavel Begunkov
1
-1
/
+2
2020-07-05
io_uring: keep queue_sqe()'s fail path separately
Pavel Begunkov
1
-12
/
+11
2020-07-05
io_uring: fix mis-refcounting linked timeouts
Pavel Begunkov
1
-26
/
+7
2020-07-05
io_uring: use new io_req_task_work_add() helper throughout
Jens Axboe
1
-40
/
+37
2020-07-05
io_uring: abstract out task work running
Jens Axboe
1
-17
/
+19
2020-07-04
io_uring: fix regression with always ignoring signals in io_cqring_wait()
Jens Axboe
1
-7
/
+22
2020-06-30
io_uring: use signal based task_work running
Jens Axboe
1
-8
/
+24
2020-06-30
task_work: teach task_work_add() to do signal_wake_up()
Oleg Nesterov
4
-7
/
+28
[next]