Fix to btrfs-progs to avoid underlinking

2011-06-05 Thread Joe Peterson
Attached is a simple patch to the makefile line that builds convert. It explicitly includes libcom_err, which is implicitly pulled in by libext2fs. This fixes a what is called underlinking in this blog post:

What is the status of versioned builds for btrfs-progs

2010-08-06 Thread Joe Peterson
I just had a bug reported (assigned to me) in the Gentoo Linux distro about a missing option (-D) in btrfscrl. Looking into it, it appears this feature is post the 0.19 tag of btrfs-progs. I would like to get a more up-to-date btrfs-progs into Gentoo, but I would like to follow the upstream

[PATCH] btrfs-progs: remove hard-coding of gcc and make from Makefile

2009-09-21 Thread Joe Peterson
Here's a simple patch to replace gcc with $(CC) and make with $(MAKE). This is required, for example, for Gentoo Linux ebuilds, and it also eliminates a jobserver unavailable warning (make-related). -Joe diff -Nurp a/Makefile b/Makefile ---

Re: Raid1 with failing drive

2008-10-29 Thread Joe Peterson
Chris Mason wrote: On Tue, 2008-10-28 at 16:48 -0700, Stephen Hemminger wrote: I have a system with a pair of small/fast but unreliable scsi drives. I tried setting up a raid1 configuration and using it for builds. Using 2.6.26.7 and btrfs 0.16. When using ext3 (no raid) on same partition,

Re: New feature Idea

2008-08-13 Thread Joe Peterson
jim owens wrote: Don't do it!!! OK, I know Chris has described some block sharing. But I hate it. If I copy resume to resume.save, it is because I want 2 copies for safety. I don't want the fs to reduce it to 1 copy. And reducing the duplicates is exactly opposite to Chris's paranoid

Re: Hot topics for the next release

2008-08-06 Thread Joe Peterson
Chris Mason wrote: Josef's allocator fix is on the list because we currently fall over in some workloads at 100% cpu time when the FS is 60% full. Chris, does it oops, or just get very slow? Does 0.15 do the same? -Joe -- To unsubscribe from this list: send the line unsubscribe

Re: single disk reed solomon codes

2008-07-19 Thread Joe Peterson
Gerald Nowitzky wrote: When a HDD drive reads a sector from disk, it does a whole bunch of error recognition and correction measures. Usually there are, at least, two layers of error correction with different bit spreads on it. *If* this still isn't enough, it is very likely that the whole

Re: kernel BUG at volumes.c:1705

2008-06-23 Thread Joe Peterson
Chris Mason wrote: Something in your config is much less stable than my test boxes here. Focusing on the dd test, it looks like random corruption in the FS metadata. I see you've got gentoo i386 and a 2.6.24 kernel, are there any other patches in that kernel? I have used Gentoo's 2.4.26 with

Re: Future Linux filesystems

2008-06-03 Thread Joe Peterson
Martin K. Petersen wrote: We're very concerned about data integrity. With btrfs everything is checksummed at the logical level. This allows you to detect data corruption, repair bad blocks using redundant, good copies, perform data scrubbing, etc. That's the main reason I am interesting in