summaryrefslogtreecommitdiff
path: root/fs/btrfs/space-info.c
AgeCommit message (Expand)Author
2021-08-23btrfs: do not do preemptive flushing if the majority is global rsvJosef Bacik
2021-08-23btrfs: reduce the preemptive flushing threshold to 90%Josef Bacik
2021-08-23btrfs: wait on async extents when flushing delallocJosef Bacik
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik
2021-08-23btrfs: enable a tracepoint when we fail ticketsJosef Bacik
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik
2021-06-22btrfs: rip the first_ticket_bytes logic from fail_all_ticketsJosef Bacik
2021-06-22btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingJosef Bacik
2021-06-22btrfs: rip out may_commit_transactionJosef Bacik
2021-06-22btrfs: fix typos in commentsDavid Sterba
2021-06-21btrfs: handle preemptive delalloc flushing slightly differentlyJosef Bacik
2021-06-21btrfs: only ignore delalloc if delalloc is much smaller than orderedJosef Bacik
2021-06-21btrfs: don't include the global rsv size in the preemptive used amountJosef Bacik
2021-06-21btrfs: use the global rsv size in the preemptive thresh calculationJosef Bacik
2021-06-21btrfs: take into account global rsv in need_preemptive_reclaimJosef Bacik
2021-06-21btrfs: only clamp the first time we have to start flushingJosef Bacik
2021-06-21btrfs: check worker before need_preemptive_reclaimJosef Bacik
2021-04-19btrfs: use percpu_read_positive instead of sum_positive for need_preemptJosef Bacik
2021-02-09btrfs: zoned: track unusable bytes for zonesNaohiro Aota
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateJosef Bacik
2021-02-08btrfs: adjust the flush trace point to include the sourceJosef Bacik
2021-02-08btrfs: implement space clamping for preemptive flushingJosef Bacik
2021-02-08btrfs: simplify the logic in need_preemptive_flushingJosef Bacik
2021-02-08btrfs: rework btrfs_calc_reclaim_metadata_sizeJosef Bacik
2021-02-08btrfs: check reclaim_size in need_preemptive_reclaimJosef Bacik
2021-02-08btrfs: rename need_do_async_reclaimJosef Bacik
2021-02-08btrfs: improve preemptive background space flushingJosef Bacik
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik
2021-02-08btrfs: add a trace point for reserve ticketsJosef Bacik
2021-02-08btrfs: make flush_space take a enum btrfs_flush_state instead of intJosef Bacik
2021-02-08btrfs: fix parameter description in space-info.cNikolay Borisov
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov
2021-01-08btrfs: shrink delalloc pages instead of full inodesJosef Bacik
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik
2020-10-07btrfs: remove unused function calc_global_rsv_need_space()YueHaibing
2020-10-07btrfs: fix possible infinite loop in data async reclaimJosef Bacik
2020-10-07btrfs: add a comment explaining the data flush stepsJosef Bacik
2020-10-07btrfs: do async reclaim for data reservationsJosef Bacik
2020-10-07btrfs: flush delayed refs when trying to reserve data spaceJosef Bacik
2020-10-07btrfs: run delayed iputs before committing the transaction for dataJosef Bacik
2020-10-07btrfs: don't force commit if we are dataJosef Bacik
2020-10-07btrfs: drop the commit_cycles stuff for data reservationsJosef Bacik
2020-10-07btrfs: use the same helper for data and metadata reservationsJosef Bacik
2020-10-07btrfs: serialize data reservations if we are flushingJosef Bacik
2020-10-07btrfs: use ticketing for data space reservationsJosef Bacik
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik
2020-10-07btrfs: add the data transaction commit logic into may_commit_transactionJosef Bacik
2020-10-07btrfs: add flushing states for handling data reservationsJosef Bacik