index
:
linux-stable.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
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: allow allocated fixed files for openat/openat2
Jens Axboe
2022-05-13
1
-3
/
+33
*
io_uring: add basic fixed file allocator
Jens Axboe
2022-05-13
1
-0
/
+29
*
io_uring: track fixed files with a bitmap
Jens Axboe
2022-05-13
1
-1
/
+32
*
io_uring: don't clear req->kbuf when buffer selection is done
Jens Axboe
2022-05-09
1
-2
/
+0
*
io_uring: eliminate the need to track provided buffer ID separately
Jens Axboe
2022-05-09
1
-6
/
+10
*
io_uring: move provided buffer state closer to submit state
Jens Axboe
2022-05-09
1
-3
/
+5
*
io_uring: move provided and fixed buffers into the same io_kiocb area
Jens Axboe
2022-05-09
1
-4
/
+8
*
io_uring: abstract out provided buffer list selection
Jens Axboe
2022-05-09
1
-11
/
+23
*
io_uring: never call io_buffer_select() for a buffer re-select
Jens Axboe
2022-05-09
1
-12
/
+17
*
io_uring: get rid of hashed provided buffer groups
Jens Axboe
2022-05-09
1
-39
/
+58
*
io_uring: always use req->buf_index for the provided buffer group
Jens Axboe
2022-05-09
1
-13
/
+13
*
io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't set
Jens Axboe
2022-05-09
1
-4
/
+0
*
io_uring: kill io_rw_buffer_select() wrapper
Jens Axboe
2022-05-09
1
-10
/
+5
*
io_uring: make io_buffer_select() return the user address directly
Jens Axboe
2022-05-09
1
-26
/
+20
*
io_uring: kill io_recv_buffer_select() wrapper
Jens Axboe
2022-05-05
1
-10
/
+2
*
io_uring: use 'sr' vs 'req->sr_msg' consistently
Jens Axboe
2022-05-05
1
-9
/
+8
*
io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg
Jens Axboe
2022-05-05
1
-2
/
+25
*
io_uring: check IOPOLL/ioprio support upfront
Jens Axboe
2022-05-05
1
-95
/
+58
*
io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()
Almog Khaikin
2022-04-30
1
-1
/
+1
*
io_uring: add IORING_SETUP_TASKRUN_FLAG
Jens Axboe
2022-04-30
1
-3
/
+11
*
io_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TASKRUN is used
Jens Axboe
2022-04-30
1
-4
/
+13
*
io_uring: set task_work notify method at init time
Jens Axboe
2022-04-30
1
-12
/
+11
*
io_uring: serialize ctx->rings->sq_flags with atomic_or/and
Jens Axboe
2022-04-30
1
-26
/
+10
*
io_uring: fix compile warning for 32-bit builds
Jens Axboe
2022-04-25
1
-1
/
+1
*
io_uring: return an error when cqe is dropped
Dylan Yudaken
2022-04-24
1
-4
/
+28
*
io_uring: use constants for cq_overflow bitfield
Dylan Yudaken
2022-04-24
1
-8
/
+14
*
io_uring: rework io_uring_enter to simplify return value
Dylan Yudaken
2022-04-24
1
-14
/
+21
*
io_uring: trace cqe overflows
Dylan Yudaken
2022-04-24
1
-0
/
+1
*
io_uring: allow re-poll if we made progress
Jens Axboe
2022-04-24
1
-3
/
+7
*
io_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
Jens Axboe
2022-04-24
1
-7
/
+29
*
io_uring: add support for IORING_ASYNC_CANCEL_ANY
Jens Axboe
2022-04-24
1
-14
/
+25
*
io_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key
Jens Axboe
2022-04-24
1
-7
/
+60
*
io_uring: add support for IORING_ASYNC_CANCEL_ALL
Jens Axboe
2022-04-24
1
-21
/
+70
*
io_uring: pass in struct io_cancel_data consistently
Jens Axboe
2022-04-24
1
-32
/
+44
*
io_uring: remove dead 'poll_only' argument to io_poll_cancel()
Jens Axboe
2022-04-24
1
-4
/
+3
*
io_uring: refactor io_disarm_next() locking
Pavel Begunkov
2022-04-24
1
-7
/
+10
*
io_uring: move timeout locking in io_timeout_cancel()
Pavel Begunkov
2022-04-24
1
-7
/
+5
*
io_uring: store SCM state in io_fixed_file->file_ptr
Jens Axboe
2022-04-24
1
-7
/
+29
*
io_uring: kill ctx arg from io_req_put_rsrc
Pavel Begunkov
2022-04-24
1
-3
/
+3
*
io_uring: add a helper for putting rsrc nodes
Pavel Begunkov
2022-04-24
1
-3
/
+8
*
io_uring: store rsrc node in req instead of refs
Pavel Begunkov
2022-04-24
1
-11
/
+11
*
io_uring: refactor io_assign_file error path
Pavel Begunkov
2022-04-24
1
-5
/
+1
*
io_uring: use right helpers for file assign locking
Pavel Begunkov
2022-04-24
1
-4
/
+2
*
io_uring: add data_race annotations
Pavel Begunkov
2022-04-24
1
-3
/
+3
*
io_uring: inline io_req_complete_fail_submit()
Pavel Begunkov
2022-04-24
1
-13
/
+8
*
io_uring: refactor io_submit_sqe()
Pavel Begunkov
2022-04-24
1
-9
/
+14
*
io_uring: refactor lazy link fail
Pavel Begunkov
2022-04-24
1
-40
/
+47
*
io_uring: introduce IO_REQ_LINK_FLAGS
Pavel Begunkov
2022-04-24
1
-6
/
+7
*
io_uring: refactor io_queue_sqe()
Pavel Begunkov
2022-04-24
1
-8
/
+12
*
io_uring: rename io_queue_async_work()
Pavel Begunkov
2022-04-24
1
-4
/
+4
[next]