index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
zswap.c
Age
Commit message (
Expand
)
Author
2024-05-05
mm: zswap: remove same_filled module params
Yosry Ahmed
2024-05-05
mm: zswap: move more same-filled pages checks outside of zswap_store()
Yosry Ahmed
2024-05-05
mm: zswap: refactor limit checking from zswap_store()
Yosry Ahmed
2024-05-05
mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
Yosry Ahmed
2024-04-25
zswap: replace RB tree with xarray
Chris Li
2024-04-25
mm: zswap: remove nr_zswap_stored atomic
Yosry Ahmed
2024-04-25
mm: zswap: remove unnecessary check in zswap_find_zpool()
Yosry Ahmed
2024-04-25
mm: zpool: return pool size in pages
Johannes Weiner
2024-04-25
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
2024-04-25
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
2024-04-24
mm: zswap: fix shrinker NULL crash with cgroup_disable=memory
Johannes Weiner
2024-03-26
mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
Johannes Weiner
2024-03-26
mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion
Johannes Weiner
2024-03-26
mm: zswap: fix kernel BUG in sg_init_one
Barry Song
2024-03-13
mm/zswap: remove the memcpy if acomp is not sleepable
Barry Song
2024-03-06
mm/zswap: global lru and shrinker shared by all zswap_pools fix
Chengming Zhou
2024-03-04
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
2024-03-04
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
2024-02-23
mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...
Barry Song
2024-02-22
mm/zswap: optimize and cleanup the invalidation of duplicate entry
Chengming Zhou
2024-02-22
mm/zswap: zswap entry doesn't need refcount anymore
Chengming Zhou
2024-02-22
mm/zswap: only support zswap_exclusive_loads_enabled
Chengming Zhou
2024-02-22
mm/zswap: remove duplicate_entry debug value
Chengming Zhou
2024-02-22
mm/zswap: stop lru list shrinking when encounter warm region
Chengming Zhou
2024-02-22
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
2024-02-22
mm/zswap: add more comments in shrink_memcg_cb()
Chengming Zhou
2024-02-22
mm: zswap: function ordering: shrink_memcg_cb
Johannes Weiner
2024-02-22
mm: zswap: function ordering: writeback
Johannes Weiner
2024-02-22
mm: zswap: function ordering: per-cpu compression infra
Johannes Weiner
2024-02-22
mm: zswap: function ordering: compress & decompress functions
Johannes Weiner
2024-02-22
mm: zswap: function ordering: move entry section out of tree section
Johannes Weiner
2024-02-22
mm: zswap: function ordering: move entry sections out of LRU section
Johannes Weiner
2024-02-22
mm: zswap: function ordering: public lru api
Johannes Weiner
2024-02-22
mm: zswap: function ordering: pool params
Johannes Weiner
2024-02-22
mm: zswap: function ordering: zswap_pools
Johannes Weiner
2024-02-22
mm: zswap: function ordering: pool refcounting
Johannes Weiner
2024-02-22
mm: zswap: function ordering: pool alloc & free
Johannes Weiner
2024-02-22
mm: zswap: simplify zswap_invalidate()
Johannes Weiner
2024-02-22
mm: zswap: further cleanup zswap_store()
Johannes Weiner
2024-02-22
mm: zswap: break out zwap_compress()
Johannes Weiner
2024-02-22
mm: zswap: rename __zswap_load() to zswap_decompress()
Johannes Weiner
2024-02-22
mm: zswap: clean up zswap_entry_put()
Johannes Weiner
2024-02-22
mm: zswap: warn when referencing a dead entry
Johannes Weiner
2024-02-22
mm: zswap: move zswap_invalidate_entry() to related functions
Johannes Weiner
2024-02-22
mm: zswap: inline and remove zswap_entry_find_get()
Johannes Weiner
2024-02-22
mm: zswap: rename zswap_free_entry to zswap_entry_free
Johannes Weiner
2024-02-22
mm/list_lru: remove list_lru_putback()
Chengming Zhou
2024-02-22
mm/zswap: fix race between lru writeback and swapoff
Chengming Zhou
2024-02-22
mm: zswap: remove unused tree argument in zswap_entry_put()
Yosry Ahmed
2024-02-22
mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()
Yosry Ahmed
[next]