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
path:
root
/
fs
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2021-08-23
btrfs: make relocate_one_page() handle subpage case
Qu Wenruo
1
-29
/
+77
2021-08-23
btrfs: reloc: factor out relocation page read and dirty part
Qu Wenruo
1
-105
/
+93
2021-08-23
btrfs: rework lzo_decompress_bio() to make it subpage compatible
Qu Wenruo
1
-106
/
+90
2021-08-23
btrfs: rework btrfs_decompress_buf2page()
Qu Wenruo
5
-99
/
+76
2021-08-23
btrfs: grab correct extent map for subpage compressed extent read
Qu Wenruo
1
-3
/
+6
2021-08-23
btrfs: disable compressed readahead for subpage
Qu Wenruo
1
-0
/
+10
2021-08-23
btrfs: subpage: check if there are compressed extents inside one page
Qu Wenruo
1
-0
/
+14
2021-08-23
btrfs: reset this_bio_flag to avoid inheriting old flags
Qu Wenruo
1
-1
/
+1
2021-08-23
btrfs: constify and cleanup variables in comparators
David Sterba
5
-16
/
+15
2021-08-23
btrfs: simplify data stripe calculation helpers
David Sterba
1
-13
/
+2
2021-08-23
btrfs: merge alloc_device helpers
David Sterba
1
-41
/
+25
2021-08-23
btrfs: uninline btrfs_bg_flags_to_raid_index
David Sterba
2
-26
/
+27
2021-08-23
btrfs: tree-checker: add missing stripe checks for raid1c3/4 profiles
David Sterba
1
-0
/
+4
2021-08-23
btrfs: tree-checker: use table values for stripe checks
David Sterba
1
-6
/
+11
2021-08-23
btrfs: make btrfs_next_leaf static inline
David Sterba
2
-11
/
+12
2021-08-23
btrfs: remove uptodate parameter from btrfs_dec_test_first_ordered_pending
David Sterba
3
-6
/
+3
2021-08-23
btrfs: switch uptodate to bool in btrfs_writepage_endio_finish_ordered
David Sterba
3
-7
/
+7
2021-08-23
btrfs: remove unused start and end parameters from btrfs_run_delalloc_range()
Qu Wenruo
3
-6
/
+5
2021-08-23
btrfs: introduce btrfs_lookup_match_dir
Marcos Paulo de Souza
1
-37
/
+39
2021-08-23
btrfs: remove unneeded return variable in btrfs_lookup_file_extent
Marcos Paulo de Souza
1
-3
/
+2
2021-08-23
btrfs: use btrfs_next_leaf instead of btrfs_next_item when slots > nritems
Marcos Paulo de Souza
2
-2
/
+2
2021-08-23
btrfs: remove ignore_offset argument from btrfs_find_all_roots()
Filipe Manana
4
-27
/
+17
2021-08-23
btrfs: avoid unnecessary lock and leaf splits when updating inode in the log
Filipe Manana
1
-5
/
+34
2021-08-23
btrfs: remove unnecessary list head initialization when syncing log
Filipe Manana
1
-2
/
+0
2021-08-23
btrfs: avoid unnecessary log mutex contention when syncing log
Filipe Manana
1
-4
/
+10
2021-08-23
btrfs: remove racy and unnecessary inode transaction update when using no-holes
Filipe Manana
1
-7
/
+5
2021-08-23
btrfs: stop doing GFP_KERNEL memory allocations in the ref verify tool
Filipe Manana
2
-17
/
+5
2021-08-23
btrfs: improve the batch insertion of delayed items
Filipe Manana
1
-133
/
+79
2021-08-23
btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...
Qu Wenruo
1
-0
/
+19
2021-08-23
btrfs: pass NULL as trans to btrfs_search_slot if we only want to search
Marcos Paulo de Souza
2
-2
/
+2
2021-08-23
btrfs: continue readahead of siblings even if target node is in memory
Filipe Manana
1
-5
/
+8
2021-08-23
btrfs: check-integrity: drop kmap/kunmap for block pages
David Sterba
1
-8
/
+3
2021-08-23
btrfs: compression: drop kmap/kunmap from generic helpers
David Sterba
2
-4
/
+2
2021-08-23
btrfs: compression: drop kmap/kunmap from zstd
David Sterba
1
-18
/
+9
2021-08-23
btrfs: compression: drop kmap/kunmap from zlib
David Sterba
1
-25
/
+11
2021-08-23
btrfs: compression: drop kmap/kunmap from lzo
David Sterba
1
-28
/
+10
2021-08-23
btrfs: drop from __GFP_HIGHMEM all allocations
David Sterba
5
-15
/
+14
2021-08-23
btrfs: cleanup fs_devices pointer usage in btrfs_trim_fs
Anand Jain
1
-5
/
+5
2021-08-23
btrfs: remove max argument from generic_bin_search
Marcos Paulo de Souza
1
-11
/
+7
2021-08-23
btrfs: make btrfs_finish_chunk_alloc private to block-group.c
Nikolay Borisov
3
-96
/
+91
2021-08-23
btrfs: check-integrity: drop unnecessary function prototypes
Anand Jain
1
-49
/
+0
2021-08-23
btrfs: add special case to setget helpers for 64k pages
David Sterba
1
-4
/
+4
2021-08-23
btrfs: zoned: remove max_zone_append_size logic
Johannes Thumshirn
4
-24
/
+0
2021-08-18
Merge tag 'for-5.14-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-2
/
+8
2021-08-16
btrfs: prevent rename2 from exchanging a subvol with a directory from differe...
NeilBrown
1
-2
/
+8
2021-07-30
Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
4
-4
/
+5
2021-07-29
btrfs: calculate number of eb pages properly in csum_tree_block
David Sterba
1
-1
/
+1
2021-07-28
btrfs: fix rw device counting in __btrfs_free_extra_devids
Desmond Cheong Zhi Xi
1
-0
/
+1
2021-07-28
btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...
Filipe Manana
1
-2
/
+2
2021-07-28
btrfs: mark compressed range uptodate only if all bio succeed
Goldwyn Rodrigues
1
-1
/
+1
[next]