- Dec 24, 2023
-
-
Goffredo Baroncelli authored
The members of the struct btrfs_ioctl_search_header are already in the native endianess and these don't need a conversion little endian -> native format. So drop the get_u32()/get_u64() call for these. This is not a problem in the x86 world, which is little endian. But in the (e.g.) ppc world, the native format is big endian so using a get_u32()/get_u64() functions cause an incorrect conversion le -> be when the values are already in the native format. At the same time replace the get_u32()/get_u64() function with the get_unaligned_[le]32/64() functions. Signed-off-by:Goffredo Baroncelli <kreijack@libero.it>
-
- Aug 23, 2022
-
-
Adam Borowski authored
-
Adam Borowski authored
No logic for partially used extents yet.
-
- Jun 25, 2022
-
-
Adam Borowski authored
Not handling __CHECKER__.
-
- Mar 05, 2021
-
-
Adam Borowski authored
Closes #42
-
- Feb 08, 2021
-
-
Adam Borowski authored
Closes #41
-
- Feb 02, 2021
-
-
Adam Borowski authored
Closes #39
-
- Jan 29, 2021
-
-
Adam Borowski authored
This brings a massive speedup: 58.768s -> 2.010s on my sbuild disk. We spend most of time zeroing a buffer to read files with 1-2 extents. Noticing this is Zygo Blaxell's fault: praise him with great praise!
-
- Jan 19, 2021
-
-
Adam Borowski authored
-
- Jan 01, 2021
-
-
Adam Borowski authored
-
- Feb 01, 2020
-
-
Stéphane Lesimple authored
-
- Dec 21, 2019
-
-
Adam Borowski authored
Closes: #30
-
Adam Borowski authored
-
- Oct 11, 2019
-
-
Vladimir authored
-
- Feb 24, 2019
- Jun 02, 2018
-
-
Adam Borowski authored
Closes #19
-
Adam Borowski authored
In Debian they got split out of btrfs-progs into libbtrfs-dev.
-
- Apr 07, 2018
-
-
Adam Borowski authored
Even though we're root, can still happen on sshfs or such mounts.
-
- Mar 09, 2018
-
-
Adam Borowski authored
Doubled / is harmless (not on Windows...), but would confuse people.
-
Adam Borowski authored
-
Adam Borowski authored
The latter should be easy to fix if the radix implementation is replaced.
-
Timofey Titovets authored
Signed-off-by:Timofey Titovets <nefelim4ag@gmail.com>
-
- Feb 25, 2018
-
-
Adam Borowski authored
Self-explaining now, so removed.
-
Adam Borowski authored
Closes #12
-
- Jan 01, 2018
-
-
Adam Borowski authored
-
- Dec 28, 2017
-
-
Adam Borowski authored
A non-sparse compressed file without extra fragmentation will hit this at 24GB. Closes #10
-
Adam Borowski authored
Closes #11
-
- Dec 23, 2017
-
-
Adam Borowski authored
-
Adam Borowski authored
It wasn't obvious enough.
-
- Dec 22, 2017
-
-
Adam Borowski authored
-
- Dec 03, 2017
-
-
Adam Borowski authored
Closes #8
-
- Nov 29, 2017
-
-
TOCK Chiu authored
-
- Oct 14, 2017
-
-
Adam Borowski authored
-
Adam Borowski authored
The table is misaligned for >= 1 drivemaker's terabyte, but as this output isn't really meant for human reading, this probably doesn't matter.
-
Adam Borowski authored
-
- Oct 13, 2017
-
-
Adam Borowski authored
-
- Sep 21, 2017
-
-
Adam Borowski authored
-
- Sep 20, 2017
-
-
Adam Borowski authored
-
- Sep 14, 2017
-
-
Adam Borowski authored
-