summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.h
AgeCommit message (Expand)Author
2023-11-03btrfs: get correct owning_root when dropping snapshotJosef Bacik
2023-10-12btrfs: qgroup: track metadata relocation COW with simple quotaBoris Burkov
2023-10-12btrfs: add helper for inline owner ref lookupBoris Burkov
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countFilipe Manana
2023-10-12btrfs: reduce parameters of btrfs_pin_extent_for_log_replayDavid Sterba
2023-10-12btrfs: reduce parameters of btrfs_pin_reserved_extentDavid Sterba
2023-10-12btrfs: drop __must_check annotationsDavid Sterba
2023-10-12btrfs: add btrfs_delayed_ref_head declaration to extent-tree.hJosef Bacik
2023-08-21btrfs: wait on uncached block groups on every allocation loopJosef Bacik
2023-08-21btrfs: move btrfs_free_excluded_extents() into block-group.cFilipe Manana
2023-08-21btrfs: open code trivial btrfs_add_excluded_extent()Filipe Manana
2023-06-19btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik
2023-02-13btrfs: introduce size class to block group allocatorBoris Burkov
2023-02-13btrfs: add more find_free_extent tracepointsBoris Burkov
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov
2022-12-05btrfs: move the snapshot drop related prototypes to extent-tree.hJosef Bacik
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2016-01-07btrfs: better packing of btrfs_delayed_extent_opDavid Sterba
2015-06-10btrfs: qgroup: Add new qgroup calculation functionQu Wenruo