aboutsummaryrefslogtreecommitdiffstats
path: root/fs/btrfs/space-info.c
AgeCommit message (Expand)Author
2024-03-04btrfs: remove unused included headersDavid Sterba
2024-02-22btrfs: fix data races when accessing the reserved amount of block reservesFilipe Manana
2023-10-12btrfs: adjust overcommit logic when very close to fullJosef Bacik
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countFilipe Manana
2023-10-12btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()Filipe Manana
2023-10-12btrfs: reformat remaining kdoc style commentsDavid Sterba
2023-08-21btrfs: zoned: re-enable metadata over-commit for zoned modeNaohiro Aota
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationNaohiro Aota
2023-08-21btrfs: avoid starting and committing empty transaction when flushing spaceFilipe Manana
2023-08-21btrfs: avoid starting new transaction when flushing delayed items and refsFilipe Manana
2023-08-21btrfs: fail priority metadata ticket with real fs errorFilipe Manana
2023-08-21btrfs: don't steal space from global rsv after a transaction abortFilipe Manana
2023-08-21btrfs: print available space across all block groups when dumping space infoFilipe Manana
2023-08-21btrfs: print available space for a block group when dumping a space infoFilipe Manana
2023-08-21btrfs: print block group super and delalloc bytes when dumping space infoFilipe Manana
2023-04-17btrfs: add helper to calculate space for delayed referencesFilipe Manana
2023-04-17btrfs: constify fs_info argument for the reclaim items calculation helpersFilipe Manana
2023-04-17btrfs: accurately calculate number of delayed refs when flushingFilipe Manana
2023-04-17btrfs: initialize ret to -ENOSPC at __reserve_bytes()Filipe Manana
2023-04-17btrfs: update flush method assertion when reserving spaceFilipe Manana
2023-03-15btrfs: zoned: drop space_info->active_total_bytesNaohiro Aota
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGJosef Bacik
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupNaohiro Aota
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorDavid Sterba
2022-12-05btrfs: update function commentsDavid Sterba
2022-12-05btrfs: move extent-tree helpers into their own header fileJosef Bacik
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cJosef Bacik
2022-12-05btrfs: move accessor helpers into accessors.hJosef Bacik
2022-12-05btrfs: move fs wide helpers out of ctree.hJosef Bacik
2022-12-05btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCYJosef Bacik
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