summaryrefslogtreecommitdiffstats
path: root/fs/btrfs/space-info.c
Commit message (Expand)AuthorAgeFilesLines
* btrfs: do not do preemptive flushing if the majority is global rsvJosef Bacik2021-08-231-0/+14
* btrfs: reduce the preemptive flushing threshold to 90%Josef Bacik2021-08-231-1/+1
* btrfs: wait on async extents when flushing delallocJosef Bacik2021-08-231-0/+40
* btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik2021-08-231-12/+28
* btrfs: enable a tracepoint when we fail ticketsJosef Bacik2021-08-231-0/+2
* btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik2021-06-221-7/+0
* btrfs: rip the first_ticket_bytes logic from fail_all_ticketsJosef Bacik2021-06-221-16/+0
* btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingJosef Bacik2021-06-221-16/+0
* btrfs: rip out may_commit_transactionJosef Bacik2021-06-221-125/+11
* btrfs: fix typos in commentsDavid Sterba2021-06-221-2/+2
* btrfs: handle preemptive delalloc flushing slightly differentlyJosef Bacik2021-06-211-3/+12
* btrfs: only ignore delalloc if delalloc is much smaller than orderedJosef Bacik2021-06-211-1/+7
* btrfs: don't include the global rsv size in the preemptive used amountJosef Bacik2021-06-211-1/+1
* btrfs: use the global rsv size in the preemptive thresh calculationJosef Bacik2021-06-211-2/+4
* btrfs: take into account global rsv in need_preemptive_reclaimJosef Bacik2021-06-211-1/+3
* btrfs: only clamp the first time we have to start flushingJosef Bacik2021-06-211-8/+9
* btrfs: check worker before need_preemptive_reclaimJosef Bacik2021-06-211-2/+2
* btrfs: use percpu_read_positive instead of sum_positive for need_preemptJosef Bacik2021-04-191-2/+2
* btrfs: zoned: track unusable bytes for zonesNaohiro Aota2021-02-091-5/+8
* btrfs: add a trace class for dumping the current ENOSPC stateJosef Bacik2021-02-081-0/+1
* btrfs: adjust the flush trace point to include the sourceJosef Bacik2021-02-081-8/+9
* btrfs: implement space clamping for preemptive flushingJosef Bacik2021-02-081-2/+51
* btrfs: simplify the logic in need_preemptive_flushingJosef Bacik2021-02-081-25/+48
* btrfs: rework btrfs_calc_reclaim_metadata_sizeJosef Bacik2021-02-081-24/+20
* btrfs: check reclaim_size in need_preemptive_reclaimJosef Bacik2021-02-081-0/+7
* btrfs: rename need_do_async_reclaimJosef Bacik2021-02-081-7/+7
* btrfs: improve preemptive background space flushingJosef Bacik2021-02-081-2/+98
* btrfs: introduce a FORCE_COMMIT_TRANS flush operationJosef Bacik2021-02-081-0/+14
* btrfs: track ordered bytes instead of just dio ordered bytesJosef Bacik2021-02-081-11/+7
* btrfs: add a trace point for reserve ticketsJosef Bacik2021-02-081-1/+11
* btrfs: make flush_space take a enum btrfs_flush_state instead of intJosef Bacik2021-02-081-3/+3
* btrfs: fix parameter description in space-info.cNikolay Borisov2021-02-081-23/+27
* btrfs: make btrfs_start_delalloc_root's nr argument a longNikolay Borisov2021-02-081-1/+2
* btrfs: shrink delalloc pages instead of full inodesJosef Bacik2021-01-081-1/+3
* btrfs: fix deadlock when cloning inline extent and low on free metadata spaceFilipe Manana2020-12-181-1/+1
* btrfs: kill the RCU protection for fs_info->space_infoJosef Bacik2020-10-071-10/+4
* btrfs: remove unused function calc_global_rsv_need_space()YueHaibing2020-10-071-5/+0
* btrfs: fix possible infinite loop in data async reclaimJosef Bacik2020-10-071-0/+6
* btrfs: add a comment explaining the data flush stepsJosef Bacik2020-10-071-0/+47
* btrfs: do async reclaim for data reservationsJosef Bacik2020-10-071-33/+84
* btrfs: flush delayed refs when trying to reserve data spaceJosef Bacik2020-10-071-0/+1
* btrfs: run delayed iputs before committing the transaction for dataJosef Bacik2020-10-071-1/+1
* btrfs: don't force commit if we are dataJosef Bacik2020-10-071-18/+4
* btrfs: drop the commit_cycles stuff for data reservationsJosef Bacik2020-10-071-19/+2
* btrfs: use the same helper for data and metadata reservationsJosef Bacik2020-10-071-33/+13
* btrfs: serialize data reservations if we are flushingJosef Bacik2020-10-071-1/+4
* btrfs: use ticketing for data space reservationsJosef Bacik2020-10-071-58/+64
* btrfs: add btrfs_reserve_data_bytes and use itJosef Bacik2020-10-071-0/+92
* btrfs: add the data transaction commit logic into may_commit_transactionJosef Bacik2020-10-071-7/+24
* btrfs: add flushing states for handling data reservationsJosef Bacik2020-10-071-0/+6