grub/grub-core/kern/emu
Andrei Borzenkov 269a522c7d hostdisk: fix device detection
Condition was apparently reversed so GRUB assumed all devices were
files. This later made it skip BLKFLSBUF ioctl on Linux which caused
various page cache coherency issues. Observed were

- failure to validate blocklist install (read content did not match
  just written)

- failure to detect Linux MD on disk after online hot addition
  (GRUB got stale superblock)

Closes: 46691
2016-01-10 10:41:04 +03:00
..
argp_common.c Build fixes for argp.h with older gcc. 2013-12-21 18:08:25 +01:00
cache.c emu/cache: Change declaration of __clear_cache to match builtin declaration. 2015-02-26 22:20:59 +01:00
cache_s.S Fix mips-emu compilation. 2013-12-08 17:49:02 +01:00
full.c Implement sparc64 trampolines (needed for sparc64-emu). 2013-12-10 00:01:27 +01:00
hostdisk.c hostdisk: fix device detection 2016-01-10 10:41:04 +03:00
hostfs.c hostfs: Drop unnecessary feature test macros 2015-03-23 14:32:30 +00:00
lite.c * grub-core/kern/emu/lite.c: Add missing include of ../ia64/dl_helper.c. 2013-12-08 18:14:32 +01:00
main.c Add memdisk support to grub-emu. 2016-01-05 21:10:27 +01:00
misc.c Move file loading functions to grub-emu. 2016-01-05 21:10:27 +01:00
mm.c Remove grub_memalign on emu. 2013-12-08 18:12:20 +01:00
time.c automake commit without merge history 2010-05-06 11:34:04 +05:30