| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-11-25 | btrfs: remaining BTRFS_PATH_AUTO_FREE conversions | David Sterba | 1 | -25/+16 |
| 2025-11-24 | btrfs: use booleans for delalloc arguments and struct find_free_extent_ctl | Filipe Manana | 1 | -9/+7 |
| 2025-11-24 | btrfs: use bool type for btrfs_path members used as booleans | Filipe Manana | 1 | -4/+4 |
| 2025-11-24 | btrfs: headers cleanup to remove unnecessary local includes | Qu Wenruo | 1 | -0/+1 |
| 2025-11-24 | btrfs: apply the AUTO_K(V)FREE macros throughout the code | Miquel Sabaté Solà | 1 | -10/+7 |
| 2025-11-24 | btrfs: remove pointless label and goto from unpin_extent_range() | Filipe Manana | 1 | -5/+3 |
| 2025-11-24 | btrfs: reduce block group critical section in unpin_extent_range() | Filipe Manana | 1 | -8/+8 |
| 2025-11-24 | btrfs: change 'reserved' argument from pin_down_extent() to bool | Filipe Manana | 1 | -6/+6 |
| 2025-11-24 | btrfs: remove 'reserved' argument from btrfs_pin_extent() | Filipe Manana | 1 | -8/+7 |
| 2025-11-24 | btrfs: use local variable for space_info in pin_down_extent() | Filipe Manana | 1 | -9/+10 |
| 2025-11-24 | btrfs: reduce block group critical section in pin_down_extent() | Filipe Manana | 1 | -5/+5 |
| 2025-11-24 | btrfs: use the key format macros when printing keys | Filipe Manana | 1 | -7/+7 |
| 2025-11-24 | btrfs: remove fs_info argument from btrfs_dump_space_info() | Filipe Manana | 1 | -2/+1 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to transaction abort | David Sterba | 1 | -19/+19 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EIO | David Sterba | 1 | -2/+2 |
| 2025-09-23 | btrfs: add unlikely annotations to branches leading to EUCLEAN | David Sterba | 1 | -16/+16 |
| 2025-09-23 | btrfs: fix typos in comments and strings | David Sterba | 1 | -4/+4 |
| 2025-09-22 | btrfs: convert several int parameters to bool | David Sterba | 1 | -8/+8 |
| 2025-09-22 | btrfs: zoned: refine extent allocator hint selection | Naohiro Aota | 1 | -2/+4 |
| 2025-07-22 | btrfs: fix ssd_spread overallocation | Boris Burkov | 1 | -16/+17 |
| 2025-07-21 | btrfs: add btrfs prefix to is_fstree() and make it return bool | Filipe Manana | 1 | -3/+3 |
| 2025-07-21 | btrfs: add btrfs prefix to free space tree exported functions | Filipe Manana | 1 | -2/+2 |
| 2025-07-21 | btrfs: tree-log: add and rename extent bits for dirty_log_pages tree | David Sterba | 1 | -2/+2 |
| 2025-07-21 | btrfs: switch RCU helper versions to btrfs_warn() | David Sterba | 1 | -1/+1 |
| 2025-07-21 | btrfs: use btrfs_root_id() where not done yet | David Sterba | 1 | -1/+1 |
| 2025-07-21 | btrfs: use refcount_t type for the extent buffer reference counter | Filipe Manana | 1 | -1/+1 |
| 2025-07-21 | btrfs: constify more pointer parameters | David Sterba | 1 | -27/+27 |
| 2025-07-21 | btrfs: unfold transaction abort at walk_up_proc() | Filipe Manana | 1 | -5/+10 |
| 2025-07-21 | btrfs: unfold transaction abort at __btrfs_inc_extent_ref() | Filipe Manana | 1 | -5/+7 |
| 2025-05-15 | btrfs: fix harmless race getting delayed ref head count when running delayed ... | Filipe Manana | 1 | -1/+6 |
| 2025-05-15 | btrfs: use boolean for delalloc argument to btrfs_free_reserved_extent() | Filipe Manana | 1 | -4/+4 |
| 2025-05-15 | btrfs: use boolean for delalloc argument to btrfs_free_reserved_bytes() | Filipe Manana | 1 | -1/+1 |
| 2025-05-15 | btrfs: tweak extent/chunk allocation for space_info sub-space | Naohiro Aota | 1 | -1/+13 |
| 2025-05-15 | btrfs: add space_info argument to btrfs_chunk_alloc() | Naohiro Aota | 1 | -2/+4 |
| 2025-05-15 | btrfs: make extent unpinning more efficient when committing transaction | Filipe Manana | 1 | -13/+26 |
| 2025-05-15 | btrfs: remove variable to track trimmed bytes at btrfs_finish_extent_commit() | Filipe Manana | 1 | -6/+2 |
| 2025-05-15 | btrfs: don't BUG_ON() when unpinning extents during transaction commit | Filipe Manana | 1 | -2/+18 |
| 2025-05-15 | btrfs: trivial conversion to return bool instead of int | David Sterba | 1 | -5/+5 |
| 2025-05-15 | btrfs: convert WARN_ON(IS_ENABLED(CONFIG_BTRFS_DEBUG)) to DEBUG_WARN | David Sterba | 1 | -1/+1 |
| 2025-05-15 | btrfs: tracepoints: add btrfs prefix to names where it's missing | Filipe Manana | 1 | -3/+3 |
| 2025-05-15 | btrfs: rename free_extent_state() to include a btrfs prefix | Filipe Manana | 1 | -1/+1 |
| 2025-05-15 | btrfs: rename the functions to search for bits in extent ranges | Filipe Manana | 1 | -5/+5 |
| 2025-05-15 | btrfs: rename set_extent_bit() to include a btrfs prefix | Filipe Manana | 1 | -12/+12 |
| 2025-05-15 | btrfs: rename the functions to clear bits for an extent range | Filipe Manana | 1 | -1/+1 |
| 2025-05-15 | btrfs: remove unused flag EXTENT_BUFFER_CORRUPT | Daniel Vacek | 1 | -6/+0 |
| 2025-03-18 | btrfs: harden block_group::bg_list against list_del() races | Boris Burkov | 1 | -0/+8 |
| 2025-03-18 | btrfs: use BTRFS_PATH_AUTO_FREE in run_delayed_extent_op() | David Sterba | 1 | -6/+5 |
| 2025-03-18 | btrfs: use BTRFS_PATH_AUTO_FREE in btrfs_lookup_extent_info() | David Sterba | 1 | -6/+5 |
| 2025-03-18 | btrfs: do trivial BTRFS_PATH_AUTO_FREE conversions | David Sterba | 1 | -17/+8 |
| 2025-03-18 | btrfs: unify ordering of btrfs_key initializations | David Sterba | 1 | -4/+4 |
| 2025-01-13 | btrfs: use SECTOR_SIZE defines in btrfs_issue_discard() | David Sterba | 1 | -2/+2 |
| 2025-01-13 | btrfs: extent-tree: remove unnecessary calls to btrfs_mark_buffer_dirty() | Filipe Manana | 1 | -10/+0 |
| 2025-01-13 | btrfs: add assertions and comment about path expectations to btrfs_cross_ref_... | Filipe Manana | 1 | -0/+25 |
| 2025-01-13 | btrfs: add function comment for check_committed_ref() | Filipe Manana | 1 | -0/+42 |
| 2025-01-13 | btrfs: simplify arguments for btrfs_cross_ref_exist() | Filipe Manana | 1 | -10/+12 |
| 2025-01-13 | btrfs: simplify return logic at check_committed_ref() | Filipe Manana | 1 | -14/+9 |
| 2025-01-13 | btrfs: avoid redundant call to get inline ref type at check_committed_ref() | Filipe Manana | 1 | -1/+1 |
| 2025-01-13 | btrfs: remove the snapshot check from check_committed_ref() | Filipe Manana | 1 | -8/+0 |
| 2025-01-13 | btrfs: remove no longer needed strict argument from can_nocow_extent() | Filipe Manana | 1 | -9/+6 |
| 2025-01-13 | btrfs: drop fs_info argument from btrfs_update_space_info_*() | Naohiro Aota | 1 | -7/+3 |
| 2025-01-13 | btrfs: factor out btrfs_return_free_space() | Naohiro Aota | 1 | -21/+4 |
| 2025-01-13 | btrfs: move select_delayed_ref() and export it | Josef Bacik | 1 | -25/+1 |
| 2024-12-18 | Merge tag 'for-6.13-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -3/+3 |
| 2024-12-17 | btrfs: fix improper generation check in snapshot delete | Josef Bacik | 1 | -3/+3 |
| 2024-11-29 | btrfs: don't loop for nowait writes when checking for cross references | Filipe Manana | 1 | -1/+1 |
| 2024-11-11 | btrfs: track delayed ref heads in an xarray | Filipe Manana | 1 | -1/+1 |
| 2024-11-11 | btrfs: pass fs_info to btrfs_delete_ref_head() | Filipe Manana | 1 | -4/+5 |
| 2024-11-11 | btrfs: pass fs_info to functions that search for delayed ref heads | Filipe Manana | 1 | -5/+5 |
| 2024-11-11 | btrfs: move delayed ref head unselection to delayed-ref.c | Filipe Manana | 1 | -13/+3 |
| 2024-11-11 | btrfs: simplify obtaining a delayed ref head | Filipe Manana | 1 | -34/+1 |
| 2024-11-11 | btrfs: change return type of btrfs_delayed_ref_lock() to boolean | Filipe Manana | 1 | -3/+3 |
| 2024-11-11 | btrfs: remove num_entries atomic counter from delayed ref root | Filipe Manana | 1 | -1/+0 |
| 2024-11-11 | btrfs: reduce extent tree lock contention when searching for inline backref | Robbie Ko | 1 | -3/+23 |
| 2024-11-11 | btrfs: drop unused parameter refs from visit_node_for_delete() | David Sterba | 1 | -4/+3 |
| 2024-11-11 | btrfs: correct typos in multiple comments across various files | Shen Lichuan | 1 | -1/+1 |
| 2024-10-07 | btrfs: add cancellation points to trim loops | Luca Stefani | 1 | -1/+6 |
| 2024-10-07 | btrfs: split remaining space to discard in chunks | Luca Stefani | 1 | -4/+15 |
| 2024-09-10 | btrfs: always update fstrim_range on failure in FITRIM ioctl | Luca Stefani | 1 | -2/+2 |
| 2024-08-13 | btrfs: check delayed refs when we're checking if a ref exists | Josef Bacik | 1 | -6/+45 |
| 2024-07-29 | btrfs: zoned: fix zone_unusable accounting on making block group read-write a... | Naohiro Aota | 1 | -1/+2 |
| 2024-07-11 | btrfs: avoid allocating and running pointless delayed extent operations | Filipe Manana | 1 | -36/+27 |
| 2024-07-11 | btrfs: don't BUG_ON() when 0 reference count at btrfs_lookup_extent_info() | Filipe Manana | 1 | -4/+20 |
| 2024-07-11 | btrfs: reduce nesting for extent processing at btrfs_lookup_extent_info() | Filipe Manana | 1 | -13/+9 |
| 2024-07-11 | btrfs: remove superfluous metadata check at btrfs_lookup_extent_info() | Filipe Manana | 1 | -1/+1 |
| 2024-07-11 | btrfs: remove NULL transaction support for btrfs_lookup_extent_info() | Filipe Manana | 1 | -14/+2 |
| 2024-07-11 | btrfs: do not BUG_ON() when freeing tree block after error | Filipe Manana | 1 | -10/+14 |
| 2024-07-11 | btrfs: add documentation around snapshot delete | Josef Bacik | 1 | -0/+51 |
| 2024-07-11 | btrfs: handle errors from btrfs_dec_ref() properly | Josef Bacik | 1 | -1/+4 |
| 2024-07-11 | btrfs: convert correctness BUG_ON()'s to ASSERT()'s in walk_up_proc() | Josef Bacik | 1 | -3/+3 |
| 2024-07-11 | btrfs: clean up our handling of refs == 0 in snapshot delete | Josef Bacik | 1 | -5/+23 |
| 2024-07-11 | btrfs: replace BUG_ON with ASSERT in walk_down_proc() | Josef Bacik | 1 | -2/+2 |
| 2024-07-11 | btrfs: handle errors from ref mods during UPDATE_BACKREF in walk_down_proc() | Josef Bacik | 1 | -3/+12 |
| 2024-07-11 | btrfs: don't BUG_ON on ENOMEM from btrfs_lookup_extent_info() in walk_down_pr... | Josef Bacik | 1 | -1/+0 |
| 2024-07-11 | btrfs: extract the reference dropping code into it's own helper | Josef Bacik | 1 | -70/+87 |
| 2024-07-11 | btrfs: unify logic to decide if we need to walk down into a node during snaps... | Josef Bacik | 1 | -44/+89 |
| 2024-07-11 | btrfs: remove local variable need_account in do_walk_down() | Josef Bacik | 1 | -5/+4 |
| 2024-07-11 | btrfs: factor out eb uptodate check from do_walk_down() | Josef Bacik | 1 | -20/+45 |
| 2024-07-11 | btrfs: push lookup_info into struct walk_control | Josef Bacik | 1 | -10/+12 |
| 2024-07-11 | btrfs: use btrfs_read_extent_buffer() in do_walk_down() | Josef Bacik | 1 | -11/+4 |
| 2024-07-11 | btrfs: don't do extra find_extent_buffer() in do_walk_down() | Josef Bacik | 1 | -10/+6 |
| 2024-07-11 | btrfs: rename err to ret in btrfs_drop_snapshot() | Anand Jain | 1 | -25/+26 |
| 2024-07-11 | btrfs: automatically remove the subvolume qgroup | Qu Wenruo | 1 | -0/+8 |
| 2024-05-15 | btrfs: fix end of tree detection when searching for data extent ref | Filipe Manana | 1 | -1/+1 |
| 2024-05-07 | btrfs: simplify return variables in btrfs_drop_subtree() | Anand Jain | 1 | -9/+7 |
| 2024-05-07 | btrfs: simplify return variables in lookup_extent_data_ref() | Anand Jain | 1 | -15/+14 |
| 2024-05-07 | btrfs: change root->root_key.objectid to btrfs_root_id() | Josef Bacik | 1 | -31/+25 |
| 2024-05-07 | btrfs: stop referencing btrfs_delayed_tree_ref directly | Josef Bacik | 1 | -5/+5 |
| 2024-05-07 | btrfs: stop referencing btrfs_delayed_data_ref directly | Josef Bacik | 1 | -9/+11 |
| 2024-05-07 | btrfs: make the insert backref helpers take a btrfs_delayed_ref_node | Josef Bacik | 1 | -25/+21 |
| 2024-05-07 | btrfs: drop unnecessary arguments from __btrfs_free_extent | Josef Bacik | 1 | -15/+8 |
| 2024-05-07 | btrfs: make __btrfs_inc_extent_ref take a btrfs_delayed_ref_node | Josef Bacik | 1 | -32/+9 |
| 2024-05-07 | btrfs: move ->parent and ->ref_root into btrfs_delayed_ref_node | Josef Bacik | 1 | -9/+9 |
| 2024-05-07 | btrfs: rename ->len to ->num_bytes in btrfs_ref | Josef Bacik | 1 | -7/+7 |
| 2024-05-07 | btrfs: simplify delayed ref tracepoints | Josef Bacik | 1 | -2/+2 |
| 2024-05-07 | btrfs: move ref_root into btrfs_ref | Josef Bacik | 1 | -22/+16 |
| 2024-05-07 | btrfs: do not use a function to initialize btrfs_ref | Josef Bacik | 1 | -38/+49 |
| 2024-05-07 | btrfs: locking: rename __btrfs_tree_lock() and __btrfs_tree_read_lock() | Filipe Manana | 1 | -1/+1 |
| 2024-04-09 | btrfs: zoned: add ASSERT and WARN for EXTENT_BUFFER_ZONED_ZEROOUT handling | Naohiro Aota | 1 | -0/+8 |
| 2024-03-04 | btrfs: avoid unnecessary ref initialization when freeing log tree block | Filipe Manana | 1 | -6/+7 |
| 2024-03-04 | btrfs: change BUG_ON to assertion when verifying root in btrfs_alloc_reserved... | David Sterba | 1 | -1/+1 |
| 2024-03-04 | btrfs: handle invalid extent item reference found in check_committed_ref() | David Sterba | 1 | -1/+8 |
| 2024-03-04 | btrfs: make btrfs_error_unpin_extent_range() return void | David Sterba | 1 | -7/+6 |
| 2024-03-04 | btrfs: return errors from unpin_extent_range() | David Sterba | 1 | -4/+15 |
| 2024-03-04 | btrfs: remove unused included headers | David Sterba | 1 | -4/+1 |
| 2024-01-18 | btrfs: don't warn if discard range is not aligned to sector | David Sterba | 1 | -1/+2 |
| 2024-01-12 | btrfs: zoned: optimize hint byte for zoned allocator | Naohiro Aota | 1 | -0/+18 |
| 2024-01-12 | btrfs: zoned: factor out prepare_allocation_zoned() | Naohiro Aota | 1 | -13/+19 |
| 2023-12-15 | btrfs: reflow btrfs_free_tree_block | Johannes Thumshirn | 1 | -49/+50 |
| 2023-12-15 | btrfs: remove now unneeded btrfs_redirty_list_add | Johannes Thumshirn | 1 | -4/+1 |
| 2023-12-15 | btrfs: rename EXTENT_BUFFER_NO_CHECK to EXTENT_BUFFER_ZONED_ZEROOUT | Johannes Thumshirn | 1 | -1/+1 |
| 2023-12-06 | btrfs: ensure releasing squota reserve on head refs | Boris Burkov | 1 | -14/+34 |
| 2023-11-03 | btrfs: get correct owning_root when dropping snapshot | Josef Bacik | 1 | -8/+17 |
| 2023-10-12 | btrfs: track data relocation with simple quota | Boris Burkov | 1 | -5/+8 |
| 2023-10-12 | btrfs: qgroup: track metadata relocation COW with simple quota | Boris Burkov | 1 | -2/+5 |
| 2023-10-12 | btrfs: qgroup: check generation when recording simple quota delta | Boris Burkov | 1 | -0/+4 |
| 2023-10-12 | btrfs: record simple quota deltas in delayed refs | Boris Burkov | 1 | -8/+75 |
| 2023-10-12 | btrfs: add helper for inline owner ref lookup | Boris Burkov | 1 | -0/+48 |
| 2023-10-12 | btrfs: new inline ref storing owning subvol of data extents | Boris Burkov | 1 | -11/+46 |
| 2023-10-12 | btrfs: track owning root in btrfs_ref | Boris Burkov | 1 | -8/+13 |
| 2023-10-12 | btrfs: rename tree_ref and data_ref owning_root | Boris Burkov | 1 | -5/+5 |
| 2023-10-12 | btrfs: delete stripe extent on extent deletion | Johannes Thumshirn | 1 | -0/+6 |
| 2023-10-12 | btrfs: add support for inserting raid stripe extents | Johannes Thumshirn | 1 | -0/+1 |
| 2023-10-12 | btrfs: remove useless comment from btrfs_pin_extent_for_log_replay() | Filipe Manana | 1 | -3/+0 |
| 2023-10-12 | btrfs: remove stale comment from btrfs_free_extent() | Filipe Manana | 1 | -1/+0 |
| 2023-10-12 | btrfs: abort transaction on generation mismatch when marking eb as dirty | Filipe Manana | 1 | -16/+20 |
| 2023-10-12 | btrfs: stop doing excessive space reservation for csum deletion | Filipe Manana | 1 | -5/+5 |
| 2023-10-12 | btrfs: reserve space for delayed refs on a per ref basis | Filipe Manana | 1 | -14/+15 |
| 2023-10-12 | btrfs: allow to run delayed refs by bytes to be released instead of count | Filipe Manana | 1 | -19/+34 |
| 2023-10-12 | btrfs: simplify check for extent item overrun at lookup_inline_extent_backref() | Filipe Manana | 1 | -11/+11 |
| 2023-10-12 | btrfs: return -EUCLEAN if extent item is missing when searching inline backref | Filipe Manana | 1 | -1/+1 |
| 2023-10-12 | btrfs: use a single variable for return value at lookup_inline_extent_backref() | Filipe Manana | 1 | -18/+15 |
| 2023-10-12 | btrfs: use a single variable for return value at run_delayed_extent_op() | Filipe Manana | 1 | -8/+5 |
| 2023-10-12 | btrfs: remove pointless 'ref_root' variable from run_delayed_data_ref() | Filipe Manana | 1 | -5/+3 |
| 2023-10-12 | btrfs: initialize key where it's used when running delayed data ref | Filipe Manana | 1 | -6/+8 |
| 2023-10-12 | btrfs: remove refs_to_drop argument from __btrfs_free_extent() | Filipe Manana | 1 | -5/+5 |
| 2023-10-12 | btrfs: remove refs_to_add argument from __btrfs_inc_extent_ref() | Filipe Manana | 1 | -5/+4 |
| 2023-10-12 | btrfs: remove unnecessary logic when running new delayed references | Filipe Manana | 1 | -14/+3 |
| 2023-10-12 | btrfs: move extent_buffer::lock_owner to debug section | David Sterba | 1 | -9/+23 |
| 2023-10-12 | btrfs: reduce parameters of btrfs_pin_extent_for_log_replay | David Sterba | 1 | -4/+4 |
| 2023-10-12 | btrfs: reduce parameters of btrfs_pin_reserved_extent | David Sterba | 1 | -5/+5 |
| 2023-10-12 | btrfs: reformat remaining kdoc style comments | David Sterba | 1 | -3/+3 |
| 2023-10-12 | btrfs: remove btrfs_crc32c wrapper | Josef Bacik | 1 | -3/+3 |
| 2023-09-20 | btrfs: log message if extent item not found when running delayed extent op | Filipe Manana | 1 | -1/+4 |
| 2023-09-20 | btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref() | Filipe Manana | 1 | -4/+3 |
| 2023-09-20 | btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1 | Filipe Manana | 1 | -3/+3 |
| 2023-08-21 | btrfs: remove v0 extent handling | Qu Wenruo | 1 | -14/+21 |
| 2023-08-21 | btrfs: output extra debug info if we failed to find an inline backref | Qu Wenruo | 1 | -0/+5 |
| 2023-08-21 | btrfs: zoned: do not zone finish data relocation block group | Naohiro Aota | 1 | -20/+23 |
| 2023-08-21 | btrfs: wait on uncached block groups on every allocation loop | Josef Bacik | 1 | -43/+18 |
| 2023-08-21 | btrfs: handle errors properly in update_inline_extent_backref() | Qu Wenruo | 1 | -12/+61 |
| 2023-08-21 | btrfs: zoned: don't activate non-DATA BG on allocation | Naohiro Aota | 1 | -1/+7 |
| 2023-08-21 | btrfs: move comments to btrfs_loop_type definition | Josef Bacik | 1 | -9/+28 |
| 2023-08-21 | btrfs: move btrfs_free_excluded_extents() into block-group.c | Filipe Manana | 1 | -12/+0 |
| 2023-08-21 | btrfs: open code trivial btrfs_add_excluded_extent() | Filipe Manana | 1 | -9/+0 |
| 2023-08-21 | btrfs: make find_first_extent_bit() return a boolean | Filipe Manana | 1 | -3/+2 |
| 2023-08-10 | btrfs: set cache_block_group_error if we find an error | Josef Bacik | 1 | -1/+4 |
| 2023-06-19 | btrfs: use bool type for delayed ref head fields that are used as booleans | Filipe Manana | 1 | -7/+7 |
| 2023-06-19 | btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_node | Filipe Manana | 1 | -1/+0 |
| 2023-06-19 | btrfs: drop gfp from parameter extent state helpers | David Sterba | 1 | -8/+6 |
| 2023-06-19 | btrfs: drop NOFAIL from set_extent_bit allocation masks | David Sterba | 1 | -2/+1 |
| 2023-06-19 | btrfs: open code set_extent_bits | David Sterba | 1 | -5/+5 |
| 2023-06-19 | btrfs: open code set_extent_dirty | David Sterba | 1 | -6/+9 |
| 2023-06-19 | btrfs: open code set_extent_new | David Sterba | 1 | -2/+3 |
| 2023-06-19 | btrfs: fix comment referring to no longer existing btrfs_clean_tree_block() | Filipe Manana | 1 | -1/+1 |
| 2023-06-19 | btrfs: remove level argument from btrfs_set_block_flags | Josef Bacik | 1 | -4/+3 |
| 2023-06-19 | btrfs: use SECTOR_SHIFT to convert LBA to physical offset | Anand Jain | 1 | -2/+2 |
| 2023-06-19 | btrfs: use SECTOR_SHIFT to convert physical offset to LBA | Anand Jain | 1 | -2/+4 |
| 2023-06-19 | btrfs: improve leaf dump and error handling | Qu Wenruo | 1 | -66/+57 |
| 2023-06-19 | btrfs: print-tree: pass const extent buffer pointer | Qu Wenruo | 1 | -1/+1 |
| 2023-04-17 | btrfs: remove obsolete delayed ref throttling logic when truncating items | Filipe Manana | 1 | -25/+2 |
| 2023-04-17 | btrfs: abort the transaction if we get an error during snapshot drop | Josef Bacik | 1 | -0/+2 |
| 2023-04-17 | btrfs: handle errors in walk_down_tree properly | Josef Bacik | 1 | -4/+4 |
| 2023-02-15 | btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirty | Josef Bacik | 1 | -3/+3 |
| 2023-02-15 | btrfs: add trans argument to btrfs_clean_tree_block | Josef Bacik | 1 | -2/+2 |
| 2023-02-15 | btrfs: always lock the block before calling btrfs_clean_tree_block | Josef Bacik | 1 | -2/+1 |
| 2023-02-13 | btrfs: remove duplicate include header in extent-tree.c | ye xingchen | 1 | -1/+0 |
| 2023-02-13 | btrfs: don't use size classes for zoned file systems | Boris Burkov | 1 | -1/+1 |
| 2023-02-13 | btrfs: introduce size class to block group allocator | Boris Burkov | 1 | -34/+37 |
| 2023-02-13 | btrfs: add more find_free_extent tracepoints | Boris Burkov | 1 | -0/+4 |
| 2023-02-13 | btrfs: pass find_free_extent_ctl to allocator tracepoints | Boris Burkov | 1 | -86/+6 |