grub/grub-core/fs
Vladimir 'phcoder' Serbinenko 21b82e176e Fix minixfs with non-power-of-two blocks since it's supported by minix.
* grub-core/fs/minix.c (GRUB_MINIX_ZONESZ): Use block_size.
	(grub_minix_data): Replace log_block_size with block_size.
	(grub_minix_read_file): Use block_size but avoid 64-bit division.
	(grub_minix_mount): Fill block_size.
2012-05-10 00:12:02 +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 wrapped HFS+ handling. 2012-05-09 13:02:59 +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 Fix wrapped HFS+ handling. 2012-05-09 13:02:59 +02: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 Fix wrapped HFS+ handling. 2012-05-09 13:02:59 +02:00
hfs.c * util/grub-install.in: Clarify strings. 2012-02-27 21:36:58 +01:00
hfsplus.c Fix wrapped HFS+ handling. 2012-05-09 13:02:59 +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 Fix non-indexed JFS. 2012-05-09 02:12:16 +02:00
minix.c Fix minixfs with non-power-of-two blocks since it's supported by minix. 2012-05-10 00:12:02 +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 Fix wrapped HFS+ handling. 2012-05-09 13:02:59 +02:00
ntfs.c Fix wrapped HFS+ handling. 2012-05-09 13:02:59 +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 Fix long symlinks on reiserfs. 2012-05-09 12:55:43 +02:00
romfs.c * util/grub-install.in: Clarify strings. 2012-02-27 21:36:58 +01:00
sfs.c Fix wrapped HFS+ handling. 2012-05-09 13:02:59 +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 Fix wrapped HFS+ handling. 2012-05-09 13:02:59 +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 Fix wrapped HFS+ handling. 2012-05-09 13:02:59 +02:00