index
:
linux-toradex.git
colibri
colibri_vf
master
tegra
tegra-next
toradex_4.1-2.0.x-imx
toradex_4.1-2.0.x-imx-next
toradex_4.14-2.0.x-imx
toradex_4.14-2.0.x-imx-next
toradex_4.14-2.0.x-imx-rebased
toradex_4.14-2.3.x-imx
toradex_4.19.y
toradex_4.19.y-rt
toradex_4.20.y
toradex_4.9-1.0.x-imx
toradex_4.9-1.0.x-imx-next
toradex_4.9-1.0.x-imx-rebased
toradex_4.9-2.3.x-imx
toradex_4.9-2.3.x-imx-next
toradex_4.9-2.3.x-imx-rebased
toradex_5.0.y
toradex_5.15-2.0.x-imx
toradex_5.15-2.1.x-imx
toradex_5.15-2.2.x-imx
toradex_5.2.y
toradex_5.3.y
toradex_5.4-2.1.x-imx
toradex_5.4-2.3.x-imx
toradex_5.4.y
toradex_6.12-2.0.x-imx
toradex_6.6-2.0.x-imx
toradex_6.6-2.1.x-imx
toradex_6.6-2.2.x-imx
toradex_imx6
toradex_imx_3.10.17_1.0.0_ga
toradex_imx_3.10.17_1.0.0_ga-next
toradex_imx_3.14.28_1.0.0_ga
toradex_imx_3.14.52_1.1.0_ga
toradex_imx_3.14.52_1.1.0_ga-next
toradex_imx_4.1.15_1.0.0_ga
toradex_imx_4.1.15_1.0.0_ga-next
toradex_imx_4.14.78_1.0.0_ga-bring_up
toradex_imx_4.9.123_imx8mm_ga-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up
toradex_imx_4.9.51_imx8_beta1-bring_up_ov5640
toradex_imx_4.9.51_imx8_beta2-bring_up
toradex_ti-linux-5.10.y_bringup
toradex_ti-linux-6.1.y
toradex_ti-linux-6.6.y
toradex_tk1_l4t_r21.5
toradex_tk1_l4t_r21.6
toradex_tk1_l4t_r21.7
toradex_tk1_l4t_r21.7-next
toradex_vf_3.18
toradex_vf_3.18-next
toradex_vf_4.0
toradex_vf_4.0-next
toradex_vf_4.1
toradex_vf_4.1-next
toradex_vf_4.4
toradex_vf_4.4-next
Linux kernel for Apalis and Colibri modules
Toradex
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
block-rsv.c
Age
Commit message (
Expand
)
Author
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-02-22
btrfs: fix data race at btrfs_use_block_rsv() when accessing block reserve
Filipe Manana
2023-10-12
btrfs: read raid stripe tree from disk
Johannes Thumshirn
2023-10-12
btrfs: always reserve space for delayed refs when starting transaction
Filipe Manana
2023-10-12
btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()
Filipe Manana
2023-07-20
btrfs: account block group tree when calculating global reserve size
Filipe Manana
2023-06-19
btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.c
Josef Bacik
2023-05-03
btrfs: don't free qgroup space unless specified
Josef Bacik
2023-04-17
btrfs: calculate the right space for delayed refs when updating global reserve
Filipe Manana
2023-04-17
btrfs: use a constant for the number of metadata units needed for an unlink
Filipe Manana
2023-04-17
btrfs: fix calculation of the global block reserve's size
Filipe Manana
2023-04-17
btrfs: simplify variables in btrfs_block_rsv_refill()
Filipe Manana
2023-04-17
btrfs: remove check for NULL block reserve at btrfs_block_rsv_check()
Filipe Manana
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
2022-12-05
btrfs: remove unused btrfs_cond_migrate_bytes
Josef Bacik
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: move mount option definitions to fs.h
Josef Bacik
2022-12-05
btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCY
Josef Bacik
2022-09-26
btrfs: add KCSAN annotations for unlocked access to block_rsv->full
David Sterba
2022-09-26
btrfs: don't save block group root into super block
Qu Wenruo
2022-07-25
btrfs: use enum for btrfs_block_rsv::type
David Sterba
2022-07-25
btrfs: switch btrfs_block_rsv::full to bool
David Sterba
2022-01-07
btrfs: reserve extra space for the free space tree
Josef Bacik
2022-01-07
btrfs: include the free space tree in the global rsv minimum calculation
Josef Bacik
2022-01-03
btrfs: stop accessing ->csum_root directly
Josef Bacik
2022-01-03
btrfs: stop accessing ->extent_root directly
Josef Bacik
2022-01-03
btrfs: init root block_rsv at init root time
Josef Bacik
2022-01-03
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
2020-11-05
btrfs: print the block rsv type when we fail our reservation
Josef Bacik
2020-05-25
btrfs: rename BTRFS_ROOT_REF_COWS to BTRFS_ROOT_SHAREABLE
Qu Wenruo
2020-05-25
btrfs: force chunk allocation if our global rsv is larger than metadata
Josef Bacik
2020-03-23
btrfs: Remove __ prefix from btrfs_block_rsv_release
Nikolay Borisov
2020-03-23
btrfs: slightly simplify global block reserve calculations
Anand Jain
2020-03-23
btrfs: add a comment describing block reserves
Josef Bacik
2019-09-09
btrfs: use btrfs_try_granting_tickets in update_global_rsv
Josef Bacik
2019-09-09
btrfs: always reserve our entire size for the global reserve
Josef Bacik
2019-09-09
btrfs: change the minimum global reserve size
Josef Bacik
2019-09-09
btrfs: rename btrfs_space_info_add_old_bytes
Josef Bacik
2019-09-09
btrfs: roll tracepoint into btrfs_space_info_update helper
Josef Bacik
2019-09-09
btrfs: move math functions to misc.h
David Sterba
2019-07-02
btrfs: migrate the global_block_rsv helpers to block-rsv.c
Josef Bacik
2019-07-02
btrfs: migrate the block-rsv code to block-rsv.c
Josef Bacik