aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mm/zswap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-13mm/zswap: remove the memcpy if acomp is not sleepableBarry Song1-2/+4
2024-03-06mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou1-39/+38
2024-03-04mm/zswap: change zswap_pool kref to percpu_refChengming Zhou1-15/+33
2024-03-04mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou1-105/+66
2024-02-23mm: zswap: increase reject_compress_poor but not reject_compress_fail if compression returns ENOSPCBarry Song1-14/+13
2024-02-22mm/zswap: optimize and cleanup the invalidation of duplicate entryChengming Zhou1-18/+16
2024-02-22mm/zswap: zswap entry doesn't need refcount anymoreChengming Zhou1-52/+11
2024-02-22mm/zswap: only support zswap_exclusive_loads_enabledChengming Zhou1-11/+3
2024-02-22mm/zswap: remove duplicate_entry debug valueChengming Zhou1-8/+1
2024-02-22mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou1-1/+3
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou1-2/+3
2024-02-22mm/zswap: add more comments in shrink_memcg_cb()Chengming Zhou1-17/+26
2024-02-22mm: zswap: function ordering: shrink_memcg_cbJohannes Weiner1-64/+61
2024-02-22mm: zswap: function ordering: writebackJohannes Weiner1-93/+90
2024-02-22mm: zswap: function ordering: per-cpu compression infraJohannes Weiner1-69/+66
2024-02-22mm: zswap: function ordering: compress & decompress functionsJohannes Weiner1-102/+105
2024-02-22mm: zswap: function ordering: move entry section out of tree sectionJohannes Weiner1-21/+21
2024-02-22mm: zswap: function ordering: move entry sections out of LRU sectionJohannes Weiner1-52/+49
2024-02-22mm: zswap: function ordering: public lru apiJohannes Weiner1-17/+19
2024-02-22mm: zswap: function ordering: pool paramsJohannes Weiner1-156/+156
2024-02-22mm: zswap: function ordering: zswap_poolsJohannes Weiner1-77/+73
2024-02-22mm: zswap: function ordering: pool refcountingJohannes Weiner1-47/+47
2024-02-22mm: zswap: function ordering: pool alloc & freeJohannes Weiner1-145/+152
2024-02-22mm: zswap: simplify zswap_invalidate()Johannes Weiner1-7/+2
2024-02-22mm: zswap: further cleanup zswap_store()Johannes Weiner1-15/+13
2024-02-22mm: zswap: break out zwap_compress()Johannes Weiner1-68/+77
2024-02-22mm: zswap: rename __zswap_load() to zswap_decompress()Johannes Weiner1-3/+3
2024-02-22mm: zswap: clean up zswap_entry_put()Johannes Weiner1-7/+3
2024-02-22mm: zswap: warn when referencing a dead entryJohannes Weiner1-0/+1
2024-02-22mm: zswap: move zswap_invalidate_entry() to related functionsJohannes Weiner1-12/+12
2024-02-22mm: zswap: inline and remove zswap_entry_find_get()Johannes Weiner1-15/+2
2024-02-22mm: zswap: rename zswap_free_entry to zswap_entry_freeJohannes Weiner1-2/+2
2024-02-22mm/list_lru: remove list_lru_putback()Chengming Zhou1-1/+1
2024-02-22mm/zswap: fix race between lru writeback and swapoffChengming Zhou1-65/+49
2024-02-22mm: zswap: remove unused tree argument in zswap_entry_put()Yosry Ahmed1-5/+4
2024-02-22mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()Yosry Ahmed1-13/+3
2024-02-22mm/zswap: split zswap rb-treeChengming Zhou1-25/+46
2024-02-22mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou1-5/+3
2024-02-22mm/zswap: improve with alloc_workqueue() callRonald Monthero1-1/+2
2024-02-20mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou1-1/+5
2024-02-20mm/swap_state: update zswap LRU's protection range with the folio lockedNhat Pham1-4/+3
2024-02-20mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed1-0/+2
2024-02-07mm/zswap: don't return LRU_SKIP if we have dropped lru lockChengming Zhou1-3/+1
2024-02-07mm: zswap: fix objcg use-after-free in entry destructionJohannes Weiner1-4/+4
2023-12-29zswap: memcontrol: implement zswap writeback disablingNhat Pham1-2/+11
2023-12-29mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)1-1/+1
2023-12-29mm: return the folio from __read_swap_cache_async()Matthew Wilcox (Oracle)1-29/+29
2023-12-29mm/zswap: change per-cpu mutex and buffer to per-acomp_ctxChengming Zhou1-71/+33
2023-12-29mm/zswap: cleanup zswap_writeback_entry()Chengming Zhou1-19/+10
2023-12-29mm/zswap: cleanup zswap_load()Chengming Zhou1-9/+5