aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/disk-io.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-11fs/btrfs: handle data extents, which crosss stripe boundaries, correctlyQu Wenruo1-22/+27
2022-10-17fs: Quieten down the filesystems moreSimon Glass1-3/+4
2022-09-29fs: btrfs: remove the usage of undeclared fs_mutex variablePankaj Raghav1-2/+0
2022-01-18fs/btrfs: add dependency on BLAKE2 hashQu Wenruo1-0/+2
2021-09-16btrfs: Suppress the message about missing filesystemSimon Glass1-2/+6
2021-09-01btrfs: Use default subvolume as filesystem rootMatwey V. Kornilov1-3/+35
2021-05-26fs: btrfs: Add missing cache aligned allocationMarek Vasut1-1/+1
2021-03-01fs: btrfs: do not fail when offset of a ROOT_ITEM is not -1Marek BehĂșn1-2/+1
2021-01-20fs: btrfs: simplify close_ctree_fs_info()Heinrich Schuchardt1-4/+1
2020-09-07fs: btrfs: Cleanup the old implementationQu Wenruo1-30/+0
2020-09-07fs: btrfs: Introduce btrfs_read_extent_inline() and btrfs_read_extent_reg()Qu Wenruo1-0/+36
2020-09-07fs: btrfs: Crossport open_ctree_fs_info() from btrfs-progsQu Wenruo1-18/+491
2020-09-07fs: btrfs: Crossport read_tree_block() from btrfs-progsQu Wenruo1-0/+348
2020-09-07fs: btrfs: Crossport btrfs_read_dev_super() from btrfs-progsQu Wenruo1-0/+213
2020-09-07fs: btrfs: Add more checksum algorithmsQu Wenruo1-0/+22