grub/grub-core/disk
Vladimir 'phcoder' Serbinenko 11ee4389e2 Use a power of generator representation of GF(256) multiplication group
to save space time and complexity.

	* grub-core/disk/raid6_recover.c (raid6_table1): Removed.
	(raid6_table2): Likewise.
	(powx): New array.
	(powx_inv): Likewise.
	(poly): New const.
	(grub_raid_block_mul): Replace with ...
	(grub_raid_block_mulx): ...this.
	(grub_raid6_init_table): Rewritten.
	(grub_raid6_recover): Use power of generator representation.
2011-11-04 13:27:50 +01:00
..
arc Simplify disk opening 2011-07-07 21:46:25 +02:00
efi * grub-core/disk/efi/efidisk.c (grub_efidisk_get_device_name): Fix 2011-07-10 15:33:57 +02:00
i386/pc Simplify disk opening 2011-07-07 21:46:25 +02:00
ieee1275 Simplify disk opening 2011-07-07 21:46:25 +02:00
AFSplitter.c small cleanup 2011-04-21 11:17:01 +02:00
ahci.c merge mainline into lazy 2011-07-07 12:21:53 +02:00
ata.c Support ATA disks with 4K sectors. 2011-07-25 08:14:34 +02:00
cryptodisk.c Fix compilation on GNU/Linux. 2011-07-08 03:59:05 +02:00
dmraid_nvidia.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
geli.c Integrate geli into autoconfiguration system 2011-04-25 14:52:07 +02:00
host.c Simplify disk opening 2011-07-07 21:46:25 +02:00
loopback.c Simplify disk opening 2011-07-07 21:46:25 +02:00
luks.c Integrate geli into autoconfiguration system 2011-04-25 14:52:07 +02:00
lvm.c * grub-core/disk/raid.c (scan_devices): Don't derference NULL on whole 2011-11-04 13:15:29 +01:00
mdraid1x_linux.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
mdraid_linux.c * grub-core/disk/mdraid_linux.c (grub_mdraid_detect): Make mdraid UUID 2011-04-25 15:23:37 +02:00
memdisk.c Replace grub_module_iterate with FOR_MODULES. 2011-10-16 15:23:29 +02:00
pata.c * grub-core/disk/pata.c (grub_pata_readwrite): Add missing wait. 2011-07-23 18:18:14 +02:00
raid.c * grub-core/disk/raid.c (scan_devices): Don't derference NULL on whole 2011-11-04 13:15:29 +01:00
raid5_recover.c Implement automatic module license checking according to new GNU 2011-04-11 23:01:51 +02:00
raid6_recover.c Use a power of generator representation of GF(256) multiplication group 2011-11-04 13:27:50 +01:00
scsi.c Simplify disk opening 2011-07-07 21:46:25 +02:00
usbms.c merge mainline into lazy 2011-07-07 12:21:53 +02:00