Re: Unable to allocate for space usage in particular btrfs volume

2015-11-06 Thread Calvin Walton
inside. This of course doesn't help if your VMs are Windows or legacy versions of Linux without btrfs support. On BSD you could try ZFS. -- Calvin Walton <calvin.wal...@kepstin.ca> -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: btrfs: obtain block checksums from user space

2015-09-28 Thread Calvin Walton
On Mon, 2015-09-28 at 23:16 +, Hugo Mills wrote: > On Mon, Sep 28, 2015 at 07:11:51PM -0400, Calvin Walton wrote: > > > > The problem with trying to use btrfs checksums to compare two > > different > > files is that the blocks might not match up, if only du

Re: btrfs: obtain block checksums from user space

2015-09-28 Thread Calvin Walton
different arrangements on different machines, they're not really all that useful for doing comparisons like you want. -- Calvin Walton <calvin.wal...@kepstin.ca> -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: The performance is not as expected when used several disks on raid0.

2015-08-17 Thread Calvin Walton
output while the test is running might be informative. On the other hand, if the CPU isn't saturated and the disk io isn't saturated, then it's probably a scaling issue in btrfs, possibly something like lock contention. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send

Re: The performance is not as expected when used several disks on raid0.

2015-08-14 Thread Calvin Walton
of the developers here might have some more precise information on exactly why you're seeing such a performance difference. As an aside, you have 192TB in RAID0? That's certainly pretty impressive, but as soon as one disk dies, you're going to lose a *lot* of data. -- Calvin Walton calvin.wal

Re: The performance is not as expected when used several disks on raid0.

2015-08-14 Thread Calvin Walton
On Fri, 2015-08-14 at 12:30 -0400, Calvin Walton wrote: On Fri, 2015-08-14 at 12:16 -0300, Eduardo Bach wrote: Hi all, This is my first email to this list, so please excuse any gaffe. I am in the evaluation early stages of a new storage, an SGI MIS, currently with two HBAs LSI

Re: Concurrent write access

2015-07-17 Thread Calvin Walton
filesystem like OCFS or GFS. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: multiple devices with multiple partitions on one SSD

2015-06-15 Thread Calvin Walton
to single mode and let the drive go fast. Calvin. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: howto create subvolume at top level?

2015-06-01 Thread Calvin Walton
/dev/sda2 /mnt/btrfs Then you can create your home directory under the top level by doing btrfs subvolume create /mnt/btrfs/home2 -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord

Re: intermittent -ENOSPC errors on btrfs filesystem with 170G free

2015-05-26 Thread Calvin Walton
, but not completely, empty: they still have the small files hanging around. In this case a balance is still necessary to clean things up. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord

Re: scrub problem

2015-02-20 Thread Calvin Walton
which version of btrfs-progs you are using... As Bob said, this issue is caused by a desynchronization between the state file on the drive and the kernel state. However, code was added to btrfs-progs 3.17 to detect and correct this condition. I'd suggest updating your btrfs-progs. -- Calvin Walton

Re: Balance is inexplicably dieing (repeatedly)

2015-01-05 Thread Calvin Walton
info (device dm-4): found 67 extents -- To unsubscribe from this list: send the line unsubscribe linux- btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe

Re: Scrub already running

2014-10-14 Thread Calvin Walton
. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Single disk parrallelization

2014-09-24 Thread Calvin Walton
pattern between platters without moving the seek heads. There's nothing you could do at the OS level which would make it faster (besides preferring to read and write at the lower LBAs of the drive). -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line

Re: File system stuck in scrub

2014-08-11 Thread Calvin Walton
. * Is it more risky to leave the above errors uncorrected, or to run btrfsck with --repair? There probably aren't any issues on the filesystem that the runtime btrfs code can't handle. Don't run with --repair, at least not yet. I'm using kernel 3.14. Thanks! -Nikolaus -- Calvin Walton

Re: btrfs fi df output is not updated in a timely manner after subvolumes have been deleted

2014-05-20 Thread Calvin Walton
the filesystem doesn't actually know how much space would be freed! In order to determine this number, the filesystem has to check all the files in the subvolume - which is what btrfs-cleaner is doing. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe

Re: [ANNOUNCE] xfstests: new mailing list

2014-05-16 Thread Calvin Walton
if we can agree on this. Instead of renaming the test suite, why not just backronym it to mean something different? The letter x is used to mean cross in many contexts, so xfstests could easily mean cross-filesystem tests - a name that fits perfectly! Only kind of joking, Calvin. -- Calvin Walton

Re: Please review and comment, dealing with btrfs full issues

2014-05-05 Thread Calvin Walton
an additional device to the filesystem (even e.g. a 4GB USB flash drive is often enough) - this will add space to allocate a few new chunks, allowing the balance to proceed. You can remove the extra device after the balance completes. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe

Re: Can anyone boot a system using btrfs root with linux 3.14 or newer?

2014-04-23 Thread Calvin Walton
zlib on most systems as a / filesystem - it's slow to decompress compared to lzo, so it will cause slower boots if your disk is reasonably fast.) -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord

Re: [systemd-devel] [HEADS-UP] Discoverable Partitions Spec

2014-03-11 Thread Calvin Walton
command. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: btrfs and ECC RAM

2014-01-27 Thread Calvin Walton
chunks and then re-check the checksum to confirm the reconstruction was successful. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: Confirmation on how btrfs works with RAID and single.

2014-01-20 Thread Calvin Walton
On Mon, 2014-01-20 at 10:43 -0500, G. Michael Carter wrote: I'm pretty sure I know the answers but just wanted confirmation. RAID1: When it reads does it read from only one disk or does it try to read from multiple disks? The current implementation of RAID1 on btrfs will, with a single

Re: btrfs versions compatibility and updates

2014-01-13 Thread Calvin Walton
that?... In a recent thread on this mailing list: http://permalink.gmane.org/gmane.comp.file-systems.btrfs/31536 it looks like the decision made was that the latest btrfs-progs should support older kernels. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux

Re: Help! - btrfs device delete missing running out of space

2014-01-06 Thread Calvin Walton
this at the moment. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: data DUP

2013-04-27 Thread Calvin Walton
them for details...) may be backporting fixes themselves. As a result, we recommend that btrfs users should generally run whatever the latest upstream kernel release is - in particular, you should try the latest kernel before reporting bugs in btrfs. -- Calvin Walton calvin.wal...@kepstin.ca

Re: Does defragmenting even work

2013-02-28 Thread Calvin Walton
the 'physical' and 'expected' values to look for gaps between fragments. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: Another defrag question

2013-02-21 Thread Calvin Walton
been merged yet. It might show up in 3.9 or 3.10. You really should upgrade your kernel, however. 3.5.0 is rather old in btrfs-years! Lots of fixes have gone into newer kernels. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs

Re: Simple btrfs use case

2013-01-22 Thread Calvin Walton
and then, but there is no current support in btrfs for it. (One thing to note: small files are often stored in the metadata area instead of data area, which would be raid1 in your setup. As a result, those small files are more likely to be recoverable). -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from

Re: Naming of subvolumes

2012-10-25 Thread Calvin Walton
applications :) -- Calvin Walton calvin.wal...@kepstin.ca smime.p7s Description: S/MIME cryptographic signature

Re: Seagate Momentus XT and btrfs corruption

2012-09-10 Thread Calvin Walton
distributions have done so. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: raw partition or LV for btrfs?

2012-08-14 Thread Calvin Walton
recommendation. (Although if you're using a EFI bios, you could just stick all the bootloader stuff on the VFAT EFI system partition instead.) -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord

Re: raw partition or LV for btrfs?

2012-08-14 Thread Calvin Walton
that will allow partitions (MBR/GPT) to be resized online, I think they're queued up to be included in some upcoming linux release: http://lwn.net/Articles/481141/ You still can't move partitions online, of course. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send

Re: filesystem finder / fixer

2012-07-31 Thread Calvin Walton
a major problem if you had backups in the first place :) -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: subvolumes: default and IDs

2012-07-30 Thread Calvin Walton
but does not produce an error either. Looks like you've found another bug (or maybe just a missing feature); it would be nice if this command allows you to use '0' as an alias for the root subvolume. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line

Re: [PATCH] Allow cross subvolume reflinks (2nd attempt)

2012-06-20 Thread Calvin Walton
extra code to enable doing cross-mount reflinks? Why was the decision made not to allow them? Is there some particular opposition to supporting cross-mount operations on multiple mounts of the same filesystem in general? (I'd love to have rename() work across bind mounts, for example...) -- Calvin

Re: Subvolumes and /proc/self/mountinfo

2012-06-19 Thread Calvin Walton
or subvolume. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Massive metadata size increase after upgrade from 3.2.18 to 3.4.1

2012-06-12 Thread Calvin Walton
if the ratio is tunable. But better to have a bit of unused metadata space than to get 'out of space' errors once you've filled your disk and you're trying to delete some files! -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs

Re: Preparing single-disk setup for future multi-disk usage

2012-05-24 Thread Calvin Walton
to be recoverable, you should use a redundant raid mode; otherwise don't expect that you'll be able to save much after a disk failure. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org

Re: SSD erase state and reducing SSD wear

2012-05-23 Thread Calvin Walton
On Wed, 2012-05-23 at 16:44 +0100, Martin wrote: On 23/05/12 05:19, Calvin Walton wrote: On Tue, 2012-05-22 at 22:47 +0100, Martin wrote: I've got two recent examples of SSDs. Their pristine state from the manufacturer shows: Device Model: OCZ-VERTEX3 00 00 00 00 00 00

Re: SSD erase state and reducing SSD wear

2012-05-22 Thread Calvin Walton
, since to rewrite a block - even if the block is partially unwritten - is still likely to require a read-modify-write cycle with an erase step. The granularity of the erase blocks is just too big for the savings to be very meaningful. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe

Re: SSD format/mount parameters questions

2012-05-18 Thread Calvin Walton
proprietary firmware. Several of the Marvell devices actually have completely different firmwares (e.g. Intel's firmware for Marvell devices was reportedly developed by them in-house), and Intel's Sandforce firmware has some customizations for improved reliability, at the expense of some speed. -- Calvin

Re: Boot speed/mount time regression with 3.4.0-rc2

2012-04-10 Thread Calvin Walton
On Tue, 2012-04-10 at 11:16 -0400, Josef Bacik wrote: On Mon, Apr 09, 2012 at 05:20:46PM -0400, Calvin Walton wrote: On Mon, 2012-04-09 at 16:54 -0400, Josef Bacik wrote: On Mon, Apr 09, 2012 at 01:10:04PM -0400, Calvin Walton wrote: On Mon, 2012-04-09 at 11:53 -0400, Calvin Walton wrote

Re: Boot speed/mount time regression with 3.4.0-rc2

2012-04-10 Thread Calvin Walton
On Tue, 2012-04-10 at 18:29 +0200, David Sterba wrote: On Tue, Apr 10, 2012 at 12:04:00PM -0400, Calvin Walton wrote: On Tue, 2012-04-10 at 11:16 -0400, Josef Bacik wrote: This one brings the mount time right down on my laptop, it's back to around 0.5 seconds, same as 3.3.x. Did you

Re: Boot speed/mount time regression with 3.4.0-rc2

2012-04-09 Thread Calvin Walton
On Mon, 2012-04-09 at 11:53 -0400, Calvin Walton wrote: Hi, I have a system that's using a dracut-generated initramfs to mount a btrfs root. After upgrading to kernel 3.4.0-rc2 to test it out, I've noticed that the process of mounting the root filesystem takes much longer with 3.4.0-rc2

Re: Boot speed/mount time regression with 3.4.0-rc2

2012-04-09 Thread Calvin Walton
On Mon, 2012-04-09 at 16:54 -0400, Josef Bacik wrote: On Mon, Apr 09, 2012 at 01:10:04PM -0400, Calvin Walton wrote: On Mon, 2012-04-09 at 11:53 -0400, Calvin Walton wrote: Hi, I have a system that's using a dracut-generated initramfs to mount a btrfs root. After upgrading

Re: Invalid argument when mounting a btrfs raid1 filesystem

2012-03-26 Thread Calvin Walton
/dracut.git;a=blob;f=modules.d/90btrfs/80-btrfs.rules;hb=HEAD which would be suitable with minor modifications for use in a system udev installation as well. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord

Re: brtfs on top of dmcrypt with SSD. No corruption iff write cache off?

2012-02-15 Thread Calvin Walton
it. Discard is handled with a separate mount option on btrfs (called 'discard'), and is disabled by default even if you have the 'ssd' option enabled, because of the negative performance impact it has had on some SSDs. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list

Re: btrfsprogs source code

2012-01-03 Thread Calvin Walton
system. Can anyone of you redirect me to that place to download the btrfsprogs source code. The best way to get the btrfs-progs source is probably via git; Chris Mason's repository for it can be found at http://git.kernel.org/?p=linux/kernel/git/mason/btrfs-progs.git -- Calvin Walton

Re: read error: how to fix?

2011-10-16 Thread Calvin Walton
, it means that the drive medium is deteriorating. It's very likely that you will have additional failures in the future, resulting in more IO errors and lost data. For your sanity, I recommend replacing a drive as soon as you see any one error on it. -- Calvin Walton calvin.wal...@kepstin.ca

Re: Test Trim

2011-10-12 Thread Calvin Walton
, enabling defrag will cause files to be rewritten occasionally, which will use additional write cycles on your flash memory cells. Unless you're experiencing performance problems, I would recommend you leave the autodefrag option disabled on an SSD. -- Calvin Walton calvin.wal...@kepstin.ca

Re: Problems with set-default, home subvolume and snapshot

2011-09-06 Thread Calvin Walton
is an empty directory. Hopefully this can be improved at some point :) -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo

Re: TRIM support

2011-07-02 Thread Calvin Walton
there may have been some performance issues in certain cases with drives that have slow trim implementations. But feel free to give it a try. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord

Re: Abysmal Performance

2011-06-22 Thread Calvin Walton
On Wed, 2011-06-22 at 11:39 -0400, Josef Bacik wrote: On 06/22/2011 10:15 AM, Henning Rohlfs wrote: On Tue, 21 Jun 2011 11:24:11 -0400, Calvin Walton wrote: On Mon, 2011-06-20 at 23:51 +0200, Henning Rohlfs wrote: Hello, I've migrated my system to btrfs (raid1) a few months ago. Since

Re: Abysmal Performance

2011-06-21 Thread Calvin Walton
enough to bisect it, so I might give that a try. It'll be slow going, though. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: Safe fsck / consistent backup while mounted

2011-06-04 Thread Calvin Walton
of the current subvolume state. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: How Snapshots Inter-relate?

2011-04-21 Thread Calvin Walton
the last snapshot that references that data. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: wrong values in df and btrfs filesystem df

2011-04-09 Thread Calvin Walton
it, do you think this would be a helpful addition? [1] https://btrfs.wiki.kernel.org/index.php/FAQ#Why_does_df_show_incorrect_free_space_for_my_RAID_volume.3F -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body

Re: wrong values in df and btrfs filesystem df

2011-04-09 Thread Calvin Walton
. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: Do not use free space caching!

2011-04-01 Thread Calvin Walton
On Thu, 2011-03-31 at 18:59 -0400, Josef Bacik wrote: On Thu, Mar 31, 2011 at 05:06:42PM -0400, Calvin Walton wrote: On Wed, 2011-03-30 at 17:19 -0400, Josef Bacik wrote: Hello, Just found a big bug in the free space caching stuff that will result in early ENOSPC. I'm working

Re: Do not use free space caching!

2011-03-31 Thread Calvin Walton
about which kernels are affected? Is it any kernel with free space cache support (is 2.6.38.x included?) - and if so, do you plan on submitting the fix to the stable kernel series? -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs

Re: Phishing (was: Account Verification)

2011-03-27 Thread Calvin Walton
with it: make sure you run your own spam filters and are careful about links in mails. -- Calvin Walton calvin.wal...@kepstin.ca -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org

Re: btrfs fi df gives only the total size that is currently allocated

2011-03-19 Thread Calvin Walton
be just that: an estimate, not an exact count.) This will get worse once btrfs supports having data with different raid levels on the same filesystem, because you’ll have different amounts of “available” space depending on which raid type the data in question is stored with. -- Calvin Walton

Re: efficiency of btrfs cow

2011-03-06 Thread Calvin Walton
: total=3.62GB, used=1.93GB ayu ~ # df -h / FilesystemSize Used Avail Use% Mounted on /dev/sda4 402G 254G 145G 64% / If you use the btrfs tool's df command to account for space in your testing, you should get much more accurate results. -- Calvin Walton calvin.wal

Re: efficiency of btrfs cow

2011-03-06 Thread Calvin Walton
to rsync To add a bit to this: if you *do not* use the --inplace option on rsync, rsync will rewrite the entire file, instead of updating the existing file! This of course negates some of the benefits of btrfs's COW support when doing incremental backups. -- Calvin Walton calvin.wal...@kepstin.ca

Re: mount snapshot by object-id

2010-12-09 Thread Calvin Walton
filesystem The subvolid= mount option was missing from the wiki, so I've just added it: https://btrfs.wiki.kernel.org/index.php/Getting_started#Mount_Options -- Calvin Walton calvin.wal...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord

[RFC-PATCH] Re: mounting arbitrary directories

2010-11-27 Thread Calvin Walton
:/ 8--8- From: Calvin Walton calvin.wal...@gmail.com Date: Sat, 27 Nov 2010 23:17:55 -0500 Subject: [PATCH] Btrfs: Allow mounting sub-sub(-sub...)-volumes using subvol=a/b/c Currently you can only mount subvolumes which are direct children

Re: Horrible btrfs performance on cold cache

2010-10-11 Thread Calvin Walton
/mountpoint/of/volume Let us know if that helps, of course :) -- Calvin Walton calvin.wal...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html

Re: kernel BUG at fs/btrfs/volumes.c:3017!

2010-09-27 Thread Calvin Walton
like this is pretty recent; I don't recall seeing it on 2.6.36-rc4-00076-g9c03f16. If nobody has any ideas regarding the cause, I can try bisecting it to narrow it down; let me know! -- Calvin Walton calvin.wal...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-btrfs

Re: [PATCH 2/3] lib: improve the performance of memcpy and memmove of the general version

2010-09-04 Thread Calvin Walton
to developers.) If you think of it this way, memcpy is a function defined in the C standard, there's absolutely nothing Linux-specific about using it. Of course, IANAL; and you should probably grab some more opinions on the matter. -- Calvin Walton calvin.wal...@gmail.com -- To unsubscribe

Re: can't mount RAID-1 btrfs after reboot

2009-09-01 Thread Calvin Walton
/udev/rules.d/64-btrfs-scan.rules or so) will cause your btrfs to be scanned when found. Possibly something like this could be distributed with btrfsprogs? -- Calvin Walton calvin.wal...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message

Re: Misleading error message in btrfsctl

2009-01-18 Thread Calvin Walton
); + exit(1); + } name = fname; } else { fd = open_file_or_dir(fname); -- Calvin Walton calvin.wal...@gmail.com -- To unsubscribe from this list: send the line unsubscribe linux-btrfs in the body of a message to majord