https://github.com/torvalds/linux
Revision 3a5f59b17f9dec448976626663a73841460d7ab4 authored by Linus Torvalds on 24 February 2022, 19:08:15 UTC, committed by Linus Torvalds on 24 February 2022, 19:08:15 UTC
Pull io_uring fixes from Jens Axboe:

 - Add a conditional schedule point in io_add_buffers() (Eric)

 - Fix for a quiesce speedup merged in this release (Dylan)

 - Don't convert to jiffies for event timeout waiting, it's way too
   coarse when we accept a timespec as input (me)

* tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-block:
  io_uring: disallow modification of rsrc_data during quiesce
  io_uring: don't convert to jiffies for waiting on timeouts
  io_uring: add a schedule point in io_add_buffers()
2 parent s 6c528f3 + 80912ce
History
Tip revision: 3a5f59b17f9dec448976626663a73841460d7ab4 authored by Linus Torvalds on 24 February 2022, 19:08:15 UTC
Merge tag 'io_uring-5.17-2022-02-23' of git://git.kernel.dk/linux-block
Tip revision: 3a5f59b

back to top