[f2fs-dev] [GIT PULL][PATCH v11 0/4] Update to zstd-1.4.10

2021-04-29 Thread Nick Terrell
From: Nick Terrell Please pull from g...@github.com:terrelln/linux.git tags/v11-zstd-1.4.10 to get these changes. Alternatively the patchset is included. This patchset lists me as the maintainer for zstd and upgrades the zstd library to the latest upstream release. The current zstd version i

[f2fs-dev] [PATCH v11 2/4] lib: zstd: Add decompress_sources.h for decompress_unzstd

2021-04-29 Thread Nick Terrell
From: Nick Terrell Adds decompress_sources.h which includes every .c file necessary for zstd decompression. This is used in decompress_unzstd.c so the internal structure of the library isn't exposed. This allows us to upgrade the zstd library version without modifying any callers. Instead we jus

[f2fs-dev] [PATCH v11 4/4] MAINTAINERS: Add maintainer entry for zstd

2021-04-29 Thread Nick Terrell
From: Nick Terrell Adds a maintainer entry for zstd listing myself as the maintainer for all zstd code, pointing to the upstream issues tracker for bugs, and listing my linux repo as the tree. Signed-off-by: Nick Terrell --- MAINTAINERS | 12 1 file changed, 12 insertions(+) diff