index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-786
/
+1395
|
\
|
*
io_uring: keep a pointer ref_node in file_data
Pavel Begunkov
2020-10-10
1
-8
/
+6
|
*
io_uring: refactor *files_register()'s error paths
Pavel Begunkov
2020-10-10
1
-46
/
+32
|
*
io_uring: clean file_data access in files_register
Pavel Begunkov
2020-10-10
1
-36
/
+33
|
*
io_uring: don't delay io_init_req() error check
Pavel Begunkov
2020-10-10
1
-2
/
+1
|
*
io_uring: clean leftovers after splitting issue
Pavel Begunkov
2020-10-10
1
-8
/
+6
|
*
io_uring: remove timeout.list after hrtimer cancel
Pavel Begunkov
2020-10-10
1
-9
/
+2
|
*
io_uring: use a separate struct for timeout_remove
Pavel Begunkov
2020-10-10
1
-9
/
+9
|
*
io_uring: improve submit_state.ios_left accounting
Pavel Begunkov
2020-10-10
1
-5
/
+5
|
*
io_uring: simplify io_file_get()
Pavel Begunkov
2020-10-10
1
-16
/
+14
|
*
io_uring: kill extra check in fixed io_file_get()
Pavel Begunkov
2020-10-10
1
-2
/
+1
|
*
io_uring: clean up ->files grabbing
Pavel Begunkov
2020-10-10
1
-39
/
+13
|
*
io_uring: don't io_prep_async_work() linked reqs
Pavel Begunkov
2020-10-10
1
-3
/
+0
|
*
io_uring: Convert advanced XArray uses to the normal API
Matthew Wilcox (Oracle)
2020-10-09
1
-12
/
+2
|
*
io_uring: Fix XArray usage in io_uring_add_task_file
Matthew Wilcox (Oracle)
2020-10-09
1
-12
/
+9
|
*
io_uring: Fix use of XArray in __io_uring_files_cancel
Matthew Wilcox (Oracle)
2020-10-09
1
-14
/
+5
|
*
io_uring: fix break condition for __io_uring_register() waiting
Jens Axboe
2020-10-08
1
-3
/
+3
|
*
io_uring: no need to call xa_destroy() on empty xarray
Jens Axboe
2020-10-08
1
-1
/
+0
|
*
io_uring: batch account ->req_issue and task struct references
Jens Axboe
2020-10-07
1
-2
/
+5
|
*
io_uring: kill callback_head argument for io_req_task_work_add()
Jens Axboe
2020-09-30
1
-6
/
+5
|
*
io_uring: move req preps out of io_issue_sqe()
Pavel Begunkov
2020-09-30
1
-17
/
+13
|
*
io_uring: decouple issuing and req preparation
Pavel Begunkov
2020-09-30
1
-206
/
+57
|
*
io_uring: remove nonblock arg from io_{rw}_prep()
Pavel Begunkov
2020-09-30
1
-13
/
+10
|
*
io_uring: set/clear IOCB_NOWAIT into io_read/write
Pavel Begunkov
2020-09-30
1
-8
/
+9
|
*
io_uring: remove F_NEED_CLEANUP check in *prep()
Pavel Begunkov
2020-09-30
1
-16
/
+2
|
*
io_uring: io_kiocb_ppos() style change
Pavel Begunkov
2020-09-30
1
-1
/
+1
|
*
io_uring: simplify io_alloc_req()
Pavel Begunkov
2020-09-30
1
-9
/
+4
|
*
io_uring: show sqthread pid and cpu in fdinfo
Joseph Qi
2020-09-30
1
-0
/
+6
|
*
io_uring: process task work in io_uring_register()
Jens Axboe
2020-09-30
1
-12
/
+28
|
*
io_uring: add blkcg accounting to offloaded operations
Dennis Zhou
2020-09-30
1
-0
/
+92
|
*
io_uring: improve registered buffer accounting for huge pages
Jens Axboe
2020-09-30
1
-10
/
+80
|
*
io_uring: remove unneeded semicolon
Zheng Bin
2020-09-30
1
-1
/
+1
|
*
io_uring: cap SQ submit size for SQPOLL with multiple rings
Jens Axboe
2020-09-30
1
-2
/
+9
|
*
io_uring: get rid of req->io/io_async_ctx union
Jens Axboe
2020-09-30
1
-94
/
+117
|
*
io_uring: kill extra user_bufs check
Pavel Begunkov
2020-09-30
1
-7
/
+1
|
*
io_uring: fix overlapped memcpy in io_req_map_rw()
Pavel Begunkov
2020-09-30
1
-1
/
+4
|
*
io_uring: refactor io_req_map_rw()
Pavel Begunkov
2020-09-30
1
-2
/
+1
|
*
io_uring: simplify io_rw_prep_async()
Pavel Begunkov
2020-09-30
1
-4
/
+2
|
*
io_uring: provide IORING_ENTER_SQ_WAIT for SQPOLL SQ ring waits
Jens Axboe
2020-09-30
1
-3
/
+37
|
*
io_uring: mark io_uring_fops/io_op_defs as __read_mostly
Jens Axboe
2020-09-30
1
-2
/
+2
|
*
io_uring: enable IORING_SETUP_ATTACH_WQ to attach to SQPOLL thread too
Jens Axboe
2020-09-30
1
-0
/
+33
|
*
io_uring: base SQPOLL handling off io_sq_data
Jens Axboe
2020-09-30
1
-25
/
+101
|
*
io_uring: split SQPOLL data into separate structure
Jens Axboe
2020-09-30
1
-41
/
+86
|
*
io_uring: split work handling part of SQPOLL into helper
Jens Axboe
2020-09-30
1
-84
/
+93
|
*
io_uring: move SQPOLL post-wakeup ring need wakeup flag into wake handler
Jens Axboe
2020-09-30
1
-1
/
+18
|
*
io_uring: use private ctx wait queue entries for SQPOLL
Jens Axboe
2020-09-30
1
-15
/
+18
|
*
io_uring: io_sq_thread() doesn't need to flush signals
Jens Axboe
2020-09-30
1
-2
/
+0
|
*
io_uring: allow disabling rings during the creation
Stefano Garzarella
2020-09-30
1
-7
/
+54
|
*
io_uring: add IOURING_REGISTER_RESTRICTIONS opcode
Stefano Garzarella
2020-09-30
1
-1
/
+123
|
*
io_uring: reference ->nsproxy for file table commands
Jens Axboe
2020-09-30
1
-0
/
+3
[next]