u-boot-brain/fs/btrfs
Qu Wenruo b1f0067aba fs: btrfs: Crossport volumes.[ch] from btrfs-progs
This patch crossports volumes.[ch] from btrfs-progs, including:
- btrfs_map_block()
  The core mechanism to map btrfs logical address to physical address.
  This version includes multi-device support, along with RAID56 support.

- btrfs_scan_one_device()
  This is the function to register one btrfs device to the list.
  This is the main part of the multi-device btrfs assembling process.
  Although we're not going to support multiple devices until U-Boot
  allows us to scan one device without actually opening it.

Signed-off-by: Qu Wenruo <wqu@suse.com>
Reviewed-by: Marek Behún <marek.behun@nic.cz>
[trini: Use %zu in a debug print to avoid warning]
Signed-off-by: Tom Rini <trini@konsulko.com>
2020-09-07 20:57:27 -04:00
..
common fs: btrfs: Crossport rbtree-utils from btrfs-progs 2020-09-07 20:57:27 -04:00
crypto fs: btrfs: Add more checksum algorithms 2020-09-07 20:57:27 -04:00
kernel-shared fs: btrfs: Sync btrfs_btree.h from kernel 2020-09-07 20:57:27 -04:00
btrfs.c fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs 2020-09-07 20:57:27 -04:00
btrfs.h fs: btrfs: Add more checksum algorithms 2020-09-07 20:57:27 -04:00
chunk-map.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
compat.h fs: btrfs: Crossport volumes.[ch] from btrfs-progs 2020-09-07 20:57:27 -04:00
compression.c common: Drop log.h from common header 2020-05-18 21:19:18 -04:00
conv-funcs.h SPDX: Convert all of our single license tags to Linux Kernel style 2018-05-07 09:34:12 -04:00
ctree.c fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs 2020-09-07 20:57:27 -04:00
ctree.h fs: btrfs: Crossport volumes.[ch] from btrfs-progs 2020-09-07 20:57:27 -04:00
dev.c common: Drop part.h from common header 2020-05-18 17:33:33 -04:00
dir-item.c fs: btrfs: Add more checksum algorithms 2020-09-07 20:57:27 -04:00
disk-io.c fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progs 2020-09-07 20:57:27 -04:00
disk-io.h fs: btrfs: Crossport structure accessor into ctree.h 2020-09-07 20:57:27 -04:00
extent-cache.c fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs 2020-09-07 20:57:27 -04:00
extent-cache.h fs: btrfs: Crossport extent-cache.[ch] from btrfs-progs 2020-09-07 20:57:27 -04:00
extent-io.c fs: btrfs: Crossport extent-io.[ch] from btrfs-progs 2020-09-07 20:57:27 -04:00
extent-io.h fs: btrfs: Crossport extent-io.[ch] from btrfs-progs 2020-09-07 20:57:27 -04:00
inode.c fs: btrfs: Sync btrfs_btree.h from kernel 2020-09-07 20:57:27 -04:00
Kconfig fs: btrfs: add zstd decompression support 2019-05-05 08:48:50 -04:00
Makefile fs: btrfs: Crossport volumes.[ch] from btrfs-progs 2020-09-07 20:57:27 -04:00
root.c fs: btrfs: Sync btrfs_btree.h from kernel 2020-09-07 20:57:27 -04:00
subvolume.c fs: btrfs: Sync btrfs_btree.h from kernel 2020-09-07 20:57:27 -04:00
volumes.c fs: btrfs: Crossport volumes.[ch] from btrfs-progs 2020-09-07 20:57:27 -04:00
volumes.h fs: btrfs: Crossport volumes.[ch] from btrfs-progs 2020-09-07 20:57:27 -04:00