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
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
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
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
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
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
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
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