platform/kernel/linux-rpi.git
2021-02-21 Pavel Begunkovio_uring: zero ref_node after killing it
2021-02-21 Jens Axboeio_uring: make the !CONFIG_NET helpers a bit more robust
2021-02-21 Hao Xuio_uring: don't hold uring_lock when calling io_run_tas...
2021-02-21 Pavel Begunkovio_uring: fail io-wq submission from a task_work
2021-02-18 Pavel Begunkovio_uring: don't take uring_lock during iowq cancel
2021-02-18 Pavel Begunkovio_uring: fail links more in io_submit_sqe()
2021-02-18 Pavel Begunkovio_uring: don't do async setup for links' heads
2021-02-18 Pavel Begunkovio_uring: do io_*_prep() early in io_submit_sqe()
2021-02-18 Pavel Begunkovio_uring: split sqe-prep and async setup
2021-02-18 Pavel Begunkovio_uring: don't submit link on error
2021-02-18 Pavel Begunkovio_uring: move req link into submit_state
2021-02-18 Pavel Begunkovio_uring: move io_init_req() into io_submit_sqe()
2021-02-18 Pavel Begunkovio_uring: move io_init_req()'s definition
2021-02-18 Pavel Begunkovio_uring: don't duplicate ->file check in sfr
2021-02-18 Pavel Begunkovio_uring: keep io_*_prep() naming consistent
2021-02-18 Pavel Begunkovio_uring: kill fictitious submit iteration index
2021-02-17 Pavel Begunkovio_uring: fix read memory leak
2021-02-16 Jens Axboeio_uring: tctx->task_lock should be IRQ safe
2021-02-15 Jens Axboeproc: don't allow async path resolution of /proc/thread...
2021-02-13 Jens Axboeio_uring: kill cached requests from exiting task closin...
2021-02-13 Jens Axboeio_uring: add helper to free all request caches
2021-02-13 Jens Axboeio_uring: allow task match to be passed to io_req_cache...
2021-02-12 Jens Axboeio-wq: clear out worker ->fs and ->files
2021-02-12 Pavel Begunkovio_uring: optimise io_init_req() flags setting
2021-02-12 Pavel Begunkovio_uring: clean io_req_find_next() fast check
2021-02-12 Pavel Begunkovio_uring: don't check PF_EXITING from syscall
2021-02-12 Pavel Begunkovio_uring: don't split out consume out of SQE get
2021-02-12 Pavel Begunkovio_uring: save ctx put/get for task_work submit
2021-02-12 Pavel Begunkovio_uring: don't duplicate io_req_task_queue()
2021-02-12 Pavel Begunkovio_uring: optimise SQPOLL mm/files grabbing
2021-02-12 Pavel Begunkovio_uring: optimise out unlikely link queue
2021-02-12 Pavel Begunkovio_uring: take compl state from submit state
2021-02-11 Pavel Begunkovio_uring: inline io_complete_rw_common()
2021-02-11 Pavel Begunkovio_uring: move res check out of io_rw_reissue()
2021-02-11 Pavel Begunkovio_uring: simplify iopoll reissuing
2021-02-11 Pavel Begunkovio_uring: clean up io_req_free_batch_finish()
2021-02-11 Jens Axboeio_uring: move submit side state closer in the ring
2021-02-11 Jens Axboeio_uring: assign file_slot prior to calling io_sqe_file...
2021-02-10 Colin Ian Kingio_uring: remove redundant initialization of variable ret
2021-02-10 Pavel Begunkovio_uring: unpark SQPOLL thread for cancelation
2021-02-10 Jens Axboeio_uring: place ring SQ/CQ arrays under memcg memory...
2021-02-10 Jens Axboeio_uring: enable kmemcg account for io_uring requests
2021-02-10 Jens Axboeio_uring: enable req cache for IRQ driven IO
2021-02-10 Hao Xuio_uring: fix possible deadlock in io_uring_poll
2021-02-10 Pavel Begunkovio_uring: defer flushing cached reqs
2021-02-10 Pavel Begunkovio_uring: take comp_state from ctx
2021-02-10 Jens Axboeio_uring: enable req cache for task_work items
2021-02-10 Jens Axboeio_uring: provide FIFO ordering for task_work
2021-02-10 Jens Axboeio_uring: use persistent request cache
2021-02-10 Pavel Begunkovio_uring: feed reqs back into alloc cache
2021-02-10 Pavel Begunkovio_uring: persistent req cache
2021-02-10 Pavel Begunkovio_uring: count ctx refs separately from reqs
2021-02-10 Pavel Begunkovio_uring: remove fallback_req
2021-02-10 Pavel Begunkovio_uring: submit-completion free batching
2021-02-10 Pavel Begunkovio_uring: replace list with array for compl batch
2021-02-10 Pavel Begunkovio_uring: don't reinit submit state every time
2021-02-10 Pavel Begunkovio_uring: remove ctx from comp_state
2021-02-10 Pavel Begunkovio_uring: don't keep submit_state on stack
2021-02-10 Pavel Begunkovio_uring: don't propagate io_comp_state
2021-02-10 Pavel Begunkovio_uring: make op handlers always take issue flags
2021-02-10 Pavel Begunkovio_uring: replace force_nonblock with flags
2021-02-08 Pavel Begunkovio_uring: cleanup up cancel SQPOLL reqs across exec
2021-02-05 Pavel Begunkovio_uring: refactor sendmsg/recvmsg iov managing
2021-02-05 Pavel Begunkovio_uring: clean iov usage for recvmsg buf select
2021-02-05 Pavel Begunkovio_uring: set msg_name on msg fixup
2021-02-04 Pavel Begunkovio_uring/io-wq: return 2-step work swap scheme
2021-02-04 Pavel Begunkovio_uring: deduplicate file table slot calculation
2021-02-04 Pavel Begunkovio_uring: io_import_iovec return type cleanup
2021-02-04 Pavel Begunkovio_uring: treat NONBLOCK and RWF_NOWAIT similarly
2021-02-04 Pavel Begunkovio_uring: highlight read-retry loop
2021-02-04 Pavel Begunkovio_uring: inline io_read()'s iovec freeing
2021-02-04 Pavel Begunkovio_uring: don't forget to adjust io_size
2021-02-04 Pavel Begunkovio_uring: let io_setup_async_rw take care of iovec
2021-02-04 Pavel Begunkovio_uring: further simplify do_read error parsing
2021-02-04 Pavel Begunkovio_uring: refactor io_read for unsupported nowait
2021-02-04 Pavel Begunkovio_uring: refactor io_cqring_wait
2021-02-04 Pavel Begunkovio_uring: refactor scheduling in io_cqring_wait
2021-02-04 Pavel Begunkovio_uring: deduplicate core cancellations sequence
2021-02-01 Pavel Begunkovio_uring: simplify do_read return parsing
2021-02-01 Pavel Begunkovio_uring: deduplicate adding to REQ_F_INFLIGHT
2021-02-01 Pavel Begunkovio_uring: remove work flags after cleanup
2021-02-01 Pavel Begunkovio_uring: inline io_req_drop_files()
2021-02-01 Pavel Begunkovio_uring: kill not used needs_file_no_error
2021-02-01 Pavel Begunkovio_uring: fix inconsistent lock state
2021-02-01 Dan Carpenterio_uring: Fix NULL dereference in error in io_sqe_files...
2021-02-01 Hao Xuio_uring: check kthread parked flag before sqthread...
2021-02-01 Pavel BegunkovMAINTAINERS: update io_uring section
2021-02-01 noahio_uring: Add skip option for __io_sqe_files_update
2021-02-01 Pavel Begunkovio_uring: cleanup files_update looping
2021-02-01 Pavel Begunkovio_uring: consolidate putting reqs task
2021-02-01 Pavel Begunkovio_uring: ensure only sqo_task has file notes
2021-02-01 Yejune Dengio_uring: simplify io_remove_personalities()
2021-02-01 Jens Axboeio_uring/io-wq: kill off now unused IO_WQ_WORK_NO_CANCEL
2021-02-01 Jens Axboeio_uring: get rid of intermediate IORING_OP_CLOSE stage
2021-02-01 Jens Axboefs: provide locked helper variant of close_fd_get_file()
2021-02-01 Pavel Begunkovio_uring: save atomic dec for inline executed reqs
2021-02-01 Pavel Begunkovio_uring: don't flush CQEs deep down the stack
2021-02-01 Pavel Begunkovio_uring: help inlining of io_req_complete()
2021-02-01 Pavel Begunkovio_uring: add a helper timeout mode calculation
2021-02-01 Pavel Begunkovio_uring: deduplicate failing task_work_add
next