summaryrefslogtreecommitdiffstats
path: root/mm/zswap.c
Commit message (Expand)AuthorAgeFilesLines
* mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner9 days1-9/+16
* mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devicesJohannes Weiner2024-03-261-4/+19
* mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner2024-03-261-0/+8
* mm: zswap: fix kernel BUG in sg_init_oneBarry Song2024-03-261-2/+12
* mm/zswap: remove the memcpy if acomp is not sleepableBarry Song2024-03-131-2/+4
* mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou2024-03-061-39/+38
* mm/zswap: change zswap_pool kref to percpu_refChengming Zhou2024-03-041-15/+33
* mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou2024-03-041-105/+66
* mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...Barry Song2024-02-231-14/+13
* mm/zswap: optimize and cleanup the invalidation of duplicate entryChengming Zhou2024-02-221-18/+16
* mm/zswap: zswap entry doesn't need refcount anymoreChengming Zhou2024-02-221-52/+11
* mm/zswap: only support zswap_exclusive_loads_enabledChengming Zhou2024-02-221-11/+3
* mm/zswap: remove duplicate_entry debug valueChengming Zhou2024-02-221-8/+1
* mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou2024-02-221-1/+3
* mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou2024-02-221-2/+3
* mm/zswap: add more comments in shrink_memcg_cb()Chengming Zhou2024-02-221-17/+26
* mm: zswap: function ordering: shrink_memcg_cbJohannes Weiner2024-02-221-64/+61
* mm: zswap: function ordering: writebackJohannes Weiner2024-02-221-93/+90
* mm: zswap: function ordering: per-cpu compression infraJohannes Weiner2024-02-221-69/+66
* mm: zswap: function ordering: compress & decompress functionsJohannes Weiner2024-02-221-102/+105
* mm: zswap: function ordering: move entry section out of tree sectionJohannes Weiner2024-02-221-21/+21
* mm: zswap: function ordering: move entry sections out of LRU sectionJohannes Weiner2024-02-221-52/+49
* mm: zswap: function ordering: public lru apiJohannes Weiner2024-02-221-17/+19
* mm: zswap: function ordering: pool paramsJohannes Weiner2024-02-221-156/+156
* mm: zswap: function ordering: zswap_poolsJohannes Weiner2024-02-221-77/+73
* mm: zswap: function ordering: pool refcountingJohannes Weiner2024-02-221-47/+47
* mm: zswap: function ordering: pool alloc & freeJohannes Weiner2024-02-221-145/+152
* mm: zswap: simplify zswap_invalidate()Johannes Weiner2024-02-221-7/+2
* mm: zswap: further cleanup zswap_store()Johannes Weiner2024-02-221-15/+13
* mm: zswap: break out zwap_compress()Johannes Weiner2024-02-221-68/+77
* mm: zswap: rename __zswap_load() to zswap_decompress()Johannes Weiner2024-02-221-3/+3
* mm: zswap: clean up zswap_entry_put()Johannes Weiner2024-02-221-7/+3
* mm: zswap: warn when referencing a dead entryJohannes Weiner2024-02-221-0/+1
* mm: zswap: move zswap_invalidate_entry() to related functionsJohannes Weiner2024-02-221-12/+12
* mm: zswap: inline and remove zswap_entry_find_get()Johannes Weiner2024-02-221-15/+2
* mm: zswap: rename zswap_free_entry to zswap_entry_freeJohannes Weiner2024-02-221-2/+2
* mm/list_lru: remove list_lru_putback()Chengming Zhou2024-02-221-1/+1
* mm/zswap: fix race between lru writeback and swapoffChengming Zhou2024-02-221-65/+49
* mm: zswap: remove unused tree argument in zswap_entry_put()Yosry Ahmed2024-02-221-5/+4
* mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()Yosry Ahmed2024-02-221-13/+3
* mm/zswap: split zswap rb-treeChengming Zhou2024-02-221-25/+46
* mm/zswap: make sure each swapfile always have zswap rb-treeChengming Zhou2024-02-221-5/+3
* mm/zswap: improve with alloc_workqueue() callRonald Monthero2024-02-221-1/+2
* mm/zswap: invalidate duplicate entry when !zswap_enabledChengming Zhou2024-02-201-1/+5
* mm/swap_state: update zswap LRU's protection range with the folio lockedNhat Pham2024-02-201-4/+3
* mm: zswap: fix missing folio cleanup in writeback race pathYosry Ahmed2024-02-201-0/+2
* mm/zswap: don't return LRU_SKIP if we have dropped lru lockChengming Zhou2024-02-071-3/+1
* mm: zswap: fix objcg use-after-free in entry destructionJohannes Weiner2024-02-071-4/+4
* zswap: memcontrol: implement zswap writeback disablingNhat Pham2023-12-291-2/+11
* mm: pass a folio to __swap_writepage()Matthew Wilcox (Oracle)2023-12-291-1/+1