Home
last modified time | relevance | path

Searched hist:"522 e010b58379fbe19b38fdef5016bca0c3cf405" (Results 1 – 4 of 4) sorted by relevance

/linux/fs/ntfs3/lib/
H A Dxpress_decompress.c522e010b58379fbe19b38fdef5016bca0c3cf405 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 Ddecompress_common.c522e010b58379fbe19b38fdef5016bca0c3cf405 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 Dlib.h522e010b58379fbe19b38fdef5016bca0c3cf405 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 Ddecompress_common.h522e010b58379fbe19b38fdef5016bca0c3cf405 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>