linux-block.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] Block fixes for 5.1-rc6
@ 2019-04-20 13:34 Jens Axboe
  2019-04-20 20:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Jens Axboe @ 2019-04-20 13:34 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-block

Hi Linus,

A set of small fixes that should go into this series. This pull request
contains:

- Removal of unused queue member (Hou)

- Overflow bvec fix (Ming)

- Various little io_uring tweaks (me)
	- kthread parking
	- Only call cpu_possible() for verified CPU
	- Drop unused 'file' argument to io_file_put()
	- io_uring_enter vs io_uring_register deadlock fix
	- CQ overflow fix

- BFQ internal depth update fix (me)

Please pull!


  git://git.kernel.dk/linux-block.git tags/for-linus-20190420


----------------------------------------------------------------
Hou Tao (1):
      block: kill all_q_node in request_queue

Jens Axboe (6):
      io_uring: park SQPOLL thread if it's percpu
      io_uring: only test SQPOLL cpu after we've verified it
      bfq: update internal depth state when queue depth changes
      io_uring: drop io_file_put() 'file' argument
      io_uring: fix possible deadlock between io_uring_{enter,register}
      io_uring: fix CQ overflow condition

Ming Lei (1):
      block: make sure that bvec length can't be overflow

 block/bfq-iosched.c      |  8 +++++++-
 block/blk-mq.c           |  2 ++
 fs/io_uring.c            | 41 ++++++++++++++++++++++++++++++-----------
 include/linux/blkdev.h   |  1 -
 include/linux/bvec.h     |  5 +++--
 include/linux/elevator.h |  1 +
 6 files changed, 43 insertions(+), 15 deletions(-)

-- 
Jens Axboe


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

* Re: [GIT PULL] Block fixes for 5.1-rc6
  2019-04-20 13:34 [GIT PULL] Block fixes for 5.1-rc6 Jens Axboe
@ 2019-04-20 20:05 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-04-20 20:05 UTC (permalink / raw)
  To: Jens Axboe; +Cc: Linus Torvalds, linux-block

The pull request you sent on Sat, 20 Apr 2019 07:34:24 -0600:

> git://git.kernel.dk/linux-block.git tags/for-linus-20190420

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/38a2ca2cac28cd202a364e30f9fd252ac66619be

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-04-20 20:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-20 13:34 [GIT PULL] Block fixes for 5.1-rc6 Jens Axboe
2019-04-20 20:05 ` 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).