Re: yum upgrade on btrfs very slow

2009-10-05 Thread Ric Wheeler
On 10/01/2009 05:04 AM, Jens Axboe wrote: On Wed, Sep 30 2009, Tomasz Torcz wrote: I wouldn't expect barriers to work here (reminder, this is PATA drive on ICH7 sata controller), but I will test tomorrow with nobarrier. Then I probably check his "yum upgrade" under seekwatcher on friday.

system hang with btrfs master

2009-10-05 Thread Johannes Hirte
I'm using btrfs on two devices here, /usr on sda3 and /home on sdb (dm-crypt device on the whole disk). With btrfs-master the whole system hangs when accessing /home. The system hangs when I'm logging in into my account with KDE and is easily reproducible with dbench. On /usr the hangs appeared

Re: system hang with btrfs master

2009-10-05 Thread Chris Mason
On Mon, Oct 05, 2009 at 02:40:49PM +0200, Johannes Hirte wrote: > I'm using btrfs on two devices here, /usr on sda3 and /home on sdb (dm-crypt > device on the whole disk). With btrfs-master the whole system hangs when > accessing /home. The system hangs when I'm logging in into my account with >

btrfs-progs trivial: Double definition of BTRFS_CSUM_TYPE_CRC32 in ctree.h

2009-10-05 Thread Dirk Gouders
Hello, I noticed a double definition of BTRFS_CSUM_TYPE_CRC32 in ctree.h and attach a patch that removes it. Best regards, Dirk diff --git a/ctree.h b/ctree.h index a9062ea..fec0d9e 100644 --- a/ctree.h +++ b/ctree.h @@ -108,10 +108,6 @@ struct btrfs_trans_handle; /* csum types */ #define BTR

Re: system hang with btrfs master

2009-10-05 Thread Chris Mason
On Mon, Oct 05, 2009 at 07:10:55PM +0200, Johannes Hirte wrote: > Am Montag 05 Oktober 2009 15:13:00 schrieb Chris Mason: > > On Mon, Oct 05, 2009 at 02:40:49PM +0200, Johannes Hirte wrote: > > > I'm using btrfs on two devices here, /usr on sda3 and /home on sdb > > > (dm-crypt device on the whole

[PATCH] Btrfs: fix possible softlockup in the allocator

2009-10-05 Thread Josef Bacik
Like the cluster allocating stuff, we can lockup the box with the normal allocation path. This happens when we 1) Start to cache a block group that is severely fragmented, but has a decent amount of free space. 2) Start to commit a transaction 3) Have the commit try and empty out some of the dela

Re: [PATCH] Btrfs: fix possible softlockup in the allocator

2009-10-05 Thread Chris Mason
On Mon, Oct 05, 2009 at 03:30:39PM -0400, Josef Bacik wrote: > Like the cluster allocating stuff, we can lockup the box with the normal > allocation path. This happens when we This is working for me, I'm hammering on it a bit. -chris -- To unsubscribe from this list: send the line "unsubscribe l

[PATCH] [Doc] Fix incorrect case of btrfsctl argument to create a subvol

2009-10-05 Thread Alex Elsayed
--- Documentation/filesystems/btrfs.txt |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Documentation/filesystems/btrfs.txt b/Documentation/filesystems/btrfs.txt index 64087c3..29ee7dd 100644 --- a/Documentation/filesystems/btrfs.txt +++ b/Documentation/filesystems/btrfs.

Re: [PATCH] Btrfs: fix possible softlockup in the allocator

2009-10-05 Thread Johannes Hirte
Am Montag 05 Oktober 2009 21:30:39 schrieb Josef Bacik: > Like the cluster allocating stuff, we can lockup the box with the normal > allocation path. This happens when we > > 1) Start to cache a block group that is severely fragmented, but has a > decent amount of free space. > 2) Start to commi