search for: 01c0328

Displaying 3 results from an estimated 3 matches for "01c0328".

Did you mean: 0.0328
2019 May 16
0
Re: [nbdkit PATCH v2] Introduce cacheextents filter
...de the virtual machine. Supports Linux and Windows. http://people.redhat.com/~rjones/virt-df/ --xXmbgvnjoT4axfJE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename=patch diff --git a/filters/cacheextents/cacheextents.c b/filters/cacheextents/cacheextents.c index 01c0328..6cd22a7 100644 --- a/filters/cacheextents/cacheextents.c +++ b/filters/cacheextents/cacheextents.c @@ -50,9 +50,6 @@ /* This lock protects the global state. */ static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; -/* The real size of the underlying plugin. */ -static uint64_t size; - /* C...
2019 May 16
1
Re: [nbdkit PATCH v2] Introduce cacheextents filter
...rdpress.com >virt-df lists disk usage of guests without needing to install any >software inside the virtual machine. Supports Linux and Windows. >http://people.redhat.com/~rjones/virt-df/ >diff --git a/filters/cacheextents/cacheextents.c b/filters/cacheextents/cacheextents.c >index 01c0328..6cd22a7 100644 >--- a/filters/cacheextents/cacheextents.c >+++ b/filters/cacheextents/cacheextents.c >@@ -50,9 +50,6 @@ > /* This lock protects the global state. */ > static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; > >-/* The real size of the underlying plugin. */ &gt...
2019 May 15
6
[nbdkit PATCH v2] Introduce cacheextents filter
...dkit-cacheextents-filter.1: nbdkit-cacheextents-filter.pod + $(PODWRAPPER) --section=1 --man $@ \ + --html $(top_builddir)/html/$@.html \ + $< + +endif HAVE_POD diff --git a/filters/cacheextents/cacheextents.c b/filters/cacheextents/cacheextents.c new file mode 100644 index 000000000000..01c0328aa424 --- /dev/null +++ b/filters/cacheextents/cacheextents.c @@ -0,0 +1,196 @@ +/* nbdkit + * Copyright (C) 2019 Red Hat Inc. + * + * Redistribution and use in source and binary forms, with or without + * modification, are permitted provided that the following conditions are + * met: + * + * * Redi...