diff options
author | Minchan Kim <minchan@kernel.org> | 2014-01-30 18:45:57 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2014-01-30 19:56:55 -0500 |
commit | eae70d06846199afc97524ed986b910836c0abe5 (patch) | |
tree | b1d79572565841ee04f3fce82423002b3411588b /MAINTAINERS | |
parent | 6920f2cc9ed498fabb38368afaa751c411f672fb (diff) |
zsmalloc: add maintainers
tAdd adds maintainer information for zsmalloc into the MAINTAINERS file.
Signed-off-by: Minchan Kim <minchan@kernel.org>
Cc: Nitin Gupta <ngupta@vflare.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 6f76058a686b..b5795f031b3e 100644 --- a/MAINTAINERS +++ b/MAINTAINERS | |||
@@ -9753,6 +9753,14 @@ M: "Maciej W. Rozycki" <macro@linux-mips.org> | |||
9753 | S: Maintained | 9753 | S: Maintained |
9754 | F: drivers/tty/serial/zs.* | 9754 | F: drivers/tty/serial/zs.* |
9755 | 9755 | ||
9756 | ZSMALLOC COMPRESSED SLAB MEMORY ALLOCATOR | ||
9757 | M: Minchan Kim <minchan@kernel.org> | ||
9758 | M: Nitin Gupta <ngupta@vflare.org> | ||
9759 | L: linux-mm@kvack.org | ||
9760 | S: Maintained | ||
9761 | F: mm/zsmalloc.c | ||
9762 | F: include/linux/zsmalloc.h | ||
9763 | |||
9756 | ZSWAP COMPRESSED SWAP CACHING | 9764 | ZSWAP COMPRESSED SWAP CACHING |
9757 | M: Seth Jennings <sjenning@linux.vnet.ibm.com> | 9765 | M: Seth Jennings <sjenning@linux.vnet.ibm.com> |
9758 | L: linux-mm@kvack.org | 9766 | L: linux-mm@kvack.org |