fbee89d8495e27c0db2d1c93b6a1f95169591df0
[libguestfs-talks.git] / 2019-kvm-forum / 4700-fast-zero-implementation.html
1 <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
2 <link rel="stylesheet" href="style.css" type="text/css"/>
3 <script src="code.js" type="text/javascript"></script>
4
5 <h1>Can you provide me some references?</h1>
6
7 <p>
8   libnbd: add <code>ENOTSUP</code> errno,
9   add <code>LIBNBD_CMD_FLAG_FAST_ZERO</code> to <code>nbd_zero()</code>
10   and <code>nbd_aio_zero()</code>
11
12 <p>
13   nbdkit: add support in the following filters and plugins
14   XXX worth flagging which additions are always fast, always slow, conditional?
15
16 <script>
17 plugins()
18 filters("1")
19
20 document.getElementById("plugin-data").classList.add("highlighted")
21 document.getElementById("plugin-full").classList.add("highlighted")
22 document.getElementById("plugin-memory").classList.add("highlighted")
23 document.getElementById("plugin-nbd").classList.add("highlighted")
24 document.getElementById("plugin-null").classList.add("highlighted")
25 document.getElementById("plugin-ocaml").classList.add("highlighted")
26 document.getElementById("plugin-sh").classList.add("highlighted")
27 document.getElementById("plugin-rust").classList.add("highlighted")
28
29 document.getElementById("filter1-blocksize").classList.add("highlighted")
30 document.getElementById("filter1-cache").classList.add("highlighted")
31 document.getElementById("filter1-cow").classList.add("highlighted")
32 document.getElementById("filter1-delay").classList.add("highlighted")
33 document.getElementById("filter1-log").classList.add("highlighted")
34 document.getElementById("filter1-nozero").classList.add("highlighted")
35 document.getElementById("filter1-truncate").classList.add("highlighted")
36 </script>
37 </p>