Files
u-boot/fs/btrfs
Qu Wenruo e3427184f3 fs: btrfs: Implement btrfs_file_read()
This version of btrfs_file_read() has the following new features:
- Tries all mirrors
- More handling on unaligned size
- Better compressed extent handling
  The old implementation doesn't handle compressed extent with offset
  properly: we need to read out the whole compressed extent, then
  decompress the whole extent, and only then copy the requested part.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
2020-09-07 21:00:36 -04:00
..
2020-09-07 21:00:36 -04:00
2020-09-07 21:00:36 -04:00
2020-05-18 17:33:33 -04:00
2020-09-07 21:00:36 -04:00