MAINTAINERS: Add maintainer entry for zstd
authorNick Terrell <terrelln@fb.com>
Mon, 26 Apr 2021 23:34:03 +0000 (16:34 -0700)
committerNick Terrell <terrelln@fb.com>
Tue, 9 Nov 2021 00:55:38 +0000 (16:55 -0800)
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 <terrelln@fb.com>
MAINTAINERS

index 170bbbe..dc26f21 100644 (file)
@@ -21053,6 +21053,18 @@ F:     Documentation/vm/zsmalloc.rst
 F:     include/linux/zsmalloc.h
 F:     mm/zsmalloc.c
 
+ZSTD
+M:     Nick Terrell <terrelln@fb.com>
+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 <sjenning@redhat.com>
 M:     Dan Streetman <ddstreet@ieee.org>