summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2020-11-19fs: btrfs: initialize @ret to 0 to prevent uninitialized return valueQu Wenruo
2020-11-19fs: btrfs: inode: handle uninitialized type before returning itQu Wenruo
2020-10-22fs: btrfs: Fix typo in error messageNaoki Hayama
2020-09-07fs: btrfs: Cleanup the old implementationQu Wenruo
2020-09-07fs: btrfs: Imeplement btrfs_list_subvols() using new infrastructureQu Wenruo
2020-09-07fs: btrfs: Introduce function to resolve the path of one subvolumeQu Wenruo
2020-09-07fs: btrfs: Introduce function to resolve path in one subvolumeQu Wenruo
2020-09-07fs: btrfs: Implement btrfs_file_read()Qu Wenruo
2020-09-07fs: btrfs: Introduce lookup_data_extent() for later useQu Wenruo
2020-09-07fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()Qu Wenruo
2020-09-07fs: btrfs: Rename btrfs_file_read() and its callees to avoid name conflictsQu Wenruo
2020-09-07fs: btrfs: Use btrfs_lookup_path() to implement btrfs_exists() and btrfs_size()Qu Wenruo
2020-09-07fs: btrfs: Use btrfs_iter_dir() to replace btrfs_readdir()Qu Wenruo
2020-09-07fs: btrfs: Implement btrfs_lookup_path()Qu Wenruo
2020-09-07fs: btrfs: inode: Allow next_length() to return value > BTRFS_NAME_LENQu Wenruo
2020-09-07fs: btrfs: Use btrfs_readlink() to implement __btrfs_readlink()Qu Wenruo
2020-09-07fs: btrfs: Rename path resolve related functions to avoid name conflictsQu Wenruo
2020-09-07fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo
2020-09-07fs: btrfs: Crossport btrfs_read_sys_array() and btrfs_read_chunk_tree()Qu Wenruo
2020-09-07fs: btrfs: Crossport btrfs_search_slot() from btrfs-progsQu Wenruo
2020-09-07fs: btrfs: Crossport struct btrfs_root to ctree.hQu Wenruo
2020-09-07fs: btrfs: Rename btrfs_root to __btrfs_rootQu Wenruo
2020-09-07fs: btrfs: Rename struct btrfs_path to struct __btrfs_pathQu Wenruo
2020-09-07fs: btrfs: Crossport read_tree_block() from btrfs-progsQu Wenruo
2020-09-07fs: btrfs: Crossport volumes.[ch] from btrfs-progsQu Wenruo
2020-09-07fs: btrfs: Crossport structure accessor into ctree.hQu Wenruo
2020-09-07fs: btrfs: Crossport extent-io.[ch] from btrfs-progsQu Wenruo
2020-09-07fs: btrfs: Crossport extent-cache.[ch] from btrfs-progsQu Wenruo
2020-09-07fs: btrfs: Crossport rbtree-utils from btrfs-progsQu Wenruo
2020-09-07fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progsQu Wenruo
2020-09-07fs: btrfs: Add more checksum algorithmsQu Wenruo
2020-09-07fs: btrfs: Sync btrfs_btree.h from kernelQu Wenruo
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop part.h from common headerSimon Glass
2020-05-18part: Drop disk_partition_t typedefSimon Glass
2020-05-18common: Drop uuid.h from common headerSimon Glass
2020-04-20fs: btrfs: support sparse extentsMarek Behún
2020-04-16fs: btrfs: Fix LZO false decompression error caused by pending zeroQu Wenruo
2020-04-16fs: btrfs: Reject fs with sector size other than PAGE_SIZEQu Wenruo
2020-04-16fs: btrfs: Use LZO_LEN to replace immediate numberQu Wenruo
2019-05-05fs: btrfs: add zstd decompression supportMarek Behún
2019-05-03fs: btrfs: fix btrfs methods return values on failureMarek Behún
2019-05-03fs: btrfs: Do not print mount fail message when not btrfs filesystemMarek Behún
2019-04-27Revert "fs: btrfs: fix false negatives in ROOT_ITEM search"Tom Rini
2019-04-26fs: btrfs: fix btrfs_search_tree invalid resultsPierre Bourdon
2019-04-26fs: btrfs: fix false negatives in ROOT_ITEM searchPierre Bourdon
2018-10-08fs: btrfs: Fix tree traversal with btrfs_next_slot()Yevgeny Popovych
2018-09-30fs: btrfs: Fix cache alignment bugsMarek Vasut
2018-07-20fs: btrfs: Fix wrong comparison in logical to physical mappingMarek Behún
2018-06-18fs: btrfs: Do not fail when all root_backups are emptyYevgeny Popovych