Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Sep 2020 18:13:51 +0000 (11:13 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sat, 26 Sep 2020 18:13:51 +0000 (11:13 -0700)
commit692495baa377e373cc9cd930af03e9b8b77eacdf
tree6595b27afb2d2b6fba1a948a924a1f08bf0344f2
parent9d2fbaefb3b049772b468447ed427204789ea9a5
parentf38c7e3abfba9a9e180b34f642254c43782e7ffe
Merge tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Two fixes for regressions in this cycle, and one that goes to 5.8
  stable:

   - fix leak of getname() retrieved filename

   - remove plug->nowait assignment, fixing a regression with btrfs

   - fix for async buffered retry"

* tag 'io_uring-5.9-2020-09-25' of git://git.kernel.dk/linux-block:
  io_uring: ensure async buffered read-retry is setup properly
  io_uring: don't unconditionally set plug->nowait = true
  io_uring: ensure open/openat2 name is cleaned on cancelation
fs/io_uring.c