]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitbbe894e2bbe66fabb40725b9e7f2bc99d17e0364
tree6595b27afb2d2b6fba1a948a924a1f08bf0344f2
parente364ea8d44d2de66f982a5e11ffecb3de7c4781b
parent11351e5f082f3a860008971d457ea7e513c8df68
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