summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/extent-tree.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: zoned: activate block group only for extent allocationNaohiro Aota2022-04-061-1/+1
* btrfs: factor out do_free_extent_accounting helperJosef Bacik2022-03-141-22/+30
* btrfs: remove last_ref from the extent freeing codeJosef Bacik2022-03-141-23/+11
* btrfs: add a alloc_reserved_extent helperJosef Bacik2022-03-141-32/+24
* btrfs: remove BUG_ON(ret) in alloc_reserved_tree_blockJosef Bacik2022-03-141-1/+2
* btrfs: zoned: remove redundant initialization of to_addJiapeng Chong2022-03-141-4/+3
* btrfs: do not start relocation until in progress drops are doneJosef Bacik2022-03-021-0/+10
* btrfs: zoned: fix chunk allocation condition for zoned allocatorNaohiro Aota2022-01-071-12/+9
* btrfs: add extent allocator hook to decide to allocate chunk or notNaohiro Aota2022-01-071-0/+17
* btrfs: zoned: unset dedicated block group on allocation failureNaohiro Aota2022-01-071-4/+16
* btrfs: track the csum, extent, and free space trees in a rb treeJosef Bacik2022-01-031-0/+1
* btrfs: stop accessing ->csum_root directlyJosef Bacik2022-01-031-3/+8
* btrfs: stop accessing ->extent_root directlyJosef Bacik2022-01-031-15/+25
* btrfs: use chunk_root in find_free_extent_update_loopJosef Bacik2022-01-031-1/+1
* btrfs: make remove_extent_backref pass the rootJosef Bacik2022-01-031-8/+10
* btrfs: drop the _nr from the item helpersJosef Bacik2022-01-031-7/+7
* btrfs: fix invalid delayed ref after subvolume creation failureFilipe Manana2021-12-151-6/+7
* btrfs: fail if fstrim_range->start == U64_MAXJosef Bacik2021-12-081-0/+3
* btrfs: reduce btrfs_update_block_group alloc argument to boolAnand Jain2021-10-261-3/+3
* btrfs: pull up qgroup checks from delayed-ref core to init timeNikolay Borisov2021-10-261-5/+0
* btrfs: add additional parameters to btrfs_init_tree_ref/btrfs_init_data_refNikolay Borisov2021-10-261-6/+11
* btrfs: rename root fields in delayed refs structsNikolay Borisov2021-10-261-5/+5
* btrfs: assert that extent buffers are write locked instead of only lockedFilipe Manana2021-10-261-2/+2
* btrfs: rename btrfs_bio to btrfs_io_contextQu Wenruo2021-10-261-10/+9
* btrfs: zoned: let the for_treelog test in the allocator stand outJohannes Thumshirn2021-10-261-3/+4
* btrfs: zoned: add a dedicated data relocation block groupJohannes Thumshirn2021-10-261-2/+49
* btrfs: introduce btrfs_is_data_reloc_rootJohannes Thumshirn2021-10-261-1/+1
* btrfs: zoned: avoid chunk allocation if active block group has enough spaceNaohiro Aota2021-10-261-7/+21
* btrfs: move ffe_ctl one level upNaohiro Aota2021-10-261-75/+87
* btrfs: zoned: activate block group on allocationNaohiro Aota2021-10-261-0/+12
* btrfs: zoned: calculate free space from zone capacityNaohiro Aota2021-10-261-1/+2
* btrfs: unlock newly allocated extent buffer after errorQu Wenruo2021-10-071-0/+1
* btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza2021-08-231-1/+1
* btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain2021-08-231-5/+5
* btrfs: check for missing device in btrfs_trim_fsAnand Jain2021-07-221-0/+3
* btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik2021-06-221-15/+0
* btrfs: fix typos in commentsDavid Sterba2021-06-221-1/+1
* btrfs: always abort the transaction if we abort a trans handleJosef Bacik2021-06-211-1/+0
* btrfs: return errors from btrfs_del_csums in cleanup_ref_headJosef Bacik2021-05-271-1/+1
* btrfs: fix unmountable seed device after fstrimAnand Jain2021-05-041-1/+5
* btrfs: use the new bit BTRFS_FS_TREE_MOD_LOG_USERS at btrfs_free_tree_block()Filipe Manana2021-04-191-5/+3
* btrfs: unexport btrfs_extent_readonly() and make it staticAnand Jain2021-04-191-13/+0
* btrfs: always pin deleted leaves when there are active tree mod log usersFilipe Manana2021-03-161-1/+22
* btrfs: zoned: extend zoned allocator to use dedicated tree-log block groupNaohiro Aota2021-02-091-4/+71
* btrfs: zoned: implement cloning for zoned device-replaceNaohiro Aota2021-02-091-15/+42
* btrfs: zoned: reset zones of unused block groupsNaohiro Aota2021-02-091-5/+12
* btrfs: zoned: redirty released extent buffersNaohiro Aota2021-02-091-1/+11
* btrfs: zoned: implement sequential extent allocationNaohiro Aota2021-02-091-6/+84
* btrfs: zoned: track unusable bytes for zonesNaohiro Aota2021-02-091-0/+5
* btrfs: remove bogus BUG_ON in alloc_reserved_tree_blockJosef Bacik2021-02-081-1/+0