summaryrefslogtreecommitdiffstats
path: root/fs/ntfs3/lib/lib.h
Commit message (Collapse)AuthorAgeFilesLines
* fs/ntfs3: Add missing header and guards to lib/ headersKari Argillander2021-09-131-0/+6
| | | | | | | | size_t needs header. Add missing header guards so that compiler will only include these ones. Signed-off-by: Kari Argillander <kari.argillander@gmail.com> Signed-off-by: Konstantin Komarov <almaz.alexandrovich@paragon-software.com>
* fs/ntfs3: Add compressionKonstantin Komarov2021-08-131-0/+26
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>