aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/inode.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-07fs: btrfs: Cleanup the old implementationQu Wenruo1-323/+0
2020-09-07fs: btrfs: Implement btrfs_file_read()Qu Wenruo1-0/+146
2020-09-07fs: btrfs: Introduce lookup_data_extent() for later useQu Wenruo1-0/+101
2020-09-07fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()Qu Wenruo1-0/+162
2020-09-07fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo1-3/+3
2020-09-07fs: btrfs: Implement btrfs_lookup_path()Qu Wenruo1-0/+250
2020-09-07fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LENQu Wenruo1-2/+6
2020-09-07fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo1-37/+64
2020-09-07fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo1-14/+14
2020-09-07fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo1-8/+8
2020-09-07fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo1-8/+8
2020-09-07fs: btrfs: Crossport read_tree_block() from btrfs-progsQu Wenruo1-3/+3
2020-09-07fs: btrfs: Sync btrfs_btree.h from kernelQu Wenruo1-2/+3
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2017-10-16fs: btrfs: Remove a foreign language noteMarek Behún1-1/+0
2017-10-16fs: btrfs: Fix usage of uninitialized variablesMarek Behún1-1/+1
2017-10-02fs: btrfs: Add single-device read-only BTRFS implementationMarek Behún1-0/+385