aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/block-rsv.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-07btrfs: reserve extra space for the free space treeGravatar Josef Bacik 1-0/+1
2022-01-07btrfs: include the free space tree in the global rsv minimum calculationGravatar Josef Bacik 1-13/+17
2022-01-03btrfs: stop accessing ->csum_root directlyGravatar Josef Bacik 1-3/+5
2022-01-03btrfs: stop accessing ->extent_root directlyGravatar Josef Bacik 1-1/+3
2022-01-03btrfs: init root block_rsv at init root timeGravatar Josef Bacik 1-16/+23
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesGravatar Josef Bacik 1-5/+5
2020-12-08btrfs: introduce mount option rescue=ignorebadrootsGravatar Josef Bacik 1-0/+8
2020-11-05btrfs: print the block rsv type when we fail our reservationGravatar Josef Bacik 1-1/+2
2020-05-25btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLEGravatar Qu Wenruo 1-1/+1
2020-05-25btrfs: force chunk allocation if our global rsv is larger than metadataGravatar Josef Bacik 1-0/+3
2020-03-23btrfs: Remove __ prefix from btrfs_block_rsv_releaseGravatar Nikolay Borisov 1-5/+6
2020-03-23btrfs: slightly simplify global block reserve calculationsGravatar Anand Jain 1-1/+1
2020-03-23btrfs: add a comment describing block reservesGravatar Josef Bacik 1-0/+92
2019-09-09btrfs: use btrfs_try_granting_tickets in update_global_rsvGravatar Josef Bacik 1-0/+1
2019-09-09btrfs: always reserve our entire size for the global reserveGravatar Josef Bacik 1-9/+4
2019-09-09btrfs: change the minimum global reserve sizeGravatar Josef Bacik 1-1/+21
2019-09-09btrfs: rename btrfs_space_info_add_old_bytesGravatar Josef Bacik 1-2/+3
2019-09-09btrfs: roll tracepoint into btrfs_space_info_update helperGravatar Josef Bacik 1-5/+0
2019-09-09btrfs: move math functions to misc.hGravatar David Sterba 1-1/+1
2019-07-02btrfs: migrate the global_block_rsv helpers to block-rsv.cGravatar Josef Bacik 1-0/+172
2019-07-02btrfs: migrate the block-rsv code to block-rsv.cGravatar Josef Bacik 1-0/+253