proxmox-backup/src/pxar
Christian Ebner de0aa53174 pxar: decoder: fix incorrect read for hardlinks.
Decoders read must check if the file is a hardlink and read data from the
corresponding offset if so.

Signed-off-by: Christian Ebner <c.ebner@proxmox.com>
2019-12-03 12:08:23 +01:00
..
binary_search_tree.rs src/pxar/binary_search_tree.rs: allow(clippy::many_single_char_names) 2019-10-25 18:22:19 +02:00
catalog.rs src/backup/catalog.rs: move CatalogEntryType from src/pxar/catalog.rs 2019-11-12 11:41:44 +01:00
decoder.rs pxar: decoder: fix incorrect read for hardlinks. 2019-12-03 12:08:23 +01:00
dir_stack.rs src/pxar/dir_stack.rs: style fixups 2019-08-23 09:39:14 +02:00
encoder.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
flags.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
format_definition.rs avoid some clippy warnings 2019-10-25 18:44:51 +02:00
fuse.rs src/pxar/fuse.rs: add impl Context 2019-11-26 11:16:46 +01:00
helper.rs src/pxar/encoder.rs: Refactor file stat 2019-05-28 06:23:49 +02:00
match_pattern.rs pxar: simplify MatchPattern::to_bytes 2019-10-23 07:29:02 +02:00
sequential_decoder.rs src/pxar/sequential_decoder.rs: remove callback from new() 2019-11-26 09:56:48 +01:00