Re: [PATCH] btree support in xfs driver

2008-02-02 Thread Bean
Committed. -- Bean ___ Grub-devel mailing list Grub-devel@gnu.org http://lists.gnu.org/mailman/listinfo/grub-devel

Re: [PATCH] btree support in xfs driver

2008-02-01 Thread Marco Gerards
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]> >

Re: [PATCH] btree support in xfs driver

2008-02-01 Thread Bean
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

Re: [PATCH] btree support in xfs driver

2008-01-31 Thread Marco Gerards
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. >> >

Re: [PATCH] btree support in xfs driver

2008-01-31 Thread Bean
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,

Re: [PATCH] btree support in xfs driver

2008-01-31 Thread Robert Millan
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

Re: [PATCH] btree support in xfs driver

2008-01-31 Thread Marco Gerards
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

[PATCH] btree support in xfs driver

2008-01-31 Thread 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.