Age | Commit message (Expand) | Author | Files | Lines |
2022-01-07 | btrfs: reserve extra space for the free space tree | Josef Bacik | 1 | -0/+1 |
2022-01-07 | btrfs: include the free space tree in the global rsv minimum calculation | Josef Bacik | 1 | -13/+17 |
2022-01-03 | btrfs: stop accessing ->csum_root directly | Josef Bacik | 1 | -3/+5 |
2022-01-03 | btrfs: stop accessing ->extent_root directly | Josef Bacik | 1 | -1/+3 |
2022-01-03 | btrfs: init root block_rsv at init root time | Josef Bacik | 1 | -16/+23 |
2022-01-03 | btrfs: change root to fs_info for btrfs_reserve_metadata_bytes | Josef Bacik | 1 | -5/+5 |
2020-12-08 | btrfs: introduce mount option rescue=ignorebadroots | Josef Bacik | 1 | -0/+8 |
2020-11-05 | btrfs: print the block rsv type when we fail our reservation | Josef Bacik | 1 | -1/+2 |
2020-05-25 | btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE | Qu Wenruo | 1 | -1/+1 |
2020-05-25 | btrfs: force chunk allocation if our global rsv is larger than metadata | Josef Bacik | 1 | -0/+3 |
2020-03-23 | btrfs: Remove __ prefix from btrfs_block_rsv_release | Nikolay Borisov | 1 | -5/+6 |
2020-03-23 | btrfs: slightly simplify global block reserve calculations | Anand Jain | 1 | -1/+1 |
2020-03-23 | btrfs: add a comment describing block reserves | Josef Bacik | 1 | -0/+92 |
2019-09-09 | btrfs: use btrfs_try_granting_tickets in update_global_rsv | Josef Bacik | 1 | -0/+1 |
2019-09-09 | btrfs: always reserve our entire size for the global reserve | Josef Bacik | 1 | -9/+4 |
2019-09-09 | btrfs: change the minimum global reserve size | Josef Bacik | 1 | -1/+21 |
2019-09-09 | btrfs: rename btrfs_space_info_add_old_bytes | Josef Bacik | 1 | -2/+3 |
2019-09-09 | btrfs: roll tracepoint into btrfs_space_info_update helper | Josef Bacik | 1 | -5/+0 |
2019-09-09 | btrfs: move math functions to misc.h | David Sterba | 1 | -1/+1 |
2019-07-02 | btrfs: migrate the global_block_rsv helpers to block-rsv.c | Josef Bacik | 1 | -0/+172 |
2019-07-02 | btrfs: migrate the block-rsv code to block-rsv.c | Josef Bacik | 1 | -0/+253 |