summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* nvme: enable uring-passthrough for admin commandsKanchan Joshi2022-05-204-0/+27
* nvme: helper for uring-passthrough checksKanchan Joshi2022-05-201-8/+16
* blk-mq: fix passthrough pluggingMing Lei2022-05-121-51/+63
* nvme: add vectored-io support for uring-cmdAnuj Gupta2022-05-112-3/+7
* nvme: wire-up uring-cmd support for io-passthru on char-device.Kanchan Joshi2022-05-115-3/+220
* nvme: refactor nvme_submit_user_cmd()Christoph Hellwig2022-05-111-11/+45
* block: wire-up support for passthrough pluggingJens Axboe2022-05-111-34/+39
* fs,io_uring: add infrastructure for uring-cmdJens Axboe2022-05-114-26/+165
* io_uring: support CQE32 for nop operationStefan Roesch2022-05-091-2/+26
* io_uring: enable CQE32Stefan Roesch2022-05-091-1/+1
* io_uring: support CQE32 in /proc infoStefan Roesch2022-05-091-2/+14
* io_uring: add tracing for additional CQE32 fieldsStefan Roesch2022-05-092-9/+20
* io_uring: overflow processing for CQE32Stefan Roesch2022-05-091-9/+23
* io_uring: flush completions for CQE32Stefan Roesch2022-05-091-2/+6
* io_uring: modify io_get_cqe for CQE32Stefan Roesch2022-05-091-2/+17
* io_uring: add CQE32 completion processingStefan Roesch2022-05-091-8/+45
* io_uring: add CQE32 setup processingStefan Roesch2022-05-091-0/+58
* io_uring: change ring size calculation for CQE32Stefan Roesch2022-05-091-3/+7
* io_uring: store add. return values for CQE32Stefan Roesch2022-05-091-1/+7
* io_uring: support CQE32 in io_uring_cqeStefan Roesch2022-05-091-0/+7
* io_uring: add support for 128-byte SQEsJens Axboe2022-05-092-3/+19
* Merge branch 'for-5.19/io_uring-socket' into for-5.19/io_uring-passthroughJens Axboe2022-05-098-77/+680
|\
| * io_uring: use the text representation of ops in traceDylan Yudaken2022-04-291-15/+21
| * io_uring: rename op -> opcodeDylan Yudaken2022-04-261-1/+1
| * io_uring: add io_uring_get_opcodeDylan Yudaken2022-04-262-0/+106
| * io_uring: add type to op enumDylan Yudaken2022-04-261-1/+1
| * io_uring: add socket(2) supportJens Axboe2022-04-252-0/+77
| * net: add __sys_socket_file()Jens Axboe2022-04-252-10/+43
| * io_uring: fix trace for reduced sqe paddingJens Axboe2022-04-251-4/+5
| * io_uring: add fgetxattr and getxattr supportStefan Roesch2022-04-252-0/+131
| * io_uring: add fsetxattr and setxattr supportStefan Roesch2022-04-252-1/+170
| * fs: split off do_getxattr from getxattrStefan Roesch2022-04-252-21/+43
| * fs: split off setxattr_copy and do_setxattr function from setxattrStefan Roesch2022-04-252-25/+83
* | Merge branch 'for-5.19/io_uring' into for-5.19/io_uring-passthroughJens Axboe2022-05-098-947/+1254
|\ \
| * | io_uring: don't clear req->kbuf when buffer selection is doneJens Axboe2022-05-091-2/+0
| * | io_uring: eliminate the need to track provided buffer ID separatelyJens Axboe2022-05-091-6/+10
| * | io_uring: move provided buffer state closer to submit stateJens Axboe2022-05-091-3/+5
| * | io_uring: move provided and fixed buffers into the same io_kiocb areaJens Axboe2022-05-091-4/+8
| * | io_uring: abstract out provided buffer list selectionJens Axboe2022-05-091-11/+23
| * | io_uring: never call io_buffer_select() for a buffer re-selectJens Axboe2022-05-091-12/+17
| * | io_uring: get rid of hashed provided buffer groupsJens Axboe2022-05-091-39/+58
| * | io_uring: always use req->buf_index for the provided buffer groupJens Axboe2022-05-091-13/+13
| * | io_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT isn't setJens Axboe2022-05-091-4/+0
| * | io_uring: kill io_rw_buffer_select() wrapperJens Axboe2022-05-091-10/+5
| * | io_uring: make io_buffer_select() return the user address directlyJens Axboe2022-05-091-26/+20
| * | io_uring: kill io_recv_buffer_select() wrapperJens Axboe2022-05-061-10/+2
| * | io_uring: use 'sr' vs 'req->sr_msg' consistentlyJens Axboe2022-05-061-9/+8
| * | io_uring: add POLL_FIRST support for send/sendmsg and recv/recvmsgJens Axboe2022-05-062-2/+35
| * | io_uring: check IOPOLL/ioprio support upfrontJens Axboe2022-05-061-95/+58
| * | io_uring: replace smp_mb() with smp_mb__after_atomic() in io_sq_thread()Almog Khaikin2022-04-301-1/+1