index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
io_uring: simplify io_rsrc_node_ref_zero
Pavel Begunkov
2021-04-12
1
-8
/
+4
*
io_uring: name rsrc bits consistently
Pavel Begunkov
2021-04-12
1
-79
/
+71
*
io-wq: cancel task_work on exit only targeting the current 'wq'
Jens Axboe
2021-04-12
1
-1
/
+11
*
task_work: add helper for more targeted task_work canceling
Jens Axboe
2021-04-12
2
-7
/
+30
*
io_uring: fix race around poll update and poll triggering
Jens Axboe
2021-04-12
1
-8
/
+10
*
io_uring: reg buffer overflow checks hardening
Pavel Begunkov
2021-04-12
1
-0
/
+5
*
io_uring: allow SQPOLL without CAP_SYS_ADMIN or CAP_SYS_NICE
Jens Axboe
2021-04-12
1
-4
/
+0
*
io-wq: eliminate the need for a manager thread
Jens Axboe
2021-04-12
3
-159
/
+120
*
kernel: allow fork with TIF_NOTIFY_SIGNAL pending
Jens Axboe
2021-04-12
1
-1
/
+1
*
io_uring: allow events and user_data update of running poll requests
Jens Axboe
2021-04-12
2
-8
/
+92
*
io_uring: abstract out a io_poll_find_helper()
Jens Axboe
2021-04-12
1
-5
/
+16
*
io_uring: terminate multishot poll for CQ ring overflow
Jens Axboe
2021-04-12
1
-8
/
+12
*
io_uring: abstract out helper for removing poll waitqs/hashes
Jens Axboe
2021-04-12
1
-1
/
+9
*
io_uring: add multishot mode for IORING_OP_POLL_ADD
Jens Axboe
2021-04-12
2
-18
/
+58
*
io_uring: include cflags in completion trace event
Jens Axboe
2021-04-12
2
-5
/
+8
*
io_uring: allocate memory for overflowed CQEs
Pavel Begunkov
2021-04-12
1
-55
/
+46
*
io_uring: mask in error/nval/hangup consistently for poll
Jens Axboe
2021-04-12
1
-3
/
+4
*
io_uring: optimise rw complete error handling
Pavel Begunkov
2021-04-12
1
-15
/
+18
*
io_uring: hide iter revert in resubmit_prep
Pavel Begunkov
2021-04-12
1
-9
/
+8
*
io_uring: don't alter iopoll reissue fail ret code
Pavel Begunkov
2021-04-12
1
-25
/
+16
*
io_uring: optimise kiocb_end_write for !ISREG
Pavel Begunkov
2021-04-12
1
-3
/
+3
*
io_uring: kill unused REQ_F_NO_FILE_TABLE
Pavel Begunkov
2021-04-12
1
-8
/
+1
*
io_uring: don't init req->work fully in advance
Pavel Begunkov
2021-04-12
1
-11
/
+14
*
io-wq: refactor *_get_acct()
Pavel Begunkov
2021-04-12
1
-10
/
+7
*
io_uring: remove tctx->sqpoll
Pavel Begunkov
2021-04-12
1
-1
/
+0
*
io_uring: don't do extra EXITING cancellations
Pavel Begunkov
2021-04-12
1
-5
/
+1
*
io_uring: don't clear REQ_F_LINK_TIMEOUT
Pavel Begunkov
2021-04-12
1
-4
/
+2
*
io_uring: optimise io_req_task_work_add()
Pavel Begunkov
2021-04-12
1
-32
/
+18
*
io_uring: abolish old io_put_file()
Pavel Begunkov
2021-04-12
1
-9
/
+10
*
io_uring: optimise io_dismantle_req() fast path
Pavel Begunkov
2021-04-12
1
-15
/
+19
*
io_uring: inline io_clean_op()'s fast path
Pavel Begunkov
2021-04-12
1
-12
/
+9
*
io_uring: remove __io_req_task_cancel()
Pavel Begunkov
2021-04-12
1
-25
/
+3
*
io_uring: add helper flushing locked_free_list
Pavel Begunkov
2021-04-12
1
-12
/
+12
*
io_uring: refactor io_free_req_deferred()
Pavel Begunkov
2021-04-12
1
-4
/
+1
*
io_uring: inline io_put_req and friends
Pavel Begunkov
2021-04-12
1
-2
/
+2
*
io_uring: refactor rsrc refnode allocation
Pavel Begunkov
2021-04-12
1
-19
/
+39
*
io_uring: refactor io_flush_cached_reqs()
Pavel Begunkov
2021-04-12
1
-6
/
+10
*
io_uring: optimise success case of __io_queue_sqe
Pavel Begunkov
2021-04-12
1
-9
/
+9
*
io_uring: inline __io_queue_linked_timeout()
Pavel Begunkov
2021-04-12
1
-11
/
+4
*
io_uring: keep io_req_free_batch() call locality
Pavel Begunkov
2021-04-12
1
-1
/
+1
*
io_uring: optimise tctx node checks/alloc
Pavel Begunkov
2021-04-12
1
-24
/
+29
*
io_uring: optimise io_uring_enter()
Pavel Begunkov
2021-04-12
1
-7
/
+7
*
io_uring: don't take ctx refs in task_work handler
Pavel Begunkov
2021-04-12
1
-5
/
+0
*
io_uring: transform ret == 0 for poll cancelation completions
Jens Axboe
2021-04-12
1
-0
/
+3
*
io_uring: correct comment on poll vs iopoll
Jens Axboe
2021-04-12
1
-1
/
+1
*
io_uring: cache async and regular file state for fixed files
Jens Axboe
2021-04-12
1
-13
/
+57
*
io_uring: don't check for io_uring_fops for fixed files
Jens Axboe
2021-04-12
1
-2
/
+4
*
io_uring: simplify io_sqd_update_thread_idle()
Pavel Begunkov
2021-04-12
1
-5
/
+2
*
io_uring: switch to atomic_t for io_kiocb reference count
Jens Axboe
2021-04-12
1
-7
/
+17
*
io_uring: wrap io_kiocb reference count manipulation in helpers
Jens Axboe
2021-04-12
1
-15
/
+40
[prev]
[next]