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
2018-01-22
btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
Anand Jain
1
-2
/
+4
2018-01-22
btrfs: define SUPER_FLAG_METADUMP_V2
Anand Jain
1
-1
/
+2
2018-01-22
btrfs: factor btrfs_check_rw_degradable() to check given device
Anand Jain
1
-2
/
+2
2018-01-22
btrfs: sink unlock_extent parameter gfp_flags
David Sterba
1
-1
/
+1
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_FLUSH_SENT
Anand Jain
1
-3
/
+3
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_MISSING
Anand Jain
1
-2
/
+2
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_IN_FS_METADATA
Anand Jain
1
-4
/
+4
2018-01-22
btrfs: cleanup device states define BTRFS_DEV_STATE_WRITEABLE
Anand Jain
1
-4
/
+8
2018-01-22
btrfs: switch to on-stack csum buffer in csum_tree_block
David Sterba
1
-13
/
+3
2018-01-22
btrfs: sink get_extent parameter to read_extent_buffer_pages
David Sterba
1
-4
/
+4
2018-01-22
btrfs: use non-RCU list traversal in write_all_supers callees
David Sterba
1
-4
/
+5
2018-01-22
btrfs: Don't generate UUID for non-fs tree
Qu Wenruo
1
-2
/
+3
2017-12-07
Btrfs: disable FUA if mounted with nobarrier
Omar Sandoval
1
-7
/
+5
2017-11-28
btrfs: tree-checker: Fix false panic for sanity test
Qu Wenruo
1
-2
/
+8
2017-11-01
btrfs: track refs in a rb_tree instead of a list
Josef Bacik
1
-4
/
+6
2017-11-01
btrfs: make the delalloc block rsv per inode
Josef Bacik
1
-10
/
+8
2017-10-30
btrfs: Replace opencoded sizes with their symbolic constants
Nikolay Borisov
1
-1
/
+1
2017-10-30
btrfs: remove delayed_ref_node from ref_head
Josef Bacik
1
-6
/
+6
2017-10-30
Btrfs: add a extent ref verify tool
Josef Bacik
1
-0
/
+6
2017-10-30
Btrfs: remove nr_async_submits and async_submit_draining
Liu Bo
1
-24
/
+0
2017-10-30
Btrfs: remove nr_async_bios
Liu Bo
1
-1
/
+0
2017-10-30
btrfs: Move leaf and node validation checker to tree-checker.c
Qu Wenruo
1
-281
/
+4
2017-10-30
btrfs: Add checker for EXTENT_CSUM
Qu Wenruo
1
-0
/
+24
2017-10-30
btrfs: Add sanity check for EXTENT_DATA when reading out leaf
Qu Wenruo
1
-0
/
+103
2017-10-30
btrfs: Check if item pointer overlaps with the item itself
Qu Wenruo
1
-0
/
+7
2017-10-30
btrfs: Refactor check_leaf function for later expansion
Qu Wenruo
1
-23
/
+27
2017-10-30
Btrfs: remove bio_flags which indicates a meta block of log-tree
Liu Bo
1
-4
/
+2
2017-10-30
Btrfs: make plug in writing meta blocks really work
Liu Bo
1
-2
/
+4
2017-10-30
btrfs: copy fsid to super_block s_uuid
Anand Jain
1
-0
/
+1
2017-09-29
Merge branch 'for-4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+8
2017-09-26
Btrfs: do not backup tree roots when fsync
Liu Bo
1
-1
/
+8
2017-09-15
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
1
-6
/
+6
2017-09-15
Merge branch 'zstd-minimal' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-0
/
+2
2017-09-09
Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...
Linus Torvalds
1
-148
/
+94
2017-09-07
Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2017-08-24
Btrfs: fix blk_status_t/errno confusion
Omar Sandoval
1
-2
/
+2
2017-08-23
block: replace bi_bdev with a gendisk pointer and partitions index
Christoph Hellwig
1
-1
/
+1
2017-08-22
btrfs: submit superblock io with REQ_META and REQ_PRIO
David Sterba
1
-2
/
+3
2017-08-21
btrfs: Do not use data_alloc_cluster in ssd mode
Hans van Kranenburg
1
-4
/
+2
2017-08-21
btrfs: use btrfsic_submit_bio instead of submit_bio in write_dev_flush
Lu Fengqi
1
-1
/
+1
2017-08-18
btrfs: use appropriate define for the fsid
Anand Jain
1
-3
/
+3
2017-08-16
btrfs: drop chunk locks at the end of close_ctree
David Sterba
1
-2
/
+0
2017-08-16
btrfs: fix spelling of snapshotting
David Sterba
1
-1
/
+1
2017-08-16
btrfs: use named constant for bdev blocksize
David Sterba
1
-5
/
+6
2017-08-16
btrfs: split write_dev_supers to two functions
David Sterba
1
-56
/
+73
2017-08-16
btrfs: get fs_info from eb in btrfs_print_leaf, remove argument
David Sterba
1
-1
/
+1
2017-08-16
btrfs: Cleanup num_tolerated_disk_barrier_failures
Qu Wenruo
1
-54
/
+0
2017-08-16
btrfs: Allow barrier_all_devices to do chunk level device check
Qu Wenruo
1
-13
/
+3
2017-08-16
btrfs: Do chunk level check for degraded rw mount
Qu Wenruo
1
-8
/
+3
2017-08-15
btrfs: Add zstd support
Nick Terrell
1
-0
/
+2
[next]