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
/
export-to-postgresql.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-10
io_uring: refactor *files_register()'s error paths
Pavel Begunkov
1
-46
/
+32
2020-10-10
io_uring: clean file_data access in files_register
Pavel Begunkov
1
-36
/
+33
2020-10-10
io_uring: don't delay io_init_req() error check
Pavel Begunkov
1
-2
/
+1
2020-10-10
io_uring: clean leftovers after splitting issue
Pavel Begunkov
1
-8
/
+6
2020-10-10
io_uring: remove timeout.list after hrtimer cancel
Pavel Begunkov
1
-9
/
+2
2020-10-10
io_uring: use a separate struct for timeout_remove
Pavel Begunkov
1
-9
/
+9
2020-10-10
io_uring: improve submit_state.ios_left accounting
Pavel Begunkov
1
-5
/
+5
2020-10-10
io_uring: simplify io_file_get()
Pavel Begunkov
1
-16
/
+14
2020-10-10
io_uring: kill extra check in fixed io_file_get()
Pavel Begunkov
1
-2
/
+1
2020-10-10
io_uring: clean up ->files grabbing
Pavel Begunkov
1
-39
/
+13
2020-10-10
io_uring: don't io_prep_async_work() linked reqs
Pavel Begunkov
1
-3
/
+0
2020-10-09
io_uring: Convert advanced XArray uses to the normal API
Matthew Wilcox (Oracle)
1
-12
/
+2
2020-10-09
io_uring: Fix XArray usage in io_uring_add_task_file
Matthew Wilcox (Oracle)
1
-12
/
+9
2020-10-09
io_uring: Fix use of XArray in __io_uring_files_cancel
Matthew Wilcox (Oracle)
1
-14
/
+5
2020-10-08
io_uring: fix break condition for __io_uring_register() waiting
Jens Axboe
1
-3
/
+3
2020-10-08
io_uring: no need to call xa_destroy() on empty xarray
Jens Axboe
1
-1
/
+0
2020-10-07
io_uring: batch account ->req_issue and task struct references
Jens Axboe
1
-2
/
+5
2020-09-30
io_uring: kill callback_head argument for io_req_task_work_add()
Jens Axboe
1
-6
/
+5
2020-09-30
io_uring: move req preps out of io_issue_sqe()
Pavel Begunkov
1
-17
/
+13
2020-09-30
io_uring: decouple issuing and req preparation
Pavel Begunkov
1
-206
/
+57
2020-09-30
io_uring: remove nonblock arg from io_{rw}_prep()
Pavel Begunkov
1
-13
/
+10
2020-09-30
io_uring: set/clear IOCB_NOWAIT into io_read/write
Pavel Begunkov
1
-8
/
+9
2020-09-30
io_uring: remove F_NEED_CLEANUP check in *prep()
Pavel Begunkov
1
-16
/
+2
2020-09-30
io_uring: io_kiocb_ppos() style change
Pavel Begunkov
1
-1
/
+1
2020-09-30
io_uring: simplify io_alloc_req()
Pavel Begunkov
1
-9
/
+4
2020-09-30
io-wq: kill unused IO_WORKER_F_EXITING
Jens Axboe
1
-3
/
+2
2020-09-30
io-wq: fix use-after-free in io_wq_worker_running
Hillf Danton
1
-58
/
+58
2020-09-30
io_uring: show sqthread pid and cpu in fdinfo
Joseph Qi
1
-0
/
+6
2020-09-30
io_uring: process task work in io_uring_register()
Jens Axboe
1
-12
/
+28
2020-09-30
io_uring: add blkcg accounting to offloaded operations
Dennis Zhou
3
-0
/
+118
2020-09-30
io_uring: improve registered buffer accounting for huge pages
Jens Axboe
1
-10
/
+80
2020-09-30
io_uring: remove unneeded semicolon
Zheng Bin
1
-1
/
+1
2020-09-30
io_uring: cap SQ submit size for SQPOLL with multiple rings
Jens Axboe
1
-2
/
+9
2020-09-30
io_uring: get rid of req->io/io_async_ctx union
Jens Axboe
1
-94
/
+117
2020-09-30
io_uring: kill extra user_bufs check
Pavel Begunkov
1
-7
/
+1
2020-09-30
io_uring: fix overlapped memcpy in io_req_map_rw()
Pavel Begunkov
1
-1
/
+4
2020-09-30
io_uring: refactor io_req_map_rw()
Pavel Begunkov
1
-2
/
+1
2020-09-30
io_uring: simplify io_rw_prep_async()
Pavel Begunkov
1
-4
/
+2
2020-09-30
io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits
Jens Axboe
2
-3
/
+38
2020-09-30
io_uring: mark io_uring_fops/io_op_defs as __read_mostly
Jens Axboe
1
-2
/
+2
2020-09-30
io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too
Jens Axboe
1
-0
/
+33
2020-09-30
io_uring: base SQPOLL handling off io_sq_data
Jens Axboe
1
-25
/
+101
2020-09-30
io_uring: split SQPOLL data into separate structure
Jens Axboe
1
-41
/
+86
2020-09-30
io_uring: split work handling part of SQPOLL into helper
Jens Axboe
1
-84
/
+93
2020-09-30
io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler
Jens Axboe
1
-1
/
+18
2020-09-30
io_uring: use private ctx wait queue entries for SQPOLL
Jens Axboe
1
-15
/
+18
2020-09-30
fs: align IOCB_* flags with RWF_* flags
Jens Axboe
1
-18
/
+19
2020-09-30
io_uring: io_sq_thread() doesn't need to flush signals
Jens Axboe
1
-2
/
+0
2020-09-30
io_wq: Make io_wqe::lock a raw_spinlock_t
Sebastian Andrzej Siewior
1
-26
/
+26
2020-09-30
io_uring: allow disabling rings during the creation
Stefano Garzarella
2
-7
/
+56
[next]