aboutsummaryrefslogtreecommitdiff
path: root/mm/zpool.c
AgeCommit message (Expand)AuthorFilesLines
2018-02-21mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-docGravatar Mike Rapoport 1-1/+1
2018-02-06mm: docs: fix parameter names mismatchGravatar Mike Rapoport 1-10/+10
2018-02-06mm: docs: fixup punctuationGravatar Mike Rapoport 1-22/+22
2018-01-31zswap: only save zswap header when necessaryGravatar Yu Zhao 1-2/+23
2015-11-06mm: zsmalloc: constify struct zs_pool nameGravatar Sergey SENOZHATSKY 1-2/+2
2015-11-06zpool: remove redundant zpool->type string, const-ify zpool_get_typeGravatar Dan Streetman 1-6/+8
2015-09-10zpool: add zpool_has_pool()Gravatar Dan Streetman 1-0/+33
2015-09-08zpool: remove no-op module init/exitGravatar Dan Streetman 1-14/+0
2015-09-08mm: zpool: constify the zpool_opsGravatar Krzysztof Kozlowski 1-2/+2
2015-06-25zpool: remove zpool_evict()Gravatar Dan Streetman 1-28/+1
2015-06-25zpool: change pr_info to pr_debugGravatar Dan Streetman 1-3/+3
2015-02-12mm/zpool: add name argument to create zpoolGravatar Ganesh Mahendran 1-2/+4
2014-08-29mm/zpool: use prefixed module loadingGravatar Kees Cook 1-1/+1
2014-08-06mm/zpool: implement common zpool api to zbud/zsmallocGravatar Dan Streetman 1-0/+364