grub/grub-core/fs
Vladimir 'phcoder' Serbinenko a374751b16 ExFAT support.
* Makefile.util.def (libgrubmods.a): Add grub-core/fs/exfat.c.
	* grub-core/Makefile.core.def (exfat): New module.
	* grub-core/fs/exfat.c: New file.
	* grub-core/fs/fat.c (GRUB_FAT_DIR_ENTRY_SIZE): Removed.
	(GRUB_FAT_ATTR_*): Make into an enum.
	(GRUB_FAT_ATTR_LONG_NAME) [MODE_EXFAT]: Removed.
	(GRUB_FAT_ATTR_VALID) [MODE_EXFAT]: Remove GRUB_FAT_ATTR_VOLUME_ID.
	(GRUB_FAT_ATTR_VOLUME_ID) [MODE_EXFAT]: Removed.
	(GRUB_FAT_MAXFILE): Removed.
	(grub_exfat_bpb) [MODE_EXFAT]: New struct.
	(grub_current_fat_bpb_t): New type.
	(grub_fat_dir_entry) [MODE_EXFAT]: New struct.
	(grub_fat_dir_node) [MODE_EXFAT]: New struct.
	(grub_fat_dir_node_t): New type.
	(grub_fat_data) [MODE_EXFAT]: Remove root_sector and num_root_sectors.
	(fat_log2) [MODE_EXFAT]: Removed.
	(grub_fat_mount): Use grub_current_fat_bpb_t. Add some sanity checks.
	(grub_fat_mount) [MODE_EXFAT]: Handle ExFAT.
	(grub_fat_iterate_dir) [MODE_EXFAT]: New function.
	(grub_fat_find_dir) [MODE_EXFAT]: Handle ExFAT.
	(grub_fat_label) [MODE_EXFAT]: New function.
	(grub_fat_fs) [MODE_EXFAT]: Set name to "exfat" and
	reserved_first_sector to 0.
2011-10-19 20:19:25 +02:00
..
zfs ZFS zlib support 2011-06-24 00:31:29 +02:00
affs.c Fix few obvious type discrepancies. 2011-10-16 11:57:48 +02:00
afs.c Fix few obvious type discrepancies. 2011-10-16 11:57:48 +02:00
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 * grub-core/fs/btrfs.c: Include <minilzo.h> instead of "minilzo.h". 2011-10-03 22:25:06 +02:00
cpio.c * grub-core/commands/cmp.c (grub_cmd_cmp): Remove unnecessary NULL 2011-06-26 17:17:41 +02:00
exfat.c exfat reader 2011-04-11 18:13:00 +02:00
ext2.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
fat.c ExFAT support. 2011-10-19 20:19:25 +02:00
fshelp.c Fix few obvious type discrepancies. 2011-10-16 11:57:48 +02:00
hfs.c Fix few obvious type discrepancies. 2011-10-16 11:57:48 +02:00
hfsplus.c Fix overflow with >2GiB file on HFS+. >4GiB wasn't tested. 2011-10-14 22:41:21 +02:00
iso9660.c * grub-core/fs/iso9660.c (grub_iso9660_iterate_dir): Skip . and .. 2011-06-24 13:02:49 +02:00
jfs.c * grub-core/fs/jfs.c (grub_jfs_read_file): New parameter ino. 2011-08-16 23:10:38 +02:00
minix.c Display the path of the file when file is not found 2011-06-26 21:48:52 +02:00
minix2.c Split minix.mod into minix.mod and minix2.mod. 2010-09-08 19:13:48 +02:00
minix3.c minix3fs support 2011-04-11 08:16:13 +02:00
nilfs2.c Fix few obvious type discrepancies. 2011-10-16 11:57:48 +02:00
ntfs.c Use full 64-bit division. 2011-05-18 15:35:19 +02:00
ntfscomp.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
reiserfs.c Several FS mtime support. 2011-05-15 12:23:54 +02:00
romfs.c * grub-core/disk/ahci.c: Add missing license statements. 2011-06-24 00:29:21 +02:00
sfs.c Fix few obvious type discrepancies. 2011-10-16 11:57:48 +02:00
squash4.c grub-core/fs/squash4.c: Add missing GRUB_MOD_LICENSE. 2011-04-21 10:37:45 +01:00
tar.c automake commit without merge history 2010-05-06 11:34:04 +05:30
udf.c * grub-core/commands/cmp.c (grub_cmd_cmp): Remove unnecessary NULL 2011-06-26 17:17:41 +02:00
ufs.c Fix few obvious type discrepancies. 2011-10-16 11:57:48 +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_inode): New field fork_offset. 2011-10-16 11:48:54 +02:00