summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* btrfs: use SECTOR_SIZE defines in btrfs_issue_discard()David Sterba2025-01-131-2/+2
* btrfs: extent-tree: remove unnecessary calls to btrfs_mark_buffer_dirty()Filipe Manana2025-01-131-10/+0
* btrfs: add assertions and comment about path expectations to btrfs_cross_ref_...Filipe Manana2025-01-131-0/+25
* btrfs: add function comment for check_committed_ref()Filipe Manana2025-01-131-0/+42
* btrfs: simplify arguments for btrfs_cross_ref_exist()Filipe Manana2025-01-131-10/+12
* btrfs: simplify return logic at check_committed_ref()Filipe Manana2025-01-131-14/+9
* btrfs: avoid redundant call to get inline ref type at check_committed_ref()Filipe Manana2025-01-131-1/+1
* btrfs: remove the snapshot check from check_committed_ref()Filipe Manana2025-01-131-8/+0
* btrfs: remove no longer needed strict argument from can_nocow_extent()Filipe Manana2025-01-131-9/+6
* btrfs: drop fs_info argument from btrfs_update_space_info_*()Naohiro Aota2025-01-131-7/+3
* btrfs: factor out btrfs_return_free_space()Naohiro Aota2025-01-131-21/+4
* btrfs: move select_delayed_ref() and export itJosef Bacik2025-01-131-25/+1
* Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-12-181-3/+3
|\
| * btrfs: fix improper generation check in snapshot deleteJosef Bacik2024-12-171-3/+3
* | btrfs: don't loop for nowait writes when checking for cross referencesFilipe Manana2024-11-291-1/+1
|/
* btrfs: track delayed ref heads in an xarrayFilipe Manana2024-11-111-1/+1
* btrfs: pass fs_info to btrfs_delete_ref_head()Filipe Manana2024-11-111-4/+5
* btrfs: pass fs_info to functions that search for delayed ref headsFilipe Manana2024-11-111-5/+5
* btrfs: move delayed ref head unselection to delayed-ref.cFilipe Manana2024-11-111-13/+3
* btrfs: simplify obtaining a delayed ref headFilipe Manana2024-11-111-34/+1
* btrfs: change return type of btrfs_delayed_ref_lock() to booleanFilipe Manana2024-11-111-3/+3
* btrfs: remove num_entries atomic counter from delayed ref rootFilipe Manana2024-11-111-1/+0
* btrfs: reduce extent tree lock contention when searching for inline backrefRobbie Ko2024-11-111-3/+23
* btrfs: drop unused parameter refs from visit_node_for_delete()David Sterba2024-11-111-4/+3
* btrfs: correct typos in multiple comments across various filesShen Lichuan2024-11-111-1/+1
* btrfs: add cancellation points to trim loopsLuca Stefani2024-10-071-1/+6
* btrfs: split remaining space to discard in chunksLuca Stefani2024-10-071-4/+15
* btrfs: always update fstrim_range on failure in FITRIM ioctlLuca Stefani2024-09-101-2/+2
* btrfs: check delayed refs when we're checking if a ref existsJosef Bacik2024-08-131-6/+45
* btrfs: zoned: fix zone_unusable accounting on making block group read-write a...Naohiro Aota2024-07-291-1/+2
* btrfs: avoid allocating and running pointless delayed extent operationsFilipe Manana2024-07-111-36/+27
* btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info()Filipe Manana2024-07-111-4/+20
* btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info()Filipe Manana2024-07-111-13/+9
* btrfs: remove superfluous metadata check at btrfs_lookup_extent_info()Filipe Manana2024-07-111-1/+1
* btrfs: remove NULL transaction support for btrfs_lookup_extent_info()Filipe Manana2024-07-111-14/+2
* btrfs: do not BUG_ON() when freeing tree block after errorFilipe Manana2024-07-111-10/+14
* btrfs: add documentation around snapshot deleteJosef Bacik2024-07-111-0/+51
* btrfs: handle errors from btrfs_dec_ref() properlyJosef Bacik2024-07-111-1/+4
* btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc()Josef Bacik2024-07-111-3/+3
* btrfs: clean up our handling of refs == 0 in snapshot deleteJosef Bacik2024-07-111-5/+23
* btrfs: replace BUG_ON with ASSERT in walk_down_proc()Josef Bacik2024-07-111-2/+2
* btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc()Josef Bacik2024-07-111-3/+12
* btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr...Josef Bacik2024-07-111-1/+0
* btrfs: extract the reference dropping code into it's own helperJosef Bacik2024-07-111-70/+87
* btrfs: unify logic to decide if we need to walk down into a node during snaps...Josef Bacik2024-07-111-44/+89
* btrfs: remove local variable need_account in do_walk_down()Josef Bacik2024-07-111-5/+4
* btrfs: factor out eb uptodate check from do_walk_down()Josef Bacik2024-07-111-20/+45
* btrfs: push lookup_info into struct walk_controlJosef Bacik2024-07-111-10/+12
* btrfs: use btrfs_read_extent_buffer() in do_walk_down()Josef Bacik2024-07-111-11/+4
* btrfs: don't do extra find_extent_buffer() in do_walk_down()Josef Bacik2024-07-111-10/+6