Vladimir Serbinenko
|
ad4bfeec5c
Change fs functions to add fs_ prefix
|
6 years ago |
Carlo Caione
|
a0413e2677
exfat: Support files over 4GiB
|
8 years ago |
Vladimir Serbinenko
|
ca7bb46d5c
exfat: Fix stream extension flag parsing.
|
9 years ago |
Vladimir Serbinenko
|
bfb5b33e96
FAT: Convert to fshelp.
|
10 years ago |
Andrei Borzenkov
|
7bb7140df2
fat: fix handling of "." and ".." directory entries
|
10 years ago |
Vladimir Serbinenko
|
83543f937a
fs/fat: Fix codepath to properly free on error.
|
10 years ago |
Vladimir Serbinenko
|
7e47e27bd8
Add gcc_struct to all packed structures when compiling with mingw.
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
5a869940de
Split out blocklist retrieving from setup.c to
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
60d4f0bb45
* grub-core/fs/fat.c: Fix handling of exfat contiguous files.
|
11 years ago |
Colin Watson
|
4eb8b75659
Remove nested functions from disk and file read hooks.
|
12 years ago |
Colin Watson
|
fc524edf65
Remove nested functions from filesystem directory iterators.
|
12 years ago |
Vladimir 'phcoder' Serbinenko
|
fb022c79ef
* grub-core/fs/fat.c (grub_fat_iterate_dir_next): Don't stop on a space
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
918a25179c
Restructure FAT driver to avoid hook in label reading as it hits a
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
0c6c324e90
* grub-core/fs/fat.c (grub_fat_find_dir): Fix error message.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
daa59f47f6
* grub-core/fs/fat.c (grub_fat_mount): Don't add logical_sector_bits
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
d73ff15de4
Fix exfat endianness handling.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
e1e49678b9
* util/grub-install.in: Clarify strings.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
9c4b5c13e6
Improve gettext support. Stylistic fixes and error handling fixes while
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
b1d51f028b
* grub-core/fs/fat.c (grub_fat_mount) [!MODE_EXFAT]: Remove fstype
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
dec8ed14b9
* grub-core/fs/fat.c (grub_fat_dir_entry) [MODE_EXFAT]: Expand label
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
78c2cd1c62
* grub-core/fs/udf.c (read_string): Macroify GRUB_MAX_UTF8_PER_UTF16.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
8a5a3a5b5a
Fix several memory leaks.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
19832ddb37
* grub-core/fs/fat.c (grub_fat_uuid): Make uppercase to match Linux.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
89481cabbd
* grub-core/fs/fat.c (grub_fat_label) [MODE_EXFAT]: Set *label to 0
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
a374751b16
ExFAT support.
|
13 years ago |
Yves Blusseau
|
9e322ce8de
Display the path of the file when file is not found
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
1e4b43901a
* grub-core/fs/fat.c: Include grub/fat.h.
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
e745cf0ca6
Implement automatic module license checking according to new GNU
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
b6929f5ef5
Transform exfat printfs into dprintfs
|
14 years ago |
Vladimir 'phcoder' Serbinenko
|
48fe18dcf2
exfat reader
|
14 years ago |