index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
nvme: enable uring-passthrough for admin commands
Kanchan Joshi
2022-05-20
4
-0
/
+27
*
nvme: helper for uring-passthrough checks
Kanchan Joshi
2022-05-20
1
-8
/
+16
*
blk-mq: fix passthrough plugging
Ming Lei
2022-05-12
1
-51
/
+63
*
nvme: add vectored-io support for uring-cmd
Anuj Gupta
2022-05-11
2
-3
/
+7
*
nvme: wire-up uring-cmd support for io-passthru on char-device.
Kanchan Joshi
2022-05-11
5
-3
/
+220
*
nvme: refactor nvme_submit_user_cmd()
Christoph Hellwig
2022-05-11
1
-11
/
+45
*
block: wire-up support for passthrough plugging
Jens Axboe
2022-05-11
1
-34
/
+39
*
fs,io_uring: add infrastructure for uring-cmd
Jens Axboe
2022-05-11
4
-26
/
+165
*
io_uring: support CQE32 for nop operation
Stefan Roesch
2022-05-09
1
-2
/
+26
*
io_uring: enable CQE32
Stefan Roesch
2022-05-09
1
-1
/
+1
*
io_uring: support CQE32 in /proc info
Stefan Roesch
2022-05-09
1
-2
/
+14
*
io_uring: add tracing for additional CQE32 fields
Stefan Roesch
2022-05-09
2
-9
/
+20
*
io_uring: overflow processing for CQE32
Stefan Roesch
2022-05-09
1
-9
/
+23
*
io_uring: flush completions for CQE32
Stefan Roesch
2022-05-09
1
-2
/
+6
*
io_uring: modify io_get_cqe for CQE32
Stefan Roesch
2022-05-09
1
-2
/
+17
*
io_uring: add CQE32 completion processing
Stefan Roesch
2022-05-09
1
-8
/
+45
*
io_uring: add CQE32 setup processing
Stefan Roesch
2022-05-09
1
-0
/
+58
*
io_uring: change ring size calculation for CQE32
Stefan Roesch
2022-05-09
1
-3
/
+7
*
io_uring: store add. return values for CQE32
Stefan Roesch
2022-05-09
1
-1
/
+7
*
io_uring: support CQE32 in io_uring_cqe
Stefan Roesch
2022-05-09
1
-0
/
+7
*
io_uring: add support for 128-byte SQEs
Jens Axboe
2022-05-09
2
-3
/
+19
*
Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthrough
Jens Axboe
2022-05-09
8
-77
/
+680
|
\
|
*
io_uring: use the text representation of ops in trace
Dylan Yudaken
2022-04-29
1
-15
/
+21
|
*
io_uring: rename op -> opcode
Dylan Yudaken
2022-04-26
1
-1
/
+1
|
*
io_uring: add io_uring_get_opcode
Dylan Yudaken
2022-04-26
2
-0
/
+106
|
*
io_uring: add type to op enum
Dylan Yudaken
2022-04-26
1
-1
/
+1
|
*
io_uring: add socket(2) support
Jens Axboe
2022-04-25
2
-0
/
+77
|
*
net: add __sys_socket_file()
Jens Axboe
2022-04-25
2
-10
/
+43
|
*
io_uring: fix trace for reduced sqe padding
Jens Axboe
2022-04-25
1
-4
/
+5
|
*
io_uring: add fgetxattr and getxattr support
Stefan Roesch
2022-04-25
2
-0
/
+131
|
*
io_uring: add fsetxattr and setxattr support
Stefan Roesch
2022-04-25
2
-1
/
+170
|
*
fs: split off do_getxattr from getxattr
Stefan Roesch
2022-04-25
2
-21
/
+43
|
*
fs: split off setxattr_copy and do_setxattr function from setxattr
Stefan Roesch
2022-04-25
2
-25
/
+83
*
|
Merge branch 'for-5.19/io_uring' into for-5.19/io_uring-passthrough
Jens Axboe
2022-05-09
8
-947
/
+1254
|
\
\
|
*
|
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-06
1
-10
/
+2
|
*
|
io_uring: use 'sr' vs 'req->sr_msg' consistently
Jens Axboe
2022-05-06
1
-9
/
+8
|
*
|
io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsg
Jens Axboe
2022-05-06
2
-2
/
+35
|
*
|
io_uring: check IOPOLL/ioprio support upfront
Jens Axboe
2022-05-06
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
[next]