summaryrefslogtreecommitdiff
path: root/fs/btrfs/extent-tree.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-19btrfs: use bool type for delayed ref head fields that are used as booleansFilipe Manana1-7/+7
2023-06-19btrfs: remove pointless in_tree field from struct btrfs_delayed_ref_nodeFilipe Manana1-1/+0
2023-06-19btrfs: drop gfp from parameter extent state helpersDavid Sterba1-8/+6
2023-06-19btrfs: drop NOFAIL from set_extent_bit allocation masksDavid Sterba1-2/+1
2023-06-19btrfs: open code set_extent_bitsDavid Sterba1-5/+5
2023-06-19btrfs: open code set_extent_dirtyDavid Sterba1-6/+9
2023-06-19btrfs: open code set_extent_newDavid Sterba1-2/+3
2023-06-19btrfs: fix comment referring to no longer existing btrfs_clean_tree_block()Filipe Manana1-1/+1
2023-06-19btrfs: remove level argument from btrfs_set_block_flagsJosef Bacik1-4/+3
2023-06-19btrfs: use SECTOR_SHIFT to convert LBA to physical offsetAnand Jain1-2/+2
2023-06-19btrfs: use SECTOR_SHIFT to convert physical offset to LBAAnand Jain1-2/+4
2023-06-19btrfs: improve leaf dump and error handlingQu Wenruo1-66/+57
2023-06-19btrfs: print-tree: pass const extent buffer pointerQu Wenruo1-1/+1
2023-04-17btrfs: remove obsolete delayed ref throttling logic when truncating itemsFilipe Manana1-25/+2
2023-04-17btrfs: abort the transaction if we get an error during snapshot dropJosef Bacik1-0/+2
2023-04-17btrfs: handle errors in walk_down_tree properlyJosef Bacik1-4/+4
2023-02-15btrfs: rename btrfs_clean_tree_block to btrfs_clear_buffer_dirtyJosef Bacik1-3/+3
2023-02-15btrfs: add trans argument to btrfs_clean_tree_blockJosef Bacik1-2/+2
2023-02-15btrfs: always lock the block before calling btrfs_clean_tree_blockJosef Bacik1-2/+1
2023-02-13btrfs: remove duplicate include header in extent-tree.cye xingchen1-1/+0
2023-02-13btrfs: don't use size classes for zoned file systemsBoris Burkov1-1/+1
2023-02-13btrfs: introduce size class to block group allocatorBoris Burkov1-34/+37
2023-02-13btrfs: add more find_free_extent tracepointsBoris Burkov1-0/+4
2023-02-13btrfs: pass find_free_extent_ctl to allocator tracepointsBoris Burkov1-86/+6
2023-02-13btrfs: directly pass in fs_info to btrfs_merge_delayed_refsJohannes Thumshirn1-2/+2
2023-01-03btrfs: always report error in run_one_delayed_ref()Qu Wenruo1-2/+5
2022-12-05btrfs: split the bio submission path into a separate fileChristoph Hellwig1-0/+1
2022-12-05btrfs: use btrfs_dev_name() helper to handle missing devices betterQu Wenruo1-1/+1
2022-12-05btrfs: concentrate all tree block parentness check parameters into one structureQu Wenruo1-4/+8
2022-12-05btrfs: move orphan prototypes into orphan.hJosef Bacik1-0/+1
2022-12-05btrfs: move file-item prototypes into their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move root tree prototypes to their own headerJosef Bacik1-0/+1
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik1-34/+0
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-10-24btrfs: fix tree mod log mishandling of reallocated nodesJosef Bacik1-12/+13
2022-09-29btrfs: set generation before calling btrfs_clean_tree_block in btrfs_init_new...Tetsuo Handa1-0/+3
2022-09-29btrfs: make can_nocow_extent nowait compatibleJosef Bacik1-0/+6
2022-09-26btrfs: speedup checking for extent sharedness during fiemapFilipe Manana1-1/+9
2022-09-26btrfs: get rid of block group caching progress logicOmar Sandoval1-7/+2
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik1-2/+3
2022-08-23btrfs: fix space cache corruption and potential double allocationsOmar Sandoval1-24/+6
2022-08-17btrfs: fix lockdep splat with reloc root extent buffersJosef Bacik1-1/+17
2022-07-25btrfs: zoned: write out partially allocated regionNaohiro Aota1-0/+10
2022-07-25btrfs: zoned: finish least available block group on data bg allocationNaohiro Aota1-10/+40
2022-07-25btrfs: let can_allocate_chunk return errorNaohiro Aota1-7/+8
2022-07-25btrfs: use named constant for reserved device spaceQu Wenruo1-3/+3
2022-07-25btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig1-44/+28
2022-07-16Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1