all lists on lists.proxmox.com
 help / color / mirror / Atom feed
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 2/2] add SquashFS filesystem support
Date: Mon, 27 Jul 2026 15:49:25 +0200	[thread overview]
Message-ID: <20260727134925.314289-3-e.huhsovitz@proxmox.com> (raw)
In-Reply-To: <20260727134925.314289-1-e.huhsovitz@proxmox.com>

Enable SquashFS with support for all major compression
algorithms (ZLIB, LZ4, LZO, XZ, ZSTD).

The configuration uses single-threaded decompression and intermediate
file caching, to prioritize reliability and reduce memory footprint.

Signed-off-by: Elias Huhsovitz <e.huhsovitz@proxmox.com>
---
 src/config-base | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/src/config-base b/src/config-base
index 3d49d2d..799ed17 100644
--- a/src/config-base
+++ b/src/config-base
@@ -160,6 +160,15 @@ CONFIG_MSDOS_FS=y
 CONFIG_VFAT_FS=y
 CONFIG_EXFAT_FS=y
 CONFIG_EXFAT_DEFAULT_IOCHARSET="utf8"
+CONFIG_SQUASHFS=y
+CONFIG_SQUASHFS_FILE_CACHE=y
+CONFIG_SQUASHFS_COMPILE_DECOMP_SINGLE=y
+CONFIG_SQUASHFS_XATTR=y
+CONFIG_SQUASHFS_ZLIB=y
+CONFIG_SQUASHFS_LZ4=y
+CONFIG_SQUASHFS_LZO=y
+CONFIG_SQUASHFS_XZ=y
+CONFIG_SQUASHFS_ZSTD=y
 
 # memory hotplug
 CONFIG_MEMORY_HOTPLUG=y
-- 
2.47.3





      parent 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 [PATCH backup-restore-image 0/2] fix #7500: add EROFS and SquashFS filesystem support Elias Huhsovitz
2026-07-27 13:49 ` [PATCH backup-restore-image 1/2] fix #7500: add EROFS " Elias Huhsovitz
2026-07-27 13:49 ` Elias Huhsovitz [this message]

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-3-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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal