From: Jens Axboe <axboe@fb.com>
To: <torvalds@linuxfoundation.org>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] IO poll support
Date: Sat, 7 Nov 2015 16:52:49 -0700 [thread overview]
Message-ID: <20151107235249.GA9335@kernel.dk> (raw)
Hi Linus,
Various groups have been doing experimentation around IO polling for
(really) fast devices. The code has been reviewed and has been sitting
on the side for a few releases, but this is now good enough for
coordinated benchmarking and further experimentation.
Currently O_DIRECT sync read/write are supported. A framework is in the
works that allows scalable stats tracking so we can auto-tune this. And
we'll add libaio support as well soon. Fow now, it's an opt-in feature
for test purposes.
Please pull!
git://git.kernel.dk/linux-block.git for-4.4/io-poll
----------------------------------------------------------------
Jens Axboe (5):
block: change ->make_request_fn() and users to return a queue cookie
blk-mq: return tag/queue combo in the make_request_fn handlers
block: add block polling support
NVMe: add blk polling support
directio: add block polling support
arch/m68k/emu/nfblock.c | 3 +-
arch/powerpc/sysdev/axonram.c | 5 ++-
arch/xtensa/platforms/iss/simdisk.c | 3 +-
block/blk-core.c | 67 ++++++++++++++++++++++++-----
block/blk-mq-sysfs.c | 10 +++++
block/blk-mq.c | 59 +++++++++++++++----------
block/blk-sysfs.c | 35 +++++++++++++++
drivers/block/brd.c | 5 ++-
drivers/block/drbd/drbd_int.h | 2 +-
drivers/block/drbd/drbd_req.c | 3 +-
drivers/block/null_blk.c | 3 +-
drivers/block/pktcdvd.c | 9 ++--
drivers/block/ps3vram.c | 6 ++-
drivers/block/rsxx/dev.c | 5 ++-
drivers/block/umem.c | 4 +-
drivers/block/zram/zram_drv.c | 5 ++-
drivers/lightnvm/rrpc.c | 9 ++--
drivers/md/bcache/request.c | 11 +++--
drivers/md/dm.c | 6 +--
drivers/md/md.c | 8 ++--
drivers/nvdimm/blk.c | 3 +-
drivers/nvdimm/btt.c | 3 +-
drivers/nvdimm/pmem.c | 3 +-
drivers/nvme/host/pci.c | 32 ++++++++++++--
drivers/s390/block/dcssblk.c | 8 ++--
drivers/s390/block/xpram.c | 5 ++-
drivers/staging/lustre/lustre/llite/lloop.c | 5 ++-
fs/direct-io.c | 14 ++++--
include/linux/blk-mq.h | 10 +++++
include/linux/blk_types.h | 24 +++++++++++
include/linux/blkdev.h | 7 ++-
include/linux/fs.h | 2 +-
include/linux/lightnvm.h | 2 +-
33 files changed, 286 insertions(+), 90 deletions(-)
--
Jens Axboe
reply other threads:[~2015-11-07 23:52 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20151107235249.GA9335@kernel.dk \
--to=axboe@fb.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@linuxfoundation.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.