linux-2.6-microblaze.git
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: add trace event for running task work
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
2022-07-25 Jens Axboeio_uring: deprecate epoll_ctl support
2022-07-25 Jens Axboeio_uring: add support for level triggered poll
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
next