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
/
bcachefs
/
btree_io.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Option improvements
Kent Overstreet
1
-9
/
+9
2023-10-23
bcachefs: Kill bch2_sort_repack_merge()
Kent Overstreet
1
-10
/
+4
2023-10-23
bcachefs: Fix debug build in userspace
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Fix some compiler warnings
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Clean up/rename bch2_trans_node_* fns
Kent Overstreet
1
-6
/
+3
2023-10-23
bcachefs: Reduce iter->trans usage
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: BSET_OFFSET()
Kent Overstreet
1
-6
/
+13
2023-10-23
bcachefs: Update btree ptrs after every write
Kent Overstreet
1
-128
/
+94
2023-10-23
bcachefs: Kick off btree node writes from write completions
Kent Overstreet
1
-13
/
+48
2023-10-23
bcachefs: Really don't hold btree locks while btree IOs are in flight
Kent Overstreet
1
-5
/
+46
2023-10-23
bcachefs: Regularize argument passing of btree_trans
Kent Overstreet
1
-3
/
+5
2023-10-23
bcachefs: Fix btree_node_read_all_replicas() error handling
Kent Overstreet
1
-19
/
+20
2023-10-23
bcachefs: Fix a deadlock
Kent Overstreet
1
-0
/
+4
2023-10-23
bcachefs: Split out btree_error_wq
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix an issue with inconsistent btree writes after unclean shutdown
Kent Overstreet
1
-1
/
+18
2023-10-23
bcachefs: Add a workqueue for btree io completions
Kent Overstreet
1
-6
/
+7
2023-10-23
bcachefs: Add a debug mode that always reads from every btree replica
Kent Overstreet
1
-7
/
+266
2023-10-23
bcachefs: Fix oob write in __bch2_btree_node_write
Dan Robertson
1
-0
/
+3
2023-10-23
bcachefs: New and improved topology repair code
Kent Overstreet
1
-1
/
+57
2023-10-23
bcachefs: Rewrite btree nodes with errors
Kent Overstreet
1
-0
/
+7
2023-10-23
bcachefs: Punt btree writes to workqueue to submit
Kent Overstreet
1
-8
/
+12
2023-10-23
bcachefs: Improve bset compaction
Kent Overstreet
1
-17
/
+34
2023-10-23
bcachefs: Add a sysfs var for average btree write size
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Add repair code for out of order keys in a btree node.
Kent Overstreet
1
-22
/
+14
2023-10-23
bcachefs: Start using bpos.snapshot field
Kent Overstreet
1
-9
/
+3
2023-10-23
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Drop bkey noops
Kent Overstreet
1
-8
/
+6
2023-10-23
bcachefs: Validate bset version field against sb version fields
Kent Overstreet
1
-0
/
+20
2023-10-23
bcachefs: Require all btree iterators to be freed
Kent Overstreet
1
-0
/
+1
2023-10-23
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
1
-31
/
+16
2023-10-23
bcachefs: Use x-macros for more enums
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Rename BTREE_ID enums for consistency with other enums
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Kill support for !BTREE_NODE_NEW_EXTENT_OVERWRITE()
Kent Overstreet
1
-180
/
+15
2023-10-23
bcachefs: Don't drop ptrs to btree nodes
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Add code to scan for/rewite old btree nodes
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Include device in btree IO error messages
Kent Overstreet
1
-35
/
+41
2023-10-23
bcachefs: Add BTREE_PTR_RANGE_UPDATED
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Fix an assertion pop
Kent Overstreet
1
-17
/
+0
2023-10-23
bcachefs: Run jset_validate in write path as well
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Reduce/kill BKEY_PADDED use
Kent Overstreet
1
-9
/
+14
2023-10-23
bcachefs: Try to print full btree error message
Kent Overstreet
1
-4
/
+11
2023-10-23
bcachefs: Don't issue btree writes that weren't journalled
Kent Overstreet
1
-0
/
+5
2023-10-23
bcachefs: Improve some IO error messages
Kent Overstreet
1
-10
/
+21
2023-10-23
bcachefs: Add more debug checks
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: Hack around bch2_varint_decode invalid reads
Kent Overstreet
1
-0
/
+3
2023-10-23
bcachefs: Add accounting for dirty btree nodes/keys
Kent Overstreet
1
-0
/
+2
2023-10-23
bcachefs: Drop typechecking from bkey_cmp_packed()
Kent Overstreet
1
-3
/
+3
2023-10-23
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Improve some error messages
Kent Overstreet
1
-3
/
+7
[next]