summaryrefslogtreecommitdiffstats
path: root/fs/btrfs
Commit message (Expand)AuthorAgeFilesLines
* fs: btrfs: initialize @ret to 0 to prevent uninitialized return valueQu Wenruo2020-11-191-1/+1
* fs: btrfs: inode: handle uninitialized type before returning itQu Wenruo2020-11-191-1/+5
* fs: btrfs: Fix typo in error messageNaoki Hayama2020-10-221-2/+2
* fs: btrfs: Cleanup the old implementationQu Wenruo2020-09-0714-1366/+3
* fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructureQu Wenruo2020-09-071-5/+73
* fs: btrfs: Introduce function to resolve the path of one subvolumeQu Wenruo2020-09-071-0/+81
* fs: btrfs: Introduce function to resolve path in one subvolumeQu Wenruo2020-09-072-1/+68
* fs: btrfs: Implement btrfs_file_read()Qu Wenruo2020-09-073-20/+176
* 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-074-0/+205
* fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo2020-09-074-9/+9
* fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()Qu Wenruo2020-09-071-17/+48
* fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo2020-09-074-91/+144
* fs: btrfs: Implement btrfs_lookup_path()Qu Wenruo2020-09-073-0/+360
* 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-072-37/+65
* fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo2020-09-077-33/+43
* fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo2020-09-078-20/+579
* fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo2020-09-075-3/+306
* fs: btrfs: Crossport btrfs_search_slot() from btrfs-progsQu Wenruo2020-09-072-7/+591
* fs: btrfs: Crossport struct btrfs_root to ctree.hQu Wenruo2020-09-071-0/+17
* fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo2020-09-078-34/+34
* fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo2020-09-079-44/+44
* fs: btrfs: Crossport read_tree_block() from btrfs-progsQu Wenruo2020-09-075-8/+602
* fs: btrfs: Crossport volumes.[ch] from btrfs-progsQu Wenruo2020-09-075-1/+1081
* fs: btrfs: Crossport structure accessor into ctree.hQu Wenruo2020-09-073-95/+1064
* fs: btrfs: Crossport extent-io.[ch] from btrfs-progsQu Wenruo2020-09-073-1/+1019
* fs: btrfs: Crossport extent-cache.[ch] from btrfs-progsQu Wenruo2020-09-072-0/+422
* fs: btrfs: Crossport rbtree-utils from btrfs-progsQu Wenruo2020-09-073-1/+138
* fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progsQu Wenruo2020-09-078-259/+378
* fs: btrfs: Add more checksum algorithmsQu Wenruo2020-09-0710-62/+130
* fs: btrfs: Sync btrfs_btree.h from kernelQu Wenruo2020-09-077-982/+1343
* common: Drop log.h from common headerSimon Glass2020-05-184-0/+4
* common: Drop part.h from common headerSimon Glass2020-05-182-1/+4
* part: Drop disk_partition_t typedefSimon Glass2020-05-183-3/+4
* common: Drop uuid.h from common headerSimon Glass2020-05-181-0/+1
* fs: btrfs: support sparse extentsMarek Behún2020-04-201-0/+6
* fs: btrfs: Fix LZO false decompression error caused by pending zeroQu Wenruo2020-04-161-1/+19
* fs: btrfs: Reject fs with sector size other than PAGE_SIZEQu Wenruo2020-04-161-0/+8
* fs: btrfs: Use LZO_LEN to replace immediate numberQu Wenruo2020-04-161-10/+12
* fs: btrfs: add zstd decompression supportMarek Behún2019-05-053-2/+63
* fs: btrfs: fix btrfs methods return values on failureMarek Behún2019-05-031-8/+8
* fs: btrfs: Do not print mount fail message when not btrfs filesystemMarek Behún2019-05-031-6/+5
* Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"Tom Rini2019-04-271-38/+6
* fs: btrfs: fix btrfs_search_tree invalid resultsPierre Bourdon2019-04-261-2/+12
* fs: btrfs: fix false negatives in ROOT_ITEM searchPierre Bourdon2019-04-261-6/+38
* fs: btrfs: Fix tree traversal with btrfs_next_slot()Yevgeny Popovych2018-10-081-1/+1
* fs: btrfs: Fix cache alignment bugsMarek Vasut2018-09-303-13/+17
* fs: btrfs: Fix wrong comparison in logical to physical mappingMarek Behún2018-07-201-1/+1
* fs: btrfs: Do not fail when all root_backups are emptyYevgeny Popovych2018-06-182-9/+22