Skip to content
Snippets Groups Projects
  1. Nov 29, 2016
  2. Nov 28, 2016
  3. Nov 23, 2016
  4. Nov 22, 2016
  5. Nov 21, 2016
  6. Nov 18, 2016
  7. Nov 17, 2016
    • Christoph Hellwig's avatar
      block: new direct I/O implementation · 542ff7bf
      Christoph Hellwig authored
      
      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: default avatarChristoph Hellwig <hch@lst.de>
      Signed-off-by: default avatarJens Axboe <axboe@fb.com>
      542ff7bf
Loading