]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Nov 2020 19:47:22 +0000 (11:47 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 20 Nov 2020 19:47:22 +0000 (11:47 -0800)
commit69358561b315ca7fa952ab2900bea22a34139dbd
tree229a19aafdbcf3692e60e14162d6c208758c1c9d
parenta389d704ccc9f65f1b3bdd8e974cc34e918ab603
parentb22fafb12b67617f22caf3799c4ce9c8c50c44e9
Merge tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block

Pull io_uring fixes from Jens Axboe:
 "Mostly regression or stable fodder:

   - Disallow async path resolution of /proc/self

   - Tighten constraints for segmented async buffered reads

   - Fix double completion for a retry error case

   - Fix for fixed file life times (Pavel)"

* tag 'io_uring-5.10-2020-11-20' of git://git.kernel.dk/linux-block:
  io_uring: order refnode recycling
  io_uring: get an active ref_node from files_data
  io_uring: don't double complete failed reissue request
  mm: never attempt async page lock if we've transferred data already
  io_uring: handle -EOPNOTSUPP on path resolution
  proc: don't allow async path resolution of /proc/self components
fs/io_uring.c