summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)AuthorFilesLines
2021-09-01btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov1-3/+35
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass1-0/+1
2021-05-27fs: btrfs: Add missing cache aligned allocationMarek Vasut1-1/+1
2021-04-27fs: btrfs: fix the false alert of decompression failureQu Wenruo1-2/+14
2021-03-01fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún1-2/+1
2021-02-25fs: btrfs: change directory list output to be aligned as beforeMarek Behún1-7/+7
2021-02-25fs: btrfs: skip xattrs in directory listingMarek Behún1-1/+4
2021-01-29fs: btrfs: Select SHA256 in KconfigMatthias Brugger1-0/+1
2021-01-20fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt1-4/+1
2021-01-20fs: btrfs: volumes: prevent overflow for multiplyingQu Wenruo1-2/+2
2020-11-19fs: btrfs: initialize @ret to 0 to prevent uninitialized return valueQu Wenruo1-1/+1
2020-11-19fs: btrfs: inode: handle uninitialized type before returning itQu Wenruo1-1/+5
2020-10-22fs: btrfs: Fix typo in error messageNaoki Hayama1-2/+2
2020-09-08fs: btrfs: Cleanup the old implementationQu Wenruo14-1366/+3
2020-09-08fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructureQu Wenruo1-5/+73
2020-09-08fs: btrfs: Introduce function to resolve the path of one subvolumeQu Wenruo1-0/+81
2020-09-08fs: btrfs: Introduce function to resolve path in one subvolumeQu Wenruo2-1/+68
2020-09-08fs: btrfs: Implement btrfs_file_read()Qu Wenruo3-20/+176
2020-09-08fs: btrfs: Introduce lookup_data_extent() for later useQu Wenruo1-0/+101
2020-09-08fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()Qu Wenruo4-0/+205
2020-09-08fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo4-9/+9
2020-09-08fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()Qu Wenruo1-17/+48
2020-09-08fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo4-91/+144
2020-09-08fs: btrfs: Implement btrfs_lookup_path()Qu Wenruo3-0/+360
2020-09-08fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LENQu Wenruo1-2/+6
2020-09-08fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo2-37/+65
2020-09-08fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo7-33/+43
2020-09-08fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo8-20/+579
2020-09-08fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo5-3/+306
2020-09-08fs: btrfs: Crossport btrfs_search_slot() from btrfs-progsQu Wenruo2-7/+591
2020-09-08fs: btrfs: Crossport struct btrfs_root to ctree.hQu Wenruo1-0/+17
2020-09-08fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo8-34/+34
2020-09-08fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo9-44/+44
2020-09-08fs: btrfs: Crossport read_tree_block() from btrfs-progsQu Wenruo5-8/+602
2020-09-08fs: btrfs: Crossport volumes.[ch] from btrfs-progsQu Wenruo5-1/+1081
2020-09-08fs: btrfs: Crossport structure accessor into ctree.hQu Wenruo3-95/+1064
2020-09-08fs: btrfs: Crossport extent-io.[ch] from btrfs-progsQu Wenruo3-1/+1019
2020-09-08fs: btrfs: Crossport extent-cache.[ch] from btrfs-progsQu Wenruo2-0/+422
2020-09-08fs: btrfs: Crossport rbtree-utils from btrfs-progsQu Wenruo3-1/+138
2020-09-08fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progsQu Wenruo8-259/+378
2020-09-08fs: btrfs: Add more checksum algorithmsQu Wenruo10-62/+130
2020-09-08fs: btrfs: Sync btrfs_btree.h from kernelQu Wenruo7-982/+1343
2020-05-19common: Drop log.h from common headerSimon Glass4-0/+4
2020-05-19common: Drop part.h from common headerSimon Glass2-1/+4
2020-05-19part: Drop disk_partition_t typedefSimon Glass3-3/+4
2020-05-18common: Drop uuid.h from common headerSimon Glass1-0/+1
2020-04-20fs: btrfs: support sparse extentsMarek Behún1-0/+6
2020-04-17fs: btrfs: Fix LZO false decompression error caused by pending zeroQu Wenruo1-1/+19
2020-04-17fs: btrfs: Reject fs with sector size other than PAGE_SIZEQu Wenruo1-0/+8
2020-04-17fs: btrfs: Use LZO_LEN to replace immediate numberQu Wenruo1-10/+12