SHA256
1
0
forked from pool/fuse3

Accepting request 709764 from home:namtrac:branches:filesystems

- Update to version 3.6.1
  * Fixed version number (release 3.6.0 was shipped with a declared
    version of 3.0.0).

- Update to version 3.6.0
  * Added a new example (passthrough_hp). The functionality is
    similar to passthrough_ll, but the implementation focuses
    on performance and correctness rather than simplicity.
  * Added support for fuse kernel feature max_pages which allows
    to increase the maximum number of pages that can be used per
    request. This feature was introduced in kernel 4.20.
    max_pages is set based on the value in max_write. 
    By default max_write will be 1MiB now for kernels that
    support max_pages. If you want smaller buffers or writes
    you have to set max_write manually.

OBS-URL: https://build.opensuse.org/request/show/709764
OBS-URL: https://build.opensuse.org/package/show/filesystems/fuse3?expand=0&rev=22
This commit is contained in:
2019-06-13 17:22:33 +00:00
committed by Git OBS Bridge
parent 9002a1a97c
commit 6ffde0463b
6 changed files with 47 additions and 24 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Thu Jun 13 14:54:44 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- Update to version 3.6.1
* Fixed version number (release 3.6.0 was shipped with a declared
version of 3.0.0).
-------------------------------------------------------------------
Thu Jun 13 12:07:16 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- Update to version 3.6.0
* Added a new example (passthrough_hp). The functionality is
similar to passthrough_ll, but the implementation focuses
on performance and correctness rather than simplicity.
* Added support for fuse kernel feature max_pages which allows
to increase the maximum number of pages that can be used per
request. This feature was introduced in kernel 4.20.
max_pages is set based on the value in max_write.
By default max_write will be 1MiB now for kernels that
support max_pages. If you want smaller buffers or writes
you have to set max_write manually.
-------------------------------------------------------------------
Wed Apr 17 07:48:52 UTC 2019 - Paolo Stivanin <info@paolostivanin.com>