summaryrefslogtreecommitdiff
path: root/fs/btrfs/btrfs.h
AgeCommit message (Expand)AuthorFilesLines
2020-09-08fs: btrfs: Cleanup the old implementationQu Wenruo1-47/+0
2020-09-08fs: btrfs: Implement btrfs_file_read()Qu Wenruo1-0/+2
2020-09-08fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo1-3/+3
2020-09-08fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo1-5/+0
2020-09-08fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo1-0/+1
2020-09-08fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo1-5/+5
2020-09-08fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo1-0/+1
2020-09-08fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo1-1/+1
2020-09-08fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo1-13/+13
2020-09-08fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo1-2/+2
2020-09-08fs: btrfs: Add more checksum algorithmsQu Wenruo1-11/+0
2020-05-19part: Drop disk_partition_t typedefSimon Glass1-1/+1
2018-06-18fs: btrfs: Do not fail when all root_backups are emptyYevgeny Popovych1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-03fs: btrfs: Add single-device read-only BTRFS implementationMarek BehĂșn1-0/+89