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
2018-08-23
btrfs: fix qgroup_free wrong num_bytes in btrfs_subvolume_reserve_metadata
Lu Fengqi
1
-9
/
+8
2018-08-06
btrfs: Verify that every chunk has corresponding block group at mount time
Qu Wenruo
1
-1
/
+57
2018-08-06
btrfs: Check that each block group has corresponding chunk at mount time
Qu Wenruo
1
-1
/
+27
2018-08-06
btrfs: extent-tree: Remove unused __btrfs_free_block_rsv
Misono Tomohiro
1
-5
/
+0
2018-08-06
btrfs: Remove fs_info from btrfs_del_root
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: extent-tree: remove unused member walk_control::for_reloc
David Sterba
1
-3
/
+0
2018-08-06
btrfs: don't leak ret from do_chunk_alloc
Josef Bacik
1
-1
/
+1
2018-08-06
btrfs: Remove fs_info from btrfs_finish_chunk_alloc
Nikolay Borisov
1
-4
/
+2
2018-08-06
btrfs: extent-tree: Remove dead alignment check
Qu Wenruo
1
-2
/
+1
2018-08-06
btrfs: refactor block group replication factor calculation to a helper
David Sterba
1
-28
/
+8
2018-08-06
btrfs: qgroup: Drop root parameter from btrfs_qgroup_trace_subtree
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: qgroup: Drop fs_info parameter from btrfs_qgroup_trace_leaf_items
Lu Fengqi
1
-1
/
+1
2018-08-06
btrfs: Use btrfs_mark_bg_unused to replace open code
Qu Wenruo
1
-19
/
+17
2018-08-06
btrfs: Rewrite retry logic in do_chunk_alloc
Nikolay Borisov
1
-37
/
+37
2018-08-06
btrfs: use customized batch size for total_bytes_pinned
Ethan Lien
1
-15
/
+24
2018-08-06
btrfs: simplify pointer chasing of local fs_info variables
David Sterba
1
-3
/
+3
2018-08-06
btrfs: annotate unlikely branches after V0 extent type removal
David Sterba
1
-4
/
+4
2018-08-06
btrfs: Add graceful handling of V0 extents
Nikolay Borisov
1
-4
/
+35
2018-08-06
btrfs: Remove V0 extent support
Nikolay Borisov
1
-208
/
+1
2018-08-06
btrfs: return EUCLEAN if extent_inline_ref type is invalid
Su Yue
1
-1
/
+1
2018-08-06
btrfs: Don't remove block group that still has pinned down bytes
Qu Wenruo
1
-1
/
+1
2018-08-06
btrfs: Deduplicate extent_buffer init code
Nikolay Borisov
1
-4
/
+12
2018-08-06
btrfs: Remove fs_info from btrfs_force_chunk_alloc
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_inc_block_group_ro
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_alloc_logged_file_extent
Nikolay Borisov
1
-1
/
+1
2018-08-06
btrfs: Remove fs_info from remove_extent_backref
Nikolay Borisov
1
-6
/
+5
2018-08-06
btrfs: Remove fs_info from run_one_delayed_ref
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info from insert_inline_extent_backref
Nikolay Borisov
1
-7
/
+4
2018-08-06
btrfs: Remove fs_info from exclude_super_stripes
Nikolay Borisov
1
-4
/
+4
2018-08-06
btrfs: Remove fs_info from free_excluded_extents
Nikolay Borisov
1
-11
/
+11
2018-08-06
btrfs: Remove fs_info from check_system_chunk
Nikolay Borisov
1
-4
/
+4
2018-08-06
btrfs: Remove fs_info from btrfs_alloc_chunk
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from do_chunk_alloc
Nikolay Borisov
1
-12
/
+10
2018-08-06
btrfs: Remove fs_info from run_delayed_tree_ref
Nikolay Borisov
1
-4
/
+3
2018-08-06
btrfs: Remove fs_info from cleanup_ref_head
Nikolay Borisov
1
-2
/
+3
2018-08-06
btrfs: Remove unused fs_info from cleanup_extent_op
Nikolay Borisov
1
-2
/
+1
2018-08-06
btrfs: Remove fs_info from run_delayed_extent_op
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from run_delayed_data_ref
Nikolay Borisov
1
-3
/
+2
2018-08-06
btrfs: Remove fs_info argument from __btrfs_inc_extent_ref
Nikolay Borisov
1
-9
/
+6
2018-08-06
btrfs: Remove fs_info from alloc_reserved_file_extent
Nikolay Borisov
1
-8
/
+7
2018-08-06
btrfs: Remove fs_info from __btrfs_free_extent
Nikolay Borisov
1
-13
/
+11
2018-08-06
btrfs: Remove fs_info from btrfs_remove_block_group
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_make_block_group
Nikolay Borisov
1
-2
/
+2
2018-08-06
btrfs: Remove fs_info from btrfs_add_delayed_data_ref
Nikolay Borisov
1
-4
/
+3
2018-08-06
btrfs: Remove fs_info from btrfs_add_delayed_tree_ref
Nikolay Borisov
1
-4
/
+4
2018-08-06
btrfs: Remove fs_info from lookup_extent_backref
Nikolay Borisov
1
-4
/
+2
2018-08-06
btrfs: Remove fs_info argument from lookup_extent_data_ref
Nikolay Borisov
1
-5
/
+3
2018-08-06
btrfs: Remove fs_info argument from lookup_tree_block_ref
Nikolay Borisov
1
-4
/
+3
2018-08-06
btrfs: Remove fs_info argument from update_inline_extent_backref
Nikolay Borisov
1
-8
/
+7
2018-08-06
btrfs: Remove fs_info from lookup_inline_extent_backref
Nikolay Borisov
1
-7
/
+7
[next]