Displaying 2 results from an estimated 2 matches for "bfd58ab".
2019 May 10
0
[nbdkit PATCH 6/9] sh: Implement .cache script callback
...ake <eblake@redhat.com>
---
 plugins/sh/nbdkit-sh-plugin.pod | 12 +++++++++-
 plugins/sh/sh.c                 | 40 +++++++++++++++++++++++++++++++++
 2 files changed, 51 insertions(+), 1 deletion(-)
diff --git a/plugins/sh/nbdkit-sh-plugin.pod b/plugins/sh/nbdkit-sh-plugin.pod
index 8af88b4..bfd58ab 100644
--- a/plugins/sh/nbdkit-sh-plugin.pod
+++ b/plugins/sh/nbdkit-sh-plugin.pod
@@ -218,9 +218,11 @@ This method is required.
 =item C<can_extents>
+=item C<can_cache>
+
 Unlike in other languages, you B<must> provide the C<can_*> methods
 otherwise they are assumed to...
2019 May 10
11
[nbdkit PATCH 0/9] RFC: implement NBD_CMD_CACHE
I'm still working my way through the filters before this series will
be complete, but this is enough of a start to at least get some
feedback on the idea of implementing another NBD protocol extension.
Eric Blake (9):
  server: Internal hooks for implementing NBD_CMD_CACHE
  plugins: Add .cache callback
  file, split: Implement .cache with posix_fadvise
  nbd: Implement NBD_CMD_CACHE