summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)Author
2024-11-29btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana
2024-11-11btrfs: track delayed ref heads in an xarrayFilipe Manana
2024-11-11btrfs: pass fs_info to btrfs_delete_ref_head()Filipe Manana
2024-11-11btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana
2024-11-11btrfs: move delayed ref head unselection to delayed-ref.cFilipe Manana
2024-11-11btrfs: simplify obtaining a delayed ref headFilipe Manana
2024-11-11btrfs: change return type of btrfs_delayed_ref_lock() to booleanFilipe Manana
2024-11-11btrfs: remove num_entries atomic counter from delayed ref rootFilipe Manana
2024-11-11btrfs: reduce extent tree lock contention when searching for inline backrefRobbie Ko
2024-11-11btrfs: drop unused parameter refs from visit_node_for_delete()David Sterba
2024-11-11btrfs: correct typos in multiple comments across various filesShen Lichuan
2024-10-07btrfs: add cancellation points to trim loopsLuca Stefani
2024-10-07btrfs: split remaining space to discard in chunksLuca Stefani
2024-09-10btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani
2024-08-13btrfs: check delayed refs when we're checking if a ref existsJosef Bacik
2024-07-29btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota
2024-07-11btrfs: avoid allocating and running pointless delayed extent operationsFilipe Manana
2024-07-11btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana
2024-07-11btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()Filipe Manana
2024-07-11btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()Filipe Manana
2024-07-11btrfs: remove NULL transaction support for btrfs_lookup_extent_info()Filipe Manana
2024-07-11btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana
2024-07-11btrfs: add documentation around snapshot deleteJosef Bacik
2024-07-11btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik
2024-07-11btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()Josef Bacik
2024-07-11btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik
2024-07-11btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik
2024-07-11btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc()Josef Bacik
2024-07-11btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik
2024-07-11btrfs: extract the reference dropping code into it's own helperJosef Bacik
2024-07-11btrfs: unify logic to decide if we need to walk down into a node during snaps...Josef Bacik
2024-07-11btrfs: remove local variable need_account in do_walk_down()Josef Bacik
2024-07-11btrfs: factor out eb uptodate check from do_walk_down()Josef Bacik
2024-07-11btrfs: push lookup_info into struct walk_controlJosef Bacik
2024-07-11btrfs: use btrfs_read_extent_buffer() in do_walk_down()Josef Bacik
2024-07-11btrfs: don't do extra find_extent_buffer() in do_walk_down()Josef Bacik
2024-07-11btrfs: rename err to ret in btrfs_drop_snapshot()Anand Jain
2024-07-11btrfs: automatically remove the subvolume qgroupQu Wenruo
2024-05-15btrfs: fix end of tree detection when searching for data extent refFilipe Manana
2024-05-07btrfs: simplify return variables in btrfs_drop_subtree()Anand Jain
2024-05-07btrfs: simplify return variables in lookup_extent_data_ref()Anand Jain
2024-05-07btrfs: change root->root_key.objectid to btrfs_root_id()Josef Bacik
2024-05-07btrfs: stop referencing btrfs_delayed_tree_ref directlyJosef Bacik
2024-05-07btrfs: stop referencing btrfs_delayed_data_ref directlyJosef Bacik
2024-05-07btrfs: make the insert backref helpers take a btrfs_delayed_ref_nodeJosef Bacik
2024-05-07btrfs: drop unnecessary arguments from __btrfs_free_extentJosef Bacik
2024-05-07btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_nodeJosef Bacik
2024-05-07btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_nodeJosef Bacik
2024-05-07btrfs: rename ->len to ->num_bytes in btrfs_refJosef Bacik
2024-05-07btrfs: simplify delayed ref tracepointsJosef Bacik