blob: 54c1586516de90ecc07fad11ca66b97a2e48e84a [file] [log] [blame]
d2b6f48b691e ("io_uring: move send/recv IOPOLL check into prep")
7fbeb95d0f68 ("io_uring: add missing io_req_cancelled()")
a93b33312f63 ("io_uring: fix async close() with f_op->flush()")
ff002b30181d ("io_uring: grab ->fs as part of async preparation")
99bc4c38537d ("io_uring: fix iovec leaks")
e96e977992d0 ("io_uring: remove unused struct io_async_open")
1e95081cb5b4 ("io_uring: fix deferred req iovec leak")
2faf852d1be8 ("io_uring: cleanup fixed file data table references")
1a417f4e618e ("io_uring: fix sporadic double CQE entry for close")
9250f9ee194d ("io_uring: remove extra ->file check")
5d204bcfa093 ("io_uring: don't map read/write iovec potentially twice")
f0b493e6b9a8 ("io_uring: prevent potential eventfd recursion on poll")
3e4827b05d2a ("io_uring: add support for epoll_ctl(2)")
f86cd20c9454 ("io_uring: fix linked command file table usage")
071698e13ac6 ("io_uring: allow registering credentials")
cccf0ee83455 ("io_uring/io-wq: don't use static creds/mm assignments")
980ad26304ab ("io_uring: don't attempt to copy iovec for READ/WRITE")
86a761f81ec8 ("io_uring: honor IOSQE_ASYNC for linked reqs")
0463b6c58e55 ("io_uring: use labeled array init in io_op_defs")
6b47ee6ecab1 ("io_uring: optimise sqe-to-req flags translation")
87987898a1db ("io_uring: remove REQ_F_IO_DRAINED")
e46a7950d362 ("io_uring: file switch work needs to get flushed on exit")
b14cca0c84c7 ("io_uring: hide uring_fd in ctx")
0791015837f1 ("io_uring: remove extra check in __io_commit_cqring")
711be0312df4 ("io_uring: optimise use of ctx->drain_next")
66f4af93da57 ("io_uring: add support for probing opcodes")
10fef4bebf97 ("io_uring: account fixed file references correctly in batch")
cebdb98617ae ("io_uring: add support for IORING_OP_OPENAT2")
f8748881b17d ("io_uring: remove 'fname' from io_open structure")
c12cedf24e78 ("io_uring: add 'struct open_how' to the openat request context")
f2842ab5b72d ("io_uring: enable option to only trigger eventfd for async completions")
69b3e546139a ("io_uring: change io_ring_ctx bool fields into bit fields")
96fd84d83a77 ("io_uring: Remove unnecessary null check")
fddafacee287 ("io_uring: add support for send(2) and recv(2)")
c6ca97b30c47 ("io_uring: extend batch freeing to cover more cases")
8237e045983d ("io_uring: wrap multi-req freeing in struct req_batch")
2b85edfc0c90 ("io_uring: batch getting pcpu references")
c1ca757bd6f4 ("io_uring: add IORING_OP_MADVISE")
4840e418c2fc ("io_uring: add IORING_OP_FADVISE")
ba04291eb66e ("io_uring: allow use of offset == -1 to mean file position")
3a6820f2bb8a ("io_uring: add non-vectored read/write commands")
e94f141bd248 ("io_uring: improve poll completion performance")
ad3eb2c89fb2 ("io_uring: split overflow state into SQ and CQ side")
d3656344fea0 ("io_uring: add lookup table for various opcode needs")
32fe525b6d10 ("io_uring: move *queue_link_head() from common path")
9d76377f7e13 ("io_uring: rename prev to head")
ce35a47a3a02 ("io_uring: add IOSQE_ASYNC")
eddc7ef52a6b ("io_uring: add support for IORING_OP_STATX")
05f3fb3c5397 ("io_uring: avoid ring quiesce for fixed file set unregister and update")
b5dba59e0cf7 ("io_uring: add support for IORING_OP_CLOSE")