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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-09
btrfs: treat RWF_{,D}SYNC writes as sync for CRCs
Omar Sandoval
1
-1
/
+1
2019-09-09
btrfs: use correct count in btrfs_file_write_iter()
Omar Sandoval
1
-1
/
+2
2019-09-09
btrfs: tie extent buffer and it's token together
David Sterba
5
-26
/
+20
2019-09-09
btrfs: assume valid token for btrfs_set/get_token helpers
David Sterba
1
-12
/
+12
2019-09-09
btrfs: define separate btrfs_set/get_XX helpers
David Sterba
2
-11
/
+55
2019-09-09
btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extref
Nikolay Borisov
3
-32
/
+22
2019-09-09
btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref struct
Nikolay Borisov
3
-22
/
+21
2019-09-09
btrfs: move dev_stats helpers to volumes.c
David Sterba
2
-24
/
+23
2019-09-09
btrfs: move struct io_ctl to free-space-cache.h
David Sterba
3
-15
/
+15
2019-09-09
btrfs: move functions for tree compare to send.c
David Sterba
3
-376
/
+374
2019-09-09
btrfs: rename and export read_node_slot
David Sterba
2
-11
/
+14
2019-09-09
btrfs: move private raid56 definitions from ctree.h
David Sterba
2
-16
/
+16
2019-09-09
btrfs: move math functions to misc.h
David Sterba
7
-33
/
+21
2019-09-09
btrfs: move cond_wake_up functions out of ctree
David Sterba
12
-22
/
+43
2019-09-09
btrfs: use proper error values on allocation failure in clone_fs_devices
Anand Jain
1
-2
/
+6
2019-09-09
btrfs: proper error handling when invalid device is found in find_next_devid
Anand Jain
1
-1
/
+6
2019-09-09
btrfs: fix allocation of free space cache v1 bitmap pages
Christophe Leroy
3
-7
/
+22
2019-09-09
btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
Qu Wenruo
2
-0
/
+16
2019-09-09
btrfs: Deprecate BTRFS_SUBVOL_CREATE_ASYNC flag
Nikolay Borisov
1
-1
/
+14
2019-09-09
btrfs: improve error handling in run_delalloc_nocow
Nikolay Borisov
1
-3
/
+17
2019-09-09
btrfs: comment and minor simplifications in run_delalloc_nocow
Nikolay Borisov
1
-4
/
+3
2019-09-09
btrfs: streamline code in run_delalloc_nocow in case of inline extents
Nikolay Borisov
1
-7
/
+5
2019-09-09
btrfs: simplify extent type checks in run_delalloc_nocow
Nikolay Borisov
1
-8
/
+8
2019-09-09
btrfs: improve comments around nocow path
Nikolay Borisov
2
-4
/
+50
2019-09-09
btrfs: refactor variable scope in run_delalloc_nocow
Nikolay Borisov
1
-33
/
+28
2019-09-09
btrfs: only reserve metadata_size for inodes
Josef Bacik
2
-5
/
+18
2019-09-09
btrfs: rename the btrfs_calc_*_metadata_size helpers
Josef Bacik
13
-30
/
+34
2019-09-09
btrfs: tree-checker: Add EXTENT_DATA_REF check
Qu Wenruo
3
-1
/
+50
2019-09-09
btrfs: tree-checker: Add simple keyed refs check
Qu Wenruo
1
-1
/
+39
2019-09-09
btrfs: tree-checker: Add EXTENT_ITEM and METADATA_ITEM check
Qu Wenruo
1
-0
/
+248
2019-09-09
btrfs: fix error pointer check in __btrfs_map_block()
Dan Carpenter
1
-1
/
+1
2019-09-09
btrfs: dev stat drop useless goto
Anand Jain
1
-5
/
+2
2019-09-09
btrfs: dev stats item key conversion per cpu type is not needed
Anand Jain
1
-2
/
+0
2019-09-09
btrfs: Make reada_tree_block_flagged private
Nikolay Borisov
3
-31
/
+29
2019-09-09
btrfs: compression: replace set_level callbacks by a common helper
David Sterba
5
-33
/
+20
2019-09-09
btrfs: define compression levels statically
David Sterba
4
-0
/
+10
2019-09-09
Btrfs: fix use-after-free when using the tree modification log
Filipe Manana
1
-1
/
+3
2019-09-09
btrfs: replace: BTRFS_DEV_REPLACE_ITEM_STATE_x defines should go
Anand Jain
2
-6
/
+1
2019-09-09
btrfs: introduce an evict flushing state
Josef Bacik
3
-47
/
+62
2019-09-09
btrfs: refactor priority_reclaim_metadata_space
Josef Bacik
1
-6
/
+9
2019-09-09
btrfs: factor out the ticket flush handling
Josef Bacik
1
-22
/
+42
2019-09-09
btrfs: unify error handling for ticket flushing
Josef Bacik
1
-21
/
+11
2019-09-09
btrfs: add a flush step for delayed iputs
Josef Bacik
3
-3
/
+6
2019-09-09
btrfs: unexport the temporary exported functions
Josef Bacik
2
-18
/
+14
2019-09-09
btrfs: migrate the block group cleanup code
Josef Bacik
4
-130
/
+129
2019-09-09
btrfs: migrate the alloc_profile helpers
Josef Bacik
4
-125
/
+122
2019-09-09
btrfs: migrate the chunk allocation code
Josef Bacik
5
-268
/
+268
2019-09-09
btrfs: migrate the block group space accounting helpers
Josef Bacik
2
-173
/
+175
2019-09-09
btrfs: export block group accounting helpers
Josef Bacik
2
-11
/
+16
2019-09-09
btrfs: migrate the dirty bg writeout code
Josef Bacik
4
-521
/
+519
[next]