From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1XXksC-0008P5-8T for mharc-grub-devel@gnu.org; Sat, 27 Sep 2014 01:48:48 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:32814) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXks1-0008OX-RN for grub-devel@gnu.org; Sat, 27 Sep 2014 01:48:47 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XXkrs-0006BX-OB for grub-devel@gnu.org; Sat, 27 Sep 2014 01:48:37 -0400 Received: from mail-lb0-x232.google.com ([2a00:1450:4010:c04::232]:39657) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XXkrs-0006AR-FX for grub-devel@gnu.org; Sat, 27 Sep 2014 01:48:28 -0400 Received: by mail-lb0-f178.google.com with SMTP id z12so12851455lbi.37 for ; Fri, 26 Sep 2014 22:48:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:mime-version:content-type :content-transfer-encoding; bh=Pyp5Ap+Nb4LzBSFvkF15dguG//lRPvUpgQIwm0dja9A=; b=QfeLM2b50Cs/wWpJb4iujFEfB4yf+L3xAHvUuuj9lm9H7L1c6JHSmfZIHZgs05+JOe tU5YCBodQ3tYLvlTJDsS83OKZsst2xPmaUmYuodaOoeoW3SWqXhv9v/0CajUvFhahe+G AVrTXPiLOWrp0V2am0po65DE++C8FGxfv/T7zbP7g0Dk47V5vkwjPjn8xKiYPL/GC5MX je0M+UNhhmhU69cQNnZzUf6BQYC3oelGi5nt2e+ZahImxEo9V4nsAXE+vnctM2aUQmye Qeso25/oKai9UZbWMDDTGGRXvacJsX2MQ/XyOFSqeCUzPGTTFrTElCl5D3w4bxtWSac+ d04Q== X-Received: by 10.152.36.37 with SMTP id n5mr455391laj.93.1411796902360; Fri, 26 Sep 2014 22:48:22 -0700 (PDT) Received: from opensuse.site (ppp94-29-94-89.pppoe.spdop.ru. [94.29.94.89]) by mx.google.com with ESMTPSA id nx9sm2585795lbb.23.2014.09.26.22.48.21 for (version=SSLv3 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 26 Sep 2014 22:48:21 -0700 (PDT) Date: Sat, 27 Sep 2014 09:48:20 +0400 From: Andrei Borzenkov To: grub-devel@gnu.org Subject: btrfs on Big Endian systems - anyone? Message-ID: <20140927094820.59f68723@opensuse.site> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.23; x86_64-suse-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::232 X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2014 05:48:47 -0000 I am not able to access btrfs on PowerPC. I did not test all of them, but other filesystems I tried are OK. Looking at platforms, PPC seems to be the only BE platform widely used for Linux; there are SPARC and MIPS but I doubt they use btrfs often. It sounds like missing endian conversion somewhere; any idea how it can be found without learning btrfs by heart? :)