summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/ctree.c
Commit message (Expand)AuthorAgeFilesLines
* fs: btrfs: Cleanup the old implementationQu Wenruo2020-09-071-290/+0
* fs: btrfs: Crossport btrfs_search_slot() from btrfs-progsQu Wenruo2020-09-071-6/+531
* fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo2020-09-071-1/+1
* fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo2020-09-071-8/+8
* fs: btrfs: Crossport read_tree_block() from btrfs-progsQu Wenruo2020-09-071-2/+186
* fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progsQu Wenruo2020-09-071-0/+32
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* fs: btrfs: fix btrfs_search_tree invalid resultsPierre Bourdon2019-04-261-2/+12
* fs: btrfs: Fix tree traversal with btrfs_next_slot()Yevgeny Popovych2018-10-081-1/+1
* fs: btrfs: Fix cache alignment bugsMarek Vasut2018-09-301-11/+13
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fs: btrfs: Remove unused debug code left from developmentMarek BehĂșn2018-04-061-10/+0
* fs: btrfs: Add single-device read-only BTRFS implementationMarek BehĂșn2017-10-021-0/+289