Hi Linus, Two fixes for regressions in this cycle, and one that goes to 5.8 stable. - Fix leak of getname() retrieved filename - Removal of plug->nowait assignment, fixing a regression with btrfs - Fix for async buffered retry Please pull. The following changes since commit 4eb8dded6b82e184c09bb963bea0335fa3f30b55: io_uring: fix openat/openat2 unified prep handling (2020-09-21 07:51:03 -0600) are available in the Git repository at: git://git.kernel.dk/linux-block.git tags/io_uring-5.9-2020-09-25 for you to fetch changes up to f38c7e3abfba9a9e180b34f642254c43782e7ffe: io_uring: ensure async buffered read-retry is setup properly (2020-09-25 15:39:13 -0600) ---------------------------------------------------------------- io_uring-5.9-2020-09-25 ---------------------------------------------------------------- Jens Axboe (3): io_uring: ensure open/openat2 name is cleaned on cancelation io_uring: don't unconditionally set plug->nowait = true io_uring: ensure async buffered read-retry is setup properly fs/io_uring.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) -- Jens Axboe