aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/block-rsv.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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