grub/grub-core/fs
Giuseppe Caizzone 69c4feebb1 Add generic logical block size support for UDF.
* grub-core/fs/udf.c (GRUB_UDF_LOG2_BLKSIZE): Removed.
	(GRUB_UDF_BLKSZ): Removed.
	(struct grub_udf_data): New field "lbshift" to hold the logical	block
	size of the file system in log2 format. All users updated.
	(sblocklist): Change type to unsigned.
	(grub_udf_mount): Change type of "sblklist" to unsigned.
	Move AVDP search before VRS recognition, because the latter requires
	knowledge of the logical block size, which is detected during the
	former.
	Detect and validate logical block size during AVDP search, adding
	support for block sizes 512, 1024 and 4096.
	Make VRS recognition independent of block size.
2010-11-14 17:03:49 +01:00
..
i386/pc * include/grub/disk.h (grub_disk): Remove has_partitions. 2010-09-13 23:59:22 +02:00
affs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
afs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
afs_be.c automake commit without merge history 2010-05-06 11:34:04 +05:30
befs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
befs_be.c automake commit without merge history 2010-05-06 11:34:04 +05:30
btrfs.c 2010-09-09 Robert Millan <rmh@gnu.org> 2010-09-09 01:12:10 +02:00
cpio.c automake commit without merge history 2010-05-06 11:34:04 +05:30
ext2.c Support big ext2 files. 2010-11-13 16:11:24 +01:00
fat.c automake commit without merge history 2010-05-06 11:34:04 +05:30
fshelp.c automake commit without merge history 2010-05-06 11:34:04 +05:30
hfs.c automake commit without merge history 2010-05-06 11:34:04 +05:30
hfsplus.c automake commit without merge history 2010-05-06 11:34:04 +05:30
iso9660.c automake commit without merge history 2010-05-06 11:34:04 +05:30
jfs.c * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
minix.c * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
minix2.c Split minix.mod into minix.mod and minix2.mod. 2010-09-08 19:13:48 +02:00
nilfs2.c * grub-core/fs/nilfs2.c (grub_nilfs2_load_sb): Handle grub_disk_read 2010-08-28 15:25:12 +02:00
ntfs.c * grub-core/fs/ntfs.c (grub_ntfs_uuid): Make uppercase. 2010-11-06 21:54:24 +01:00
ntfscomp.c automake commit without merge history 2010-05-06 11:34:04 +05:30
reiserfs.c merge with mainline 2010-07-13 00:43:28 +05:30
sfs.c * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
tar.c automake commit without merge history 2010-05-06 11:34:04 +05:30
udf.c Add generic logical block size support for UDF. 2010-11-14 17:03:49 +01:00
ufs.c * grub-core/commands/legacycfg.c (grub_cmd_legacy_kernel): 2010-10-16 22:16:52 +02:00
ufs2.c automake commit without merge history 2010-05-06 11:34:04 +05:30
xfs.c automake commit without merge history 2010-05-06 11:34:04 +05:30