Re: mount btrfs takes 30 minutes, btrfs check runs out of memory

2015-07-31 Thread John Ettedgui
On Thu, Jul 30, 2015 at 10:45 PM, John Ettedgui wrote: > On Thu, Jul 30, 2015 at 10:40 PM, Qu Wenruo wrote: >> >> It seems that you're using Chromium while doing the dump. :) >> If no CD drive, I'll recommend to use Archlinux installation iso to make a >> bootable USB stick and do the dump. >> (j

btrfs trace / deadlock with 4.2-rc3

2015-07-31 Thread Stefan Priebe
Hi, i got the following error today. 2015-07-31 21:00:19 ---[ end Kernel panic - not syncing: Watchdog detected hard LOCKUP on cpu 12 2015-07-31 21:00:19 Kernel Offset: 0x0 from 0x8100 (relocation range: 0x8000-0x9fff) 2015-07-31 21:00:18 Shutti

[GIT PULL] Btrfs

2015-07-31 Thread Chris Mason
Hi Linus, Please pull the fixes from my for-linus-4.2 branch: git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs.git for-linus-4.2 Filipe fixed up a hard to trigger ENOSPC regression from our merge window pull, and we have a few other smaller fixes. Zhao Lei (2) commits (+4/-2):

Re: btrfs partition converted from ext4 becomes read-only minutes after booting: WARNING: CPU: 2 PID: 2777 at ../fs/btrfs/super.c:260 __btrfs_abort_transaction+0x4b/0x120

2015-07-31 Thread Robert Munteanu
On Fri, Jul 31, 2015 at 5:08 AM, Qu Wenruo wrote: > Any full output about it? Please see the attached log. I left the process running for about 4 hours, and after the first five minutes all it cared about was a single inode. I ended up stopping it as it looks like it's not making progress. > Not

Re: systemd : Timed out waiting for defice dev-disk-by…

2015-07-31 Thread Philip Seeger
On Fri, Jul 31, 2015 at 10:44 AM, Duncan <1i5t5.dun...@cox.net> wrote: > For the specific case of systemd giving up on many-device btrfs mounts, > now that I've read a bit more and am thinking in terms of dropins, I'd > guess the following option, covered in systemd.mount and to be placed in > the

Re: systemd : Timed out waiting for defice dev-disk-by…

2015-07-31 Thread Duncan
Rich Freeman posted on Thu, 30 Jul 2015 07:22:12 -0400 as excerpted: > On Mon, Jul 27, 2015 at 1:20 AM, Duncan <1i5t5.dun...@cox.net> wrote: >> Philip Seeger posted on Sun, 26 Jul 2015 22:39:04 +0200 as excerpted: >> 50% of the time when booting, the system go in safe mode because my 12x

Re: [PATCH][RESEND] btrfs: fix search key advancing condition

2015-07-31 Thread Filipe David Manana
On Tue, Jun 30, 2015 at 3:25 AM, Naohiro Aota wrote: > The search key advancing condition used in copy_to_sk() is loose. It can > advance the key even if it reaches sk->max_*: e.g. when the max key = (512, > 1024, -1) and the current key = (512, 1025, 10), it increments the > offset by 1, continue