Searched hist:"522 e010b58379fbe19b38fdef5016bca0c3cf405" (Results 1 – 4 of 4) sorted by relevance
/linux/fs/ntfs3/lib/ |
H A D | xpress_decompress.c | 522e010b58379fbe19b38fdef5016bca0c3cf405 Fri Aug 13 16:21:30 CEST 2021 Konstantin Komarov <almaz.alexandrovich@paragon-software.com> fs/ntfs3: Add compression
This patch adds different types of NTFS-applicable compressions: - lznt - lzx - xpress Latter two (lzx, xpress) implement Windows Compact OS feature and were taken from ntfs-3g system comression plugin authored by Eric Biggers (https://github.com/ebiggers/ntfs-3g-system-compression) which were ported to ntfs3 and adapted to Linux Kernel environment.
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
|
H A D | decompress_common.c | 522e010b58379fbe19b38fdef5016bca0c3cf405 Fri Aug 13 16:21:30 CEST 2021 Konstantin Komarov <almaz.alexandrovich@paragon-software.com> fs/ntfs3: Add compression
This patch adds different types of NTFS-applicable compressions: - lznt - lzx - xpress Latter two (lzx, xpress) implement Windows Compact OS feature and were taken from ntfs-3g system comression plugin authored by Eric Biggers (https://github.com/ebiggers/ntfs-3g-system-compression) which were ported to ntfs3 and adapted to Linux Kernel environment.
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
|
H A D | lib.h | 522e010b58379fbe19b38fdef5016bca0c3cf405 Fri Aug 13 16:21:30 CEST 2021 Konstantin Komarov <almaz.alexandrovich@paragon-software.com> fs/ntfs3: Add compression
This patch adds different types of NTFS-applicable compressions: - lznt - lzx - xpress Latter two (lzx, xpress) implement Windows Compact OS feature and were taken from ntfs-3g system comression plugin authored by Eric Biggers (https://github.com/ebiggers/ntfs-3g-system-compression) which were ported to ntfs3 and adapted to Linux Kernel environment.
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
|
H A D | decompress_common.h | 522e010b58379fbe19b38fdef5016bca0c3cf405 Fri Aug 13 16:21:30 CEST 2021 Konstantin Komarov <almaz.alexandrovich@paragon-software.com> fs/ntfs3: Add compression
This patch adds different types of NTFS-applicable compressions: - lznt - lzx - xpress Latter two (lzx, xpress) implement Windows Compact OS feature and were taken from ntfs-3g system comression plugin authored by Eric Biggers (https://github.com/ebiggers/ntfs-3g-system-compression) which were ported to ntfs3 and adapted to Linux Kernel environment.
Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
|