diff mbox series

[v10,4/4] MAINTAINERS: Add maintainer entry for zstd

Message ID 20210426234621.870684-5-nickrterrell@gmail.com (mailing list archive)
State Not Applicable
Delegated to: Herbert Xu
Headers show
Series Update to zstd-1.4.10 | expand

Commit Message

Nick Terrell April 26, 2021, 11:46 p.m. UTC
From: Nick Terrell <terrelln@fb.com>

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 | 12 ++++++++++++
 1 file changed, 12 insertions(+)
diff mbox series

Patch

diff --git a/MAINTAINERS b/MAINTAINERS
index fb2a3633b719..eb67c13ec36a 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -19890,6 +19890,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>