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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-05
btrfs: auto enable discard=async when possible
David Sterba
5
-0
/
+22
2022-12-05
btrfs: sysfs: convert remaining scnprintf to sysfs_emit
David Sterba
1
-3
/
+3
2022-12-05
btrfs: do not panic if we can't allocate a prealloc extent state
Josef Bacik
1
-8
/
+14
2022-12-05
btrfs: remove unused unlock_extent_atomic
Josef Bacik
1
-7
/
+0
2022-12-05
btrfs: do not use GFP_ATOMIC in the read endio
Josef Bacik
1
-4
/
+4
2022-12-05
btrfs: skip update of block group item if used bytes are the same
Qu Wenruo
2
-1
/
+33
2022-12-05
btrfs: convert __TRANS_* defines to enum bits
David Sterba
1
-8
/
+10
2022-12-05
btrfs: convert QGROUP_* defines to enum bits
David Sterba
1
-3
/
+6
2022-12-05
btrfs: convert EXTENT_* bits to enums
David Sterba
1
-33
/
+38
2022-12-05
btrfs: convert extent_io page op defines to enum bits
David Sterba
1
-7
/
+10
2022-12-05
btrfs: convert BTRFS_ILOCK-* defines to enum bit
David Sterba
1
-3
/
+6
2022-12-05
btrfs: add helper for bit enumeration
David Sterba
1
-0
/
+8
2022-12-05
btrfs: make module init/exit match their sequence
Qu Wenruo
5
-130
/
+122
2022-12-05
btrfs: remove gfp_t flag from btrfs_tree_mod_log_insert_key()
Filipe Manana
3
-19
/
+18
2022-12-05
btrfs: switch GFP_ATOMIC to GFP_NOFS when fixing up low keys
Filipe Manana
1
-1
/
+1
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: avoid unnecessary resolution of indirect backrefs during fiemap
Filipe Manana
1
-11
/
+17
2022-12-05
btrfs: avoid duplicated resolution of indirect backrefs during fiemap
Filipe Manana
3
-10
/
+69
2022-12-05
btrfs: move up backref sharedness cache store and lookup functions
Filipe Manana
1
-118
/
+118
2022-12-05
btrfs: cache sharedness of the last few data extents during fiemap
Filipe Manana
2
-3
/
+74
2022-12-05
btrfs: remove useless logic when finding parent nodes
Filipe Manana
1
-5
/
+18
2022-12-05
btrfs: remove roots ulist when checking data extent sharedness
Filipe Manana
2
-6
/
+1
2022-12-05
btrfs: move ulists to data extent sharedness check context
Filipe Manana
3
-36
/
+48
2022-12-05
btrfs: turn the backref sharedness check cache into a context object
Filipe Manana
3
-32
/
+32
2022-12-05
btrfs: directly pass the inode to btrfs_is_data_extent_shared()
Filipe Manana
3
-14
/
+12
2022-12-05
btrfs: remove checks for a 0 inode number during backref walking
Filipe Manana
1
-2
/
+2
2022-12-05
btrfs: remove checks for a root with id 0 during backref walking
Filipe Manana
1
-4
/
+2
2022-12-05
btrfs: drop redundant bflags initialization when allocating extent buffer
Filipe Manana
1
-1
/
+0
2022-12-05
btrfs: drop pointless memset when cloning extent buffer
Filipe Manana
1
-1
/
+0
2022-12-05
btrfs: skip unnecessary delalloc search during fiemap and lseek
Filipe Manana
1
-13
/
+20
2022-12-05
btrfs: skip unnecessary extent map searches during fiemap and lseek
Filipe Manana
1
-0
/
+12
2022-12-05
btrfs: get the next extent map during fiemap/lseek more efficiently
Filipe Manana
3
-18
/
+59
2022-12-05
btrfs: raid56: make it more explicit that cache rbio should have all its data...
Qu Wenruo
1
-19
/
+51
2022-12-05
btrfs: raid56: allocate memory separately for rbio pointers
Qu Wenruo
1
-22
/
+24
2022-12-05
btrfs: raid56: cleanup for function __free_raid_bio()
Qu Wenruo
1
-31
/
+30
2022-12-05
btrfs: introduce BTRFS_RESERVE_FLUSH_EMERGENCY
Josef Bacik
3
-2
/
+57
2022-12-05
btrfs: move the btrfs_verity_descriptor_item defs up in ctree.h
Josef Bacik
1
-9
/
+10
2022-12-05
btrfs: move btrfs_next_old_item into ctree.c
Josef Bacik
2
-8
/
+9
2022-12-05
btrfs: move free space cachep's out of ctree.h
Josef Bacik
5
-19
/
+38
2022-12-05
btrfs: move btrfs_path_cachep out of ctree.h
Josef Bacik
4
-10
/
+27
2022-12-05
btrfs: move trans_handle_cachep out of ctree.h
Josef Bacik
5
-10
/
+28
2022-12-05
btrfs: move btrfs_print_data_csum_error into inode.c
Josef Bacik
2
-26
/
+26
2022-12-05
btrfs: move flush related definitions to space-info.h
Josef Bacik
6
-59
/
+63
2022-12-05
btrfs: move btrfs_should_fragment_free_space into block-group.c
Josef Bacik
2
-10
/
+13
2022-12-05
btrfs: move discard stat defs to free-space-cache.h
Josef Bacik
2
-9
/
+9
2022-12-05
btrfs: move BTRFS_MAX_MIRRORS into scrub.c
Josef Bacik
2
-11
/
+11
2022-12-05
btrfs: move maximum limits to btrfs_tree.h
Josef Bacik
2
-13
/
+12
2022-12-05
btrfs: move btrfs_get_block_group helper out of disk-io.h
Josef Bacik
2
-7
/
+8
2022-12-05
btrfs: move btrfs on-disk definitions out of ctree.h
Josef Bacik
2
-214
/
+216
[prev]
[next]