Vladimir Serbinenko
|
ad4bfeec5c
Change fs functions to add fs_ prefix
|
6 years ago |
Vladimir Serbinenko
|
157f9a9cca
fs/ntfs: Add sizes sanity checks.
|
10 years ago |
Vladimir Serbinenko
|
bc0ecd7104
fs/ntfs: Add missing free.
|
10 years ago |
Vladimir Serbinenko
|
7e47e27bd8
Add gcc_struct to all packed structures when compiling with mingw.
|
11 years ago |
Vladimir Serbinenko
|
f169f65e75
* grub-core/fs/hfspluscomp.c (hfsplus_read_compressed_real): Call
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
067e6ae74d
* grub-core/fs/ntfs.c (grub_ntfs_mount): Remove redundant check.
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
64a6c791e1
* grub-core/fs/ntfs.c: Move common UTF-16 handling to a separate
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
979d9f521d
* grub-core/fs/ntfs.c: Handle 48-bit MFT no.
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
1437da5440
* grub-core/fs/ntfs.c (read_run_data): Rewrite using bitfields.
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
d9ee2269c8
* grub-core/fs/ntfs.c (grub_ntfs_iterate_dir): Use grub_uint8_t for
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
63efa602ff
* grub-core/fs/ntfs.c (read_data): Move code for compressed data to ...
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
1ba6b9b96f
* grub-core/fs/ntfs.c: Add comment about fixed allocation size.
|
11 years ago |
Vladimir 'phcoder' Serbinenko
|
88ce4cd7f6
* grub-core/fs/ntfs.c: Remove variable length arrays.
|
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
|
535714bdcf
* grub-core/fs/ntfs.c: Ue more appropriate types.
|
12 years ago |
Vladimir 'phcoder' Serbinenko
|
033d0b4b0b
* grub-core/fs/ntfs.c: Eliminate useless divisions in favor of shifts.
|
12 years ago |
Vladimir 'phcoder' Serbinenko
|
80a3dc3fb4
* grub-core/fs/ntfs.c (list_file): Set mtime to correct value.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
c6666ba687
* grub-core/fs/ntfs.c (read_data): Prevent overflow.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
2e57f28fc7
* grub-core/fs/bfs.c (mount): Improve filesystem detection reliability.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
f417ed0432
Fix wrapped HFS+ handling.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
1b8463f2c4
Fix errors on compressed NTFS with 512B clusters.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
986748ce79
* grub-core/fs/ntfs.c (grub_ntfs_mount): Support 256-byte sectors,
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
e1e49678b9
* util/grub-install.in: Clarify strings.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
e7b02f9ec0
* grub-core/fs/ntfs.c (locate_attr): Avoid set in if.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
d61386e21d
Improve string. Gettextize.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
b508af6989
Support 4K-sector NTFS.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
58acccd645
* grub-core/fs/ntfs.c (u16at): Make into inline function.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
bf3a385792
Add missing const qualifiers.
|
13 years ago |
Vladimir 'phcoder' Serbinenko
|
53dc859065
* grub-core/fs/ntfs.c (grub_ntfs_read_symlink): Stylistic fix. Remove
|
13 years ago |