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
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
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
2020-12-09
btrfs: skip space_cache v1 setup when not using it
Boris Burkov
1
-0
/
+3
2020-12-09
btrfs: remove free space items when disabling space cache v1
Boris Burkov
1
-37
/
+2
2020-12-09
btrfs: only mark bg->needs_free_space if free space tree is on
Boris Burkov
1
-1
/
+2
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
1
-0
/
+9
2020-12-08
btrfs: make btrfs_update_inode take btrfs_inode
Nikolay Borisov
1
-1
/
+1
2020-12-08
btrfs: protect fs_info->caching_block_groups by block_group_cache_lock
Josef Bacik
1
-6
/
+6
2020-12-08
btrfs: load free space cache asynchronously
Josef Bacik
1
-70
/
+53
2020-12-08
btrfs: load free space cache into a temporary ctl
Josef Bacik
1
-28
/
+1
2020-12-08
btrfs: introduce mount option rescue=ignorebadroots
Josef Bacik
1
-0
/
+48
2020-10-26
btrfs: drop the path before adding block group sysfs files
Josef Bacik
1
-0
/
+1
2020-10-07
btrfs: do not create raid sysfs entries under any locks
Josef Bacik
1
-6
/
+25
2020-10-07
btrfs: kill the RCU protection for fs_info->space_info
Josef Bacik
1
-14
/
+2
2020-10-07
btrfs: make read_block_group_item return void
Marcos Paulo de Souza
1
-6
/
+2
2020-10-07
btrfs: call btrfs_try_granting_tickets when reserving space
Josef Bacik
1
-0
/
+7
2020-10-07
btrfs: call btrfs_try_granting_tickets when freeing reserved bytes
Josef Bacik
1
-0
/
+2
2020-10-07
btrfs: delete duplicated words + other fixes in comments
Randy Dunlap
1
-1
/
+1
2020-08-27
btrfs: block-group: fix free-space bitmap threshold
Marcos Paulo de Souza
1
-1
/
+3
2020-07-27
btrfs: if we're restriping, use the target restripe profile
Josef Bacik
1
-5
/
+2
2020-07-27
btrfs: don't adjust bg flags and use default allocation profiles
Josef Bacik
1
-50
/
+2
2020-07-27
btrfs: convert block group refcount to refcount_t
Josef Bacik
1
-4
/
+4
2020-07-27
btrfs: make btrfs_check_data_free_space take btrfs_inode
Nikolay Borisov
1
-1
/
+2
2020-07-27
btrfs: remove no longer necessary chunk mutex locking cases
Filipe Manana
1
-5
/
+0
2020-07-27
btrfs: factor out reading of bg from find_frist_block_group
Johannes Thumshirn
1
-46
/
+56
2020-07-27
btrfs: get mapping tree directly from fsinfo in find_first_block_group
Johannes Thumshirn
1
-1
/
+1
2020-07-27
btrfs: simplify checks when adding excluded ranges
Nikolay Borisov
1
-17
/
+4
2020-07-27
btrfs: read stripe len directly in btrfs_rmap_block
Nikolay Borisov
1
-10
/
+3
2020-06-16
btrfs: fix race between block group removal and block group creation
Filipe Manana
1
-8
/
+19
2020-06-16
btrfs: fix a block group ref counter leak after failure to remove block group
Filipe Manana
1
-10
/
+9
2020-05-25
btrfs: remove duplicated include in block-group.c
Tiezhu Yang
1
-1
/
+0
2020-05-25
btrfs: block-group: rename write_one_cache_group()
Qu Wenruo
1
-8
/
+8
2020-05-25
btrfs: block-group: refactor how we insert a block group item
Qu Wenruo
1
-16
/
+25
2020-05-25
btrfs: block-group: refactor how we delete one block group item
Qu Wenruo
1
-12
/
+25
2020-05-25
btrfs: block-group: refactor how we read one block group item
Qu Wenruo
1
-15
/
+32
2020-05-25
btrfs: block-group: don't set the wrong READA flag for btrfs_read_block_groups()
Qu Wenruo
1
-1
/
+0
2020-05-25
btrfs: move the block group freeze/unfreeze helpers into block-group.c
Filipe Manana
1
-0
/
+41
2020-05-25
btrfs: rename member 'trimming' of block group to a more generic name
Filipe Manana
1
-13
/
+16
2020-05-25
btrfs: simplify error handling of clean_pinned_extents()
Filipe Manana
1
-12
/
+6
2020-05-25
btrfs: improve global reserve stealing logic
Josef Bacik
1
-1
/
+1
2020-04-23
btrfs: fix block group leak when removing fails
Xiyu Yang
1
-6
/
+10
2020-04-23
btrfs: fix memory leak of transaction when deleting unused block group
Filipe Manana
1
-0
/
+4
2020-04-08
btrfs: fix reclaim counter leak of space_info objects
Filipe Manana
1
-0
/
+1
2020-03-23
btrfs: add RCU locks around block group initialization
Madhuparna Bhowmik
1
-0
/
+2
2020-03-23
btrfs: switch to per-transaction pinned extents
Nikolay Borisov
1
-13
/
+25
2020-03-23
btrfs: Factor out pinned extent clean up in btrfs_delete_unused_bgs
Nikolay Borisov
1
-29
/
+38
2020-03-23
btrfs: add wrapper for transaction abort predicate
David Sterba
1
-1
/
+1
2020-03-20
btrfs: fix removal of raid[56|1c34} incompat flags after removing block group
Filipe Manana
1
-2
/
+2
2020-01-31
btrfs: take overcommit into account in inc_block_group_ro
Josef Bacik
1
-11
/
+26
2020-01-31
btrfs: fix force usage in inc_block_group_ro
Josef Bacik
1
-2
/
+2
2020-01-23
btrfs: Refactor btrfs_rmap_block to improve readability
Nikolay Borisov
1
-22
/
+33
2020-01-23
btrfs: Move and unexport btrfs_rmap_block
Nikolay Borisov
1
-0
/
+86
[next]