From: Nick Terrell Date: Mon, 26 Apr 2021 23:34:03 +0000 (-0700) Subject: MAINTAINERS: Add maintainer entry for zstd X-Git-Tag: v5.16-rc1~14^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a99a65cfb92c68c48c761ec5e6383caf63124ce1;p=thirdparty%2Fkernel%2Fstable.git MAINTAINERS: Add maintainer entry for zstd 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 --- diff --git a/MAINTAINERS b/MAINTAINERS index 170bbbeefc3f4..dc26f21f486f5 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -21053,6 +21053,18 @@ F: Documentation/vm/zsmalloc.rst F: include/linux/zsmalloc.h F: mm/zsmalloc.c +ZSTD +M: Nick Terrell +S: Maintained +B: https://github.com/facebook/zstd/issues +T: git git://github.com/terrelln/linux.git +F: include/linux/zstd* +F: lib/zstd/ +F: lib/decompress_unzstd.c +F: crypto/zstd.c +N: zstd +K: zstd + ZSWAP COMPRESSED SWAP CACHING M: Seth Jennings M: Dan Streetman