summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/raid-stripe-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: don't use btrfs_set_item_key_safe on RAID stripe-extentsJohannes Thumshirn2025-01-141-5/+21
* btrfs: implement hole punching for RAID stripe extentsJohannes Thumshirn2025-01-141-0/+48
* btrfs: fix deletion of a range spanning parts two RAID stripe extentsJohannes Thumshirn2025-01-141-0/+32
* btrfs: fix tail delete of RAID stripe-extentsJohannes Thumshirn2025-01-141-3/+10
* btrfs: fix front delete range calculation for RAID stripe extentsJohannes Thumshirn2025-01-141-2/+4
* btrfs: assert RAID stripe-extent length is always greater than 0Johannes Thumshirn2025-01-141-0/+1
* btrfs: don't try to delete RAID stripe-extents if we don't need toJohannes Thumshirn2025-01-141-1/+14
* btrfs: raid-stripe-tree: remove unnecessary call to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-1/+0
* btrfs: remove unused variable length in btrfs_insert_one_raid_extent()Johannes Thumshirn2025-01-131-4/+0
* btrfs: implement partial deletion of RAID stripe extentsJohannes Thumshirn2024-11-111-7/+74
* btrfs: return ENODATA in case RST lookup failsJohannes Thumshirn2024-11-111-3/+3
* btrfs: tests: add selftests for raid-stripe-treeJohannes Thumshirn2024-11-111-2/+3
* 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