summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/btrfs.h
Commit message (Expand)AuthorAgeFilesLines
* fs: btrfs: Cleanup the old implementationQu Wenruo2020-09-071-47/+0
* fs: btrfs: Implement btrfs_file_read()Qu Wenruo2020-09-071-0/+2
* fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo2020-09-071-3/+3
* fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo2020-09-071-5/+0
* fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo2020-09-071-0/+1
* fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo2020-09-071-5/+5
* fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo2020-09-071-0/+1
* fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo2020-09-071-1/+1
* fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo2020-09-071-13/+13
* fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo2020-09-071-2/+2
* fs: btrfs: Add more checksum algorithmsQu Wenruo2020-09-071-11/+0
* part: Drop disk_partition_t typedefSimon Glass2020-05-181-1/+1
* fs: btrfs: Do not fail when all root_backups are emptyYevgeny Popovych2018-06-181-1/+0
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fs: btrfs: Add single-device read-only BTRFS implementationMarek BehĂșn2017-10-021-0/+89