summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/raid-stripe-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: change RST lookup error message level to debugJohannes Thumshirn2024-09-101-1/+1
* btrfs: rename btrfs_io_stripe::is_scrub to rst_search_commit_rootJohannes Thumshirn2024-09-101-2/+2
* btrfs: don't dump stripe-tree on lookup errorJohannes Thumshirn2024-09-101-2/+0
* btrfs: update stripe_extent delete loop assumptionsJohannes Thumshirn2024-09-101-0/+5
* btrfs: update stripe extents for existing logical addressesJohannes Thumshirn2024-09-101-0/+33
* btrfs: remove raid-stripe-tree encoding field from stripe_extentJohannes Thumshirn2024-07-111-13/+0
* btrfs: remove unused included headersDavid Sterba2024-03-041-1/+0
* btrfs: directly return 0 on no error code in btrfs_insert_raid_extent()Dan Carpenter2023-11-031-1/+1
* btrfs: tracepoints: add events for raid stripe treeJohannes Thumshirn2023-10-121-0/+8
* btrfs: scrub: implement raid stripe tree supportJohannes Thumshirn2023-10-121-1/+6
* btrfs: lookup physical address from stripe extentJohannes Thumshirn2023-10-121-0/+117
* btrfs: delete stripe extent on extent deletionJohannes Thumshirn2023-10-121-0/+57
* btrfs: add support for inserting raid stripe extentsJohannes Thumshirn2023-10-121-0/+87