summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/inode.c
Commit message (Expand)AuthorAgeFilesLines
* fs: btrfs: fix the false alert of decompression failureQu Wenruo2021-04-271-2/+14
* fs: btrfs: inode: handle uninitialized type before returning itQu Wenruo2020-11-191-1/+5
* fs: btrfs: Cleanup the old implementationQu Wenruo2020-09-071-323/+0
* fs: btrfs: Implement btrfs_file_read()Qu Wenruo2020-09-071-0/+146
* fs: btrfs: Introduce lookup_data_extent() for later useQu Wenruo2020-09-071-0/+101
* fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()Qu Wenruo2020-09-071-0/+162
* fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo2020-09-071-3/+3
* fs: btrfs: Implement btrfs_lookup_path()Qu Wenruo2020-09-071-0/+250
* fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LENQu Wenruo2020-09-071-2/+6
* fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo2020-09-071-37/+64
* fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo2020-09-071-14/+14
* fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo2020-09-071-8/+8
* 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-3/+3
* fs: btrfs: Sync btrfs_btree.h from kernelQu Wenruo2020-09-071-2/+3
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* fs: btrfs: Remove a foreign language noteMarek Behún2017-10-161-1/+0
* fs: btrfs: Fix usage of uninitialized variablesMarek Behún2017-10-161-1/+1
* fs: btrfs: Add single-device read-only BTRFS implementationMarek Behún2017-10-021-0/+385