Releases: nefelim4ag/systemd-swap
Releases · nefelim4ag/systemd-swap
Added: status subcommand
- Fix: Reverse stop order
- Added: support for override configs under /etc/systemd/swap.conf.d/
- Added: status subcommand
Cleanups & updates
- Added: swapd_prio
- Use makefile instead of install.sh
- Use /var/lib/systemd-swap/* for swapfu & swapfc
Updates
- swapFU: add some tests to description
- swapFU: add options: prealloc, nocow, directio
- Stop timeout for systemd-swap service 90s -> 600s
Fix install.sh
- Now ./install.sh PREFIX=path must work c1f2c26
Fixes
Added chunk swap space allocator
Full rewrite
- Drop some functionality
- Simplify code
- Make config more obvious
- Make some general config defaults (zswap + auto swap block devices)
- Move config /etc/systemd-swap.conf -> /etc/systemd/swap.conf
- Move /usr/lib/systemd/scripts/systemd-swap.sh -> /usr/bin/systemd-swap
- Make nice log
Fixes in zram part
Merge pull request #24 from MikalaiR/master Use 'discard' option for zram
Fix unstable zram initialization on boot
2.27.1 Add check for output of zramctl
Added: VRAM swap. Updated: zswap, zram
zswap: Add support for configure zpool
zram: remove obsolete modprobe config, use kernels 4.2+
vram: experimental feature for using video memory as swap