From: Jean-Denis Girard <jd.girard@sysnux.pf>
To: dsterba@suse.cz, linux-btrfs@vger.kernel.org
Subject: Re: btrfs: page allocation failure
Date: Wed, 30 Mar 2016 05:57:32 -1000 [thread overview]
Message-ID: <56FBF76C.7030106@sysnux.pf> (raw)
In-Reply-To: <20160330135051.GC27917@twin.jikos.cz>
[-- Attachment #1.1: Type: text/plain, Size: 984 bytes --]
Hi David,
Le 30/03/2016 03:50, David Sterba a écrit :
> On Tue, Mar 29, 2016 at 07:04:10PM -1000, Jean-Denis Girard wrote:
>>
>> [ 3734.651439] btrfs: page allocation failure: order:4, mode:0x2404040
>
> Order 4 is 64k, and most probably it's the allocation of a nodesize, the
> IP offset in the function is close to beginning, there are two other
> allocations that are served from the slab.
>
> So do you have a filesystem with a 64k nodesize? Just checking.
Yes, I do. Both the main filesystem and the backup filesystem were
created with btrfs -4.4 using: mkfs.btrfs --nodesize 64K ...
> The memory is fragmented so a contiguous 64k cannot be found, what we
> can do is a fallback to vmalloc, that can assemble th 64k memory from
> smaller pages. I'll send a patch.
Great!
Thanks,
--
Jean-Denis Girard
SysNux Systèmes Linux en Polynésie française
http://www.sysnux.pf/ Tél: +689 40.50.10.40 / GSM: +689 87.79.75.27
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 163 bytes --]
prev parent reply other threads:[~2016-03-30 16:04 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-30 5:04 btrfs: page allocation failure Jean-Denis Girard
2016-03-30 13:50 ` David Sterba
2016-03-30 15:57 ` Jean-Denis Girard [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=56FBF76C.7030106@sysnux.pf \
--to=jd.girard@sysnux.pf \
--cc=dsterba@suse.cz \
--cc=linux-btrfs@vger.kernel.org \
/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.