linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] io_uring changes for 5.4
@ 2019-09-15 23:53 Jens Axboe
  2019-09-18  0:25 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2019-09-15 23:53 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Here are the changes for io_uring for 5.4. This pull request contains:

- Allocate SQ/CQ ring together, more efficient. Expose this through a
  feature flag as well, so we can reduce the number of mmaps by 1.
  (Hristo and me.

- Fix for sequence logic with SQ thread (Jackie).

- Add support for links with drain commands (Jackie).

- Improved async merging (me)

- Improved buffered async write performance (me)

- Support SQ poll wakeup + event get in single io_uring_enter() (me)

- Support larger SQ ring size. For epoll conversions, the 4k limit was
  too small for some prod workloads (Daniel).

- put_user_page() usage (John)

Please pull!


  git://git.kernel.dk/linux-block.git for-5.4/io_uring-2019-09-15


----------------------------------------------------------------
Daniel Xu (1):
      io_uring: increase IORING_MAX_ENTRIES to 32K

Hristo Venev (1):
      io_uring: allocate the two rings together

Jackie Liu (2):
      io_uring: fix wrong sequence setting logic
      io_uring: add support for link with drain

Jens Axboe (6):
      io_uring: expose single mmap capability
      io_uring: optimize submit_and_wait API
      io_uring: add io_queue_async_work() helper
      io_uring: limit parallelism of buffered writes
      io_uring: extend async work merging
      io_uring: make sqpoll wakeup possible with getevents

John Hubbard (1):
      fs/io_uring.c: convert put_page() to put_user_page*()

 fs/io_uring.c                 | 531 +++++++++++++++++++++++++++---------------
 include/uapi/linux/io_uring.h |   8 +-
 2 files changed, 355 insertions(+), 184 deletions(-)

-- 
Jens Axboe


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] io_uring changes for 5.4
  2019-09-15 23:53 [GIT PULL] io_uring changes for 5.4 Jens Axboe
@ 2019-09-18  0:25 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-09-18  0:25 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Sun, 15 Sep 2019 17:53:13 -0600:

> git://git.kernel.dk/linux-block.git for-5.4/io_uring-2019-09-15

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/1e6fa3a33e6dbe4f24bcc4690950f2888d4bed3a

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-09-18  0:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-15 23:53 [GIT PULL] io_uring changes for 5.4 Jens Axboe
2019-09-18  0:25 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).