Re: [PATCH] blkid detection for ZFS

2008-02-20 Thread Theodore Tso
On Thu, Feb 14, 2008 at 06:07:40PM -0700, Andreas Dilger wrote: Some input is welcome here also... There is a UUID (GUID) for the whole pool (aggregation of devices that ZFS filesystems might live on), a UUID for the virtual device (vdev) (akin to MD RAID set) that a disk is part of and also

[E2FSPROGS, RFC] New mke2fs types parsing

2008-02-20 Thread Theodore Ts'o
The following patch is a work in progress, but I'm sending it out so folks can take a look at it and comment on the general approach. What this does is change how mke2fs -T works so it can take a comma separated list, so you can do things like this: mke2fs -T ext4,small,news (which

[PATCH] ext4: ext4_find_next_zero_bit needs an aligned address on some arch

2008-02-20 Thread Aneesh Kumar K.V
ext4_find_next_zero_bit and ext4_find_next_bit needs a long aligned address on x8_64. Add mb_find_next_zero_bit and mb_find_next_bit and use them in the mballoc. Fix: https://bugzilla.redhat.com/show_bug.cgi?id=433286 Eric Sandeen debugged the problem and suggested the fix. Signed-off-by:

Re: [PATCH] ext4: ext4_find_next_zero_bit needs an aligned address on some arch

2008-02-20 Thread Eric Sandeen
Aneesh Kumar K.V wrote: ext4_find_next_zero_bit and ext4_find_next_bit needs a long aligned address on x8_64. Add mb_find_next_zero_bit and mb_find_next_bit and use them in the mballoc. Fix: https://bugzilla.redhat.com/show_bug.cgi?id=433286 Eric Sandeen debugged the problem and suggested

Re: [PATCH] ext4: ext4_find_next_zero_bit needs an aligned address on some arch

2008-02-20 Thread Eric Sandeen
Aneesh Kumar K.V wrote: ext4_find_next_zero_bit and ext4_find_next_bit needs a long aligned address on x8_64. Add mb_find_next_zero_bit and mb_find_next_bit and use them in the mballoc. Fix: https://bugzilla.redhat.com/show_bug.cgi?id=433286 Eric Sandeen debugged the problem and suggested

Re: [PATCH] ext4: ext4_find_next_zero_bit needs an aligned address on some arch

2008-02-20 Thread Mingming Cao
On Wed, 2008-02-20 at 08:49 -0600, Eric Sandeen wrote: Aneesh Kumar K.V wrote: ext4_find_next_zero_bit and ext4_find_next_bit needs a long aligned address on x8_64. Add mb_find_next_zero_bit and mb_find_next_bit and use them in the mballoc. Fix:

Re: What's cooking in e2fsprogs.git (topics)

2008-02-20 Thread Eric Sandeen
Theodore Tso wrote: The big news here is that extents branch is sufficiently finished that I've promoted it to the next branch. Hey, that's great news. :) Out of curiosity; what is the plan for behavior when finding symlinks with the extents flag set? Last I checked e2fsprogs-interim, they

Re: [E2FSPROGS, RFC] New mke2fs types parsing

2008-02-20 Thread Eric Sandeen
Theodore Ts'o wrote: The following patch is a work in progress, but I'm sending it out so folks can take a look at it and comment on the general approach. What this does is change how mke2fs -T works so it can take a comma separated list, so you can do things like this: mke2fs -T

Re: [E2FSPROGS, RFC] New mke2fs types parsing

2008-02-20 Thread Theodore Tso
On Wed, Feb 20, 2008 at 12:51:21PM -0600, Eric Sandeen wrote: Theodore Ts'o wrote: The following patch is a work in progress, but I'm sending it out so folks can take a look at it and comment on the general approach. What this does is change how mke2fs -T works so it can take a comma

Re: [E2FSPROGS, RFC] New mke2fs types parsing

2008-02-20 Thread Eric Sandeen
Theodore Tso wrote: On Wed, Feb 20, 2008 at 12:51:21PM -0600, Eric Sandeen wrote: Theodore Ts'o wrote: The following patch is a work in progress, but I'm sending it out so folks can take a look at it and comment on the general approach. What this does is change how mke2fs -T works so it can