Re: Btrfs default subvolume, /home

2011-11-06 Thread Maciej Marcin Piechotka
On Sat, 2011-11-05 at 22:22 -0400, Eric Griffith wrote: > Hey guys, I've been trying out BTRFS the last couple days, just to > kind of see what to expect and what I can do with it once its > finalized and we have a working fsck. I do have a couple question that > neither the Arch Wiki, The Fedora W

[GIT PULL] Btrfs pull request

2011-11-06 Thread Chris Mason
Hi everyone, This pull request is pretty beefy, it ended up merging a number of long running projects and cleanup queues. I've got btrfs patches in the new kernel.org btrfs repo. There are two different branches with the same changes. for-linus is against 3.1 and has also been tested against Li

Re: [GIT PULL] Btrfs pull request

2011-11-06 Thread Andrea Gelmini
2011/11/6 Chris Mason : Hi Chris, and thanks a lot for your work. > Arne Jansen and Jan Schmidt have improved the scrubber and provided > utilities to walk btrfs' many backrefs.  The scrubber is much faster > thanks to extensive btree readahead and instead of just telling you a > specific bloc

[PATCH] btrfs: Don't leak mem in scrub_fixup().

2011-11-06 Thread Jesper Juhl
It seems to me that we may leak the memory allocated to 'multi' in scrub_fixup() if, for example, 'length' turns out to be less than PAGE_SIZE after we call btrfs_map_block(). This patch should take care of the leak by always kfree'ing 'multi' before we return in that error case. Signed-off-by: Je

Re: [GIT PULL] Btrfs pull request

2011-11-06 Thread Chris Mason
On Sun, Nov 06, 2011 at 01:38:51PM -0500, Chris Mason wrote: > Hi everyone, > > This pull request is pretty beefy, it ended up merging a number of long > running projects and cleanup queues. I've got btrfs patches in the new > kernel.org btrfs repo. There are two different branches with the same

How to remount btrfs without compression?

2011-11-06 Thread dima
Hello, Is there any possibility to remount a compressed btrfs without any compression at all? Syslinux bootloader does not understand any btrfs compression and whenever I edit syslinux.cfg on my compressed / subvolume, the file becomes compressed and thus unreadable by syslinux on the next b

WARNING: at fs/btrfs/extent-tree.c:124

2011-11-06 Thread Tsutomu Itoh
In for-linus branch, when xfstests was executed, the following warning messages were output. Thanks, Tsutomu === Nov 7 13:51:00 luna kernel: [ 824.063444] device fsid 2f0ad8a9-93d5-4c99-837f-9db99543133b devid 1 transid 1

[btrfs-progs: PATCH] scrub: fix build failure by restoring proper library ordering

2011-11-06 Thread slyich
From: Sergei Trofimovich $ LDFLAGS=-static make gcc -lpthread -g -O0 -o btrfs btrfs.o btrfs_cmds.o scrub.o \ ctree.o disk-io.o radix-tree.o extent-tree.o print-tree.o root-tree.o dir-item.o file-item.o inode-item.o inode-map.o crc32c.o rbtree.o extent-cache.o extent_io.o volumes.o utils