index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
zswap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: zswap: remove same_filled module params
Yosry Ahmed
2024-05-05
1
-19
/
+0
*
mm: zswap: move more same-filled pages checks outside of zswap_store()
Yosry Ahmed
2024-05-05
1
-20
/
+25
*
mm: zswap: refactor limit checking from zswap_store()
Yosry Ahmed
2024-05-05
1
-16
/
+16
*
mm: zswap: always shrink in zswap_store() if zswap_pool_reached_full
Yosry Ahmed
2024-05-05
1
-6
/
+4
*
zswap: replace RB tree with xarray
Chris Li
2024-04-25
1
-126
/
+57
*
mm: zswap: remove nr_zswap_stored atomic
Yosry Ahmed
2024-04-25
1
-5
/
+6
*
mm: zswap: remove unnecessary check in zswap_find_zpool()
Yosry Ahmed
2024-04-25
1
-6
/
+1
*
mm: zpool: return pool size in pages
Johannes Weiner
2024-04-25
1
-3
/
+3
*
mm: zswap: optimize zswap pool size tracking
Johannes Weiner
2024-04-25
1
-51
/
+50
*
mm: memcg: add NULL check to obj_cgroup_put()
Yosry Ahmed
2024-04-25
1
-2
/
+1
*
mm: zswap: fix shrinker NULL crash with cgroup_disable=memory
Johannes Weiner
2024-04-24
1
-9
/
+16
*
mm: zswap: fix data loss on SWP_SYNCHRONOUS_IO devices
Johannes Weiner
2024-03-26
1
-4
/
+19
*
mm: zswap: fix writeback shinker GFP_NOIO/GFP_NOFS recursion
Johannes Weiner
2024-03-26
1
-0
/
+8
*
mm: zswap: fix kernel BUG in sg_init_one
Barry Song
2024-03-26
1
-2
/
+12
*
mm/zswap: remove the memcpy if acomp is not sleepable
Barry Song
2024-03-13
1
-2
/
+4
*
mm/zswap: global lru and shrinker shared by all zswap_pools fix
Chengming Zhou
2024-03-06
1
-39
/
+38
*
mm/zswap: change zswap_pool kref to percpu_ref
Chengming Zhou
2024-03-04
1
-15
/
+33
*
mm/zswap: global lru and shrinker shared by all zswap_pools
Chengming Zhou
2024-03-04
1
-105
/
+66
*
mm: zswap: increase reject_compress_poor but not reject_compress_fail if comp...
Barry Song
2024-02-23
1
-14
/
+13
*
mm/zswap: optimize and cleanup the invalidation of duplicate entry
Chengming Zhou
2024-02-22
1
-18
/
+16
*
mm/zswap: zswap entry doesn't need refcount anymore
Chengming Zhou
2024-02-22
1
-52
/
+11
*
mm/zswap: only support zswap_exclusive_loads_enabled
Chengming Zhou
2024-02-22
1
-11
/
+3
*
mm/zswap: remove duplicate_entry debug value
Chengming Zhou
2024-02-22
1
-8
/
+1
*
mm/zswap: stop lru list shrinking when encounter warm region
Chengming Zhou
2024-02-22
1
-1
/
+3
*
mm/zswap: invalidate zswap entry when swap entry free
Chengming Zhou
2024-02-22
1
-2
/
+3
*
mm/zswap: add more comments in shrink_memcg_cb()
Chengming Zhou
2024-02-22
1
-17
/
+26
*
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
[next]