diff options
author | Nick Terrell <terrelln@fb.com> | 2021-04-26 16:34:03 -0700 |
---|---|---|
committer | Nick Terrell <terrelln@fb.com> | 2021-11-08 16:55:38 -0800 |
commit | a99a65cfb92c68c48c761ec5e6383caf63124ce1 (patch) | |
tree | d184151d3a22eda7fc943e83bb0c056b9780a2b5 /MAINTAINERS | |
parent | e0c1b49f5b674cca7b10549c53b3791d0bbc90a8 (diff) | |
download | linux-stable-a99a65cfb92c68c48c761ec5e6383caf63124ce1.tar.gz linux-stable-a99a65cfb92c68c48c761ec5e6383caf63124ce1.tar.bz2 linux-stable-a99a65cfb92c68c48c761ec5e6383caf63124ce1.zip |
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 <terrelln@fb.com>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 170bbbeefc3f..dc26f21f486f 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 <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> |