aboutsummaryrefslogtreecommitdiff
path: root/fs/btrfs/space-info.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-04btrfs: remove unused included headersGravatar David Sterba 1-1/+0
2024-02-22btrfs: fix data races when accessing the reserved amount of block reservesGravatar Filipe Manana 1-13/+13
2023-10-12btrfs: adjust overcommit logic when very close to fullGravatar Josef Bacik 1-0/+32
2023-10-12btrfs: allow to run delayed refs by bytes to be released instead of countGravatar Filipe Manana 1-15/+2
2023-10-12btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()Gravatar Filipe Manana 1-7/+5
2023-10-12btrfs: reformat remaining kdoc style commentsGravatar David Sterba 1-1/+2
2023-08-21btrfs: zoned: re-enable metadata over-commit for zoned modeGravatar Naohiro Aota 1-5/+1
2023-08-21btrfs: zoned: don't activate non-DATA BG on allocationGravatar Naohiro Aota 1-28/+0
2023-08-21btrfs: avoid starting and committing empty transaction when flushing spaceGravatar Filipe Manana 1-1/+10
2023-08-21btrfs: avoid starting new transaction when flushing delayed items and refsGravatar Filipe Manana 1-2/+6
2023-08-21btrfs: fail priority metadata ticket with real fs errorGravatar Filipe Manana 1-5/+5
2023-08-21btrfs: don't steal space from global rsv after a transaction abortGravatar Filipe Manana 1-2/+12
2023-08-21btrfs: print available space across all block groups when dumping space infoGravatar Filipe Manana 1-0/+4
2023-08-21btrfs: print available space for a block group when dumping a space infoGravatar Filipe Manana 1-2/+7
2023-08-21btrfs: print block group super and delalloc bytes when dumping space infoGravatar Filipe Manana 1-4/+5
2023-04-17btrfs: add helper to calculate space for delayed referencesGravatar Filipe Manana 1-13/+1
2023-04-17btrfs: constify fs_info argument for the reclaim items calculation helpersGravatar Filipe Manana 1-2/+2
2023-04-17btrfs: accurately calculate number of delayed refs when flushingGravatar Filipe Manana 1-1/+25
2023-04-17btrfs: initialize ret to -ENOSPC at __reserve_bytes()Gravatar Filipe Manana 1-2/+1
2023-04-17btrfs: update flush method assertion when reserving spaceGravatar Filipe Manana 1-1/+12
2023-03-15btrfs: zoned: drop space_info->active_total_bytesGravatar Naohiro Aota 1-31/+9
2023-03-15btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKINGGravatar Josef Bacik 1-1/+1
2023-01-11btrfs: zoned: enable metadata over-commit for non-ZNS setupGravatar Naohiro Aota 1-1/+2
2022-12-05btrfs: simplify percent calculation helpers, rename div_factorGravatar David Sterba 1-2/+2
2022-12-05btrfs: update function commentsGravatar David Sterba 1-8/+8
2022-12-05btrfs: move extent-tree helpers into their own header fileGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move btrfs_account_ro_block_groups_free_space into space-info.cGravatar Josef Bacik 1-0/+34
2022-12-05btrfs: move accessor helpers into accessors.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: move fs wide helpers out of ctree.hGravatar Josef Bacik 1-0/+1
2022-12-05btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCYGravatar Josef Bacik 1-2/+27
2022-09-29btrfs: add the ability to use NO_FLUSH for data reservationsGravatar Josef Bacik 1-1/+2
2022-09-26btrfs: remove useless used space increment during space reservationGravatar Filipe Manana 1-1/+0
2022-09-26btrfs: dump all space infos if we abort transaction due to ENOSPCGravatar Qu Wenruo 1-7/+24
2022-09-26btrfs: output human readable space info flagGravatar Qu Wenruo 1-3/+20
2022-09-26btrfs: convert block group bit field to use bit helpersGravatar Josef Bacik 1-1/+1
2022-09-26btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_infoGravatar Josef Bacik 1-4/+9
2022-09-26btrfs: simplify arguments of btrfs_update_space_info and renameGravatar Josef Bacik 1-15/+14
2022-09-06btrfs: fix the max chunk size and stripe length calculationGravatar Qu Wenruo 1-1/+1
2022-07-25btrfs: zoned: activate metadata block group on flush_spaceGravatar Naohiro Aota 1-0/+30
2022-07-25btrfs: zoned: disable metadata overcommit for zonedGravatar Naohiro Aota 1-1/+4
2022-07-25btrfs: zoned: introduce space_info->active_total_bytesGravatar Naohiro Aota 1-9/+32
2022-07-25btrfs: store chunk size in space-info structGravatar Stefan Roesch 1-0/+32
2022-07-25btrfs: fix typos in commentsGravatar David Sterba 1-1/+1
2022-05-16btrfs: make the bg_reclaim_threshold per-space infoGravatar Josef Bacik 1-0/+9
2022-05-16btrfs: remove unnecessary type castsGravatar Yu Zhe 1-1/+1
2022-03-14btrfs: add lockdep_assert_held to need_preemptive_reclaimGravatar Niels Dossche 1-0/+2
2022-03-14btrfs: extend locking to all space_info members accessesGravatar Niels Dossche 1-1/+2
2022-01-07btrfs: fix argument list that the kdoc format and script verifiedGravatar Yang Li 1-1/+1
2022-01-03btrfs: don't use the extent_root in flush_spaceGravatar Josef Bacik 1-1/+1
2022-01-03btrfs: change root to fs_info for btrfs_reserve_metadata_bytesGravatar Josef Bacik 1-2/+1