index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_multi_rtos
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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
2025-07-22
btrfs: tree-log: add and rename extent bits for dirty_log_pages tree
David Sterba
6
-13
/
+16
2025-07-22
btrfs: use folio_end() where appropriate
David Sterba
7
-32
/
+25
2025-07-22
btrfs: add helper folio_end()
David Sterba
1
-0
/
+7
2025-07-22
btrfs: rename variables for locked range in defrag_prepare_one_folio()
David Sterba
1
-7
/
+7
2025-07-22
btrfs: simplify range end calculations in truncate_block_zero_beyond_eof()
David Sterba
1
-2
/
+2
2025-07-22
btrfs: check BLOCK_GROUP_FLAG_NEEDS_FREE_SPACE at __add_block_group_free_space()
Filipe Manana
1
-30
/
+28
2025-07-22
btrfs: always abort transaction on failure to add block group to free space tree
Filipe Manana
1
-7
/
+9
2025-07-22
btrfs: add extra warning when qgroup is marked inconsistent
Qu Wenruo
1
-39
/
+44
2025-07-22
btrfs: merge btrfs_printk_ratelimited() and its only caller
David Sterba
1
-7
/
+3
2025-07-22
btrfs: simplify debug print helpers without enabled printk
David Sterba
2
-14
/
+4
2025-07-22
btrfs: remove remaining unused message helpers
David Sterba
1
-12
/
+0
2025-07-22
btrfs: switch RCU helper versions to btrfs_debug()
David Sterba
2
-15
/
+1
2025-07-22
btrfs: switch RCU helper versions to btrfs_info()
David Sterba
6
-14
/
+10
2025-07-22
btrfs: switch RCU helper versions to btrfs_warn()
David Sterba
7
-17
/
+13
2025-07-22
btrfs: switch RCU helper versions to btrfs_err()
David Sterba
5
-22
/
+18
2025-07-22
btrfs: switch all message helpers to be RCU safe
David Sterba
1
-14
/
+17
2025-07-22
btrfs: remove unused levels of message helpers
David Sterba
1
-24
/
+0
2025-07-22
btrfs: remove unused rcu-string printk helpers
David Sterba
2
-14
/
+2
2025-07-22
btrfs: open code rcu_string_free() and remove it
David Sterba
2
-8
/
+3
2025-07-22
btrfs: zoned: reserve data_reloc block group on mount
Johannes Thumshirn
3
-0
/
+65
2025-07-22
rust: types: remove `Either<L, R>`
Benno Lossin
1
-18
/
+0
2025-07-22
btrfs: use btrfs_root_id() where not done yet
David Sterba
3
-4
/
+4
2025-07-22
btrfs: use btrfs_is_data_reloc_root() where not done yet
David Sterba
2
-2
/
+2
2025-07-22
btrfs: use on-stack variable for block reserve in btrfs_replace_file_extents()
David Sterba
1
-17
/
+12
2025-07-22
btrfs: use on-stack variable for block reserve in btrfs_truncate()
David Sterba
1
-12
/
+10
2025-07-22
btrfs: use on-stack variable for block reserve in btrfs_evict_inode()
David Sterba
1
-13
/
+12
2025-07-22
btrfs: update comment for xarray fields in struct btrfs_root
Sun YangKai
1
-8
/
+2
2025-07-22
btrfs: enable large data folio support under CONFIG_BTRFS_EXPERIMENTAL
Qu Wenruo
5
-20
/
+21
2025-07-22
btrfs: use refcount_t type for the extent buffer reference counter
Filipe Manana
11
-43
/
+42
2025-07-22
btrfs: add comment for optimization in free_extent_buffer()
Filipe Manana
1
-0
/
+1
2025-07-22
btrfs: reorganize logic at free_extent_buffer() for better readability
Filipe Manana
1
-3
/
+6
2025-07-22
btrfs: make btrfs_readdir_delayed_dir_index() return a bool instead
Filipe Manana
3
-11
/
+10
2025-07-22
btrfs: make btrfs_should_delete_dir_index() return a bool instead
Filipe Manana
2
-6
/
+4
2025-07-22
btrfs: add details to error messages at btrfs_delete_delayed_dir_index()
Filipe Manana
1
-4
/
+4
2025-07-22
btrfs: make btrfs_delete_delayed_insertion_item() return a boolean
Filipe Manana
1
-6
/
+7
2025-07-22
btrfs: switch del_all argument of replay_dir_deletes() from int to bool
Filipe Manana
1
-6
/
+5
2025-07-22
btrfs: pass NULL index to btrfs_del_inode_ref() where not needed
Filipe Manana
2
-5
/
+2
2025-07-22
btrfs: allocate scratch eb earlier at btrfs_log_new_name()
Filipe Manana
1
-4
/
+11
2025-07-22
btrfs: allocate path earlier at btrfs_log_new_name()
Filipe Manana
1
-7
/
+9
2025-07-22
btrfs: allocate path earlier at btrfs_del_dir_entries_in_log()
Filipe Manana
1
-9
/
+9
2025-07-22
btrfs: assert we join log transaction at btrfs_del_dir_entries_in_log()
Filipe Manana
1
-1
/
+2
2025-07-22
btrfs: use btrfs_del_item() at del_logged_dentry()
Filipe Manana
1
-1
/
+1
2025-07-22
btrfs: free path sooner at __btrfs_unlink_inode()
Filipe Manana
1
-17
/
+14
2025-07-22
btrfs: assert we join log transaction at btrfs_del_inode_ref_in_log()
Filipe Manana
1
-1
/
+2
2025-07-22
btrfs: open code fc_mount() to avoid releasing s_umount rw_sempahore
Al Viro
1
-17
/
+17
2025-07-22
btrfs: rename err to ret in scrub_submit_extent_sector_read()
David Sterba
1
-4
/
+4
2025-07-22
btrfs: rename err to ret in btrfs_create_common()
David Sterba
1
-8
/
+8
2025-07-22
btrfs: rename err to ret in btrfs_wait_tree_log_extents()
David Sterba
1
-5
/
+5
2025-07-22
btrfs: rename err to ret in btrfs_wait_extents()
David Sterba
1
-5
/
+5
2025-07-22
btrfs: rename err to ret in quota_override_store()
David Sterba
1
-4
/
+4
[prev]
[next]