Files
bpfire/config
Adolf Belka cdb528e22f fuse: Update to version 3.13.0
- Update from version 3.11.0 to 3.13.0
- Update of rootfile
- Changelog
libfuse 3.13.0 (2023-01-13)
- There is a new low-level API function `fuse_session_custom_io` that allows to implement
  a daemon with a custom io. This can be used to create a daemon that can process incoming
  FUSE requests to other destinations than `/dev/fuse`.
- A segfault when loading custom FUSE modules has been fixed.
- There is a new `fuse_notify_expire_entry` function.
- A deadlock when resolving paths in the high-level API has been fixed.
- libfuse can now be build explicitly for C libraries without symbol versioning support.
libfuse 3.12.0 (2022-09-08)
- There is a new build parameter to specify where the SysV init script should be
  installed.
- The *max_idle_threads* parameter has been deprecated in favor of the new max_threads*
  parameter (which avoids the excessive overhead of creating and destructing threads).
  Using max_threads == 1 and calling fuse_session_loop_mt() will run single threaded
  similar to fuse_session_loop().
The following changes apply when using the most recent API (-DFUSE_USE_VERSION=312,
see `example/passthrough_hp.cc` for an example for how to usse the new API):
- `struct fuse_loop_config` is now private and has to be constructed using
  - fuse_loop_cfg_create()* and detroyed with *fuse_loop_cfg_destroy()*.  Parameters can be
- changed using `fuse_loop_cfg_set_*()` functions.
  - fuse_session_loop_mt()* now accepts `struct fuse_loop_config *` as NULL pointer.
  - fuse_parse_cmdline()* now accepts a *max_threads* option.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Reviewed-by: Peter Müller <peter.mueller@ipfire.org>
2023-01-23 15:20:05 +00:00
..
2018-08-10 11:19:25 +01:00
2013-02-05 21:35:16 +01:00
2014-07-05 13:43:25 +02:00
2022-11-18 14:37:25 +00:00
2007-11-04 19:23:06 +00:00
2018-11-09 14:29:04 +00:00
2021-04-02 16:24:09 +00:00
2021-10-13 12:22:49 +00:00
2020-04-14 15:30:51 +00:00
2017-09-04 12:40:20 +01:00
2019-11-13 19:38:59 +00:00
2022-02-06 10:50:43 +00:00
2019-06-05 05:04:17 +01:00
2013-01-15 17:48:43 +01:00
2022-06-20 20:43:34 +00:00
2021-05-11 16:44:46 +00:00
2021-12-04 23:27:26 +01:00
2023-01-23 15:20:05 +00:00
2012-11-26 17:28:25 +01:00
2014-04-25 12:42:52 +02:00
2022-06-04 08:36:58 +00:00
2017-05-18 12:23:21 +01:00
2013-08-18 16:20:59 +02:00