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>
Showing
This diff is collapsed.
This diff is collapsed.
fs/ntfs3/lib/lib.h
0 → 100644
This diff is collapsed.
fs/ntfs3/lznt.c
0 → 100644
Please register or sign in to comment