https://blog.gslin.org/archives/2026/03/27/12957/%e9%a0%90%e8%a8%ad%e6%8a%8a-zswap-%e6%89%93%e9%96%8b/
#linux #swap #zswap
預設把 zswap 打開
RE: https://fedi.lwn.net/@lwn/116284411154075596
tl;dr - (almost) always use zswap
RE: https://c.im/@lwnbot/116284493258223180
Nice reading although I still use zram for most.
Debunking Zswap and Zram Myths
https://chrisdown.name/2026/03/24/zswap-vs-zram-when-to-use-what.html
#HackerNews #Debunking #Zswap #and #Zram #Myths #Zswap #Zram #Myths #Linux #Performance #Optimization
According to LWN kernel source DB, the number of my Linux mainline commits exceeded 1,000 with 6.19-rc1. It feels like a moment to me.
Most commits were made for DAMON, but the 1,000-th commit was for zswap ;)
$ git log --oneline --author "SeongJae" | grep damon | wc -l
872
$ nr=0; for c in $(git log --pretty=%h --reverse --author "SeongJae"); do nr=$((│[43] [PATCH v3] mm/damon/sysfs-schemes: Remove outdated TODO in target_nid_store() (Swaraj
nr + 1)); if [ "$nr" -eq 1000 ]; then git log "$c" -1 --pretty="%h %s"; fi; done
0fdaa13ee93a Docs/admin-guide/mm/zswap: s/red-black tree/xarray/