index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
zswap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-13
mm/zswap: remove the memcpy if acomp is not sleepable
Barry Song
1
-2
/
+4
2024-03-06
mm/zswap: global lru and shrinker shared by all zswap_pools fix
Chengming Zhou
1
-39
/
+38
2024-03-04
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
1
-15
/
+33
2024-03-04
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
1
-105
/
+66
2024-02-23
mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...
Barry Song
1
-14
/
+13
2024-02-22
mm/zswap: optimize and cleanup the invalidation of duplicate entry
Chengming Zhou
1
-18
/
+16
2024-02-22
mm/zswap: zswap entry doesn't need refcount anymore
Chengming Zhou
1
-52
/
+11
2024-02-22
mm/zswap: only support zswap_exclusive_loads_enabled
Chengming Zhou
1
-11
/
+3
2024-02-22
mm/zswap: remove duplicate_entry debug value
Chengming Zhou
1
-8
/
+1
2024-02-22
mm/zswap: stop lru list shrinking when encounter warm region
Chengming Zhou
1
-1
/
+3
2024-02-22
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
1
-2
/
+3
2024-02-22
mm/zswap: add more comments in shrink_memcg_cb()
Chengming Zhou
1
-17
/
+26
2024-02-22
mm: zswap: function ordering: shrink_memcg_cb
Johannes Weiner
1
-64
/
+61
2024-02-22
mm: zswap: function ordering: writeback
Johannes Weiner
1
-93
/
+90
2024-02-22
mm: zswap: function ordering: per-cpu compression infra
Johannes Weiner
1
-69
/
+66
2024-02-22
mm: zswap: function ordering: compress & decompress functions
Johannes Weiner
1
-102
/
+105
2024-02-22
mm: zswap: function ordering: move entry section out of tree section
Johannes Weiner
1
-21
/
+21
2024-02-22
mm: zswap: function ordering: move entry sections out of LRU section
Johannes Weiner
1
-52
/
+49
2024-02-22
mm: zswap: function ordering: public lru api
Johannes Weiner
1
-17
/
+19
2024-02-22
mm: zswap: function ordering: pool params
Johannes Weiner
1
-156
/
+156
2024-02-22
mm: zswap: function ordering: zswap_pools
Johannes Weiner
1
-77
/
+73
2024-02-22
mm: zswap: function ordering: pool refcounting
Johannes Weiner
1
-47
/
+47
2024-02-22
mm: zswap: function ordering: pool alloc & free
Johannes Weiner
1
-145
/
+152
2024-02-22
mm: zswap: simplify zswap_invalidate()
Johannes Weiner
1
-7
/
+2
2024-02-22
mm: zswap: further cleanup zswap_store()
Johannes Weiner
1
-15
/
+13
2024-02-22
mm: zswap: break out zwap_compress()
Johannes Weiner
1
-68
/
+77
2024-02-22
mm: zswap: rename __zswap_load() to zswap_decompress()
Johannes Weiner
1
-3
/
+3
2024-02-22
mm: zswap: clean up zswap_entry_put()
Johannes Weiner
1
-7
/
+3
2024-02-22
mm: zswap: warn when referencing a dead entry
Johannes Weiner
1
-0
/
+1
2024-02-22
mm: zswap: move zswap_invalidate_entry() to related functions
Johannes Weiner
1
-12
/
+12
2024-02-22
mm: zswap: inline and remove zswap_entry_find_get()
Johannes Weiner
1
-15
/
+2
2024-02-22
mm: zswap: rename zswap_free_entry to zswap_entry_free
Johannes Weiner
1
-2
/
+2
2024-02-22
mm/list_lru: remove list_lru_putback()
Chengming Zhou
1
-1
/
+1
2024-02-22
mm/zswap: fix race between lru writeback and swapoff
Chengming Zhou
1
-65
/
+49
2024-02-22
mm: zswap: remove unused tree argument in zswap_entry_put()
Yosry Ahmed
1
-5
/
+4
2024-02-22
mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()
Yosry Ahmed
1
-13
/
+3
2024-02-22
mm/zswap: split zswap rb-tree
Chengming Zhou
1
-25
/
+46
2024-02-22
mm/zswap: make sure each swapfile always have zswap rb-tree
Chengming Zhou
1
-5
/
+3
2024-02-22
mm/zswap: improve with alloc_workqueue() call
Ronald Monthero
1
-1
/
+2
2024-02-20
mm/zswap: invalidate duplicate entry when !zswap_enabled
Chengming Zhou
1
-1
/
+5
2024-02-20
mm/swap_state: update zswap LRU's protection range with the folio locked
Nhat Pham
1
-4
/
+3
2024-02-20
mm: zswap: fix missing folio cleanup in writeback race path
Yosry Ahmed
1
-0
/
+2
2024-02-07
mm/zswap: don't return LRU_SKIP if we have dropped lru lock
Chengming Zhou
1
-3
/
+1
2024-02-07
mm: zswap: fix objcg use-after-free in entry destruction
Johannes Weiner
1
-4
/
+4
2023-12-29
zswap: memcontrol: implement zswap writeback disabling
Nhat Pham
1
-2
/
+11
2023-12-29
mm: pass a folio to __swap_writepage()
Matthew Wilcox (Oracle)
1
-1
/
+1
2023-12-29
mm: return the folio from __read_swap_cache_async()
Matthew Wilcox (Oracle)
1
-29
/
+29
2023-12-29
mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx
Chengming Zhou
1
-71
/
+33
2023-12-29
mm/zswap: cleanup zswap_writeback_entry()
Chengming Zhou
1
-19
/
+10
2023-12-29
mm/zswap: cleanup zswap_load()
Chengming Zhou
1
-9
/
+5
[next]