aboutsummaryrefslogtreecommitdiff
path: root/mm/zpool.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19mm: zswap: remove shrink from zpool interfaceGravatar Domenico Cerasuolo 1-46/+2
2023-04-13zpool: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2022-12-11zpool: clean out dead codeGravatar Johannes Weiner 1-8/+2
2022-11-30zswap: do not allocate from atomic poolGravatar Sergey Senozhatsky 1-0/+7
2022-01-15zpool: remove the list of pools_headGravatar Zhaoyu Liu 1-12/+0
2021-05-07mm: fix typos in commentsGravatar Ingo Molnar 1-1/+1
2021-02-26mm/zswap: add the flag can_sleep_mappedGravatar Tian Tao 1-0/+13
2020-08-12mm/zpool.c: delete duplicated word and fix grammarGravatar Randy Dunlap 1-4/+4
2019-09-24zpool: add malloc_support_movable to zpool_driverGravatar Hui Zhu 1-0/+16
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
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