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
/
disk-io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-15
btrfs: don't needlessly create extent-refs kernel thread
David Sterba
1
-6
/
+0
2019-09-09
btrfs: Detect unbalanced tree with empty leaf before crashing btree operations
Qu Wenruo
1
-0
/
+10
2019-09-09
btrfs: Make reada_tree_block_flagged private
Nikolay Borisov
1
-29
/
+0
2019-09-09
btrfs: move basic block_group definitions to their own header
Josef Bacik
1
-0
/
+1
2019-08-07
Btrfs: fix sysfs warning and missing raid sysfs directories
Filipe Manana
1
-2
/
+0
2019-07-17
btrfs: free checksum hash on in close_ctree
Johannes Thumshirn
1
-0
/
+1
2019-07-02
Btrfs: prevent send failures and crashes due to concurrent relocation
Filipe Manana
1
-0
/
+2
2019-07-01
btrfs: directly call into crypto framework for checksumming
Johannes Thumshirn
1
-23
/
+23
2019-07-01
btrfs: add boilerplate code for directly including the crypto framework
Johannes Thumshirn
1
-7
/
+39
2019-07-01
btrfs: Simplify btrfs_check_super_csum() and get rid of size assumptions
Johannes Thumshirn
1
-26
/
+16
2019-07-01
btrfs: check for supported superblock checksum type before checksum validation
Johannes Thumshirn
1
-0
/
+14
2019-07-01
btrfs: add common checksum type validation
Johannes Thumshirn
1
-10
/
+19
2019-07-01
btrfs: use u8 for raid_array members
David Sterba
1
-2
/
+2
2019-07-01
btrfs: remove mapping tree structures indirection
David Sterba
1
-1
/
+1
2019-07-01
btrfs: detect fast implementation of crc32c on all architectures
David Sterba
1
-9
/
+4
2019-05-08
Merge tag 'for-5.2/block-20190507' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-2
/
+2
2019-04-30
block: remove the i argument to bio_for_each_segment_all
Christoph Hellwig
1
-2
/
+2
2019-04-29
btrfs: track DIO bytes in flight
Josef Bacik
1
-1
/
+14
2019-04-29
btrfs: Remove bio_offset argument from submit_bio_hook
Nikolay Borisov
1
-2
/
+2
2019-04-29
btrfs: Always pass 0 bio_offset for btree_submit_bio_start
Nikolay Borisov
1
-2
/
+1
2019-04-29
btrfs: Remove 'tree' argument from read_extent_buffer_pages
Nikolay Borisov
1
-9
/
+3
2019-04-29
btrfs: Change submit_bio_hook to taking an inode directly
Nikolay Borisov
1
-3
/
+2
2019-04-29
btrfs: get fs_info from trans in btrfs_create_tree
David Sterba
1
-1
/
+1
2019-04-29
btrfs: Do mandatory tree block check before submitting bio
Qu Wenruo
1
-0
/
+13
2019-04-29
btrfs: get fs_info from eb in btrfs_check_node
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from eb in btrfs_check_leaf_relaxed
David Sterba
1
-1
/
+1
2019-04-29
btrfs: get fs_info from eb in btrfs_check_leaf_full
David Sterba
1
-1
/
+1
2019-04-29
btrfs: replace pending/pinned chunks lists with io tree
Jeff Mahoney
1
-11
/
+0
2019-04-29
btrfs: Transpose btrfs_close_devices/btrfs_mapping_tree_free in close_ctree
Nikolay Borisov
1
-1
/
+1
2019-04-29
btrfs: combine device update operations during transaction commit
Nikolay Borisov
1
-0
/
+7
2019-04-29
btrfs: qgroup: remove obsolete fs_info members
David Sterba
1
-3
/
+0
2019-04-29
btrfs: get fs_info from eb in btrfs_verify_level_key
David Sterba
1
-3
/
+3
2019-04-29
btrfs: get fs_info from eb in btree_read_extent_buffer_pages
David Sterba
1
-7
/
+4
2019-04-29
btrfs: get fs_info from eb in clean_tree_block
David Sterba
1
-2
/
+2
2019-04-29
btrfs: get fs_info from eb in check_tree_block_fsid
David Sterba
1
-3
/
+3
2019-04-29
btrfs: get fs_info from eb in repair_eb_io_failure
David Sterba
1
-1
/
+1
2019-04-29
btrfs: move tree block wait and write helpers to tree-log
David Sterba
1
-13
/
+0
2019-04-29
btrfs: disk-io: Show the timing of corrupted tree block explicitly
Qu Wenruo
1
-0
/
+4
2019-04-29
btrfs: Always output error message when key/level verification fails
Qu Wenruo
1
-6
/
+4
2019-04-29
btrfs: Check the first key and level for cached extent buffer
Qu Wenruo
1
-5
/
+5
2019-04-29
btrfs: Correctly free extent buffer in case btree_read_extent_buffer_pages fails
Nikolay Borisov
1
-6
/
+11
2019-04-29
btrfs: Introduce extent_io_tree::owner to distinguish different io_trees
Qu Wenruo
1
-4
/
+8
2019-04-29
btrfs: switch extent_io_tree::track_uptodate to bool
David Sterba
1
-1
/
+1
2019-04-29
btrfs: Introduce fs_info to extent_io_tree
Qu Wenruo
1
-4
/
+4
2019-04-29
btrfs: warn if extent buffer mapping crosses a page boundary in csum_tree_block
Johannes Thumshirn
1
-1
/
+1
2019-04-29
btrfs: factor our read/write stage off csum_tree_block into its callers
Johannes Thumshirn
1
-26
/
+29
2019-03-12
mm: refactor readahead defines in mm.h
Nikolay Borisov
1
-1
/
+1
2019-03-09
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2019-02-25
btrfs: scrub: convert scrub_workers_refcnt to refcount_t
Anand Jain
1
-1
/
+1
2019-02-25
btrfs: replace cleaner_delayed_iput_mutex with a waitqueue
Josef Bacik
1
-3
/
+2
[next]