summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* btrfs: split discard handling out of btrfs_map_blockChristoph Hellwig2022-07-251-44/+28
* Merge tag 'for-5.19-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-07-161-1/+1
|\
| * Revert "btrfs: turn fs_roots_radix in btrfs_fs_info into an XArray"David Sterba2022-07-151-1/+1
* | Merge tag 'for-5.19-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-06-261-2/+18
|\|
| * btrfs: zoned: prevent allocation from previous data relocation BGNaohiro Aota2022-06-211-2/+18
* | Merge tag 'for-5.19-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda...Linus Torvalds2022-05-241-33/+28
|\|
| * btrfs: zoned: introduce btrfs_zoned_bg_is_fullNaohiro Aota2022-05-161-2/+1
| * btrfs: improve error reporting in lookup_inline_extent_backrefNikolay Borisov2022-05-161-1/+7
| * btrfs: remove btrfs_delayed_extent_op::is_dataDavid Sterba2022-05-161-4/+2
| * btrfs: sink parameter is_data to btrfs_set_disk_extent_flagsDavid Sterba2022-05-161-3/+3
| * btrfs: turn fs_roots_radix in btrfs_fs_info into an XArrayGabriel Niebler2022-05-161-1/+1
| * btrfs: use a read/write lock for protecting the block groups treeFilipe Manana2022-05-161-2/+2
| * btrfs: use rbtree with leftmost node cached for tracking lowest block groupFilipe Manana2022-05-161-13/+9
| * btrfs: remove search start argument from first_logical_byte()Filipe Manana2022-05-161-3/+4
| * btrfs: stop allocating a path when checking if cross reference existsFilipe Manana2022-05-161-7/+2
* | block: decouple REQ_OP_SECURE_ERASE from REQ_OP_DISCARDChristoph Hellwig2022-04-171-2/+2
* | block: remove QUEUE_FLAG_DISCARDChristoph Hellwig2022-04-171-2/+2
|/
* btrfs: zoned: activate block group only for extent allocationNaohiro Aota2022-04-061-1/+1