summaryrefslogtreecommitdiff
path: root/fs/btrfs/space-info.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-17btrfs: add helper to calculate space for delayed referencesFilipe Manana1-13/+1
2023-04-17btrfs: constify fs_info argument for the reclaim items calculation helpersFilipe Manana1-2/+2
2023-04-17btrfs: accurately calculate number of delayed refs when flushingFilipe Manana1-1/+25
2023-04-17btrfs: initialize ret to -ENOSPC at __reserve_bytes()Filipe Manana1-2/+1
2023-04-17btrfs: update flush method assertion when reserving spaceFilipe Manana1-1/+12
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota1-31/+9
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik1-1/+1
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota1-1/+2
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba1-2/+2
2022-12-05btrfs: update function commentsDavid Sterba1-8/+8
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik1-0/+1
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik1-0/+34
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik1-0/+1
2022-12-05btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCYJosef Bacik1-2/+27
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsJosef Bacik1-1/+2
2022-09-26btrfs: remove useless used space increment during space reservationFilipe Manana1-1/+0
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCQu Wenruo1-7/+24
2022-09-26btrfs: output human readable space info flagQu Wenruo1-3/+20
2022-09-26btrfs: convert block group bit field to use bit helpersJosef Bacik1-1/+1
2022-09-26btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_infoJosef Bacik1-4/+9
2022-09-26btrfs: simplify arguments of btrfs_update_space_info and renameJosef Bacik1-15/+14
2022-09-06btrfs: fix the max chunk size and stripe length calculationQu Wenruo1-1/+1
2022-07-25btrfs: zoned: activate metadata block group on flush_spaceNaohiro Aota1-0/+30
2022-07-25btrfs: zoned: disable metadata overcommit for zonedNaohiro Aota1-1/+4
2022-07-25btrfs: zoned: introduce space_info->active_total_bytesNaohiro Aota1-9/+32
2022-07-25btrfs: store chunk size in space-info structStefan Roesch1-0/+32
2022-07-25btrfs: fix typos in commentsDavid Sterba1-1/+1
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoJosef Bacik1-0/+9
2022-05-16btrfs: remove unnecessary type castsYu Zhe1-1/+1
2022-03-14btrfs: add lockdep_assert_held to need_preemptive_reclaimNiels Dossche1-0/+2
2022-03-14btrfs: extend locking to all space_info members accessesNiels Dossche1-1/+2
2022-01-07btrfs: fix argument list that the kdoc format and script verifiedYang Li1-1/+1
2022-01-03btrfs: don't use the extent_root in flush_spaceJosef Bacik1-1/+1
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesJosef Bacik1-2/+1
2022-01-03btrfs: remove global rsv stealing logic for orphan cleanupJosef Bacik1-7/+0
2022-01-03btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing codeJosef Bacik1-3/+13
2022-01-03btrfs: check ticket->steal in steal_from_global_block_rsvJosef Bacik1-2/+4
2022-01-03btrfs: check for priority ticket granting before flushingJosef Bacik1-1/+14
2022-01-03btrfs: handle priority ticket failures in their respective helpersJosef Bacik1-25/+21
2021-10-26btrfs: do not infinite loop in data reclaim if we abortedJosef Bacik1-4/+24
2021-09-17btrfs: prevent __btrfs_dump_space_info() to underflow its free spaceQu Wenruo1-2/+3
2021-08-23btrfs: do not do preemptive flushing if the majority is global rsvJosef Bacik1-0/+14
2021-08-23btrfs: reduce the preemptive flushing threshold to 90%Josef Bacik1-1/+1
2021-08-23btrfs: wait on async extents when flushing delallocJosef Bacik1-0/+40
2021-08-23btrfs: use delalloc_bytes to determine flush amount for shrink_delallocJosef Bacik1-12/+28
2021-08-23btrfs: enable a tracepoint when we fail ticketsJosef Bacik1-0/+2
2021-06-22btrfs: rip out btrfs_space_info::total_bytes_pinnedJosef Bacik1-7/+0
2021-06-22btrfs: rip the first_ticket_bytes logic from fail_all_ticketsJosef Bacik1-16/+0
2021-06-22btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushingJosef Bacik1-16/+0