summaryrefslogtreecommitdiff
path: root/fs/btrfs/space-info.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: remove unused included headersDavid Sterba1-1/+0
2024-02-22btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana1-13/+13
2023-10-12btrfs: adjust overcommit logic when very close to fullJosef Bacik1-0/+32
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countFilipe Manana1-15/+2
2023-10-12btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()Filipe Manana1-7/+5
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba1-1/+2
2023-08-21btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota1-5/+1
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota1-28/+0
2023-08-21btrfs: avoid starting and committing empty transaction when flushing spaceFilipe Manana1-1/+10
2023-08-21btrfs: avoid starting new transaction when flushing delayed items and refsFilipe Manana1-2/+6
2023-08-21btrfs: fail priority metadata ticket with real fs errorFilipe Manana1-5/+5
2023-08-21btrfs: don't steal space from global rsv after a transaction abortFilipe Manana1-2/+12
2023-08-21btrfs: print available space across all block groups when dumping space infoFilipe Manana1-0/+4
2023-08-21btrfs: print available space for a block group when dumping a space infoFilipe Manana1-2/+7
2023-08-21btrfs: print block group super and delalloc bytes when dumping space infoFilipe Manana1-4/+5
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