diff options
author | Marek BehĂșn <marek.behun@nic.cz> | 2017-09-03 17:00:28 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-10-02 21:52:17 -0400 |
commit | 21a14facb1494592c3ad4874c6a00539d15a29cf (patch) | |
tree | 96b0f5d1bfcbddff721717c6609ec401bd594ccf /configs | |
parent | 597b4aff7b5d85946d2028ab9498116f53357dbc (diff) |
fs: btrfs: Add single-device read-only BTRFS implementation
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@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
Diffstat (limited to 'configs')
0 files changed, 0 insertions, 0 deletions