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
/
btrfs
Age
Commit message (
Expand
)
Author
Files
Lines
2023-06-19
btrfs: remove level argument from btrfs_set_block_flags
Josef Bacik
3
-9
/
+5
2023-06-19
btrfs: move btrfs_check_trunc_cache_free_space into block-rsv.c
Josef Bacik
4
-21
/
+21
2023-06-19
btrfs: scrub: use recovered data stripes as cache to avoid unnecessary read
Qu Wenruo
3
-0
/
+55
2023-06-19
btrfs: assert tree lock is held when removing free space entries
Filipe Manana
1
-10
/
+24
2023-06-19
btrfs: assert tree lock is held when linking free space
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: assert tree lock is held when searching for free space entries
Filipe Manana
1
-0
/
+2
2023-06-19
btrfs: assert proper locks are held at tree_insert_offset()
Filipe Manana
1
-6
/
+19
2023-06-19
btrfs: simplify arguments to tree_insert_offset()
Filipe Manana
1
-21
/
+16
2023-06-19
btrfs: use precomputed end offsets at do_trimming()
Filipe Manana
1
-1
/
+1
2023-06-19
btrfs: avoid searching twice for previous node when merging free space entries
Filipe Manana
1
-3
/
+6
2023-06-19
btrfs: avoid extra memory allocation when copying free space cache
Filipe Manana
1
-2
/
+4
2023-06-19
btrfs: simplify transid initialization in btrfs_ioctl_wait_sync
Tom Rix
1
-5
/
+4
2023-06-19
btrfs: output affected files when relocation fails
Qu Wenruo
3
-0
/
+208
2023-06-19
btrfs: remove hipri_workers workqueue
Christoph Hellwig
4
-11
/
+2
2023-06-19
btrfs: determine synchronous writers from bio or writeback control
Christoph Hellwig
5
-19
/
+3
2023-06-19
btrfs: submit IO synchronously for fast checksum implementations
Christoph Hellwig
1
-13
/
+7
2023-06-19
btrfs: use SECTOR_SHIFT to convert LBA to physical offset
Anand Jain
4
-6
/
+6
2023-06-19
btrfs: use SECTOR_SHIFT to convert physical offset to LBA
Anand Jain
5
-6
/
+8
2023-06-19
btrfs: improve leaf dump and error handling
Qu Wenruo
2
-68
/
+59
2023-06-19
btrfs: print-tree: pass const extent buffer pointer
Qu Wenruo
5
-14
/
+14
2023-06-19
btrfs: export bitmap_test_range_all_{set,zero}
Naohiro Aota
3
-28
/
+26
2023-06-19
btrfs: tag as unlikely the key comparison when checking sibling keys
Filipe Manana
1
-1
/
+1
2023-06-19
btrfs: make btrfs_free_device() static
Filipe Manana
2
-2
/
+1
2023-06-19
btrfs: don't commit transaction for every subvol create
Sweet Tea Dorminy
1
-4
/
+3
2023-06-19
btrfs: unexport btrfs_prev_leaf()
Filipe Manana
2
-81
/
+81
2023-06-16
Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-10
/
+22
2023-06-14
btrfs: scrub: fix a return value overwrite in scrub_stripe()
Qu Wenruo
1
-1
/
+1
2023-06-13
btrfs: do not ASSERT() on duplicated global roots
Qu Wenruo
1
-2
/
+8
2023-06-13
btrfs: can_nocow_file_extent should pass down args->strict from callers
Chris Mason
1
-1
/
+1
2023-06-13
btrfs: fix iomap_begin length for nocow writes
Christoph Hellwig
1
-6
/
+12
2023-06-12
Merge tag 'for-6.4-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-11
/
+30
2023-06-08
btrfs: scrub: also report errors hit during the initial read
Qu Wenruo
1
-6
/
+18
2023-06-08
btrfs: scrub: respect the read-only flag during repair
Qu Wenruo
1
-1
/
+1
2023-06-06
btrfs: properly enable async discard when switching from RO->RW
Chris Mason
1
-0
/
+6
2023-06-05
btrfs: subpage: fix a crash in metadata repair path
Qu Wenruo
1
-4
/
+5
2023-06-03
Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-20
/
+32
2023-06-01
btrfs: zoned: fix dev-replace after the scrub rework
Qu Wenruo
2
-20
/
+32
2023-05-31
Merge tag 'for-6.4-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-3
/
+3
2023-05-27
btrfs: fix csum_tree_block page iteration to avoid tripping on -Werror=array-...
pengfuyuan
1
-1
/
+1
2023-05-27
btrfs: fix an uninitialized variable warning in btrfs_log_inode
Shida Zhang
1
-1
/
+1
2023-05-27
btrfs: call btrfs_orig_bbio_end_io in btrfs_end_bio_work
Christoph Hellwig
1
-1
/
+1
2023-05-26
Merge tag 'for-6.4-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-4
/
+32
2023-05-17
btrfs: use nofs when cleaning up aborted transactions
Josef Bacik
1
-0
/
+9
2023-05-17
btrfs: handle memory allocation failure in btrfs_csum_one_bio
Johannes Thumshirn
1
-1
/
+3
2023-05-17
btrfs: scrub: try harder to mark RAID56 block groups read-only
Qu Wenruo
2
-3
/
+20
2023-05-13
Merge tag 'for-6.4-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
11
-33
/
+102
2023-05-10
btrfs: make clear_cache mount option to rebuild FST without disabling it
Qu Wenruo
4
-11
/
+70
2023-05-10
btrfs: zero the buffer before marking it dirty in btrfs_redirty_list_add
Christoph Hellwig
1
-2
/
+2
2023-05-10
btrfs: zoned: fix full zone super block reading on ZNS
Naohiro Aota
1
-4
/
+3
2023-05-10
btrfs: zoned: zone finish data relocation BG with last IO
Naohiro Aota
1
-0
/
+3
[next]