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
/
bcachefs
/
bset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-23
bcachefs: Kill other unreachable() uses
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Fix W=12 build errors
Kent Overstreet
1
-4
/
+8
2023-10-23
bcachefs: Array bounds fixes
Kent Overstreet
1
-6
/
+7
2023-10-23
bcachefs: Assorted sparse fixes
Kent Overstreet
1
-5
/
+4
2023-10-23
bcachefs: Use memcpy_u64s_small() for copying keys
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: bch2_btree_node_to_text() const correctness
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
1
-10
/
+10
2023-10-23
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
1
-7
/
+6
2023-10-23
bcachefs: Optimize __bch2_btree_node_iter_advance()
Kent Overstreet
1
-1
/
+4
2023-10-23
bcachefs: Assorted checkpatch fixes
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Printbuf rework
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Heap allocate printbufs
Kent Overstreet
1
-24
/
+27
2023-10-23
bcachefs: Make eytzinger size parameter more conventional
Kent Overstreet
1
-7
/
+7
2023-10-23
bcachefs: Kill bch2_bset_fix_invalidated_key()
Kent Overstreet
1
-120
/
+7
2023-10-23
bcachefs: btree_path
Kent Overstreet
1
-1
/
+3
2023-10-23
bcachefs: fix ifdef for x86_64 asm
Dan Robertson
1
-1
/
+1
2023-10-23
bcachefs: rewrote prefetch asm in gas syntax for clang compatibility
Brett Holman
1
-7
/
+5
2023-10-23
bcachefs: made changes to support clang, fixed a couple bugs
Brett Holman
1
-1
/
+1
2023-10-23
bcachefs: kill bset_tree->max_key
Kent Overstreet
1
-33
/
+3
2023-10-23
bcachefs: Start using bpos.snapshot field
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
1
-6
/
+6
2023-10-23
bcachefs: Simplify btree_node_iter_init_pack_failed()
Kent Overstreet
1
-12
/
+7
2023-10-23
bcachefs: Fix building of aux search trees
Kent Overstreet
1
-10
/
+19
2023-10-23
bcachefs: Drop bkey noops
Kent Overstreet
1
-15
/
+11
2023-10-23
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
1
-3
/
+4
2023-10-23
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
1
-6
/
+5
2023-10-23
bcachefs: Inline make_bfloat() into __build_ro_aux_tree()
Kent Overstreet
1
-48
/
+46
2023-10-23
bcachefs: add const annotations to bset.c
Kent Overstreet
1
-7
/
+7
2023-10-23
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
1
-10
/
+8
2023-10-23
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
1
-56
/
+0
2023-10-23
bcachefs: Change bch2_dump_bset() to also print key values
Kent Overstreet
1
-21
/
+20
2023-10-23
bcachefs: Iterator debug code improvements
Kent Overstreet
1
-2
/
+4
2023-10-23
bcachefs: Fix bch2_dump_bset()
Kent Overstreet
1
-2
/
+2
2023-10-23
bcachefs: Improve an insert path optimization
Kent Overstreet
1
-1
/
+2
2023-10-23
bcachefs: Rework iter->pos handling
Kent Overstreet
1
-5
/
+5
2023-10-23
bcachefs: Fix bch2_verify_insert_pos()
Kent Overstreet
1
-8
/
+6
2023-10-23
bcachefs: bkey noops
Kent Overstreet
1
-19
/
+21
2023-10-23
bcachefs: Go back to 16 bit mantissa bkey floats
Kent Overstreet
1
-71
/
+28
2023-10-23
bcachefs: Fall back to slowpath on exact comparison
Kent Overstreet
1
-55
/
+45
2023-10-23
bcachefs: kill BFLOAT_FAILED_PREV
Kent Overstreet
1
-55
/
+4
2023-10-23
bcachefs: Pipeline binary searches and linear searches
Kent Overstreet
1
-45
/
+69
2023-10-23
bcachefs: More bset.c microoptimization
Kent Overstreet
1
-5
/
+13
2023-10-23
bcachefs: Fix bch2_btree_node_iter_prev_filter()
Kent Overstreet
1
-18
/
+17
2023-10-23
bcachefs: Improved debug checks
Kent Overstreet
1
-13
/
+30
2023-10-23
bcachefs: move some checks to expensive_debug_checks
Kent Overstreet
1
-6
/
+7
2023-10-23
bcachefs: revamp to_text methods
Kent Overstreet
1
-41
/
+41
2023-10-23
bcachefs: Some fixes for building in userspace
Kent Overstreet
1
-1
/
+1
2023-10-23
bcachefs: fix bch2_bkey_print_bfloat
Kent Overstreet
1
-48
/
+52
2023-10-23
bcachefs: Comparison function cleanups
Kent Overstreet
1
-32
/
+45
2023-10-23
bcachefs: Pass around bset_tree less
Kent Overstreet
1
-12
/
+4
[next]