summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* btrfs: move extent-tree helpers into their own header fileJosef Bacik2022-12-051-0/+1
* btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik2022-12-051-34/+0
* btrfs: move accessor helpers into accessors.hJosef Bacik2022-12-051-0/+1
* btrfs: move fs wide helpers out of ctree.hJosef Bacik2022-12-051-0/+1
* btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik2022-10-241-12/+13
* btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa2022-09-291-0/+3
* btrfs: make can_nocow_extent nowait compatibleJosef Bacik2022-09-291-0/+6
* btrfs: speedup checking for extent sharedness during fiemapFilipe Manana2022-09-261-1/+9
* btrfs: get rid of block group caching progress logicOmar Sandoval2022-09-261-7/+2
* btrfs: convert block group bit field to use bit helpersJosef Bacik2022-09-261-2/+3
* btrfs: fix space cache corruption and potential double allocationsOmar Sandoval2022-08-231-24/+6
* btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik2022-08-171-1/+17
* btrfs: zoned: write out partially allocated regionNaohiro Aota2022-07-251-0/+10
* btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota2022-07-251-10/+40
* btrfs: let can_allocate_chunk return errorNaohiro Aota2022-07-251-7/+8
* btrfs: use named constant for reserved device spaceQu Wenruo2022-07-251-3/+3