grub/fs
bean c004e1b477 2008-02-02 Bean <bean123ch@gmail.com>
* fs/ufs.c (INODE_BLKSZ): Fix incorrect value.
        (grub_ufs_get_file_block): Fix indirect block calculation problem.

        * fs/xfs.c (grub_xfs_sblock): New member log2_dirblk.
        (grub_xfs_btree_node): New structure.
        (grub_xfs_btree_root): New structure.
        (grub_xfs_inode): New members nblocks, extsize, nextents and btree.
        (GRUB_XFS_EXTENT_OFFSET): Use exts instead of inode->data.extents.
        (GRUB_XFS_EXTENT_BLOCK): Likewise.
        (GRUB_XFS_EXTENT_SIZE): Likewise.
        (grub_xfs_read_block): Support btree format type.
        (grub_xfs_iterate_dir): Use NESTED_FUNC_ATTR in call_hook.
        Use directory block as basic unit.

        * fs/fshelp.c (grub_fshelp_read_file): Bug fix for sparse block.

        * aclocal.m4 (grub_i386_CHECK_REGPARM_BUG): Define NESTED_FUNC_ATTR as
        __attribute__ ((__regparm__ (1))).
2008-02-02 14:15:31 +00:00
..
affs.c 2007-08-02 Bean <bean123ch@gmail.com> 2007-08-02 18:40:37 +00:00
cpio.c 2008-01-22 Bean <bean123ch@gmail.com> 2008-01-22 12:44:38 +00:00
ext2.c Typo fixes in comments and variable names. 2007-12-30 08:52:06 +00:00
fat.c 2007-08-02 Bean <bean123ch@gmail.com> 2007-08-02 18:40:37 +00:00
fshelp.c 2008-02-02 Bean <bean123ch@gmail.com> 2008-02-02 14:15:31 +00:00
hfs.c 2008-01-24 Bean <bean123ch@gmail.com> 2008-01-23 20:21:18 +00:00
hfsplus.c Typo fixes in comments and variable names. 2007-12-30 08:52:06 +00:00
iso9660.c Typo fixes in comments and variable names. 2007-12-30 08:52:06 +00:00
jfs.c Typo fixes in comments and variable names. 2007-12-30 08:52:06 +00:00
minix.c 2007-08-02 Bean <bean123ch@gmail.com> 2007-08-02 18:40:37 +00:00
ntfs.c 2007-12-21 Bean <bean123ch@gmail.com> 2007-12-21 11:41:23 +00:00
ntfscomp.c 2007-12-21 Bean <bean123ch@gmail.com> 2007-12-21 11:41:23 +00:00
reiserfs.c 2008-01-26 Bean <bean123ch@gmail.com> 2008-01-26 13:28:37 +00:00
sfs.c 2007-08-02 Bean <bean123ch@gmail.com> 2007-08-02 18:40:37 +00:00
ufs.c 2008-02-02 Bean <bean123ch@gmail.com> 2008-02-02 14:15:31 +00:00
xfs.c 2008-02-02 Bean <bean123ch@gmail.com> 2008-02-02 14:15:31 +00:00