aboutsummaryrefslogtreecommitdiff
path: root/tools/testing/selftests/bpf/progs/test_autoload.c
diff options
context:
space:
mode:
authorGao Xiang <[email protected]>2024-05-09 07:44:53 +0800
committerGao Xiang <[email protected]>2024-05-09 07:46:56 +0800
commit7c35de4df1056a5a1fb4de042197b8f5b1033b61 (patch)
tree44d235d68bdeeb597c516ec547ed8781b369a096 /tools/testing/selftests/bpf/progs/test_autoload.c
parentd69189428d50c9a8de6475f3c8c241f86f4e764a (diff)
erofs: Zstandard compression support
Add Zstandard compression as the 4th supported algorithm since it becomes more popular now and some end users have asked this for quite a while [1][2]. Each EROFS physical cluster contains only one valid standard Zstandard frame as described in [3] so that decompression can be performed on a per-pcluster basis independently. Currently, it just leverages multi-call stream decompression APIs with internal sliding window buffers. One-shot or bufferless decompression could be implemented later for even better performance if needed. [1] https://github.com/erofs/erofs-utils/issues/6 [2] https://lore.kernel.org/r/[email protected] [3] https://www.rfc-editor.org/rfc/rfc8478.txt Acked-by: Chao Yu <[email protected]> Signed-off-by: Gao Xiang <[email protected]> Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/progs/test_autoload.c')
0 files changed, 0 insertions, 0 deletions