Vladimir Serbinenko
|
ad4bfeec5c
Change fs functions to add fs_ prefix
|
6 лет назад |
Nick Terrell
|
3861286486
btrfs: Add zstd support to grub btrfs
|
6 лет назад |
Goffredo Baroncelli
|
72e80c0255
btrfs: Add RAID 6 recovery for a btrfs filesystem
|
6 лет назад |
Goffredo Baroncelli
|
94854d9c3d
btrfs: Add support for recovery for a RAID 5 btrfs profiles
|
6 лет назад |
Goffredo Baroncelli
|
c743736048
btrfs: Refactor the code that read from disk
|
6 лет назад |
Goffredo Baroncelli
|
c6f79aca80
btrfs: Move logging code in grub_btrfs_read_logical()
|
6 лет назад |
Goffredo Baroncelli
|
fd5a1d82f1
btrfs: Avoid a rescan for a device which was already not found
|
6 лет назад |
Goffredo Baroncelli
|
908cdb1d02
btrfs: Move the error logging from find_device() to its caller
|
6 лет назад |
Goffredo Baroncelli
|
846f7a8310
btrfs: Add helper to check the btrfs header
|
6 лет назад |
Goffredo Baroncelli
|
81e2673fb6
btrfs: Add support for reading a filesystem with a RAID 5 or RAID 6 profile
|
6 лет назад |
Michael Chang
|
563b1da6e6
Fix packed-not-aligned error on GCC 8
|
7 лет назад |
Andrei Borzenkov
|
6cef7f6079
btrfs: avoid "used uninitialized" error with GCC7
|
8 лет назад |
Vladimir Serbinenko
|
9deb46e363
* grub-core/fs/btrfs.c: Avoid divisions by zero.
|
10 лет назад |
Michael Chang
|
54bd9a0610
Fix incorrect address reference in btrfs
|
11 лет назад |
Thomas Falcon
|
4afd0107ef
btrfs: fix get_root key comparison failures due to endianness
|
11 лет назад |
Vladimir Serbinenko
|
2e238b3708
Make grub_zlib_decompress handle incomplete chunks.
|
11 лет назад |
Vladimir Serbinenko
|
7e47e27bd8
Add gcc_struct to all packed structures when compiling with mingw.
|
11 лет назад |
Vladimir Serbinenko
|
1a454efe89
Decrease stack usage in BtrFS.
|
11 лет назад |
Vladimir Serbinenko
|
82591fa6e7
Make / in btrfs refer to real root, not the default volume.
|
11 лет назад |
Colin Watson
|
fc524edf65
Remove nested functions from filesystem directory iterators.
|
12 лет назад |
Colin Watson
|
25239370fd
Remove nested functions from device iterators.
|
12 лет назад |
Vladimir 'phcoder' Serbinenko
|
f3250e5f1f
* grub-core/fs/btrfs.c (GRUB_BTRFS_ITEM_TYPE_INODE_REF): New enum value.
|
13 лет назад |
Vladimir 'phcoder' Serbinenko
|
9e8bc27a40
* grub-core/fs/btrfs.c (grub_btrfs_lzo_decompress): Fix offset when
|
13 лет назад |
Anton Blanchard
|
bbb39a458b
Fix btrfs endianness handling.
|
13 лет назад |
Vladimir 'phcoder' Serbinenko
|
354e0af7d3
* grub-core/fs/btrfs.c (grub_btrfs_read_logical): New argument
|
13 лет назад |
Colin Watson
|
e3c78337c3
* include/grub/partition.h (grub_partition_map): Change prototype of
|
13 лет назад |
Vladimir 'phcoder' Serbinenko
|
e1e49678b9
* util/grub-install.in: Clarify strings.
|
13 лет назад |
Vladimir 'phcoder' Serbinenko
|
fe42ce0924
* grub-core/fs/btrfs.c (find_device): Fix typos.
|
13 лет назад |
Vladimir 'phcoder' Serbinenko
|
d61386e21d
Improve string. Gettextize.
|
13 лет назад |
Vladimir 'phcoder' Serbinenko
|
9c4b5c13e6
Improve gettext support. Stylistic fixes and error handling fixes while
|
13 лет назад |