Age | Commit message (Expand) | Author | Files | Lines |
2024-09-10 | btrfs: constify more pointer parameters | David Sterba | 1 | -13/+12 |
2024-08-27 | btrfs: fix uninitialized return value from btrfs_reclaim_sweep() | Filipe Manana | 1 | -12/+5 |
2024-07-29 | btrfs: zoned: fix zone_unusable accounting on making block group read-write a... | Naohiro Aota | 1 | -1/+1 |
2024-07-29 | btrfs: do not subtract delalloc from avail bytes | Naohiro Aota | 1 | -2/+1 |
2024-07-11 | btrfs: urgent periodic reclaim pass | Boris Burkov | 1 | -1/+34 |
2024-07-11 | btrfs: prevent pathological periodic reclaim loops | Boris Burkov | 1 | -8/+48 |
2024-07-11 | btrfs: periodic block_group reclaim | Boris Burkov | 1 | -0/+51 |
2024-07-11 | btrfs: dynamic block_group reclaim threshold | Boris Burkov | 1 | -18/+109 |
2024-07-11 | btrfs: store fs_info in space_info | Boris Burkov | 1 | -0/+1 |
2024-07-11 | btrfs: add and use helper to commit the current transaction | Filipe Manana | 1 | -8/+1 |
2024-07-11 | btrfs: simplify range parameters of btrfs_wait_ordered_roots() | David Sterba | 1 | -1/+1 |
2024-07-11 | btrfs: remove unused define EXTENT_SIZE_PER_ITEM | David Sterba | 1 | -2/+0 |
2024-07-02 | btrfs: zoned: fix calc_available_free_space() for zoned mode | Naohiro Aota | 1 | -3/+21 |
2024-03-04 | btrfs: remove unused included headers | David Sterba | 1 | -1/+0 |
2024-02-22 | btrfs: fix data races when accessing the reserved amount of block reserves | Filipe Manana | 1 | -13/+13 |
2023-10-12 | btrfs: adjust overcommit logic when very close to full | Josef Bacik | 1 | -0/+32 |
2023-10-12 | btrfs: allow to run delayed refs by bytes to be released instead of count | Filipe Manana | 1 | -15/+2 |
2023-10-12 | btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes() | Filipe Manana | 1 | -7/+5 |
2023-10-12 | btrfs: reformat remaining kdoc style comments | David Sterba | 1 | -1/+2 |
2023-08-21 | btrfs: zoned: re-enable metadata over-commit for zoned mode | Naohiro Aota | 1 | -5/+1 |
2023-08-21 | btrfs: zoned: don't activate non-DATA BG on allocation | Naohiro Aota | 1 | -28/+0 |
2023-08-21 | btrfs: avoid starting and committing empty transaction when flushing space | Filipe Manana | 1 | -1/+10 |
2023-08-21 | btrfs: avoid starting new transaction when flushing delayed items and refs | Filipe Manana | 1 | -2/+6 |
2023-08-21 | btrfs: fail priority metadata ticket with real fs error | Filipe Manana | 1 | -5/+5 |
2023-08-21 | btrfs: don't steal space from global rsv after a transaction abort | Filipe Manana | 1 | -2/+12 |
2023-08-21 | btrfs: print available space across all block groups when dumping space info | Filipe Manana | 1 | -0/+4 |
2023-08-21 | btrfs: print available space for a block group when dumping a space info | Filipe Manana | 1 | -2/+7 |
2023-08-21 | btrfs: print block group super and delalloc bytes when dumping space info | Filipe Manana | 1 | -4/+5 |
2023-04-17 | btrfs: add helper to calculate space for delayed references | Filipe Manana | 1 | -13/+1 |
2023-04-17 | btrfs: constify fs_info argument for the reclaim items calculation helpers | Filipe Manana | 1 | -2/+2 |
2023-04-17 | btrfs: accurately calculate number of delayed refs when flushing | Filipe Manana | 1 | -1/+25 |
2023-04-17 | btrfs: initialize ret to -ENOSPC at __reserve_bytes() | Filipe Manana | 1 | -2/+1 |
2023-04-17 | btrfs: update flush method assertion when reserving space | Filipe Manana | 1 | -1/+12 |
2023-03-15 | btrfs: zoned: drop space_info->active_total_bytes | Naohiro Aota | 1 | -31/+9 |
2023-03-15 | btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING | Josef Bacik | 1 | -1/+1 |
2023-01-11 | btrfs: zoned: enable metadata over-commit for non-ZNS setup | Naohiro Aota | 1 | -1/+2 |
2022-12-05 | btrfs: simplify percent calculation helpers, rename div_factor | David Sterba | 1 | -2/+2 |
2022-12-05 | btrfs: update function comments | David Sterba | 1 | -8/+8 |
2022-12-05 | btrfs: move extent-tree helpers into their own header file | Josef Bacik | 1 | -0/+1 |
2022-12-05 | btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c | Josef Bacik | 1 | -0/+34 |
2022-12-05 | btrfs: move accessor helpers into accessors.h | Josef Bacik | 1 | -0/+1 |
2022-12-05 | btrfs: move fs wide helpers out of ctree.h | Josef Bacik | 1 | -0/+1 |
2022-12-05 | btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCY | Josef Bacik | 1 | -2/+27 |
2022-09-29 | btrfs: add the ability to use NO_FLUSH for data reservations | Josef Bacik | 1 | -1/+2 |
2022-09-26 | btrfs: remove useless used space increment during space reservation | Filipe Manana | 1 | -1/+0 |
2022-09-26 | btrfs: dump all space infos if we abort transaction due to ENOSPC | Qu Wenruo | 1 | -7/+24 |
2022-09-26 | btrfs: output human readable space info flag | Qu Wenruo | 1 | -3/+20 |
2022-09-26 | btrfs: convert block group bit field to use bit helpers | Josef Bacik | 1 | -1/+1 |
2022-09-26 | btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_info | Josef Bacik | 1 | -4/+9 |
2022-09-26 | btrfs: simplify arguments of btrfs_update_space_info and rename | Josef Bacik | 1 | -15/+14 |