index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
starfive-6.6.63-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
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-09
btrfs: temporarily export fragment_free_space
Josef Bacik
1
-4
/
+4
2019-09-09
btrfs: export the caching control helpers
Josef Bacik
1
-18
/
+18
2019-09-09
btrfs: export the excluded extents helpers
Josef Bacik
1
-17
/
+19
2019-09-09
btrfs: export the block group caching helpers
Josef Bacik
1
-35
/
+26
2019-09-09
btrfs: migrate nocow and reservation helpers
Josef Bacik
1
-82
/
+0
2019-09-09
btrfs: migrate the block group ref counting stuff
Josef Bacik
1
-25
/
+0
2019-09-09
btrfs: migrate the block group lookup code
Josef Bacik
1
-94
/
+2
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-09-09
btrfs: extent-tree: Make sure we only allocate extents from block groups with...
Qu Wenruo
1
-0
/
+8
2019-09-09
btrfs: volumes: Remove ENOSPC-prone btrfs_can_relocate()
Qu Wenruo
1
-141
/
+0
2019-09-09
btrfs: extent-tree: Add comment for inc_block_group_ro()
Qu Wenruo
1
-0
/
+19
2019-08-07
btrfs: trim: Check the range passed into to prevent overflow
Qu Wenruo
1
-3
/
+11
2019-08-07
Btrfs: fix sysfs warning and missing raid sysfs directories
Filipe Manana
1
-33
/
+24
2019-07-04
btrfs: move the subvolume reservation stuff out of extent-tree.c
Josef Bacik
1
-54
/
+0
2019-07-04
btrfs: migrate the delalloc space stuff to it's own home
Josef Bacik
1
-484
/
+1
2019-07-04
btrfs: migrate btrfs_trans_release_chunk_metadata
Josef Bacik
1
-18
/
+0
2019-07-04
btrfs: migrate the delayed refs rsv code
Josef Bacik
1
-174
/
+0
2019-07-02
btrfs: migrate the global_block_rsv helpers to block-rsv.c
Josef Bacik
1
-183
/
+6
2019-07-02
btrfs: migrate the block-rsv code to block-rsv.c
Josef Bacik
1
-246
/
+0
2019-07-02
btrfs: stop using block_rsv_release_bytes everywhere
Josef Bacik
1
-8
/
+6
2019-07-02
btrfs: cleanup the target logic in __btrfs_block_rsv_release
Josef Bacik
1
-3
/
+9
2019-07-02
btrfs: export __btrfs_block_rsv_release
Josef Bacik
1
-10
/
+3
2019-07-02
btrfs: export btrfs_block_rsv_add_bytes
Josef Bacik
1
-9
/
+9
2019-07-02
btrfs: move btrfs_block_rsv definitions into it's own header
Josef Bacik
1
-0
/
+1
2019-07-02
btrfs: move reserve_metadata_bytes and supporting code to space-info.c
Josef Bacik
1
-702
/
+7
2019-07-02
btrfs: move dump_space_info to space-info.c
Josef Bacik
1
-63
/
+7
2019-07-02
btrfs: export block_rsv_use_bytes
Josef Bacik
1
-8
/
+5
2019-07-02
btrfs: move btrfs_space_info_add_*_bytes to space-info.c
Josef Bacik
1
-111
/
+0
2019-07-02
btrfs: move the space info update macro to space-info.h
Josef Bacik
1
-37
/
+26
2019-07-02
btrfs: move and export can_overcommit
Josef Bacik
1
-75
/
+7
2019-07-02
btrfs: move the space_info handling code to space-info.c
Josef Bacik
1
-186
/
+19
2019-07-02
btrfs: export space_info_add_*_bytes
Josef Bacik
1
-22
/
+18
2019-07-02
btrfs: rename do_chunk_alloc to btrfs_chunk_alloc
Josef Bacik
1
-36
/
+13
2019-07-02
btrfs: move space_info to space-info.h
Josef Bacik
1
-0
/
+1
2019-07-02
btrfs: drop default value assignments in enums
David Sterba
1
-7
/
+7
2019-07-02
btrfs: use mask for RAID56 profiles
David Sterba
1
-6
/
+3
2019-07-02
btrfs: add mask for all RAID1 types
David Sterba
1
-4
/
+4
2019-07-02
btrfs: raid56: clear incompat block group flags after removing the last one
David Sterba
1
-0
/
+30
2019-07-01
btrfs: trim: make reserved device area adjustments more explicit
Nikolay Borisov
1
-0
/
+5
2019-07-01
btrfs: resurrect btrfs_crc32c()
Johannes Thumshirn
1
-3
/
+3
2019-07-01
btrfs: extent-tree: Add trace events for space info numbers update
Qu Wenruo
1
-16
/
+20
2019-07-01
btrfs: extent-tree: Add lockdep assert when updating space info
Qu Wenruo
1
-0
/
+1
2019-07-01
btrfs: refactor helper for bg flags to name conversion
David Sterba
1
-3
/
+1
2019-07-01
btrfs: use raid_attr table in get_profile_num_devs
David Sterba
1
-8
/
+2
2019-07-01
btrfs: remove mapping tree structures indirection
David Sterba
1
-7
/
+7
2019-07-01
btrfs: extent-tree: Refactor add_pinned_bytes() to add|sub_pinned_bytes()
Qu Wenruo
1
-16
/
+27
2019-06-12
Btrfs: fix race between block group removal and block group allocation
Filipe Manana
1
-11
/
+13
2019-06-07
btrfs: Always trim all unallocated space in btrfs_trim_free_extents
Nikolay Borisov
1
-25
/
+3
2019-05-16
btrfs: extent-tree: Fix a bug that btrfs is unable to add pinned bytes
Qu Wenruo
1
-5
/
+7
2019-05-16
btrfs: sysfs: Fix error path kobject memory leak
Tobin C. Harding
1
-2
/
+1
[prev]
[next]