Go to file
Christian Ebner 25ad4cbf63 pxar: fuse: cache goodbye table for each directory on opendir and release it on releasedir
Cache not only the goodbye table for the last directory but for each opened
directory.
The opendir fuse callback will fill the cache with the goodbye table and
releasedir will remove it from the cache.
This should reduce the number of chuncks fetched from the server in some cases.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-12-06 16:43:59 +01:00
debian debian/control: remove libreadline-dev build dependency 2019-12-06 09:03:15 +01:00
docs docs/command-syntax.rst: include catalog-shell-synopsis.rst 2019-12-06 13:46:02 +01:00
etc use service Type=notify 2019-04-25 11:01:33 +00:00
qemu-io add qemu-io crate, AioContext reactor helper 2019-05-16 11:59:55 +02:00
src pxar: fuse: cache goodbye table for each directory on opendir and release it on releasedir 2019-12-06 16:43:59 +01:00
tests src/backup/prune.rs: define new struct PruneOptions 2019-12-06 08:56:27 +01:00
www GUI: fix borders 2019-04-11 12:18:04 +02:00
zstd-sys bump zstd-sys version 2019-09-02 11:40:22 +02:00
.gitignore add Cargo.lock 2019-09-02 15:21:56 +02:00
Cargo.toml remove shellwords crate 2019-11-29 12:49:44 +01:00
defines.mk buildsys: defer some variable expansions 2019-08-21 12:26:10 +02:00
Makefile debian packages: split package into client/server 2019-11-11 08:35:33 +01:00
rust-toolchain update toolchain to stable 2019-11-08 11:50:13 +01:00
rustfmt.toml import rustfmt.toml 2019-08-22 13:44:57 +02:00