grub/grub-core/fs
Vladimir 'phcoder' Serbinenko 1869edb5bc ZFS multi-device and version 33 support.
* Makefile.util.def (libgrubkern): Add grub-core/fs/zfs/zfsinfo.c.
	* grub-core/fs/zfs/zfs.c (grub_zfs_device_desc): New struct.
	(grub_zfs_data): Add multidev-ice-related fields.
	(zio_checksum_verify): Zero-pad printed values. Print checksum name.
	(dva_get_offset): Make dva const.
	(zfs_fetch_nvlist): New function.
	(fill_vdev_info_real): Likewise.
	(fill_vdev_info): Likewise.
	(check_pool_label): Likewise.
	(scan_disk): Likewise.
	(scan_devices): Likewise.
	(read_device): Likewise.
	(read_dva): Likewise.
	(zio_read_gang): Use read_dva.
	(zio_read_data): Likewise.
	(zap_leaf_lookup): Add missing endian conversion.
	(zap_verify): Add missing endian conversion. All users updated.
	(fzap_lookup): Likewise.
	(fzap_iterate): Likewise.
	(dnode_get_path): Handle SA bonus.
	(nvlist_find_value): Make input const. All users updated.
	(unmount_device): New function.
	(zfs_unmount): Use unmount_device.
	(zfs_mount): Use scan_disk.
	(zfs_mtime): New function.
	(grub_zfs_open): Handle system attributes.
	(fill_fs_info): Likewise.
	(grub_zfs_dir): Likewise.
	(grub_zfs_fs): Add mtime.
	* grub-core/fs/zfs/zfsinfo.c (print_vdev_info): Add missing return.
	* include/grub/zfs/sa_impl.h (SA_TYPE_OFFSET): New definition.
	(SA_MTIME_OFFSET): Likewise.
	(SA_SYMLINK_OFFSET): Likewise.
	* include/grub/zfs/zfs.h (SPA_VERSION): Increase to 33.
	* util/grub-fstest.c (CMD_ZFSINFO): New enum value.
	(fstest): Support zfsinfo.
	(argp_parser): Likewise.
2011-10-27 02:49:50 +02:00
..
zfs ZFS multi-device and version 33 support. 2011-10-27 02:49:50 +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 Fix tar 4G limit and handle paths containing dot. 2011-10-25 18:12:36 +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 * grub-core/fs/fat.c (grub_fat_uuid): Make uppercase to match Linux. 2011-10-25 21:53:57 +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 Read label on HFS+. 2011-10-26 00:32:17 +02:00
iso9660.c Fix symlink handling on iso9660. 2011-10-25 21:52:48 +02:00
jfs.c * grub-core/fs/jfs.c (grub_jfs_sblock): Fix offset to volname. 2011-10-26 00:35:41 +02:00
minix.c Support triple indirect on minix2 and minix3. 2011-10-24 16:16:28 +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 * grub-core/fs/ntfs.c (grub_ntfs_uuid): Fix a memory leak. 2011-10-26 00:29:46 +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/fs/romfs.c (grub_romfs_open): Add missing return. 2011-10-25 17:38:22 +02:00
sfs.c Fix few obvious type discrepancies. 2011-10-16 11:57:48 +02:00
squash4.c Fix handling of uncompressed blocks on squashfs and break 4G limit. 2011-10-25 18:09:00 +02: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