aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/space-info.c
AgeCommit message (Expand)AuthorFilesLines
2021-10-26btrfs: do not infinite loop in data reclaim if we abortedGravatar Josef Bacik 1-4/+24
2021-09-17btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceGravatar Qu Wenruo 1-2/+3
2021-08-23btrfs: do not do preemptive flushing if the majority is global rsvGravatar Josef Bacik 1-0/+14
2021-08-23btrfs: reduce the preemptive flushing threshold to 90%Gravatar Josef Bacik 1-1/+1
2021-08-23btrfs: wait on async extents when flushing delallocGravatar Josef Bacik 1-0/+40
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocGravatar Josef Bacik 1-12/+28
2021-08-23btrfs: enable a tracepoint when we fail ticketsGravatar Josef Bacik 1-0/+2
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedGravatar Josef Bacik 1-7/+0
2021-06-22btrfs: rip the first_ticket_bytes logic from fail_all_ticketsGravatar Josef Bacik 1-16/+0
2021-06-22btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingGravatar Josef Bacik 1-16/+0
2021-06-22btrfs: rip out may_commit_transactionGravatar Josef Bacik 1-125/+11
2021-06-22btrfs: fix typos in commentsGravatar David Sterba 1-2/+2
2021-06-21btrfs: handle preemptive delalloc flushing slightly differentlyGravatar Josef Bacik 1-3/+12
2021-06-21btrfs: only ignore delalloc if delalloc is much smaller than orderedGravatar Josef Bacik 1-1/+7
2021-06-21btrfs: don't include the global rsv size in the preemptive used amountGravatar Josef Bacik 1-1/+1
2021-06-21btrfs: use the global rsv size in the preemptive thresh calculationGravatar Josef Bacik 1-2/+4
2021-06-21btrfs: take into account global rsv in need_preemptive_reclaimGravatar Josef Bacik 1-1/+3
2021-06-21btrfs: only clamp the first time we have to start flushingGravatar Josef Bacik 1-8/+9
2021-06-21btrfs: check worker before need_preemptive_reclaimGravatar Josef Bacik 1-2/+2
2021-04-19btrfs: use percpu_read_positive instead of sum_positive for need_preemptGravatar Josef Bacik 1-2/+2
2021-02-09btrfs: zoned: track unusable bytes for zonesGravatar Naohiro Aota 1-5/+8
2021-02-08btrfs: add a trace class for dumping the current ENOSPC stateGravatar Josef Bacik 1-0/+1
2021-02-08btrfs: adjust the flush trace point to include the sourceGravatar Josef Bacik 1-8/+9
2021-02-08btrfs: implement space clamping for preemptive flushingGravatar Josef Bacik 1-2/+51
2021-02-08btrfs: simplify the logic in need_preemptive_flushingGravatar Josef Bacik 1-25/+48
2021-02-08btrfs: rework btrfs_calc_reclaim_metadata_sizeGravatar Josef Bacik 1-24/+20
2021-02-08btrfs: check reclaim_size in need_preemptive_reclaimGravatar Josef Bacik 1-0/+7
2021-02-08btrfs: rename need_do_async_reclaimGravatar Josef Bacik 1-7/+7
2021-02-08btrfs: improve preemptive background space flushingGravatar Josef Bacik 1-2/+98
2021-02-08btrfs: introduce a FORCE_COMMIT_TRANS flush operationGravatar Josef Bacik 1-0/+14
2021-02-08btrfs: track ordered bytes instead of just dio ordered bytesGravatar Josef Bacik 1-11/+7
2021-02-08btrfs: add a trace point for reserve ticketsGravatar Josef Bacik 1-1/+11
2021-02-08btrfs: make flush_space take a enum btrfs_flush_state instead of intGravatar Josef Bacik 1-3/+3
2021-02-08btrfs: fix parameter description in space-info.cGravatar Nikolay Borisov 1-23/+27
2021-02-08btrfs: make btrfs_start_delalloc_root's nr argument a longGravatar Nikolay Borisov 1-1/+2
2021-01-08btrfs: shrink delalloc pages instead of full inodesGravatar Josef Bacik 1-1/+3
2020-12-18btrfs: fix deadlock when cloning inline extent and low on free metadata spaceGravatar Filipe Manana 1-1/+1
2020-10-07btrfs: kill the RCU protection for fs_info->space_infoGravatar Josef Bacik 1-10/+4
2020-10-07btrfs: remove unused function calc_global_rsv_need_space()Gravatar YueHaibing 1-5/+0
2020-10-07btrfs: fix possible infinite loop in data async reclaimGravatar Josef Bacik 1-0/+6
2020-10-07btrfs: add a comment explaining the data flush stepsGravatar Josef Bacik 1-0/+47
2020-10-07btrfs: do async reclaim for data reservationsGravatar Josef Bacik 1-33/+84
2020-10-07btrfs: flush delayed refs when trying to reserve data spaceGravatar Josef Bacik 1-0/+1
2020-10-07btrfs: run delayed iputs before committing the transaction for dataGravatar Josef Bacik 1-1/+1
2020-10-07btrfs: don't force commit if we are dataGravatar Josef Bacik 1-18/+4
2020-10-07btrfs: drop the commit_cycles stuff for data reservationsGravatar Josef Bacik 1-19/+2
2020-10-07btrfs: use the same helper for data and metadata reservationsGravatar Josef Bacik 1-33/+13
2020-10-07btrfs: serialize data reservations if we are flushingGravatar Josef Bacik 1-1/+4
2020-10-07btrfs: use ticketing for data space reservationsGravatar Josef Bacik 1-58/+64
2020-10-07btrfs: add btrfs_reserve_data_bytes and use itGravatar Josef Bacik 1-0/+92