grub/grub-core/fs
Vladimir 'phcoder' Serbinenko 6ae485aaef Fix AFFS with non-512B blocks.
* grub-core/fs/affs.c (grub_affs_rblock): Make type uint32_t.
	(AFFS_MAX_LOG_BLOCK_SIZE): New definition.
	(grub_affs_data): Replace blocksize with log_blocksize.
	(grub_affs_read_block): Fix non-512B blocks.
	(grub_affs_read_symlink): Likewise.
	(grub_affs_iterate_dir): Likewise. Fix freeing corruption.
	(grub_affs_read): Fix non-512B blocks.
	(grub_affs_label): Likewise.
	(grub_affs_mtime): Likewise.
	(grub_affs_mount): Fix block detection routine.
2012-05-08 04:38:19 +02:00
..
zfs * grub-core/fs/zfs/zfs.c (nvlist_find_value): Fix return value. 2012-05-03 09:09:30 +02:00
affs.c Fix AFFS with non-512B blocks. 2012-05-08 04:38:19 +02:00
afs.c Leverage BFS implementation to read AFS. 2011-10-30 16:10:18 +01:00
bfs.c * grub-core/fs/bfs.c (read_bfs_file): Fix overflow with over 2TiB 2012-05-06 16:20:55 +02:00
btrfs.c * grub-core/fs/btrfs.c (grub_btrfs_lzo_decompress): Fix offset when 2012-05-03 22:16:45 +02:00
cpio.c * util/grub-install.in: Clarify strings. 2012-02-27 21:36:58 +01:00
cpio_be.c Support odc, newc and bigendian cpio formats. 2011-12-23 16:15:18 +01:00
exfat.c exfat reader 2011-04-11 18:13:00 +02:00
ext2.c * util/grub-install.in: Clarify strings. 2012-02-27 21:36:58 +01:00
fat.c * grub-core/fs/fat.c (grub_fat_mount): Don't add logical_sector_bits 2012-04-25 16:28:06 +02:00
fshelp.c * grub-core/fs/fshelp.c (grub_fshelp_find_file): Fix memory leak. 2012-05-01 15:03:27 +02:00
hfs.c * util/grub-install.in: Clarify strings. 2012-02-27 21:36:58 +01:00
hfsplus.c * grub-core/kern/misc.c (grub_strcmp): Use unsigned comparison as 2012-05-04 12:08:22 +02:00
iso9660.c * grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Do not byteswap 2012-03-31 12:08:50 +02:00
jfs.c * grub-core/fs/jfs.c (grub_jfs_label): Use first label if second one 2012-03-19 11:07:28 +01:00
minix.c * grub-core/fs/minix.c (grub_minix_data): Fix ino type. 2012-04-13 17:08:38 +02:00
minix2.c Split minix.mod into minix.mod and minix2.mod. 2010-09-08 19:13:48 +02:00
minix2_be.c Handle big-endian minixfs (fixes minixfs tests on bigendian). 2012-04-01 21:35:18 +02:00
minix3.c minix3fs support 2011-04-11 08:16:13 +02:00
minix3_be.c Handle big-endian minixfs (fixes minixfs tests on bigendian). 2012-04-01 21:35:18 +02:00
minix_be.c Handle big-endian minixfs (fixes minixfs tests on bigendian). 2012-04-01 21:35:18 +02:00
newc.c Support odc, newc and bigendian cpio formats. 2011-12-23 16:15:18 +01:00
nilfs2.c * grub-core/fs/nilfs2.c (grub_nilfs2_palloc_entry_offset_log): 2012-04-26 12:49:35 +02:00
ntfs.c Fix errors on compressed NTFS with 512B clusters. 2012-05-04 17:37:17 +02:00
ntfscomp.c Fix errors on compressed NTFS with 512B clusters. 2012-05-04 17:37:17 +02:00
odc.c Support odc, newc and bigendian cpio formats. 2011-12-23 16:15:18 +01:00
reiserfs.c * grub-core/fs/reiserfs.c (grub_reiserfs_iterate_dir): Put a trailing 2012-05-03 16:43:05 +02:00
romfs.c * util/grub-install.in: Clarify strings. 2012-02-27 21:36:58 +01:00
sfs.c * grub-core/fs/sfs.c (grub_sfs_read_symlink): Convert latin1 into 2012-05-07 21:57:51 +02:00
squash4.c * grub-core/fs/squash4.c (grub_squash_inode): Fix offset field. 2012-05-04 17:13:24 +02:00
tar.c automake commit without merge history 2010-05-06 11:34:04 +05:30
udf.c Support 4K sectors UDF inline files. 2012-05-03 09:29:20 +02:00
ufs.c * grub-core/fs/ufs.c (grub_ufs_get_file_block): Support triple indirect. 2012-05-03 09:25:25 +02:00
ufs2.c automake commit without merge history 2010-05-06 11:34:04 +05:30
xfs.c * grub-core/fs/xfs.c (grub_xfs_iterate_dir): Handle read_inode errors. 2012-05-03 09:15:29 +02:00