grub/fs
bean fbc6ab545e 2009-07-31 Bean <bean123ch@gmail.com>
* fs/xfs.c (grub_xfs_sblock): Change unused5 field to log2_sect and
	log2_inode.
	(grub_fshelp_node): Move inode field to the end.
	(grub_xfs_data): Remove inode field.
	(grub_xfs_inode_block): Calculate inode size using sblock.
	(grub_xfs_inode_offset): Likewise.
	(grub_xfs_read_inode): Calculate inode size using sblock.
	(grub_xfs_read_block): Replace XFS_INODE_EXTENTS with nrec.
	(grub_xfs_iterate_dir): Calculate inode size using sblock.
	(grub_xfs_mount): Use grub_zalloc instead of grub_malloc. Realloc data
	to match inode size.
	(grub_xfs_dir): goto mount_fail when mount fails, as data->diropen is
	not accessible when data is null.
	(grub_xfs_open): Likewise.
2009-07-31 14:58:04 +00:00
..
i386/pc 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
affs.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
afs.c 2009-07-20 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-20 21:18:59 +00:00
befs.c 2009-07-20 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-20 21:18:59 +00:00
cpio.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
ext2.c 2009-07-19 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-19 13:59:21 +00:00
fat.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
fshelp.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
hfs.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
hfsplus.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
iso9660.c 2009-07-19 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-19 13:59:21 +00:00
jfs.c 2009-07-19 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-19 13:59:21 +00:00
minix.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
ntfs.c 2009-07-16 Pavel Roskin <proski@gnu.org> 2009-07-16 22:14:09 +00:00
ntfscomp.c 2009-06-18 Vladimir Serbinenko <phcoder@gmail.com> 2009-06-18 13:51:06 +00:00
reiserfs.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
sfs.c remove all trailing whitespace 2009-06-10 21:04:23 +00:00
tar.c 2009-02-08 Robert Millan <rmh@aybabtu.com> 2009-02-08 21:50:27 +00:00
udf.c 2009-06-11 Giuseppe Caizzone <acaizzo@gmail.com> 2009-06-11 19:32:13 +00:00
ufs.c 2009-07-21 Vladimir Serbinenko <phcoder@gmail.com> 2009-07-22 11:16:11 +00:00
xfs.c 2009-07-31 Bean <bean123ch@gmail.com> 2009-07-31 14:58:04 +00:00