aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/space-info.c
AgeCommit message (Expand)Author
2023-04-06btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-02-01btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik
2022-09-26btrfs: remove useless used space increment during space reservationFilipe Manana
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo
2022-09-26btrfs: output human readable space info flagQu Wenruo
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik
2022-09-26btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_infoJosef Bacik
2022-09-26btrfs: simplify arguments of btrfs_update_space_info and renameJosef Bacik
2022-09-06btrfs: fix the max chunk size and stripe length calculationQu Wenruo
2022-07-25btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota
2022-07-25btrfs: zoned: disable metadata overcommit for zonedNaohiro Aota
2022-07-25btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota
2022-07-25btrfs: store chunk size in space-info structStefan Roesch
2022-07-25btrfs: fix typos in commentsDavid Sterba
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik
2022-05-16btrfs: remove unnecessary type castsYu Zhe
2022-03-14btrfs: add lockdep_assert_held to need_preemptive_reclaimNiels Dossche
2022-03-14btrfs: extend locking to all space_info members accessesNiels Dossche
2022-01-07btrfs: fix argument list that the kdoc format and script verifiedYang Li
2022-01-03btrfs: don't use the extent_root in flush_spaceJosef Bacik
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik
2022-01-03btrfs: remove global rsv stealing logic for orphan cleanupJosef Bacik
2022-01-03btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing codeJosef Bacik
2022-01-03btrfs: check ticket->steal in steal_from_global_block_rsvJosef Bacik
2022-01-03btrfs: check for priority ticket granting before flushingJosef Bacik
2022-01-03btrfs: handle priority ticket failures in their respective helpersJosef Bacik
2021-10-26btrfs: do not infinite loop in data reclaim if we abortedJosef Bacik
2021-09-17btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo
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