summaryrefslogtreecommitdiff
path: root/fs/btrfs
AgeCommit message (Expand)Author
2023-02-23fs: btrfs: limit the mapped length to the original lengthQu Wenruo
2023-01-11fs/btrfs: handle data extents, which crosss stripe boundaries, correctlyQu Wenruo
2022-10-17fs: Quieten down the filesystems moreSimon Glass
2022-09-29fs: btrfs: remove the usage of undeclared fs_mutex variablePankaj Raghav
2022-07-21treewide: Fix Marek's name and change my e-mail addressMarek Behún
2022-06-06btrfs: simplify lookup_data_extent()Heinrich Schuchardt
2022-04-19btrfs: Fix compilation on big endian systemsPali Rohár
2022-01-18fs/btrfs: fix a bug that U-boot fs btrfs implementation doesn't handle NO_HOL...Qu Wenruo
2022-01-18fs/btrfs: add dependency on BLAKE2 hashQu Wenruo
2021-10-08btrfs: Use U-Boot API for decompressionSimon Glass
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk
2021-09-16btrfs: Suppress the message about missing filesystemSimon Glass
2021-09-01btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov
2021-07-28Use LIB_UUID with ACPIGEN and FS_BTRFSSimon Glass
2021-05-26fs: btrfs: Add missing cache aligned allocationMarek Vasut
2021-04-27fs: btrfs: fix the false alert of decompression failureQu Wenruo
2021-03-01fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek Behún
2021-02-24fs: btrfs: change directory list output to be aligned as beforeMarek Behún
2021-02-24fs: btrfs: skip xattrs in directory listingMarek Behún
2021-01-29fs: btrfs: Select SHA256 in KconfigMatthias Brugger
2021-01-20fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt
2021-01-20fs: btrfs: volumes: prevent overflow for multiplyingQu Wenruo
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