You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`btrfs-allocation-data-bg_reclaim_threshold`|`/sys/fs/btrfs/FS-UUID/allocation/data/bg_reclaim_threshold`| 0–99 (percent) | 0 (off) | v5.19+ | Triggers background reclaim for DATA block groups when usage drops to the threshold. |
106
-
|`btrfs-allocation-metadata-bg_reclaim_threshold`|`/sys/fs/btrfs/FS-UUID/allocation/metadata/bg_reclaim_threshold`| 0–99 (percent) | 0 (off) | v5.19+ | Same as above, for METADATA block groups. |
107
-
|`btrfs-allocation-data-dynamic_reclaim`|`/sys/fs/btrfs/FS-UUID/allocation/data/dynamic_reclaim`|`0` or `1`| 0 (off) | v6.11+ | Heuristic reclaim that addresses [some concerns](https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f5ff64ccf7bb7274ed66b0d835b2f6ae10af5d7a) of `bg_reclaim_threshold`. |
108
-
|`btrfs-allocation-metadata-dynamic_reclaim`|`/sys/fs/btrfs/FS-UUID/allocation/metadata/dynamic_reclaim`|`0` or `1`| 0 (off) | v6.11+ | Same as above, for METADATA block groups. |
109
-
|`btrfs-bdi-read_ahead_kb`|`/sys/fs/btrfs/FS-UUID/bdi/read_ahead_kb`| integer kB ≥ 0 | kernel/device dependent | v5.9+ | Per-BDI readahead. Powers of two are commonly used. |
103
+
| Setting | Sysfs path | Value | Default | Supported on Linux versions| Notes |
|`btrfs-allocation-data-bg_reclaim_threshold`|`/sys/fs/btrfs/FS-UUID/allocation/data/bg_reclaim_threshold`| 0–99 (percent) | 0 (off) | v5.19+ | Triggers background reclaim for DATA block groups when usage drops to the threshold. |
106
+
|`btrfs-allocation-metadata-bg_reclaim_threshold`|`/sys/fs/btrfs/FS-UUID/allocation/metadata/bg_reclaim_threshold`| 0–99 (percent) | 0 (off) | v5.19+ | Same as above, for METADATA block groups. |
107
+
|`btrfs-allocation-data-dynamic_reclaim`|`/sys/fs/btrfs/FS-UUID/allocation/data/dynamic_reclaim`|`0` or `1`| 0 (off) | v6.11+ | Heuristic reclaim that addresses [some concerns](https://web.git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=f5ff64ccf7bb7274ed66b0d835b2f6ae10af5d7a) of `bg_reclaim_threshold`. |
108
+
|`btrfs-allocation-metadata-dynamic_reclaim`|`/sys/fs/btrfs/FS-UUID/allocation/metadata/dynamic_reclaim`|`0` or `1`| 0 (off) | v6.11+ | Same as above, for METADATA block groups. |
109
+
|`btrfs-bdi-read_ahead_kb`|`/sys/fs/btrfs/FS-UUID/bdi/read_ahead_kb`| integer kB ≥ 0 | kernel/device dependent | v5.9+ | Per-BDI readahead. Powers of two are commonly used. |
110
110
111
111
See more in the [in btrfs docs](https://btrfs.readthedocs.io/en/latest/ch-sysfs.html#uuid-allocations-data-metadata-system).
0 commit comments