summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: reduce parameters of btrfs_pin_extent_for_log_replayDavid Sterba2023-10-121-4/+4
* btrfs: reduce parameters of btrfs_pin_reserved_extentDavid Sterba2023-10-121-5/+5
* btrfs: reformat remaining kdoc style commentsDavid Sterba2023-10-121-3/+3
* btrfs: remove btrfs_crc32c wrapperJosef Bacik2023-10-121-3/+3
* btrfs: log message if extent item not found when running delayed extent opFilipe Manana2023-09-201-1/+4
* btrfs: remove redundant BUG_ON() from __btrfs_inc_extent_ref()Filipe Manana2023-09-201-4/+3
* btrfs: return -EUCLEAN for delayed tree ref with a ref count not equals to 1Filipe Manana2023-09-201-3/+3
* btrfs: remove v0 extent handlingQu Wenruo2023-08-211-14/+21
* btrfs: output extra debug info if we failed to find an inline backrefQu Wenruo2023-08-211-0/+5
* btrfs: zoned: do not zone finish data relocation block groupNaohiro Aota2023-08-211-20/+23
* btrfs: wait on uncached block groups on every allocation loopJosef Bacik2023-08-211-43/+18
* btrfs: handle errors properly in update_inline_extent_backref()Qu Wenruo2023-08-211-12/+61
* btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota2023-08-211-1/+7
* btrfs: move comments to btrfs_loop_type definitionJosef Bacik2023-08-211-9/+28
* btrfs: move btrfs_free_excluded_extents() into block-group.cFilipe Manana2023-08-211-12/+0
* btrfs: open code trivial btrfs_add_excluded_extent()Filipe Manana2023-08-211-9/+0
* btrfs: make find_first_extent_bit() return a booleanFilipe Manana2023-08-211-3/+2
* btrfs: set cache_block_group_error if we find an errorJosef Bacik2023-08-101-1/+4
* btrfs: use bool type for delayed ref head fields that are used as booleansFilipe Manana2023-06-191-7/+7
* btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana2023-06-191-1/+0
* btrfs: drop gfp from parameter extent state helpersDavid Sterba2023-06-191-8/+6
* btrfs: drop NOFAIL from set_extent_bit allocation masksDavid Sterba2023-06-191-2/+1
* btrfs: open code set_extent_bitsDavid Sterba2023-06-191-5/+5
* btrfs: open code set_extent_dirtyDavid Sterba2023-06-191-6/+9
* btrfs: open code set_extent_newDavid Sterba2023-06-191-2/+3
* btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()Filipe Manana2023-06-191-1/+1
* btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik2023-06-191-4/+3
* btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain2023-06-191-2/+2
* btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain2023-06-191-2/+4
* btrfs: improve leaf dump and error handlingQu Wenruo2023-06-191-66/+57
* btrfs: print-tree: pass const extent buffer pointerQu Wenruo2023-06-191-1/+1
* btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana2023-04-171-25/+2
* btrfs: abort the transaction if we get an error during snapshot dropJosef Bacik2023-04-171-0/+2
* btrfs: handle errors in walk_down_tree properlyJosef Bacik2023-04-171-4/+4
* btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik2023-02-151-3/+3
* btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik2023-02-151-2/+2
* btrfs: always lock the block before calling btrfs_clean_tree_blockJosef Bacik2023-02-151-2/+1
* btrfs: remove duplicate include header in extent-tree.cye xingchen2023-02-131-1/+0
* btrfs: don't use size classes for zoned file systemsBoris Burkov2023-02-131-1/+1
* btrfs: introduce size class to block group allocatorBoris Burkov2023-02-131-34/+37
* btrfs: add more find_free_extent tracepointsBoris Burkov2023-02-131-0/+4
* btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov2023-02-131-86/+6
* btrfs: directly pass in fs_info to btrfs_merge_delayed_refsJohannes Thumshirn2023-02-131-2/+2
* btrfs: always report error in run_one_delayed_ref()Qu Wenruo2023-01-031-2/+5
* btrfs: split the bio submission path into a separate fileChristoph Hellwig2022-12-051-0/+1
* btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo2022-12-051-1/+1
* btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo2022-12-051-4/+8
* btrfs: move orphan prototypes into orphan.hJosef Bacik2022-12-051-0/+1
* btrfs: move file-item prototypes into their own headerJosef Bacik2022-12-051-0/+1
* btrfs: move root tree prototypes to their own headerJosef Bacik2022-12-051-0/+1