aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/btrfs.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-02-24fs: btrfs: change directory list output to be aligned as beforeMarek Behún1-7/+7
2021-02-24fs: btrfs: skip xattrs in directory listingMarek Behún1-1/+4
2020-11-19fs: btrfs: initialize @ret to 0 to prevent uninitialized return valueQu Wenruo1-1/+1
2020-10-22fs: btrfs: Fix typo in error messageNaoki Hayama1-2/+2
2020-09-07fs: btrfs: Cleanup the old implementationQu Wenruo1-31/+0
2020-09-07fs: btrfs: Implement btrfs_file_read()Qu Wenruo1-20/+28
2020-09-07fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo1-1/+1
2020-09-07fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()Qu Wenruo1-17/+48
2020-09-07fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo1-60/+97
2020-09-07fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo1-6/+6
2020-09-07fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo1-1/+14
2020-09-07fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo1-1/+1
2020-09-07fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo1-5/+5
2020-09-07fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progsQu Wenruo1-0/+1
2020-09-07fs: btrfs: Add more checksum algorithmsQu Wenruo1-1/+2
2020-09-07fs: btrfs: Sync btrfs_btree.h from kernelQu Wenruo1-1/+2
2020-05-18part: Drop disk_partition_t typedefSimon Glass1-1/+2
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2019-05-03fs: btrfs: fix btrfs methods return values on failureMarek Behún1-8/+8
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-06fs: btrfs: Remove unused debug code left from developmentMarek Behún1-4/+0
2017-10-02fs: btrfs: Add U-Boot fs handlers.Marek Behún1-0/+227