index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
exported-sql-viewer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-30
io_uring: clean up io_kill_linked_timeout() locking
Jens Axboe
1
-11
/
+21
2020-06-30
io_uring: do grab_env() just before punting
Pavel Begunkov
1
-24
/
+29
2020-06-30
io_uring: factor out grab_env() from defer_prep()
Pavel Begunkov
1
-8
/
+7
2020-06-30
io_uring: do init work in grab_env()
Pavel Begunkov
1
-5
/
+3
2020-06-30
io_uring: don't pass def into io_req_work_grab_env
Pavel Begunkov
1
-4
/
+5
2020-06-30
io_uring: fix potential use after free on fallback request free
Pavel Begunkov
1
-2
/
+5
2020-06-30
io_uring: kill REQ_F_TIMEOUT_NOSEQ
Pavel Begunkov
1
-7
/
+8
2020-06-30
io_uring: kill REQ_F_TIMEOUT
Pavel Begunkov
1
-4
/
+0
2020-06-30
io_uring: replace find_next() out param with ret
Pavel Begunkov
1
-18
/
+18
2020-06-30
io_uring: deduplicate freeing linked timeouts
Pavel Begunkov
1
-49
/
+58
2020-06-29
io_uring: fix missing wake_up io_rw_reissue()
Pavel Begunkov
1
-1
/
+3
2020-06-28
io_uring: fix iopoll -EAGAIN handling
Pavel Begunkov
1
-7
/
+4
2020-06-28
io_uring: do task_work_run() during iopoll
Pavel Begunkov
1
-0
/
+2
2020-06-28
io_uring: clean up req->result setting by rw
Pavel Begunkov
1
-7
/
+2
2020-06-28
io_uring: kill REQ_F_LINK_NEXT
Pavel Begunkov
1
-8
/
+1
2020-06-28
io_uring: cosmetic changes for batch free
Pavel Begunkov
1
-32
/
+37
2020-06-28
io_uring: batch-free linked requests as well
Pavel Begunkov
1
-10
/
+16
2020-06-28
io_uring: dismantle req early and remove need_iter
Pavel Begunkov
1
-11
/
+3
2020-06-28
io_uring: remove inflight batching in free_many()
Pavel Begunkov
1
-33
/
+8
2020-06-28
io_uring: fix refs underflow in io_iopoll_queue()
Pavel Begunkov
1
-1
/
+0
2020-06-28
io_uring: fix missing io_grab_files()
Pavel Begunkov
1
-7
/
+7
2020-06-28
io_uring: don't mark link's head for_async
Pavel Begunkov
1
-1
/
+1
2020-06-28
io_uring: fix feeding io-wq with uninit reqs
Pavel Begunkov
1
-5
/
+10
2020-06-28
io_uring: fix punting req w/o grabbed env
Pavel Begunkov
1
-6
/
+2
2020-06-28
io_uring: fix req->work corruption
Pavel Begunkov
1
-1
/
+1
2020-06-26
io_uring: fix function args for !CONFIG_NET
Randy Dunlap
1
-6
/
+12
2020-06-26
io-wq: return next work from ->do_work() directly
Pavel Begunkov
3
-38
/
+25
2020-06-26
io-wq: compact io-wq flags numbers
Pavel Begunkov
1
-4
/
+4
2020-06-26
io_uring: use task_work for links if possible
Jens Axboe
1
-74
/
+117
2020-06-25
io_uring: enable READ/WRITE to use deferred completions
Jens Axboe
1
-15
/
+23
2020-06-25
io_uring: pass in completion state to appropriate issue side handlers
Jens Axboe
1
-67
/
+86
2020-06-25
io_uring: pass down completion state on the issue side
Jens Axboe
1
-17
/
+50
2020-06-25
io_uring: add 'io_comp_state' to struct io_submit_state
Jens Axboe
1
-2
/
+16
2020-06-25
io_uring: provide generic io_req_complete() helper
Jens Axboe
1
-63
/
+43
2020-06-25
io_uring: fix NULL-mm for linked reqs
Pavel Begunkov
1
-4
/
+11
2020-06-25
io_uring: fix current->mm NULL dereference on exit
Pavel Begunkov
1
-0
/
+9
2020-06-25
io_uring: fix hanging iopoll in case of -EAGAIN
Pavel Begunkov
1
-7
/
+2
2020-06-23
io_uring: fix io_sq_thread no schedule when busy
Xuan Zhuo
1
-2
/
+2
2020-06-21
io_uring: kill NULL checks for submit state
Pavel Begunkov
1
-5
/
+1
2020-06-21
io_uring: set @poll->file after @poll init
Pavel Begunkov
1
-1
/
+1
2020-06-21
io_uring: remove REQ_F_MUST_PUNT
Pavel Begunkov
1
-15
/
+7
2020-06-21
io_uring: remove setting REQ_F_MUST_PUNT in rw
Pavel Begunkov
1
-8
/
+0
2020-06-21
io_uring: support true async buffered reads, if file provides it
Jens Axboe
1
-4
/
+135
2020-06-21
mm: add kiocb_wait_page_queue_init() helper
Jens Axboe
1
-0
/
+21
2020-06-21
btrfs: flag files as supporting buffered async reads
Jens Axboe
1
-1
/
+1
2020-06-21
xfs: flag files as supporting buffered async reads
Jens Axboe
1
-1
/
+1
2020-06-21
block: flag block devices as supporting IOCB_WAITQ
Jens Axboe
1
-1
/
+1
2020-06-21
fs: add FMODE_BUF_RASYNC
Jens Axboe
1
-0
/
+3
2020-06-21
mm: support async buffered reads in generic_file_buffered_read()
Jens Axboe
1
-11
/
+27
2020-06-21
mm: add support for async page locking
Jens Axboe
3
-2
/
+67
[next]