summaryrefslogtreecommitdiff
path: root/block
diff options
context:
space:
mode:
authorChristoph Hellwig <hch@lst.de>2016-11-17 09:14:22 +0300
committerJens Axboe <axboe@fb.com>2016-11-17 23:35:11 +0300
commit542ff7bf18c63cf403e36a4a1c71d86dc120d924 (patch)
tree49c49c7743c96d6072ef417669d2d7f350fbb2a6 /block
parent78250c02d9739b5b20f1884f8c1b30efc2f861e4 (diff)
downloadlinux-542ff7bf18c63cf403e36a4a1c71d86dc120d924.tar.xz
block: new direct I/O implementation
Similar to the simple fast path, but we now need a dio structure to track multiple-bio completions. It's basically a cut-down version of the new iomap-based direct I/O code for filesystems, but without all the logic to call into the filesystem for extent lookup or allocation, and without the complex I/O completion workqueue handler for AIO - instead we just use the FUA bit on the bios to ensure data is flushed to stable storage. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@fb.com>
Diffstat (limited to 'block')
0 files changed, 0 insertions, 0 deletions