[U-Boot] [U-Boot, 6/9] fs: btrfs: Add single-device read-only BTRFS implementation

Tom Rini trini at konsulko.com
Tue Oct 3 12:52:01 UTC 2017


On Sun, Sep 03, 2017 at 05:00:28PM +0200, Marek BehĂșn wrote:

> This adds the proper implementation for the BTRFS filesystem.
> The implementation currently supports only read-only mode and
> the filesystem can be only on a single device.
> 
> Checksums of data chunks is unimplemented.
> 
> Compression is implemented (ZLIB + LZO).
> 
> Signed-off-by: Marek Behun <marek.behun at nic.cz>
> 
>  create mode 100644 fs/btrfs/btrfs.h
>  create mode 100644 fs/btrfs/chunk-map.c
>  create mode 100644 fs/btrfs/compression.c
>  create mode 100644 fs/btrfs/ctree.c
>  create mode 100644 fs/btrfs/dev.c
>  create mode 100644 fs/btrfs/dir-item.c
>  create mode 100644 fs/btrfs/extent-io.c
>  create mode 100644 fs/btrfs/hash.c
>  create mode 100644 fs/btrfs/inode.c
>  create mode 100644 fs/btrfs/root.c
>  create mode 100644 fs/btrfs/subvolume.c
>  create mode 100644 fs/btrfs/super.c
> 
> diff --git a/fs/btrfs/btrfs.h b/fs/btrfs/btrfs.h
> new file mode 100644
> index 0000000000..4247cbbb09

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20171003/2a559bfe/attachment.sig>


More information about the U-Boot mailing list