io_uring: add abstraction around apoll cache
[linux-2.6-microblaze.git] / io_uring /
2022-07-25 Jens Axboeio_uring: add abstraction around apoll cache
2022-07-25 Jens Axboeio_uring: move apoll cache to poll.c
2022-07-25 Pavel Begunkovio_uring: consolidate hash_locked io-wq handling
2022-07-25 Pavel Begunkovio_uring: clear REQ_F_HASH_LOCKED on hash removal
2022-07-25 Pavel Begunkovio_uring: don't race double poll setting REQ_F_ASYNC_DATA
2022-07-25 Pavel Begunkovio_uring: don't miss setting REQ_F_DOUBLE_POLL
2022-07-25 Dylan Yudakenio_uring: disable multishot recvmsg
2022-07-25 Dylan Yudakenio_uring: only trace one of complete or overflow
2022-07-25 Dylan Yudakenio_uring: multishot recv
2022-07-25 Dylan Yudakenio_uring: fix multishot accept ordering
2022-07-25 Dylan Yudakenio_uring: fix multishot poll on overflow
2022-07-25 Dylan Yudakenio_uring: add allow_overflow to io_post_aux_cqe
2022-07-25 Dylan Yudakenio_uring: add IOU_STOP_MULTISHOT return code
2022-07-25 Dylan Yudakenio_uring: clean up io_poll_check_events return values
2022-07-25 Dylan Yudakenio_uring: recycle buffers on error
2022-07-25 Dylan Yudakenio_uring: allow iov_len = 0 for recvmsg and buffer...
2022-07-25 Dylan Yudakenio_uring: restore bgid in io_put_kbuf
2022-07-25 Dylan Yudakenio_uring: allow 0 length for buffer select
2022-07-25 Pavel Begunkovio_uring: let to set a range for file slot allocation
2022-07-25 Jens Axboeio_uring: add support for passing fixed file descriptors
2022-07-25 Jens Axboeio_uring: split out fixed file installation and removal
2022-07-25 Pavel Begunkovio_uring: remove ctx->refs pinning on enter
2022-07-25 Pavel Begunkovio_uring: don't check file ops of registered rings
2022-07-25 Pavel Begunkovio_uring: remove extra TIF_NOTIFY_SIGNAL check
2022-07-25 Pavel Begunkovio_uring: fuse fallback_node and normal tw node
2022-07-25 Pavel Begunkovio_uring: improve io_fail_links()
2022-07-25 Jens Axboeio_uring: move POLLFREE handling to separate function
2022-07-25 Hao Xuio_uring: kbuf: inline io_kbuf_recycle_ring()
2022-07-25 Pavel Begunkovio_uring: optimise submission side poll_refs
2022-07-25 Pavel Begunkovio_uring: refactor poll arm error handling
2022-07-25 Pavel Begunkovio_uring: change arm poll return values
2022-07-25 Pavel Begunkovio_uring: add a helper for apoll alloc
2022-07-25 Pavel Begunkovio_uring: remove events caching atavisms
2022-07-25 Pavel Begunkovio_uring: clean poll ->private flagging
2022-07-25 Jens Axboeio_uring: add sync cancelation API through io_uring_reg...
2022-07-25 Jens Axboeio_uring: add IORING_ASYNC_CANCEL_FD_FIXED cancel flag
2022-07-25 Jens Axboeio_uring: have cancelation API accept io_uring_task...
2022-07-25 Hao Xuio_uring: kbuf: kill __io_kbuf_recycle()
2022-07-25 Dylan Yudakenio_uring: trace task_work_run
2022-07-25 Dylan Yudakenio_uring: batch task_work
2022-07-25 Dylan Yudakenio_uring: introduce llist helpers
2022-07-25 Dylan Yudakenio_uring: lockless task list
2022-07-25 Dylan Yudakenio_uring: remove __io_req_task_work_add
2022-07-25 Dylan Yudakenio_uring: remove priority tw list optimisation
2022-07-25 Pavel Begunkovio_uring: dedup io_run_task_work
2022-07-25 Pavel Begunkovio_uring: move list helpers to a separate file
2022-07-25 Pavel Begunkovio_uring: improve io_run_task_work()
2022-07-25 Pavel Begunkovio_uring: optimize io_uring_task layout
2022-07-25 Pavel Begunkovio_uring: add a warn_once for poll_find
2022-07-25 Pavel Begunkovio_uring: consistent naming for inline completion
2022-07-25 Pavel Begunkovio_uring: move io_import_fixed()
2022-07-25 Pavel Begunkovio_uring: opcode independent fixed buf import
2022-07-25 Pavel Begunkovio_uring: add io_commit_cqring_flush()
2022-07-25 Pavel Begunkovio_uring: introduce locking helpers for CQE posting
2022-07-25 Pavel Begunkovio_uring: hide eventfd assumptions in eventfd paths
2022-07-25 Pavel Begunkovio_uring: fix io_poll_remove_all clang warnings
2022-07-25 Pavel Begunkovio_uring: improve task exit timeout cancellations
2022-07-25 Pavel Begunkovio_uring: fix multi ctx cancellation
2022-07-25 Pavel Begunkovio_uring: remove ->flush_cqes optimisation
2022-07-25 Pavel Begunkovio_uring: move io_eventfd_signal()
2022-07-25 Pavel Begunkovio_uring: reshuffle io_uring/io_uring.h
2022-07-25 Pavel Begunkovio_uring: remove extra io_commit_cqring()
2022-07-25 Jens Axboeio_uring: move a few private types to local headers
2022-07-25 Pavel Begunkovio_uring: clean up tracing events
2022-07-25 Pavel Begunkovio_uring: make io_uring_types.h public
2022-07-25 Pavel Begunkovio_uring: kill extra io_uring_types.h includes
2022-07-25 Pavel Begunkovio_uring: change ->cqe_cached invariant for CQE32
2022-07-25 Pavel Begunkovio_uring: deduplicate io_get_cqe() calls
2022-07-25 Pavel Begunkovio_uring: deduplicate __io_fill_cqe_req tracing
2022-07-25 Pavel Begunkovio_uring: introduce io_req_cqe_overflow()
2022-07-25 Pavel Begunkovio_uring: don't inline __io_get_cqe()
2022-07-25 Pavel Begunkovio_uring: don't expose io_fill_cqe_aux()
2022-07-25 Hao Xuio_uring: kbuf: add comments for some tricky code
2022-07-25 Pavel Begunkovio_uring: mutex locked poll hashing
2022-07-25 Pavel Begunkovio_uring: propagate locking state to poll cancel
2022-07-25 Pavel Begunkovio_uring: introduce a struct for hash table
2022-07-25 Pavel Begunkovio_uring: pass hash table into poll_find
2022-07-25 Pavel Begunkovio_uring: add IORING_SETUP_SINGLE_ISSUER
2022-07-25 Pavel Begunkovio_uring: use state completion infra for poll reqs
2022-07-25 Pavel Begunkovio_uring: clean up io_ring_ctx_alloc
2022-07-25 Pavel Begunkovio_uring: limit the number of cancellation buckets
2022-07-25 Pavel Begunkovio_uring: clean up io_try_cancel
2022-07-25 Pavel Begunkovio_uring: pass poll_find lock back
2022-07-25 Hao Xuio_uring: switch cancel_hash to use per entry spinlock
2022-07-25 Hao Xuio_uring: poll: remove unnecessary req->ref set
2022-07-25 Pavel Begunkovio_uring: don't inline io_put_kbuf
2022-07-25 Pavel Begunkovio_uring: refactor io_req_task_complete()
2022-07-25 Pavel Begunkovio_uring: kill REQ_F_COMPLETE_INLINE
2022-07-25 Pavel Begunkovio_uring: rw: delegate sync completions to core io_uring
2022-07-25 Jens Axboeio_uring: remove unused IO_REQ_CACHE_SIZE defined
2022-07-25 Pavel Begunkovio_uring: don't set REQ_F_COMPLETE_INLINE in tw
2022-07-25 Pavel Begunkovio_uring: remove check_cq checking from hot paths
2022-07-25 Pavel Begunkovio_uring: never defer-complete multi-apoll
2022-07-25 Pavel Begunkovio_uring: inline ->registered_rings
2022-07-25 Pavel Begunkovio_uring: explain io_wq_work::cancel_seq placement
2022-07-25 Pavel Begunkovio_uring: move small helpers to headers
2022-07-25 Pavel Begunkovio_uring: refactor ctx slow data placement
2022-07-25 Pavel Begunkovio_uring: better caching for ctx timeout fields
2022-07-25 Pavel Begunkovio_uring: move defer_list to slow data
2022-07-25 Pavel Begunkovio_uring: make reg buf init consistent
next