Committed.
--
Bean
___
Grub-devel mailing list
Grub-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/grub-devel
Bean <[EMAIL PROTECTED]> writes:
Hi!
> change in this new patch:
>
> Fix small bug in xfs
> Fix a bug in fshelp
> Define NESTED_FUNC_ATTR as regparm(1) and us it for call_hook.
>
> With this patch, i'm able to load a highly sparse file about 200M.
>
>
> 2008-02-01 Bean <[EMAIL PROTECTED]>
>
Hi,
change in this new patch:
Fix small bug in xfs
Fix a bug in fshelp
Define NESTED_FUNC_ATTR as regparm(1) and us it for call_hook.
With this patch, i'm able to load a highly sparse file about 200M.
2008-02-01 Bean <[EMAIL PROTECTED]>
* fs/xfs.c (grub_xfs_sblock): New memb
Bean <[EMAIL PROTECTED]> writes:
> On Feb 1, 2008 3:57 AM, Marco Gerards <[EMAIL PROTECTED]> wrote:
>> Bean <[EMAIL PROTECTED]> writes:
>>
>> Hi Bean!
>>
>> > I add btree support for the xfs driver, and fix a few bugs. Now i' m
>> > able to list a directory of over 5000 files, please test it.
>>
>
On Feb 1, 2008 3:57 AM, Marco Gerards <[EMAIL PROTECTED]> wrote:
> Bean <[EMAIL PROTECTED]> writes:
>
> Hi Bean!
>
> > I add btree support for the xfs driver, and fix a few bugs. Now i' m
> > able to list a directory of over 5000 files, please test it.
>
> You rock!
>
> Can you load big files now,
On Fri, Feb 01, 2008 at 03:40:20AM +0800, Bean wrote:
> Hi,
>
> I add btree support for the xfs driver, and fix a few bugs. Now i' m
> able to list a directory of over 5000 files, please test it.
You're truly impressive...
One comment:
> {
>struct grub_fshelp_node *diro = (struct grub_fshe
Bean <[EMAIL PROTECTED]> writes:
Hi Bean!
> I add btree support for the xfs driver, and fix a few bugs. Now i' m
> able to list a directory of over 5000 files, please test it.
You rock!
Can you load big files now, that are stored in BTrees. Did you use
code from elsewhere?
> 2008-02-01 Bean
Hi,
I add btree support for the xfs driver, and fix a few bugs. Now i' m
able to list a directory of over 5000 files, please test it.
2008-02-01 Bean <[EMAIL PROTECTED]>
* fs/xfs.h (grub_xfs_sblock): New member log2_dirblk.
(grub_xfs_btree_node): New structure.