]> git.proxmox.com Git - proxmox-backup.git/history - src/pxar/fuse.rs
switch from failure to anyhow
[proxmox-backup.git] / src / pxar / fuse.rs
2020-04-17 Wolfgang Bumillerswitch from failure to anyhow
2020-02-27 Christian Ebnertools::lru_cache: Make key generic.
2020-02-03 Christian Ebnerpxar::fuse: cleanup: Remove unused code.
2020-02-03 Christian Ebnerpxar::fuse: Refactor lookup in order to cache accessed...
2020-02-03 Christian Ebnerpxar: Improve read performance for fuse.
2020-01-29 Christian Ebnerpxar::fuse: Do not return fcaps value on listxattr.
2020-01-29 Christian Ebnerpxar::fuse: return ACL names in listxattr if present
2020-01-29 Christian Ebnerpxar::fuse: add support to read ACLs.
2020-01-28 Christian Ebnerpxar::fuse: Introduce LRU caching for goodbye table...
2020-01-28 Christian Ebnerpxar::fuse: refactor fn stat
2020-01-20 Christian Ebnerpxar::fuse: remove open, opendir and releasedir callbacks
2020-01-20 Christian Ebnerpxar: Include symlink target in DirectoryEntry
2020-01-17 Christian Ebnerpxar: Refactor fuse and remove unused code.
2020-01-17 Christian Ebnerpxar::fuse: Always use start offset of entries as inode.
2020-01-15 Christian Ebnerpxar::fuse: remove readdir implementation
2020-01-15 Christian Ebnerpxar::fuse: Avoid macro to generate filler function...
2020-01-13 Christian Ebnerpxar::fuse: impl readdirplus callback
2020-01-13 Christian Ebnerpxar::fuse: Get rid of broken cacheing
2020-01-10 Christian Ebnerpxar::fuse: refactor HashMap to store child parent...
2019-12-06 Christian Ebnerpxar: fuse: add support for list- and getxattr
2019-12-06 Christian Ebnerpxar: fuse: cache goodbye table for each directory...
2019-12-06 Christian Ebnerpxar: fuse: use binary search instead of linear search...
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: add impl Context
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: move init and destroy into Session
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: cleanup - remove setup_session (moved...
2019-11-26 Dietmar Maurersrc/pxar/fuse.rs: rename from_decoder into new, new...
2019-11-26 Dietmar Maurersrc/pxar/decoder.rs: use trait object as reader
2019-11-26 Dietmar Maurersrc/pxar/sequential_decoder.rs: remove callback from...
2019-11-04 Christian Ebnersrc/pxar/fuse.rs: refactor Iterator: use find() instead...
2019-10-25 Dietmar Maureravoid some clippy warnings
2019-10-23 Christian Ebnerpxar: fuse: optimize fuse readdir callback
2019-10-17 Christian Ebnerpxar: fuse: include nsec information in stat
2019-09-20 Christian Ebnersrc/pxar/fuse.rs: make verbose flag independent from...
2019-09-20 Christian Ebnersrc/pxar/fuse.rs: refactor Session::new()
2019-09-20 Christian Ebnersrc/pxar/fuse.rs: introduce `Context` in order to add...
2019-09-16 Christian Ebnerpxar: fuse: avoid possible hash collision in lookup...
2019-09-11 Christian Ebnersrc/pxar/fuse.rs: s/Buf/ReplyBuf/ and s/BufState/ReplyB...
2019-09-11 Christian Ebnersrc/pxar/fuse.rs: refactor stat and fix i-node mapping
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl readdir callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl readlink callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl opendir callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl read callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl open callback for fuse
2019-09-10 Christian Ebnersrc/pxar/fuse.rs: impl lookup callback for fuse
2019-09-06 Christian Ebnersrc/pxar/fuse.rs: impl getattr callback for fuse
2019-09-06 Christian Ebnersrc/pxar/fuse.rs: Refactor run_in_context and remove...
2019-09-06 Christian Ebnersrc/pxar/fuse.rs: Improve comments, add rustfmt skip...
2019-09-04 Christian Ebnersrc/pxar/fuse.rs: add function to map offset to inode...
2019-08-23 Christian Ebnerpxar/fuse: add pxar cli flag to set single- or multi...
2019-08-23 Christian Ebnersrc/pxar/fuse.rs: style fixups
2019-08-14 Christian Ebnersrc/pxar/fuse.rs: fix compiler warnings
2019-08-14 Christian Ebnersrc/pxar/fuse.rs: enable libfuse debug output in verbos...
2019-08-14 Christian Ebnersrc/pxar/fuse.rs: cleanup callback interface and store...
2019-08-09 Christian Ebnerpxar: add basic code for FUSE implementation.