index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
zswap.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
mm: zswap: function ordering: shrink_memcg_cb
Johannes Weiner
2024-02-22
1
-64
/
+61
*
mm: zswap: function ordering: writeback
Johannes Weiner
2024-02-22
1
-93
/
+90
*
mm: zswap: function ordering: per-cpu compression infra
Johannes Weiner
2024-02-22
1
-69
/
+66
*
mm: zswap: function ordering: compress & decompress functions
Johannes Weiner
2024-02-22
1
-102
/
+105
*
mm: zswap: function ordering: move entry section out of tree section
Johannes Weiner
2024-02-22
1
-21
/
+21
*
mm: zswap: function ordering: move entry sections out of LRU section
Johannes Weiner
2024-02-22
1
-52
/
+49
*
mm: zswap: function ordering: public lru api
Johannes Weiner
2024-02-22
1
-17
/
+19
*
mm: zswap: function ordering: pool params
Johannes Weiner
2024-02-22
1
-156
/
+156
*
mm: zswap: function ordering: zswap_pools
Johannes Weiner
2024-02-22
1
-77
/
+73
*
mm: zswap: function ordering: pool refcounting
Johannes Weiner
2024-02-22
1
-47
/
+47
*
mm: zswap: function ordering: pool alloc & free
Johannes Weiner
2024-02-22
1
-145
/
+152
*
mm: zswap: simplify zswap_invalidate()
Johannes Weiner
2024-02-22
1
-7
/
+2
*
mm: zswap: further cleanup zswap_store()
Johannes Weiner
2024-02-22
1
-15
/
+13
*
mm: zswap: break out zwap_compress()
Johannes Weiner
2024-02-22
1
-68
/
+77
*
mm: zswap: rename __zswap_load() to zswap_decompress()
Johannes Weiner
2024-02-22
1
-3
/
+3
*
mm: zswap: clean up zswap_entry_put()
Johannes Weiner
2024-02-22
1
-7
/
+3
*
mm: zswap: warn when referencing a dead entry
Johannes Weiner
2024-02-22
1
-0
/
+1
*
mm: zswap: move zswap_invalidate_entry() to related functions
Johannes Weiner
2024-02-22
1
-12
/
+12
*
mm: zswap: inline and remove zswap_entry_find_get()
Johannes Weiner
2024-02-22
1
-15
/
+2
*
mm: zswap: rename zswap_free_entry to zswap_entry_free
Johannes Weiner
2024-02-22
1
-2
/
+2
*
mm/list_lru: remove list_lru_putback()
Chengming Zhou
2024-02-22
1
-1
/
+1
*
mm/zswap: fix race between lru writeback and swapoff
Chengming Zhou
2024-02-22
1
-65
/
+49
*
mm: zswap: remove unused tree argument in zswap_entry_put()
Yosry Ahmed
2024-02-22
1
-5
/
+4
*
mm: zswap: remove unnecessary trees cleanups in zswap_swapoff()
Yosry Ahmed
2024-02-22
1
-13
/
+3
*
mm/zswap: split zswap rb-tree
Chengming Zhou
2024-02-22
1
-25
/
+46
*
mm/zswap: make sure each swapfile always have zswap rb-tree
Chengming Zhou
2024-02-22
1
-5
/
+3
*
mm/zswap: improve with alloc_workqueue() call
Ronald Monthero
2024-02-22
1
-1
/
+2
*
mm/zswap: invalidate duplicate entry when !zswap_enabled
Chengming Zhou
2024-02-20
1
-1
/
+5
*
mm/swap_state: update zswap LRU's protection range with the folio locked
Nhat Pham
2024-02-20
1
-4
/
+3
*
mm: zswap: fix missing folio cleanup in writeback race path
Yosry Ahmed
2024-02-20
1
-0
/
+2
*
mm/zswap: don't return LRU_SKIP if we have dropped lru lock
Chengming Zhou
2024-02-08
1
-3
/
+1
*
mm: zswap: fix objcg use-after-free in entry destruction
Johannes Weiner
2024-02-08
1
-4
/
+4
*
zswap: memcontrol: implement zswap writeback disabling
Nhat Pham
2023-12-30
1
-2
/
+11
*
mm: pass a folio to __swap_writepage()
Matthew Wilcox (Oracle)
2023-12-29
1
-1
/
+1
*
mm: return the folio from __read_swap_cache_async()
Matthew Wilcox (Oracle)
2023-12-29
1
-29
/
+29
*
mm/zswap: change per-cpu mutex and buffer to per-acomp_ctx
Chengming Zhou
2023-12-29
1
-71
/
+33
*
mm/zswap: cleanup zswap_writeback_entry()
Chengming Zhou
2023-12-29
1
-19
/
+10
*
mm/zswap: cleanup zswap_load()
Chengming Zhou
2023-12-29
1
-9
/
+5
*
mm/zswap: refactor out __zswap_load()
Chengming Zhou
2023-12-29
1
-60
/
+32
*
mm/zswap: reuse dstmem when decompress
Chengming Zhou
2023-12-29
1
-32
/
+12
*
mm: memcg: restore subtree stats flushing
Yosry Ahmed
2023-12-20
1
-1
/
+1
*
zswap: shrink zswap pool based on memory pressure
Nhat Pham
2023-12-12
1
-4
/
+188
*
mm: memcg: add per-memcg zswap writeback stat
Domenico Cerasuolo
2023-12-12
1
-0
/
+4
*
zswap: make shrinking memcg-aware
Domenico Cerasuolo
2023-12-12
1
-52
/
+216
*
mm/zswap: replace kmap_atomic() with kmap_local_page()
Fabio M. De Francesco
2023-12-11
1
-5
/
+5
*
zswap: export compression failure stats
Nhat Pham
2023-11-01
1
-1
/
+7
*
mempolicy: alloc_pages_mpol() for NUMA policy without vma
Hugh Dickins
2023-10-26
1
-2
/
+5
*
mm: zswap: fix pool refcount bug around shrink_worker()
Johannes Weiner
2023-10-18
1
-2
/
+2
*
mm: zswap: fix potential memory corruption on duplicate store
Domenico Cerasuolo
2023-09-30
1
-0
/
+20
*
mm/swap: inline folio_set_swap_entry() and folio_swap_entry()
David Hildenbrand
2023-08-25
1
-2
/
+2
[prev]
[next]