search for: 94f17789

Displaying 4 results from an estimated 4 matches for "94f17789".

2019 Aug 26
2
[nbdkit PATCH] filters: Bump API version
...kporting intermediate bumps to affected stable branches. Signed-off-by: Eric Blake <eblake@redhat.com> --- I'm pushing this soon. include/nbdkit-filter.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/include/nbdkit-filter.h b/include/nbdkit-filter.h index 94f17789..1ebd1cb6 100644 --- a/include/nbdkit-filter.h +++ b/include/nbdkit-filter.h @@ -43,7 +43,7 @@ extern "C" { #endif -#define NBDKIT_FILTER_API_VERSION 2 +#define NBDKIT_FILTER_API_VERSION 5 struct nbdkit_extent { uint64_t offset; @@ -100,8 +100,10 @@ struct nbdkit_filter { */...
2019 Aug 27
0
Re: [nbdkit PATCH] filters: Bump API version
.... > > Signed-off-by: Eric Blake <eblake@redhat.com> > --- > > I'm pushing this soon. > > include/nbdkit-filter.h | 8 +++++--- > 1 file changed, 5 insertions(+), 3 deletions(-) > > diff --git a/include/nbdkit-filter.h b/include/nbdkit-filter.h > index 94f17789..1ebd1cb6 100644 > --- a/include/nbdkit-filter.h > +++ b/include/nbdkit-filter.h > @@ -43,7 +43,7 @@ > extern "C" { > #endif > > -#define NBDKIT_FILTER_API_VERSION 2 > +#define NBDKIT_FILTER_API_VERSION 5 > > struct nbdkit_extent { > uint64_t offse...
2019 Aug 19
2
[nbdkit PATCH] noextents: Add hook to cripple SR advertisement
...ardless of whether the client will do so, so store + * the result in the handle anyway. This protocol_compute_eflags + * function is a bit misnamed XXX. */ fl = backend->can_extents (backend, conn); if (fl == -1) diff --git a/include/nbdkit-filter.h b/include/nbdkit-filter.h index 94f17789..83ff3aae 100644 --- a/include/nbdkit-filter.h +++ b/include/nbdkit-filter.h @@ -71,6 +71,7 @@ struct nbdkit_next_ops { int (*is_rotational) (void *nxdata); int (*can_trim) (void *nxdata); int (*can_zero) (void *nxdata); + int (*can_sr) (void *nxdata); int (*can_extents) (void *nxdata)...
2019 Aug 23
22
cross-project patches: Add NBD Fast Zero support
This is a cover letter to a series of patches being proposed in tandem to four different projects: - nbd: Document a new NBD_CMD_FLAG_FAST_ZERO command flag - qemu: Implement the flag for both clients and server - libnbd: Implement the flag for clients - nbdkit: Implement the flag for servers, including the nbd passthrough client If you want to test the patches together, I've pushed a