- Fix some unexpected behaviour with the free space check
- Refactor some code to be POSIX compliant
- Fix wrong command ranges with
swappiness
- Reword the
add
command tocreate
- Reword the
keep
option topreserve
- Allow setting
swappiness
to0
for some reason (not recommended) - Fix wrong command ranges with
create
- Make the usage block more understandable
- Add a free space check
- Optimize the code
- Upstream the MMT-EX template to 3.7
- Stop the module from unnecessarily modifying
swappiness
- Add option to
swapon
andswapoff
on demand (viastatus
command) - Add option to
keep
the swapfile on removal, effectively just disabling it - Fix mangled output and spelling mistake with the
status
command
- Add option to
reset
the kernel tunables to unmodified value - Add option to
show
the current and unmodified kernel tunable values - Fix errors when tuning
swappiness
andvfs-cache-pressure
- Make the usage block more readable
- Initial release