Skip to content

Releases: nefelim4ag/systemd-swap

Added: status subcommand

20 Aug 23:26
Compare
Choose a tag to compare
  • Fix: Reverse stop order
  • Added: support for override configs under /etc/systemd/swap.conf.d/
  • Added: status subcommand

Cleanups & updates

12 Mar 19:17
Compare
Choose a tag to compare
  • Added: swapd_prio
  • Use makefile instead of install.sh
  • Use /var/lib/systemd-swap/* for swapfu & swapfc

Updates

28 Jan 12:31
Compare
Choose a tag to compare
  • swapFU: add some tests to description
  • swapFU: add options: prealloc, nocow, directio
  • Stop timeout for systemd-swap service 90s -> 600s

Fix install.sh

27 Oct 10:25
Compare
Choose a tag to compare
  1. Now ./install.sh PREFIX=path must work c1f2c26

Fixes

27 Oct 07:09
Compare
Choose a tag to compare

Added chunk swap space allocator

26 Oct 23:14
Compare
Choose a tag to compare
  1. Bug fixes: #26, #27, var_name in code swapf -> swapfu
  2. Added new swap file type with "chunk allocator"

Full rewrite

26 Oct 19:01
Compare
Choose a tag to compare
  1. Drop some functionality
  2. Simplify code
  3. Make config more obvious
  4. Make some general config defaults (zswap + auto swap block devices)
  5. Move config /etc/systemd-swap.conf -> /etc/systemd/swap.conf
  6. Move /usr/lib/systemd/scripts/systemd-swap.sh -> /usr/bin/systemd-swap
  7. Make nice log

Fixes in zram part

01 Aug 19:14
Compare
Choose a tag to compare
Merge pull request #24 from MikalaiR/master

Use 'discard' option for zram

Fix unstable zram initialization on boot

14 May 10:52
Compare
Choose a tag to compare
2.27.1

Add check for output of zramctl

Added: VRAM swap. Updated: zswap, zram

11 May 01:09
Compare
Choose a tag to compare

zswap: Add support for configure zpool
zram: remove obsolete modprobe config, use kernels 4.2+
vram: experimental feature for using video memory as swap