index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
block-group.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-04-17
btrfs: scrub: remove the old scrub recheck code
Qu Wenruo
1
-11
/
+0
2023-04-17
btrfs: remove bytes_used argument from btrfs_make_block_group()
Filipe Manana
1
-5
/
+2
2023-04-17
btrfs: reduce div64 calls by limiting the number of stripes of a chunk to u32
Qu Wenruo
1
-7
/
+5
2023-04-17
btrfs: replace map_lookup->stripe_len by BTRFS_STRIPE_LEN
Qu Wenruo
1
-4
/
+6
2023-03-15
btrfs: zoned: drop space_info->active_total_bytes
Naohiro Aota
1
-6
/
+0
2023-03-15
btrfs: use temporary variable for space_info in btrfs_update_block_group
Josef Bacik
1
-10
/
+12
2023-03-08
btrfs: fix block group item corruption after inserting new block group
Filipe Manana
1
-1
/
+12
2023-03-06
btrfs: fix percent calculation for bg reclaim message
Johannes Thumshirn
1
-1
/
+2
2023-03-06
btrfs: fix potential dead lock in size class loading logic
Boris Burkov
1
-26
/
+16
2023-02-15
btrfs: remove the bdev argument to btrfs_rmap_block
Christoph Hellwig
1
-7
/
+2
2023-02-13
btrfs: don't use size classes for zoned file systems
Boris Burkov
1
-2
/
+11
2023-02-13
btrfs: load block group size class when caching
Boris Burkov
1
-0
/
+148
2023-02-13
btrfs: introduce size class to block group allocator
Boris Burkov
1
-16
/
+89
2023-02-13
btrfs: fix uninitialized variable warning in btrfs_update_block_group
Josef Bacik
1
-1
/
+1
2022-12-05
btrfs: convert btrfs_block_group::needs_free_space to runtime flag
David Sterba
1
-1
/
+1
2022-12-05
btrfs: simplify percent calculation helpers, rename div_factor
David Sterba
1
-3
/
+3
2022-12-05
btrfs: update function comments
David Sterba
1
-10
/
+10
2022-12-05
btrfs: move extent-tree helpers into their own header file
Josef Bacik
1
-0
/
+1
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: skip update of block group item if used bytes are the same
Qu Wenruo
1
-1
/
+27
2022-12-05
btrfs: re-check reclaim condition in reclaim worker
Boris Burkov
1
-25
/
+40
2022-12-05
btrfs: skip reclaim if block_group is empty
Boris Burkov
1
-0
/
+18
2022-12-05
btrfs: move btrfs_should_fragment_free_space into block-group.c
Josef Bacik
1
-0
/
+12
2022-10-11
btrfs: delete stale comments after merge conflict resolution
David Sterba
1
-2
/
+0
2022-09-29
btrfs: add the ability to use NO_FLUSH for data reservations
Josef Bacik
1
-1
/
+1
2022-09-26
btrfs: move btrfs_full_stripe_locks_tree into block-group.h
Josef Bacik
1
-1
/
+2
2022-09-26
btrfs: enhance unsupported compat RO flags handling
Qu Wenruo
1
-1
/
+10
2022-09-26
btrfs: remove use btrfs_remove_free_space_cache instead of variant
Josef Bacik
1
-1
/
+1
2022-09-26
btrfs: get rid of block group caching progress logic
Omar Sandoval
1
-13
/
+0
2022-09-26
btrfs: delete btrfs_wait_space_cache_v1_finished
Josef Bacik
1
-0
/
+2
2022-09-26
btrfs: remove BLOCK_GROUP_FLAG_HAS_CACHING_CTL
Josef Bacik
1
-24
/
+21
2022-09-26
btrfs: simplify block group traversal in btrfs_put_block_group_cache
Josef Bacik
1
-27
/
+15
2022-09-26
btrfs: convert block group bit field to use bit helpers
Josef Bacik
1
-10
/
+15
2022-09-26
btrfs: handle space_info setting of bg in btrfs_add_bg_to_space_info
Josef Bacik
1
-22
/
+3
2022-09-26
btrfs: simplify arguments of btrfs_update_space_info and rename
Josef Bacik
1
-17
/
+11
2022-09-26
btrfs: use btrfs_fs_closing for background bg work
Josef Bacik
1
-0
/
+6
2022-08-23
btrfs: fix space cache corruption and potential double allocations
Omar Sandoval
1
-32
/
+15
2022-07-27
btrfs: reset RO counter on block group if we fail to relocate
Josef Bacik
1
-1
/
+3
2022-07-25
btrfs: zoned: activate necessary block group
Naohiro Aota
1
-0
/
+16
2022-07-25
btrfs: zoned: introduce space_info->active_total_bytes
Naohiro Aota
1
-3
/
+9
2022-07-25
btrfs: merge calculations for simple striped profiles in btrfs_rmap_block
David Sterba
1
-3
/
+2
2022-07-25
btrfs: reset block group chunk force if we have to wait
Josef Bacik
1
-0
/
+1
2022-05-16
btrfs: zoned: zone finish unused block group
Naohiro Aota
1
-0
/
+8
2022-05-16
btrfs: avoid double search for block group during NOCOW writes
Filipe Manana
1
-17
/
+41
2022-05-16
btrfs: return block group directly at btrfs_next_block_group()
Filipe Manana
1
-1
/
+1
2022-05-16
btrfs: use a read/write lock for protecting the block groups tree
Filipe Manana
1
-20
/
+20
2022-05-16
btrfs: use rbtree with leftmost node cached for tracking lowest block group
Filipe Manana
1
-18
/
+12
2022-05-16
btrfs: zoned: make auto-reclaim less aggressive
Johannes Thumshirn
1
-0
/
+10
2022-05-16
btrfs: allow block group background reclaim for non-zoned filesystems
Josef Bacik
1
-0
/
+31
[next]