From: Elias Huhsovitz <e.huhsovitz@proxmox.com>
To: pbs-devel@lists.proxmox.com
Cc: Elias Huhsovitz <e.huhsovitz@proxmox.com>
Subject: [PATCH backup-restore-image 0/2] fix #7500: add EROFS and SquashFS filesystem support
Date: Mon, 27 Jul 2026 15:49:23 +0200 [thread overview]
Message-ID: <20260727134925.314289-1-e.huhsovitz@proxmox.com> (raw)
This patch series addresses Bug #7500 [1], where the file-restore kernel
fails to mount EROFS-formatted partitions. This issue commonly affects
users attempting to restore files from backups of Home Assistant OS.
The configuration choices in these patches are based on the standard
Debian kernel configuration [2].
Patch 1/2 adds EROFS support, including the necessary
decompression backends as defined in [4].
Patch 2/2 adds SquashFS support. While this patch is optional for resolving
the specific Home Assistant OS bug, it ensures broad compatibility with
various embedded Linux distributions and container images that rely on
SquashFS.
For the SquashFS configuration, this series deliberately chooses
`CONFIG_SQUASHFS_FILE_CACHE=y` and
`CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y` instead of the Debian defaults
(`FILE_DIRECT` and `MULTI_PERCPU`). This is to reduce complexity, memory
footprint and memory overhead, which should be valued in a transient,
resource-constrained virtual machine.
References:
[1] https://bugzilla.proxmox.com/show_bug.cgi?id=7500
[2] https://salsa.debian.org/kernel-team/linux/-/blob/debian/latest/debian/config/config
[3] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/squashfs/Kconfig
[4] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/fs/erofs/Kconfig
Elias Huhsovitz (2):
fix #7500: add EROFS filesystem support
add SquashFS filesystem support
src/config-base | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
--
2.47.3
next reply other threads:[~2026-07-27 13:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-07-27 13:49 Elias Huhsovitz [this message]
2026-07-27 13:49 ` [PATCH backup-restore-image 1/2] fix #7500: add EROFS filesystem support Elias Huhsovitz
2026-07-27 13:49 ` [PATCH backup-restore-image 2/2] add SquashFS " Elias Huhsovitz
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260727134925.314289-1-e.huhsovitz@proxmox.com \
--to=e.huhsovitz@proxmox.com \
--cc=pbs-devel@lists.proxmox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox