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