grub/disk
robertmh 8516d2a8e1 2008-07-04 Robert Millan <rmh@aybabtu.com>
This fixes a performance issue when pc & gpt partmap iterators
        didn't abort iteration even after our hook found what it was
        looking for (often causing expensive probes of non-existant drives).

        Some callers relied on previous buggy behaviour, since they would
        rise an error when their own hooks caused early abortion of its
        iteration.

        * kern/device.c (grub_device_open): Improve error message.
        * disk/lvm.c (grub_lvm_open): Likewise.
        * disk/raid.c (grub_raid_open): Likewise.

        * partmap/pc.c (pc_partition_map_iterate): Abort parent iteration
        when hook requests it, independently of grub_errno.
        (pc_partition_map_probe): Do not fail when find_func() caused
        early abortion of pc_partition_map_iterate().

        * partmap/gpt.c (gpt_partition_map_iterate): Abort parent iteration
        when hook requests it, independently of grub_errno.
        (gpt_partition_map_probe): Do not fail when find_func() caused
        early abortion of gpt_partition_map_iterate().

        * kern/partition.c (grub_partition_iterate): Abort parent iteration
        when hook requests it, independently of grub_errno.  Do not fail when
        part_map_iterate_hook() caused early abortion of p->iterate().

        * util/biosdisk.c (grub_util_biosdisk_get_grub_dev): Do not fail
        when grub_partition_iterate() returned with non-zero.
2008-07-03 22:56:43 +00:00
..
efi 2007-07-22 Yoshinori K. Okuji <okuji@enbug.org> 2007-07-21 23:32:33 +00:00
i386/pc 2008-05-31 Robert Millan <rmh@aybabtu.com> 2008-05-31 21:14:27 +00:00
ieee1275 2008-04-25 Bean <bean123ch@gmail.com> 2008-04-25 19:41:51 +00:00
ata.c 2008-07-03 Pavel Roskin <proski@gnu.org> 2008-07-03 20:53:00 +00:00
fs_uuid.c 2008-07-01 Pavel Roskin <proski@gnu.org> 2008-07-02 01:07:37 +00:00
host.c 2008-04-01 Pavel Roskin <proski@gnu.org> 2008-04-02 04:25:41 +00:00
loopback.c 2008-04-01 Pavel Roskin <proski@gnu.org> 2008-04-02 04:25:41 +00:00
lvm.c 2008-07-04 Robert Millan <rmh@aybabtu.com> 2008-07-03 22:56:43 +00:00
memdisk.c 2008-07-02 Pavel Roskin <proski@gnu.org> 2008-07-02 20:18:51 +00:00
raid.c 2008-07-04 Robert Millan <rmh@aybabtu.com> 2008-07-03 22:56:43 +00:00