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
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
/
extent-tree.c
Age
Commit message (
Expand
)
Author
Files
Lines
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
2019-05-02
btrfs: reserve delalloc metadata differently
Josef Bacik
1
-92
/
+52
2019-04-29
btrfs: track DIO bytes in flight
Josef Bacik
1
-2
/
+13
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_set_disk_extent_flags
David Sterba
1
-2
/
+1
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_add_delayed_extent_op
David Sterba
1
-2
/
+1
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_extend_item
David Sterba
1
-1
/
+1
2019-04-29
btrfs: remove unused parameter fs_info from btrfs_truncate_item
David Sterba
1
-2
/
+1
2019-04-29
btrfs: qgroup: Don't scan leaf if we're modifying reloc tree
Qu Wenruo
1
-4
/
+6
2019-04-29
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_free_extent()
Qu Wenruo
1
-29
/
+23
2019-04-29
btrfs: extent-tree: Use btrfs_ref to refactor btrfs_inc_extent_ref()
Qu Wenruo
1
-25
/
+32
2019-04-29
btrfs: extent-tree: Use btrfs_ref to refactor add_pinned_bytes()
Qu Wenruo
1
-16
/
+10
2019-04-29
btrfs: ref-verify: Use btrfs_ref to refactor btrfs_ref_tree_mod()
Qu Wenruo
1
-19
/
+8
2019-04-29
btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_data_ref()
Qu Wenruo
1
-13
/
+10
2019-04-29
btrfs: delayed-ref: Use btrfs_ref to refactor btrfs_add_delayed_tree_ref()
Qu Wenruo
1
-18
/
+26
[next]