index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
io_uring: refactor sendmsg/recvmsg iov managing
Pavel Begunkov
2021-02-05
1
-30
/
+27
|
*
|
io_uring: clean iov usage for recvmsg buf select
Pavel Begunkov
2021-02-05
1
-6
/
+4
|
*
|
io_uring: set msg_name on msg fixup
Pavel Begunkov
2021-02-05
1
-2
/
+1
|
*
|
io_uring/io-wq: return 2-step work swap scheme
Pavel Begunkov
2021-02-04
3
-34
/
+12
|
*
|
io_uring: deduplicate file table slot calculation
Pavel Begunkov
2021-02-04
1
-22
/
+19
|
*
|
io_uring: io_import_iovec return type cleanup
Pavel Begunkov
2021-02-04
1
-19
/
+11
|
*
|
io_uring: treat NONBLOCK and RWF_NOWAIT similarly
Pavel Begunkov
2021-02-04
1
-14
/
+16
|
*
|
io_uring: highlight read-retry loop
Pavel Begunkov
2021-02-04
1
-20
/
+20
|
*
|
io_uring: inline io_read()'s iovec freeing
Pavel Begunkov
2021-02-04
1
-18
/
+13
|
*
|
io_uring: don't forget to adjust io_size
Pavel Begunkov
2021-02-04
1
-9
/
+5
|
*
|
io_uring: let io_setup_async_rw take care of iovec
Pavel Begunkov
2021-02-04
1
-15
/
+9
|
*
|
io_uring: further simplify do_read error parsing
Pavel Begunkov
2021-02-04
1
-9
/
+8
|
*
|
io_uring: refactor io_read for unsupported nowait
Pavel Begunkov
2021-02-04
1
-6
/
+6
|
*
|
io_uring: refactor io_cqring_wait
Pavel Begunkov
2021-02-04
1
-21
/
+22
|
*
|
io_uring: refactor scheduling in io_cqring_wait
Pavel Begunkov
2021-02-04
1
-11
/
+8
|
*
|
io_uring: deduplicate core cancellations sequence
Pavel Begunkov
2021-02-04
1
-45
/
+40
|
*
|
io_uring: simplify do_read return parsing
Pavel Begunkov
2021-02-01
1
-5
/
+2
|
*
|
io_uring: deduplicate adding to REQ_F_INFLIGHT
Pavel Begunkov
2021-02-01
1
-19
/
+17
|
*
|
io_uring: remove work flags after cleanup
Pavel Begunkov
2021-02-01
1
-13
/
+6
|
*
|
io_uring: inline io_req_drop_files()
Pavel Begunkov
2021-02-01
1
-22
/
+17
|
*
|
io_uring: kill not used needs_file_no_error
Pavel Begunkov
2021-02-01
1
-4
/
+1
|
*
|
io_uring: fix inconsistent lock state
Pavel Begunkov
2021-02-01
1
-4
/
+11
|
*
|
io_uring: Fix NULL dereference in error in io_sqe_files_register()
Dan Carpenter
2021-02-01
1
-1
/
+1
|
*
|
io_uring: check kthread parked flag before sqthread goes to sleep
Hao Xu
2021-02-01
1
-4
/
+1
|
*
|
io_uring: Add skip option for __io_sqe_files_update
noah
2021-02-01
1
-0
/
+3
|
*
|
io_uring: cleanup files_update looping
Pavel Begunkov
2021-02-01
1
-6
/
+2
|
*
|
io_uring: consolidate putting reqs task
Pavel Begunkov
2021-02-01
1
-20
/
+14
|
*
|
io_uring: ensure only sqo_task has file notes
Pavel Begunkov
2021-02-01
1
-0
/
+4
|
*
|
io_uring: simplify io_remove_personalities()
Yejune Deng
2021-02-01
1
-17
/
+11
|
*
|
io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
Jens Axboe
2021-02-01
3
-6
/
+1
|
*
|
io_uring: get rid of intermediate IORING_OP_CLOSE stage
Jens Axboe
2021-02-01
1
-29
/
+35
|
*
|
fs: provide locked helper variant of close_fd_get_file()
Jens Axboe
2021-02-01
2
-11
/
+26
|
*
|
io_uring: save atomic dec for inline executed reqs
Pavel Begunkov
2021-02-01
1
-7
/
+10
|
*
|
io_uring: don't flush CQEs deep down the stack
Pavel Begunkov
2021-02-01
1
-3
/
+10
|
*
|
io_uring: help inlining of io_req_complete()
Pavel Begunkov
2021-02-01
1
-15
/
+21
|
*
|
io_uring: add a helper timeout mode calculation
Pavel Begunkov
2021-02-01
1
-12
/
+11
|
*
|
io_uring: deduplicate failing task_work_add
Pavel Begunkov
2021-02-01
1
-29
/
+17
|
*
|
io_uring: remove __io_state_file_put
Pavel Begunkov
2021-02-01
1
-9
/
+5
|
*
|
io_uring: simplify io_alloc_req()
Pavel Begunkov
2021-02-01
1
-3
/
+1
|
*
|
io_uring: further deduplicate #CQ events calc
Pavel Begunkov
2021-02-01
1
-8
/
+7
|
*
|
io_uring: inline __io_commit_cqring()
Pavel Begunkov
2021-02-01
1
-9
/
+3
|
*
|
io_uring: inline io_async_submit()
Pavel Begunkov
2021-02-01
1
-6
/
+1
|
*
|
io_uring: cleanup personalities under uring_lock
Pavel Begunkov
2021-02-01
1
-1
/
+1
|
*
|
io_uring: refactor io_resubmit_prep()
Pavel Begunkov
2021-02-01
1
-20
/
+13
|
*
|
io_uring: optimise io_rw_reissue()
Pavel Begunkov
2021-02-01
1
-3
/
+4
|
*
|
io_uring: make percpu_ref_release names consistent
Bijan Mottahedeh
2021-02-01
1
-4
/
+4
|
*
|
io_uring: create common fixed_rsrc_data allocation routines
Bijan Mottahedeh
2021-02-01
1
-15
/
+29
|
*
|
io_uring: create common fixed_rsrc_ref_node handling routines
Bijan Mottahedeh
2021-02-01
1
-12
/
+26
|
*
|
io_uring: split ref_node alloc and init
Pavel Begunkov
2021-02-01
1
-13
/
+11
|
*
|
io_uring: split alloc_fixed_file_ref_node
Bijan Mottahedeh
2021-02-01
1
-2
/
+14
[prev]
[next]