aboutsummaryrefslogtreecommitdiffstats
path: root/mm/zswap.c
AgeCommit message (Expand)Author
2024-05-05mm: zswap: remove same_filled module paramsYosry Ahmed
2024-05-05mm: zswap: move more same-filled pages checks outside of zswap_store()Yosry Ahmed
2024-05-05mm: zswap: refactor limit checking from zswap_store()Yosry Ahmed
2024-05-05mm: zswap: always shrink in zswap_store() if zswap_pool_reached_fullYosry Ahmed
2024-04-25zswap: replace RB tree with xarrayChris Li
2024-04-25mm: zswap: remove nr_zswap_stored atomicYosry Ahmed
2024-04-25mm: zswap: remove unnecessary check in zswap_find_zpool()Yosry Ahmed
2024-04-25mm: zpool: return pool size in pagesJohannes Weiner
2024-04-25mm: zswap: optimize zswap pool size trackingJohannes Weiner
2024-04-25mm: memcg: add NULL check to obj_cgroup_put()Yosry Ahmed
2024-04-24mm: zswap: fix shrinker NULL crash with cgroup_disable=memoryJohannes Weiner
2024-03-26mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devicesJohannes Weiner
2024-03-26mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursionJohannes Weiner
2024-03-26mm: zswap: fix kernel BUG in sg_init_oneBarry Song
2024-03-13mm/zswap: remove the memcpy if acomp is not sleepableBarry Song
2024-03-06mm/zswap: global lru and shrinker shared by all zswap_pools fixChengming Zhou
2024-03-04mm/zswap: change zswap_pool kref to percpu_refChengming Zhou
2024-03-04mm/zswap: global lru and shrinker shared by all zswap_poolsChengming Zhou
2024-02-23mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...Barry Song
2024-02-22mm/zswap: optimize and cleanup the invalidation of duplicate entryChengming Zhou
2024-02-22mm/zswap: zswap entry doesn't need refcount anymoreChengming Zhou
2024-02-22mm/zswap: only support zswap_exclusive_loads_enabledChengming Zhou
2024-02-22mm/zswap: remove duplicate_entry debug valueChengming Zhou
2024-02-22mm/zswap: stop lru list shrinking when encounter warm regionChengming Zhou
2024-02-22mm/zswap: invalidate zswap entry when swap entry freeChengming Zhou
2024-02-22mm/zswap: add more comments in shrink_memcg_cb()Chengming Zhou
2024-02-22mm: zswap: function ordering: shrink_memcg_cbJohannes Weiner
2024-02-22mm: zswap: function ordering: writebackJohannes Weiner
2024-02-22mm: zswap: function ordering: per-cpu compression infraJohannes Weiner
2024-02-22mm: zswap: function ordering: compress & decompress functionsJohannes Weiner
2024-02-22mm: zswap: function ordering: move entry section out of tree sectionJohannes Weiner
2024-02-22mm: zswap: function ordering: move entry sections out of LRU sectionJohannes Weiner
2024-02-22mm: zswap: function ordering: public lru apiJohannes Weiner
2024-02-22mm: zswap: function ordering: pool paramsJohannes Weiner
2024-02-22mm: zswap: function ordering: zswap_poolsJohannes Weiner
2024-02-22mm: zswap: function ordering: pool refcountingJohannes Weiner
2024-02-22mm: zswap: function ordering: pool alloc & freeJohannes Weiner
2024-02-22mm: zswap: simplify zswap_invalidate()Johannes Weiner
2024-02-22mm: zswap: further cleanup zswap_store()Johannes Weiner
2024-02-22mm: zswap: break out zwap_compress()Johannes Weiner
2024-02-22mm: zswap: rename __zswap_load() to zswap_decompress()Johannes Weiner
2024-02-22mm: zswap: clean up zswap_entry_put()Johannes Weiner
2024-02-22mm: zswap: warn when referencing a dead entryJohannes Weiner
2024-02-22mm: zswap: move zswap_invalidate_entry() to related functionsJohannes Weiner
2024-02-22mm: zswap: inline and remove zswap_entry_find_get()Johannes Weiner
2024-02-22mm: zswap: rename zswap_free_entry to zswap_entry_freeJohannes Weiner
2024-02-22mm/list_lru: remove list_lru_putback()Chengming Zhou
2024-02-22mm/zswap: fix race between lru writeback and swapoffChengming Zhou
2024-02-22mm: zswap: remove unused tree argument in zswap_entry_put()Yosry Ahmed
2024-02-22mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()Yosry Ahmed