index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
space-info.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
btrfs: add helper to calculate space for delayed references
Filipe Manana
2023-04-17
1
-13
/
+1
*
btrfs: constify fs_info argument for the reclaim items calculation helpers
Filipe Manana
2023-04-17
1
-2
/
+2
*
btrfs: accurately calculate number of delayed refs when flushing
Filipe Manana
2023-04-17
1
-1
/
+25
*
btrfs: initialize ret to -ENOSPC at __reserve_bytes()
Filipe Manana
2023-04-17
1
-2
/
+1
*
btrfs: update flush method assertion when reserving space
Filipe Manana
2023-04-17
1
-1
/
+12
*
btrfs: zoned: drop space_info->active_total_bytes
Naohiro Aota
2023-03-15
1
-31
/
+9
*
btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
Josef Bacik
2023-03-15
1
-1
/
+1
*
btrfs: zoned: enable metadata over-commit for non-ZNS setup
Naohiro Aota
2023-01-11
1
-1
/
+2
*
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
2022-12-05
1
-2
/
+2
*
btrfs: update function comments
David Sterba
2022-12-05
1
-8
/
+8
*
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
Josef Bacik
2022-12-05
1
-0
/
+34
*
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
1
-0
/
+1
*
btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCY
Josef Bacik
2022-12-05
1
-2
/
+27
*
btrfs: add the ability to use NO_FLUSH for data reservations
Josef Bacik
2022-09-29
1
-1
/
+2
*
btrfs: remove useless used space increment during space reservation
Filipe Manana
2022-09-26
1
-1
/
+0
*
btrfs: dump all space infos if we abort transaction due to ENOSPC
Qu Wenruo
2022-09-26
1
-7
/
+24
*
btrfs: output human readable space info flag
Qu Wenruo
2022-09-26
1
-3
/
+20
*
btrfs: convert block group bit field to use bit helpers
Josef Bacik
2022-09-26
1
-1
/
+1
*
btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_info
Josef Bacik
2022-09-26
1
-4
/
+9
*
btrfs: simplify arguments of btrfs_update_space_info and rename
Josef Bacik
2022-09-26
1
-15
/
+14
*
btrfs: fix the max chunk size and stripe length calculation
Qu Wenruo
2022-09-06
1
-1
/
+1
*
btrfs: zoned: activate metadata block group on flush_space
Naohiro Aota
2022-07-25
1
-0
/
+30
*
btrfs: zoned: disable metadata overcommit for zoned
Naohiro Aota
2022-07-25
1
-1
/
+4
*
btrfs: zoned: introduce space_info->active_total_bytes
Naohiro Aota
2022-07-25
1
-9
/
+32
*
btrfs: store chunk size in space-info struct
Stefan Roesch
2022-07-25
1
-0
/
+32
*
btrfs: fix typos in comments
David Sterba
2022-07-25
1
-1
/
+1
*
btrfs: make the bg_reclaim_threshold per-space info
Josef Bacik
2022-05-16
1
-0
/
+9
*
btrfs: remove unnecessary type casts
Yu Zhe
2022-05-16
1
-1
/
+1
*
btrfs: add lockdep_assert_held to need_preemptive_reclaim
Niels Dossche
2022-03-14
1
-0
/
+2
*
btrfs: extend locking to all space_info members accesses
Niels Dossche
2022-03-14
1
-1
/
+2
*
btrfs: fix argument list that the kdoc format and script verified
Yang Li
2022-01-07
1
-1
/
+1
*
btrfs: don't use the extent_root in flush_space
Josef Bacik
2022-01-03
1
-1
/
+1
*
btrfs: change root to fs_info for btrfs_reserve_metadata_bytes
Josef Bacik
2022-01-03
1
-2
/
+1
*
btrfs: remove global rsv stealing logic for orphan cleanup
Josef Bacik
2022-01-03
1
-7
/
+0
*
btrfs: make BTRFS_RESERVE_FLUSH_EVICT use the global rsv stealing code
Josef Bacik
2022-01-03
1
-3
/
+13
*
btrfs: check ticket->steal in steal_from_global_block_rsv
Josef Bacik
2022-01-03
1
-2
/
+4
*
btrfs: check for priority ticket granting before flushing
Josef Bacik
2022-01-03
1
-1
/
+14
*
btrfs: handle priority ticket failures in their respective helpers
Josef Bacik
2022-01-03
1
-25
/
+21
*
btrfs: do not infinite loop in data reclaim if we aborted
Josef Bacik
2021-10-26
1
-4
/
+24
*
btrfs: prevent __btrfs_dump_space_info() to underflow its free space
Qu Wenruo
2021-09-17
1
-2
/
+3
*
btrfs: do not do preemptive flushing if the majority is global rsv
Josef Bacik
2021-08-23
1
-0
/
+14
*
btrfs: reduce the preemptive flushing threshold to 90%
Josef Bacik
2021-08-23
1
-1
/
+1
*
btrfs: wait on async extents when flushing delalloc
Josef Bacik
2021-08-23
1
-0
/
+40
*
btrfs: use delalloc_bytes to determine flush amount for shrink_delalloc
Josef Bacik
2021-08-23
1
-12
/
+28
*
btrfs: enable a tracepoint when we fail tickets
Josef Bacik
2021-08-23
1
-0
/
+2
*
btrfs: rip out btrfs_space_info::total_bytes_pinned
Josef Bacik
2021-06-22
1
-7
/
+0
*
btrfs: rip the first_ticket_bytes logic from fail_all_tickets
Josef Bacik
2021-06-22
1
-16
/
+0
*
btrfs: remove FLUSH_DELAYED_REFS from data ENOSPC flushing
Josef Bacik
2021-06-22
1
-16
/
+0
[next]