index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
space-info.c
Age
Commit message (
Expand
)
Author
2025-01-13
btrfs: zoned: reclaim unused zone by zone resetting
Naohiro Aota
2025-01-13
btrfs: drop fs_info argument from btrfs_update_space_info_*()
Naohiro Aota
2025-01-13
btrfs: factor out btrfs_return_free_space()
Naohiro Aota
2024-11-11
btrfs: drop unused parameter fs_info from do_reclaim_sweep()
David Sterba
2024-11-11
btrfs: drop unused parameter fs_info from wait_reserve_ticket()
David Sterba
2024-11-11
btrfs: correct typos in multiple comments across various files
Shen Lichuan
2024-09-10
btrfs: constify more pointer parameters
David Sterba
2024-08-27
btrfs: fix uninitialized return value from btrfs_reclaim_sweep()
Filipe Manana
2024-07-29
btrfs: zoned: fix zone_unusable accounting on making block group read-write a...
Naohiro Aota
2024-07-29
btrfs: do not subtract delalloc from avail bytes
Naohiro Aota
2024-07-11
btrfs: urgent periodic reclaim pass
Boris Burkov
2024-07-11
btrfs: prevent pathological periodic reclaim loops
Boris Burkov
2024-07-11
btrfs: periodic block_group reclaim
Boris Burkov
2024-07-11
btrfs: dynamic block_group reclaim threshold
Boris Burkov
2024-07-11
btrfs: store fs_info in space_info
Boris Burkov
2024-07-11
btrfs: add and use helper to commit the current transaction
Filipe Manana
2024-07-11
btrfs: simplify range parameters of btrfs_wait_ordered_roots()
David Sterba
2024-07-11
btrfs: remove unused define EXTENT_SIZE_PER_ITEM
David Sterba
2024-07-02
btrfs: zoned: fix calc_available_free_space() for zoned mode
Naohiro Aota
2024-03-04
btrfs: remove unused included headers
David Sterba
2024-02-22
btrfs: fix data races when accessing the reserved amount of block reserves
Filipe Manana
2023-10-12
btrfs: adjust overcommit logic when very close to full
Josef Bacik
2023-10-12
btrfs: allow to run delayed refs by bytes to be released instead of count
Filipe Manana
2023-10-12
btrfs: pass a space_info argument to btrfs_reserve_metadata_bytes()
Filipe Manana
2023-10-12
btrfs: reformat remaining kdoc style comments
David Sterba
2023-08-21
btrfs: zoned: re-enable metadata over-commit for zoned mode
Naohiro Aota
2023-08-21
btrfs: zoned: don't activate non-DATA BG on allocation
Naohiro Aota
2023-08-21
btrfs: avoid starting and committing empty transaction when flushing space
Filipe Manana
2023-08-21
btrfs: avoid starting new transaction when flushing delayed items and refs
Filipe Manana
2023-08-21
btrfs: fail priority metadata ticket with real fs error
Filipe Manana
2023-08-21
btrfs: don't steal space from global rsv after a transaction abort
Filipe Manana
2023-08-21
btrfs: print available space across all block groups when dumping space info
Filipe Manana
2023-08-21
btrfs: print available space for a block group when dumping a space info
Filipe Manana
2023-08-21
btrfs: print block group super and delalloc bytes when dumping space info
Filipe Manana
2023-04-17
btrfs: add helper to calculate space for delayed references
Filipe Manana
2023-04-17
btrfs: constify fs_info argument for the reclaim items calculation helpers
Filipe Manana
2023-04-17
btrfs: accurately calculate number of delayed refs when flushing
Filipe Manana
2023-04-17
btrfs: initialize ret to -ENOSPC at __reserve_bytes()
Filipe Manana
2023-04-17
btrfs: update flush method assertion when reserving space
Filipe Manana
2023-03-15
btrfs: zoned: drop space_info->active_total_bytes
Naohiro Aota
2023-03-15
btrfs: rename BTRFS_FS_NO_OVERCOMMIT to BTRFS_FS_ACTIVE_ZONE_TRACKING
Josef Bacik
2023-01-11
btrfs: zoned: enable metadata over-commit for non-ZNS setup
Naohiro Aota
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
2022-12-05
btrfs: update function comments
David Sterba
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
2022-12-05
btrfs: move btrfs_account_ro_block_groups_free_space into space-info.c
Josef Bacik
2022-12-05
btrfs: move accessor helpers into accessors.h
Josef Bacik
2022-12-05
btrfs: move fs wide helpers out of ctree.h
Josef Bacik
2022-12-05
btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCY
Josef Bacik
2022-09-29
btrfs: add the ability to use NO_FLUSH for data reservations
Josef Bacik
[next]