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
2019-04-29
btrfs: get fs_info from eb in clean_tree_block
David Sterba
7
-19
/
+19
2019-04-29
btrfs: get fs_info from eb in tree_mod_log_eb_copy
David Sterba
1
-7
/
+6
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 btrfs_exclude_logged_extents
David Sterba
3
-5
/
+4
2019-04-29
btrfs: get fs_info from eb in leaf_data_end
David Sterba
3
-16
/
+15
2019-04-29
btrfs: get fs_info from eb in write_one_eb
David Sterba
1
-3
/
+2
2019-04-29
btrfs: get fs_info from eb in repair_eb_io_failure
David Sterba
3
-5
/
+4
2019-04-29
btrfs: get fs_info from eb in lock_extent_buffer_for_io
David Sterba
1
-4
/
+3
2019-04-29
btrfs: use common file type conversion
Phillip Potter
3
-20
/
+16
2019-04-29
btrfs: Perform locking/unlocking in btrfs_remap_file_range()
Goldwyn Rodrigues
1
-23
/
+11
2019-04-29
btrfs: use BUG() instead of BUG_ON(1)
Arnd Bergmann
6
-11
/
+11
2019-04-29
btrfs: move tree block wait and write helpers to tree-log
David Sterba
3
-15
/
+11
2019-04-29
btrfs: remove stale definition of BUFFER_LRU_MAX
David Sterba
1
-2
/
+0
2019-04-29
btrfs: tests: unify messages when tests start
David Sterba
3
-6
/
+11
2019-04-29
btrfs: tests: drop messages when some tests finish
David Sterba
2
-2
/
+0
2019-04-29
btrfs: tests: fix comments about tested extent map ranges
David Sterba
1
-2
/
+2
2019-04-29
btrfs: tests: use SZ_ constants everywhere
David Sterba
1
-3
/
+3
2019-04-29
btrfs: tests: use standard error message after extent map allocation failure
David Sterba
1
-4
/
+19
2019-04-29
btrfs: tests: return error from all extent map test cases
David Sterba
1
-12
/
+32
2019-04-29
btrfs: tests: return errors from extent map test case 4
David Sterba
1
-7
/
+14
2019-04-29
btrfs: tests: return errors from extent map test case 3
David Sterba
1
-5
/
+10
2019-04-29
btrfs: tests: return errors from extent map test case 2
David Sterba
1
-6
/
+14
2019-04-29
btrfs: tests: return errors from extent map test case 1
David Sterba
1
-6
/
+14
2019-04-29
btrfs: tests: return errors from extent map tests
David Sterba
1
-22
/
+46
2019-04-29
btrfs: tests: properly initialize fs_info of extent buffer
David Sterba
1
-1
/
+1
2019-04-29
btrfs: tests: use standard error message after block group allocation failure
David Sterba
2
-2
/
+2
2019-04-29
btrfs: tests: use standard error message after inode allocation failure
David Sterba
2
-4
/
+4
2019-04-29
btrfs: tests: use standard error message after path allocation failure
David Sterba
3
-6
/
+6
2019-04-29
btrfs: tests: use standard error message after extent buffer allocation failure
David Sterba
4
-6
/
+6
2019-04-29
btrfs: tests: use standard error message after root allocation failure
David Sterba
5
-8
/
+9
2019-04-29
btrfs: tests: use standard error message after fs_info allocation failure
David Sterba
7
-10
/
+11
2019-04-29
btrfs: tests: add table of most common errors
David Sterba
2
-0
/
+24
2019-04-29
btrfs: tests: print file:line for error messages
David Sterba
1
-1
/
+2
2019-04-29
btrfs: tests: don't leak fs_info in extent_io bitmap tests
David Sterba
1
-7
/
+9
2019-04-29
btrfs: tests: handle fs_info allocation failure in extent_io tests
David Sterba
1
-0
/
+4
2019-04-29
btrfs: disk-io: Show the timing of corrupted tree block explicitly
Qu Wenruo
1
-0
/
+4
2019-04-29
btrfs: fix panic during relocation after ENOSPC before writeback happens
Josef Bacik
1
-11
/
+20
2019-04-29
btrfs: Use less confusing condition for uptodate parameter to btrfs_writepage...
Nikolay Borisov
1
-1
/
+1
2019-04-29
btrfs: extent_io: Handle errors better in extent_writepages()
Qu Wenruo
1
-3
/
+6
2019-04-29
btrfs: extent_io: add proper error handling to lock_extent_buffer_for_io()
Qu Wenruo
1
-5
/
+22
2019-04-29
btrfs: extent_io: Handle errors better in extent_write_locked_range()
Qu Wenruo
1
-3
/
+6
2019-04-29
btrfs: extent_io: Kill dead condition in extent_write_cache_pages()
Qu Wenruo
1
-5
/
+0
2019-04-29
btrfs: extent_io: Handle errors better in btree_write_cache_pages()
Qu Wenruo
1
-3
/
+6
2019-04-29
btrfs: extent_io: Handle errors better in extent_write_full_page()
Qu Wenruo
1
-3
/
+21
2019-04-29
btrfs: extent_io: Move the BUG_ON() in flush_write_bio() one level up
Qu Wenruo
1
-14
/
+41
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
3
-5
/
+18
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: Make btrfs_(set|clear)_header_flag return void
Qu Wenruo
1
-4
/
+2
2019-04-29
btrfs: reloc: Fix NULL pointer dereference due to expanded reloc_root lifespan
Qu Wenruo
1
-7
/
+5
[next]