Files
systemd/man
Daan De Meyer 27cacec939 repart: Add compression support
Now that mkfs.btrfs is adding support for compressing the generated
filesystem (https://github.com/kdave/btrfs-progs/pull/882), let's
add general support for specifying the compression algorithm and
compression level to use.

We opt to not parse the specified compression algorithm and instead
pass it on as is to the mkfs tool. This has a few benefits:

- We support every compression algorithm supported by every tool
  automatically.
- Users don't need to modify systemd-repart if a mkfs tool learns a
  new compression algorithm in the future
- We don't need to maintain a bunch of tables for filesystem to map
  from our generic compression algorithm enum to the filesystem specific
  names.

We don't add support for btrfs just yet until the corresponding PR
in btrfs-progs is merged.
2024-09-03 08:49:49 +02:00
..
2024-06-20 14:26:13 +09:00
2023-12-25 09:15:53 +01:00
2024-03-20 15:24:11 +01:00
2024-03-04 16:12:23 +04:00
2024-04-23 01:42:11 +09:00
2024-08-03 05:46:51 +09:00
2024-04-19 13:25:32 +01:00
2024-09-03 08:49:49 +02:00
2024-08-31 11:19:15 +09:00
2023-12-26 08:59:53 +01:00
2023-12-26 08:59:53 +01:00
2023-12-26 13:10:36 +01:00
2023-12-26 13:10:36 +01:00
2024-08-31 13:59:02 +09:00
2024-08-31 13:59:02 +09:00
2023-12-24 09:32:26 +01:00
2023-12-24 10:46:55 +01:00
2024-07-10 10:08:59 +02:00
2024-03-20 15:24:11 +01:00
2024-05-13 19:53:51 +09:00