linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] io_uring changes for 5.2
@ 2019-05-07 19:41 Jens Axboe
  2019-05-08  2:40 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2019-05-07 19:41 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

Set of changes/improvements for io_uring that are queued up for 5.2.
This pull request contains:

- Fix of a shadowed variable (Colin)

- Add support for draining commands (me)

- Add support for sync_file_range() (me)

- Add eventfd support (me)

- cpu_online() fix (Shenghui)

- Removal of a redundant ->error assignment (Stefan)

Please pull!


  git://git.kernel.dk/linux-block.git tags/for-5.2/io_uring-20190507


----------------------------------------------------------------
Colin Ian King (1):
      io_uring: fix shadowed variable ret return code being not checked

Jens Axboe (4):
      io_uring: add support for marking commands as draining
      fs: add sync_file_range() helper
      io_uring: add support for IORING_OP_SYNC_FILE_RANGE
      io_uring: add support for eventfd notifications

Shenghui Wang (1):
      io_uring: use cpu_online() to check p->sq_thread_cpu instead of cpu_possible()

Stefan Bühler (1):
      req->error only used for iopoll

 fs/io_uring.c                 | 194 ++++++++++++++++++++++++++++++++++++++++--
 fs/sync.c                     | 135 +++++++++++++++--------------
 include/linux/fs.h            |   3 +
 include/uapi/linux/io_uring.h |   5 ++
 4 files changed, 267 insertions(+), 70 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] io_uring changes for 5.2
  2019-05-07 19:41 [GIT PULL] io_uring changes for 5.2 Jens Axboe
@ 2019-05-08  2:40 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-05-08  2:40 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Tue, 7 May 2019 13:41:07 -0600:

> git://git.kernel.dk/linux-block.git tags/for-5.2/io_uring-20190507

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/52ae2456d6a455ef958bcf1c2d1965674076887e

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-05-08  2:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-07 19:41 [GIT PULL] io_uring changes for 5.2 Jens Axboe
2019-05-08  2:40 ` 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).