summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-12btrfs: relocation: use more natural types for tree_block bitfieldsDavid Sterba1-4/+4
2023-10-12btrfs: move btrfs_defrag_root() to defrag.{c,h}Filipe Manana4-43/+42
2023-10-12btrfs: remove redundant root argument from fixup_inode_link_count()Filipe Manana1-11/+9
2023-10-12btrfs: remove redundant root argument from maybe_insert_hole()Filipe Manana1-4/+3
2023-10-12btrfs: remove redundant root argument from btrfs_delayed_update_inode()Filipe Manana3-3/+2
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_item()Filipe Manana1-5/+4
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode()Filipe Manana10-44/+41
2023-10-12btrfs: remove redundant root argument from btrfs_update_inode_fallback()Filipe Manana3-8/+8
2023-10-12btrfs: remove noinline from btrfs_update_inode()Filipe Manana1-3/+3
2023-10-12btrfs: simplify error check condition at btrfs_dirty_inode()Filipe Manana1-1/+1
2023-10-12btrfs: qgroup: only set QUOTA_ENABLED when done reading qgroupsBoris Burkov2-9/+7
2023-10-12btrfs: track data relocation with simple quotaBoris Burkov3-6/+59
2023-10-12btrfs: qgroup: track metadata relocation COW with simple quotaBoris Burkov5-13/+23
2023-10-12btrfs: qgroup: check generation when recording simple quota deltaBoris Burkov6-6/+40
2023-10-12btrfs: qgroup: simple quota auto hierarchy for nested subvolumesBoris Burkov4-12/+67
2023-10-12btrfs: record simple quota deltas in delayed refsBoris Burkov3-8/+82
2023-10-12btrfs: add helper for inline owner ref lookupBoris Burkov2-0/+50
2023-10-12btrfs: new inline ref storing owning subvol of data extentsBoris Burkov7-11/+84
2023-10-12btrfs: track original extent owner in head_refBoris Burkov2-4/+22
2023-10-12btrfs: track owning root in btrfs_refBoris Burkov6-25/+42
2023-10-12btrfs: rename tree_ref and data_ref owning_rootBoris Burkov4-18/+18
2023-10-12btrfs: add helper for recording simple quota deltasBoris Burkov2-0/+61
2023-10-12btrfs: create qgroup earlier in snapshot creationBoris Burkov2-0/+9
2023-10-12btrfs: qgroup: flush reservations during quota disableBoris Burkov1-3/+44
2023-10-12btrfs: sysfs: add simple_quota incompat feature entryBoris Burkov1-0/+2
2023-10-12btrfs: sysfs: expose quota mode via sysfsBoris Burkov1-0/+28
2023-10-12btrfs: qgroup: add new quota mode for simple quotasBoris Burkov9-45/+115
2023-10-12btrfs: qgroup: introduce quota modeBoris Burkov2-0/+13
2023-10-12btrfs: merge ordered work callbacks in btrfs_work into oneDavid Sterba9-47/+46
2023-10-12btrfs: add raid stripe tree to features enabled with debug configJohannes Thumshirn1-0/+1
2023-10-12btrfs: tree-checker: add support for raid stripe treeJohannes Thumshirn1-0/+42
2023-10-12btrfs: tracepoints: add events for raid stripe treeJohannes Thumshirn2-0/+84
2023-10-12btrfs: sysfs: announce presence of raid-stripe-treeJohannes Thumshirn1-0/+3
2023-10-12btrfs: add raid stripe tree pretty printerJohannes Thumshirn1-0/+23
2023-10-12btrfs: zoned: support RAID0/1/10 on top of raid stripe treeJohannes Thumshirn3-5/+135
2023-10-12btrfs: scrub: implement raid stripe tree supportJohannes Thumshirn4-1/+80
2023-10-12btrfs: lookup physical address from stripe extentJohannes Thumshirn3-10/+158
2023-10-12btrfs: delete stripe extent on extent deletionJohannes Thumshirn3-0/+64
2023-10-12btrfs: add support for inserting raid stripe extentsJohannes Thumshirn10-9/+168
2023-10-12btrfs: read raid stripe tree from diskJohannes Thumshirn4-0/+26
2023-10-12btrfs: add raid stripe tree definitionsJohannes Thumshirn3-0/+38
2023-10-12btrfs: warn on tree blocks which are not nodesize alignedQu Wenruo2-0/+12
2023-10-12btrfs: don't arbitrarily slow down delalloc if we're committingJosef Bacik1-3/+0
2023-10-12btrfs: remove useless comment from btrfs_pin_extent_for_log_replay()Filipe Manana1-3/+0
2023-10-12btrfs: remove stale comment from btrfs_free_extent()Filipe Manana1-1/+0
2023-10-12btrfs: zoned: factor out DUP bg handling from btrfs_load_block_group_zone_infoChristoph Hellwig1-37/+42
2023-10-12btrfs: zoned: factor out single bg handling from btrfs_load_block_group_zone_...Christoph Hellwig1-11/+19
2023-10-12btrfs: zoned: factor out per-zone logic from btrfs_load_block_group_zone_infoChristoph Hellwig1-92/+92
2023-10-12btrfs: zoned: introduce a zone_info struct in btrfs_load_block_group_zone_infoChristoph Hellwig1-47/+37
2023-10-12btrfs: remove pointless loop from btrfs_update_block_group()Filipe Manana1-80/+67