io_uring: add notification slot registration
[linux-2.6-microblaze.git] / io_uring / io_uring.c
2022-07-25 Pavel Begunkovio_uring: add notification slot registration
2022-07-25 Pavel Begunkovio_uring: cache struct io_notif
2022-07-25 Pavel Begunkovio_uring: add zc notification infrastructure
2022-07-25 Pavel Begunkovio_uring: export io_put_task()
2022-07-25 Jens AxboeMerge branch 'for-5.20/io_uring' into for-5.20/io_uring...
2022-07-25 Jens Axboeio_uring: ensure REQ_F_ISREG is set async offload
2022-07-25 Michal Koutnýio_uring: Don't require reinitable percpu_ref
2022-07-25 Jens Axboeio_uring: add netmsg cache
2022-07-25 Jens Axboeio_uring: impose max limit on apoll cache
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 Dylan Yudakenio_uring: only trace one of complete or overflow
2022-07-25 Dylan Yudakenio_uring: add allow_overflow to io_post_aux_cqe
2022-07-25 Pavel Begunkovio_uring: let to set a range for file slot allocation
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 Jens Axboeio_uring: add sync cancelation API through io_uring_reg...
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: consistent naming for inline completion
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 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: remove extra io_commit_cqring()
2022-07-25 Pavel Begunkovio_uring: clean up tracing events
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: 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 Pavel Begunkovio_uring: mutex locked poll hashing
2022-07-25 Pavel Begunkovio_uring: introduce a struct for hash table
2022-07-25 Pavel Begunkovio_uring: add IORING_SETUP_SINGLE_ISSUER
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 Hao Xuio_uring: switch cancel_hash to use per entry spinlock
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 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: move small helpers to headers
2022-07-25 Jens Axboeio_uring: move opcode table to opdef.c
2022-07-25 Jens Axboeio_uring: move read/write related opcodes to its own...
2022-07-25 Jens Axboeio_uring: move remaining file table manipulation to...
2022-07-25 Jens Axboeio_uring: move rsrc related data, core, and commands
2022-07-25 Jens Axboeio_uring: split provided buffers handling into its...
2022-07-25 Jens Axboeio_uring: move cancelation into its own file
2022-07-25 Jens Axboeio_uring: move poll handling into its own file
2022-07-25 Jens Axboeio_uring: add opcode name to io_op_defs
2022-07-25 Jens Axboeio_uring: include and forward-declaration sanitation
2022-07-25 Jens Axboeio_uring: move io_uring_task (tctx) helpers into its...
2022-07-25 Jens Axboeio_uring: move fdinfo helpers to its own file
2022-07-25 Jens Axboeio_uring: use io_is_uring_fops() consistently
2022-07-25 Jens Axboeio_uring: move SQPOLL related handling into its own...
2022-07-25 Jens Axboeio_uring: move timeout opcodes and handling into its...
2022-07-25 Jens Axboeio_uring: move our reference counting into a header
2022-07-25 Jens Axboeio_uring: move msg_ring into its own file
2022-07-25 Jens Axboeio_uring: split network related opcodes into its own...
2022-07-25 Jens Axboeio_uring: move statx handling to its own file
2022-07-25 Jens Axboeio_uring: move epoll handler to its own file
2022-07-25 Jens Axboeio_uring: add a dummy -EOPNOTSUPP prep handler
2022-07-25 Jens Axboeio_uring: move uring_cmd handling to its own file
2022-07-25 Jens Axboeio_uring: split out open/close operations
2022-07-25 Jens Axboeio_uring: separate out file table handling code
2022-07-25 Jens Axboeio_uring: split out fadvise/madvise operations
2022-07-25 Jens Axboeio_uring: split out fs related sync/fallocate functions
2022-07-25 Jens Axboeio_uring: split out splice related operations
2022-07-25 Jens Axboeio_uring: split out filesystem related operations
2022-07-25 Jens Axboeio_uring: move nop into its own file
2022-07-25 Jens Axboeio_uring: move xattr related opcodes to its own file
2022-07-25 Jens Axboeio_uring: handle completions in the core
2022-07-25 Jens Axboeio_uring: set completion results upfront
2022-07-25 Jens Axboeio_uring: add io_uring_types.h
2022-07-25 Jens Axboeio_uring: define a request type cleanup handler
2022-07-25 Jens Axboeio_uring: unify struct io_symlink and io_hardlink
2022-07-25 Jens Axboeio_uring: convert iouring_cmd to io_cmd_type
2022-07-25 Jens Axboeio_uring: convert xattr to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert rsrc_update to io_cmd_type
2022-07-25 Jens Axboeio_uring: convert msg and nop to io_cmd_type
2022-07-25 Jens Axboeio_uring: convert splice to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert epoll to io_cmd_type
2022-07-25 Jens Axboeio_uring: convert file system request types to use...
2022-07-25 Jens Axboeio_uring: convert madvise/fadvise to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert open/close path to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert timeout path to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert cancel path to use io_cmd_type
2022-07-25 Jens Axboeio_uring: convert the sync and fallocate paths to use...
2022-07-25 Jens Axboeio_uring: convert net related opcodes to use io_cmd_type
2022-07-25 Jens Axboeio_uring: remove recvmsg knowledge from io_arm_poll_han...
next