linux-2.6-block.git
2022-05-14 Hao Xuio_uring: add REQ_F_APOLL_MULTISHOT for requests
2022-05-14 Hao Xuio_uring: add IORING_ACCEPT_MULTISHOT for accept
2022-05-13 Dylan Yudakenio_uring: only wake when the correct events are set
2022-05-13 Pavel Begunkovio_uring: avoid io-wq -EAGAIN looping for !IOPOLL
2022-05-13 Jens Axboeio_uring: add flag for allocating a fully sparse direct...
2022-05-13 Jens Axboeio_uring: bump max direct descriptor count to 1M
2022-05-13 Jens Axboeio_uring: allow allocated fixed files for accept
2022-05-13 Jens Axboeio_uring: allow allocated fixed files for openat/openat2
2022-05-13 Jens Axboeio_uring: add basic fixed file allocator
2022-05-13 Jens Axboeio_uring: track fixed files with a bitmap
2022-05-09 Jens Axboeio_uring: don't clear req->kbuf when buffer selection...
2022-05-09 Jens Axboeio_uring: eliminate the need to track provided buffer...
2022-05-09 Jens Axboeio_uring: move provided buffer state closer to submit...
2022-05-09 Jens Axboeio_uring: move provided and fixed buffers into the...
2022-05-09 Jens Axboeio_uring: abstract out provided buffer list selection
2022-05-09 Jens Axboeio_uring: never call io_buffer_select() for a buffer...
2022-05-09 Jens Axboeio_uring: get rid of hashed provided buffer groups
2022-05-09 Jens Axboeio_uring: always use req->buf_index for the provided...
2022-05-09 Jens Axboeio_uring: ignore ->buf_index if REQ_F_BUFFER_SELECT...
2022-05-09 Jens Axboeio_uring: kill io_rw_buffer_select() wrapper
2022-05-09 Jens Axboeio_uring: make io_buffer_select() return the user addre...
2022-05-05 Jens Axboeio_uring: kill io_recv_buffer_select() wrapper
2022-05-05 Jens Axboeio_uring: use 'sr' vs 'req->sr_msg' consistently
2022-05-05 Jens Axboeio_uring: add POLL_FIRST support for send/sendmsg and...
2022-05-05 Jens Axboeio_uring: check IOPOLL/ioprio support upfront
2022-04-30 Almog Khaikinio_uring: replace smp_mb() with smp_mb__after_atomic...
2022-04-30 Jens Axboeio_uring: add IORING_SETUP_TASKRUN_FLAG
2022-04-30 Jens Axboeio_uring: use TWA_SIGNAL_NO_IPI if IORING_SETUP_COOP_TA...
2022-04-30 Jens Axboeio_uring: set task_work notify method at init time
2022-04-30 Jens Axboeio-wq: use __set_notify_signal() to wake workers
2022-04-30 Jens Axboeio_uring: serialize ctx->rings->sq_flags with atomic_or/and
2022-04-30 Jens Axboetask_work: allow TWA_SIGNAL without a rescheduling IPI
2022-04-25 Jens Axboeio_uring: fix compile warning for 32-bit builds
2022-04-25 Dylan Yudakenio_uring: return an error when cqe is dropped
2022-04-25 Dylan Yudakenio_uring: use constants for cq_overflow bitfield
2022-04-25 Dylan Yudakenio_uring: rework io_uring_enter to simplify return...
2022-04-25 Dylan Yudakenio_uring: trace cqe overflows
2022-04-25 Dylan Yudakenio_uring: add trace support for CQE overflow
2022-04-25 Jens Axboeio_uring: allow re-poll if we made progress
2022-04-25 Jens Axboeio_uring: support MSG_WAITALL for IORING_OP_SEND(MSG)
2022-04-25 Jens Axboeio_uring: add support for IORING_ASYNC_CANCEL_ANY
2022-04-25 Jens Axboeio_uring: allow IORING_OP_ASYNC_CANCEL with 'fd' key
2022-04-25 Jens Axboeio_uring: add support for IORING_ASYNC_CANCEL_ALL
2022-04-25 Jens Axboeio_uring: pass in struct io_cancel_data consistently
2022-04-25 Jens Axboeio_uring: remove dead 'poll_only' argument to io_poll_c...
2022-04-25 Pavel Begunkovio_uring: refactor io_disarm_next() locking
2022-04-25 Pavel Begunkovio_uring: move timeout locking in io_timeout_cancel()
2022-04-25 Jens Axboeio_uring: store SCM state in io_fixed_file->file_ptr
2022-04-25 Pavel Begunkovio_uring: kill ctx arg from io_req_put_rsrc
2022-04-25 Pavel Begunkovio_uring: add a helper for putting rsrc nodes
2022-04-25 Pavel Begunkovio_uring: store rsrc node in req instead of refs
2022-04-25 Pavel Begunkovio_uring: refactor io_assign_file error path
2022-04-25 Pavel Begunkovio_uring: use right helpers for file assign locking
2022-04-25 Pavel Begunkovio_uring: add data_race annotations
2022-04-25 Pavel Begunkovio_uring: inline io_req_complete_fail_submit()
2022-04-25 Pavel Begunkovio_uring: refactor io_submit_sqe()
2022-04-25 Pavel Begunkovio_uring: refactor lazy link fail
2022-04-25 Pavel Begunkovio_uring: introduce IO_REQ_LINK_FLAGS
2022-04-25 Pavel Begunkovio_uring: refactor io_queue_sqe()
2022-04-25 Pavel Begunkovio_uring: rename io_queue_async_work()
2022-04-25 Pavel Begunkovio_uring: inline io_queue_sqe()
2022-04-25 Pavel Begunkovio_uring: helper for prep+queuing linked timeouts
2022-04-25 Pavel Begunkovio_uring: inline io_free_req()
2022-04-25 Pavel Begunkovio_uring: kill io_put_req_deferred()
2022-04-25 Pavel Begunkovio_uring: minor refactoring for some tw handlers
2022-04-25 Pavel Begunkovio_uring: clean poll tw PF_EXITING handling
2022-04-25 Pavel Begunkovio_uring: optimise io_get_cqe()
2022-04-25 Pavel Begunkovio_uring: optimise submission left counting
2022-04-25 Pavel Begunkovio_uring: optimise submission loop invariant
2022-04-25 Pavel Begunkovio_uring: add helper to return req to cache list
2022-04-25 Pavel Begunkovio_uring: helper for empty req cache checks
2022-04-25 Pavel Begunkovio_uring: inline io_flush_cached_reqs
2022-04-25 Pavel Begunkovio_uring: shrink final link flush
2022-04-25 Pavel Begunkovio_uring: memcpy CQE from req
2022-04-24 Pavel Begunkovio_uring: explicitly keep a CQE in io_kiocb
2022-04-24 Pavel Begunkovio_uring: rename io_sqe_file_register
2022-04-24 Pavel Begunkovio_uring: deduplicate SCM accounting
2022-04-24 Pavel Begunkovio_uring: don't pass around fixed index for scm
2022-04-24 Pavel Begunkovio_uring: refactor __io_sqe_files_scm
2022-04-24 Pavel Begunkovio_uring: uniform SCM accounting
2022-04-24 Pavel Begunkovio_uring: don't scm-account for non af_unix sockets
2022-04-24 Jens Axboeio_uring: move finish_wait() outside of loop in cqring_...
2022-04-24 Pavel Begunkovio_uring: refactor io_req_add_compl_list()
2022-04-24 Pavel Begunkovio_uring: silence io_for_each_link() warning
2022-04-24 Pavel Begunkovio_uring: partially uninline io_put_task()
2022-04-24 Pavel Begunkovio_uring: cleanup conditional submit locking
2022-04-24 Pavel Begunkovio_uring: optimise mutex locking for submit+iopoll
2022-04-24 Pavel Begunkovio_uring: pre-calculate syscall iopolling decision
2022-04-24 Pavel Begunkovio_uring: split off IOPOLL argument verifiction
2022-04-24 Pavel Begunkovio_uring: clean up io_queue_next()
2022-04-24 Pavel Begunkovio_uring: move poll recycling later in compl flushing
2022-04-24 Pavel Begunkovio_uring: optimise io_free_batch_list
2022-04-24 Pavel Begunkovio_uring: refactor io_req_find_next
2022-04-24 Pavel Begunkovio_uring: remove extra ifs around io_commit_cqring
2022-04-24 Pavel Begunkovio_uring: small optimisation of tctx_task_work
2022-04-24 Linus TorvaldsLinux 5.18-rc4 v5.18-rc4
2022-04-24 Linus TorvaldsMerge tag 'sched_urgent_for_v5.18_rc4' of git://git...
2022-04-24 Linus TorvaldsMerge tag 'powerpc-5.18-3' of git://git./linux/kernel...
2022-04-24 Linus TorvaldsMerge tag 'perf_urgent_for_v5.18_rc4' of git://git...
2022-04-24 Linus TorvaldsMerge tag 'edac_urgent_for_v5.18_rc4' of git://git...
next