summaryrefslogtreecommitdiff
path: root/fs/btrfs/block-rsv.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2024-02-22btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserveFilipe Manana1-1/+1
2023-10-12btrfs: read raid stripe tree from diskJohannes Thumshirn1-0/+6
2023-10-12btrfs: always reserve space for delayed refs when starting transactionFilipe Manana1-3/+3
2023-10-12btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()Filipe Manana1-5/+7
2023-07-20btrfs: account block group tree when calculating global reserve sizeFilipe Manana1-0/+5
2023-06-19btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.cJosef Bacik1-0/+19
2023-05-03btrfs: don't free qgroup space unless specifiedJosef Bacik1-1/+2
2023-04-17btrfs: calculate the right space for delayed refs when updating global reserveFilipe Manana1-5/+6
2023-04-17btrfs: use a constant for the number of metadata units needed for an unlinkFilipe Manana1-5/+6
2023-04-17btrfs: fix calculation of the global block reserve's sizeFilipe Manana1-3/+3
2023-04-17btrfs: simplify variables in btrfs_block_rsv_refill()Filipe Manana1-3/+1
2023-04-17btrfs: remove check for NULL block reserve at btrfs_block_rsv_check()Filipe Manana1-3/+0
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba1-2/+2
2022-12-05btrfs: remove unused btrfs_cond_migrate_bytesJosef Bacik1-25/+0
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move mount option definitions to fs.hJosef Bacik1-0/+1
2022-12-05btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCYJosef Bacik1-0/+12
2022-09-26btrfs: add KCSAN annotations for unlocked access to block_rsv->fullDavid Sterba1-1/+1
2022-09-26btrfs: don't save block group root into super blockQu Wenruo1-0/+1
2022-07-25btrfs: use enum for btrfs_block_rsv::typeDavid Sterba1-3/+3
2022-07-25btrfs: switch btrfs_block_rsv::full to boolDavid Sterba1-9/+6
2022-01-07btrfs: reserve extra space for the free space treeJosef Bacik1-0/+1
2022-01-07btrfs: include the free space tree in the global rsv minimum calculationJosef Bacik1-13/+17
2022-01-03btrfs: stop accessing ->csum_root directlyJosef Bacik1-3/+5
2022-01-03btrfs: stop accessing ->extent_root directlyJosef Bacik1-1/+3
2022-01-03btrfs: init root block_rsv at init root timeJosef Bacik1-16/+23
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik1-5/+5
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsJosef Bacik1-0/+8
2020-11-05btrfs: print the block rsv type when we fail our reservationJosef Bacik1-1/+2
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEQu Wenruo1-1/+1
2020-05-25btrfs: force chunk allocation if our global rsv is larger than metadataJosef Bacik1-0/+3
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseNikolay Borisov1-5/+6
2020-03-23btrfs: slightly simplify global block reserve calculationsAnand Jain1-1/+1
2020-03-23btrfs: add a comment describing block reservesJosef Bacik1-0/+92
2019-09-09btrfs: use btrfs_try_granting_tickets in update_global_rsvJosef Bacik1-0/+1
2019-09-09btrfs: always reserve our entire size for the global reserveJosef Bacik1-9/+4
2019-09-09btrfs: change the minimum global reserve sizeJosef Bacik1-1/+21
2019-09-09btrfs: rename btrfs_space_info_add_old_bytesJosef Bacik1-2/+3
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik1-5/+0
2019-09-09btrfs: move math functions to misc.hDavid Sterba1-1/+1
2019-07-02btrfs: migrate the global_block_rsv helpers to block-rsv.cJosef Bacik1-0/+172
2019-07-02btrfs: migrate the block-rsv code to block-rsv.cJosef Bacik1-0/+253