index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Age
Commit message (
Expand
)
Author
2021-02-01
io_uring: Fix NULL dereference in error in io_sqe_files_register()
Dan Carpenter
2021-02-01
io_uring: check kthread parked flag before sqthread goes to sleep
Hao Xu
2021-02-01
io_uring: Add skip option for __io_sqe_files_update
noah
2021-02-01
io_uring: cleanup files_update looping
Pavel Begunkov
2021-02-01
io_uring: consolidate putting reqs task
Pavel Begunkov
2021-02-01
io_uring: ensure only sqo_task has file notes
Pavel Begunkov
2021-02-01
io_uring: simplify io_remove_personalities()
Yejune Deng
2021-02-01
io_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
Jens Axboe
2021-02-01
io_uring: get rid of intermediate IORING_OP_CLOSE stage
Jens Axboe
2021-02-01
io_uring: save atomic dec for inline executed reqs
Pavel Begunkov
2021-02-01
io_uring: don't flush CQEs deep down the stack
Pavel Begunkov
2021-02-01
io_uring: help inlining of io_req_complete()
Pavel Begunkov
2021-02-01
io_uring: add a helper timeout mode calculation
Pavel Begunkov
2021-02-01
io_uring: deduplicate failing task_work_add
Pavel Begunkov
2021-02-01
io_uring: remove __io_state_file_put
Pavel Begunkov
2021-02-01
io_uring: simplify io_alloc_req()
Pavel Begunkov
2021-02-01
io_uring: further deduplicate #CQ events calc
Pavel Begunkov
2021-02-01
io_uring: inline __io_commit_cqring()
Pavel Begunkov
2021-02-01
io_uring: inline io_async_submit()
Pavel Begunkov
2021-02-01
io_uring: cleanup personalities under uring_lock
Pavel Begunkov
2021-02-01
io_uring: refactor io_resubmit_prep()
Pavel Begunkov
2021-02-01
io_uring: optimise io_rw_reissue()
Pavel Begunkov
2021-02-01
io_uring: make percpu_ref_release names consistent
Bijan Mottahedeh
2021-02-01
io_uring: create common fixed_rsrc_data allocation routines
Bijan Mottahedeh
2021-02-01
io_uring: create common fixed_rsrc_ref_node handling routines
Bijan Mottahedeh
2021-02-01
io_uring: split ref_node alloc and init
Pavel Begunkov
2021-02-01
io_uring: split alloc_fixed_file_ref_node
Bijan Mottahedeh
2021-02-01
io_uring: add rsrc_ref locking routines
Bijan Mottahedeh
2021-02-01
io_uring: separate ref_list from fixed_rsrc_data
Bijan Mottahedeh
2021-02-01
io_uring: generalize io_queue_rsrc_removal
Bijan Mottahedeh
2021-02-01
io_uring: rename file related variables to rsrc
Bijan Mottahedeh
2021-02-01
io_uring: modularize io_sqe_buffers_register
Bijan Mottahedeh
2021-02-01
io_uring: modularize io_sqe_buffer_register
Bijan Mottahedeh
2021-02-01
io_uring: enable LOOKUP_CACHED path resolution for filename lookups
Jens Axboe
2021-01-28
io_uring: reinforce cancel on flush during exit
Pavel Begunkov
2021-01-28
io_uring: fix sqo ownership false positive warning
Pavel Begunkov
2021-01-28
io_uring: fix list corruption for splice file_get
Pavel Begunkov
2021-01-27
io_uring: fix flush cqring overflow list while TASK_INTERRUPTIBLE
Hao Xu
2021-01-26
io_uring: fix wqe->lock/completion_lock deadlock
Pavel Begunkov
2021-01-26
io_uring: fix cancellation taking mutex while TASK_UNINTERRUPTIBLE
Pavel Begunkov
2021-01-26
io_uring: fix __io_uring_files_cancel() with TASK_UNINTERRUPTIBLE
Pavel Begunkov
2021-01-24
io_uring: only call io_cqring_ev_posted() if events were posted
Jens Axboe
2021-01-24
io_uring: if we see flush on exit, cancel related tasks
Jens Axboe
2021-01-24
io_uring: account io_uring internal files as REQ_F_INFLIGHT
Jens Axboe
2021-01-24
io_uring: fix sleeping under spin in __io_clean_op
Pavel Begunkov
2021-01-22
io_uring: fix short read retries for non-reg files
Pavel Begunkov
2021-01-22
io_uring: fix SQPOLL IORING_OP_CLOSE cancelation state
Jens Axboe
2021-01-16
io_uring: fix skipping disabling sqo on exec
Pavel Begunkov
2021-01-16
io_uring: fix uring_flush in exit_files() warning
Pavel Begunkov
2021-01-16
io_uring: fix false positive sqo warning on flush
Pavel Begunkov
[prev]
[next]