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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
btrfs: don't allow tree block to cross page boundary for subpage support
Qu Wenruo
1
-0
/
+8
2020-12-09
btrfs: calculate inline extent buffer page size based on page size
Qu Wenruo
3
-14
/
+3
2020-12-09
btrfs: factor out btree page submission code to a helper
Qu Wenruo
1
-47
/
+75
2020-12-09
btrfs: make btrfs_verify_data_csum follow sector size
Qu Wenruo
1
-3
/
+15
2020-12-09
btrfs: pass bio_offset to check_data_csum() directly
Qu Wenruo
4
-26
/
+42
2020-12-09
btrfs: rename bio_offset of extent_submit_bio_start_t to dio_file_offset
Qu Wenruo
4
-16
/
+15
2020-12-09
btrfs: fix lockdep warning when creating free space tree
Boris Burkov
1
-4
/
+5
2020-12-09
btrfs: skip space_cache v1 setup when not using it
Boris Burkov
1
-0
/
+3
2020-12-09
btrfs: remove free space items when disabling space cache v1
Boris Burkov
3
-41
/
+100
2020-12-09
btrfs: warn when remount will not change the free space tree
Boris Burkov
1
-0
/
+16
2020-12-09
btrfs: use superblock state to print space_cache mount option
Boris Burkov
1
-2
/
+2
2020-12-09
btrfs: keep sb cache_generation consistent with space_cache
Boris Burkov
6
-3
/
+50
2020-12-09
btrfs: clear free space tree on ro->rw remount
Boris Burkov
1
-21
/
+21
2020-12-09
btrfs: clear oneshot options on mount and remount
Boris Burkov
3
-1
/
+15
2020-12-09
btrfs: create free space tree on ro->rw remount
Boris Burkov
1
-12
/
+11
2020-12-09
btrfs: only mark bg->needs_free_space if free space tree is on
Boris Burkov
1
-1
/
+2
2020-12-09
btrfs: start orphan cleanup on ro->rw remount
Boris Burkov
1
-9
/
+8
2020-12-09
btrfs: lift read-write mount setup from mount and remount
Boris Burkov
3
-70
/
+57
2020-12-09
btrfs: do not block inode logging for so long during transaction commit
Filipe Manana
2
-18
/
+40
2020-12-09
btrfs: fix race leading to unnecessary transaction commit when logging inode
Filipe Manana
1
-10
/
+0
2020-12-09
btrfs: fix race that makes inode logging fallback to transaction commit
Filipe Manana
1
-12
/
+8
2020-12-09
btrfs: fix race that causes unnecessary logging of ancestor inodes
Filipe Manana
1
-4
/
+2
2020-12-09
btrfs: fix race that results in logging old extents during a fast fsync
Filipe Manana
1
-3
/
+1
2020-12-09
btrfs: fix race causing unnecessary inode logging during link and rename
Filipe Manana
1
-3
/
+2
2020-12-09
btrfs: remove recalc_thresholds from free space ops
David Sterba
3
-46
/
+42
2020-12-09
btrfs: always set NODATASUM/NODATACOW in __create_free_space_inode
Nikolay Borisov
1
-5
/
+3
2020-12-09
btrfs: remove crc_check logic from free space
Nikolay Borisov
2
-33
/
+5
2020-12-09
btrfs: remove inode number cache feature
Nikolay Borisov
13
-809
/
+6
2020-12-09
btrfs: replace calls to btrfs_find_free_ino with btrfs_find_free_objectid
Nikolay Borisov
1
-6
/
+6
2020-12-09
btrfs: move btrfs_find_highest_objectid/btrfs_find_free_objectid to disk-io.c
Nikolay Borisov
4
-58
/
+57
2020-12-09
btrfs: drop casts of bio bi_sector
David Sterba
7
-18
/
+16
2020-12-09
btrfs: implement log-structured superblock for ZONED mode
Naohiro Aota
6
-12
/
+429
2020-12-09
btrfs: disallow mixed-bg in ZONED mode
Naohiro Aota
1
-0
/
+6
2020-12-09
btrfs: disable fallocate in ZONED mode
Naohiro Aota
1
-0
/
+4
2020-12-09
btrfs: disallow NODATACOW in ZONED mode
Naohiro Aota
2
-0
/
+18
2020-12-09
btrfs: disallow space_cache in ZONED mode
Naohiro Aota
3
-2
/
+34
2020-12-09
btrfs: introduce max_zone_append_size
Naohiro Aota
3
-2
/
+19
2020-12-09
btrfs: check and enable ZONED mode
Naohiro Aota
7
-0
/
+143
2020-12-09
btrfs: get zone information of zoned block devices
Naohiro Aota
7
-3
/
+287
2020-12-08
btrfs: introduce ZONED feature flag
Naohiro Aota
1
-0
/
+7
2020-12-08
btrfs: return bool from btrfs_should_end_transaction
Nikolay Borisov
2
-3
/
+3
2020-12-08
btrfs: return bool from should_end_transaction
Nikolay Borisov
1
-2
/
+2
2020-12-08
btrfs: remove err variable from do_relocation
Nikolay Borisov
1
-21
/
+12
2020-12-08
btrfs: eliminate err variable from merge_reloc_root
Nikolay Borisov
1
-17
/
+7
2020-12-08
btrfs: remove err variable from btrfs_delete_subvolume
Nikolay Borisov
1
-14
/
+7
2020-12-08
btrfs: unlock path before checking if extent is shared during nocow writeback
Filipe Manana
1
-2
/
+11
2020-12-08
btrfs: tree-checker: annotate all error branches as unlikely
David Sterba
1
-160
/
+173
2020-12-08
btrfs: remove stub device info from messages when we have no fs_info
David Sterba
1
-3
/
+7
2020-12-08
btrfs: use detach_page_private() in alloc_extent_buffer()
Qu Wenruo
1
-6
/
+1
2020-12-08
btrfs: use nodesize to determine if we need readahead in btrfs_lookup_bio_sums
Qu Wenruo
1
-1
/
+5
[next]