]> git.baikalelectronics.ru Git - kernel.git/commit
Merge tag 'for-5.4/io_uring-2019-09-27' of git://git.kernel.dk/linux-block
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Sep 2019 19:08:24 +0000 (12:08 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 27 Sep 2019 19:08:24 +0000 (12:08 -0700)
commit2b9bc880e93460863f5b6f5a9231f60a7da7b39d
treecea724f0bee623d6694a6cf434992727a8475864
parent5349b3e6d768cbf4500af86dccb786ab9a96d743
parent7cf1562ebd7f24799742e8bddd38a0c22299c8eb
Merge tag 'for-5.4/io_uring-2019-09-27' of git://git.kernel.dk/linux-block

Pull more io_uring updates from Jens Axboe:
 "Just two things in here:

   - Improvement to the io_uring CQ ring wakeup for batched IO (me)

   - Fix wrong comparison in poll handling (yangerkun)

  I realize the first one is a little late in the game, but it felt
  pointless to hold it off until the next release. Went through various
  testing and reviews with Pavel and peterz"

* tag 'for-5.4/io_uring-2019-09-27' of git://git.kernel.dk/linux-block:
  io_uring: make CQ ring wakeups be more efficient
  io_uring: compare cached_cq_tail with cq.head in_io_uring_poll
fs/io_uring.c