index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
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-22
bcachefs: Inline make_bfloat() into __build_ro_aux_tree()
Kent Overstreet
1
-48
/
+46
2023-10-22
bcachefs: add const annotations to bset.c
Kent Overstreet
1
-7
/
+7
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
1
-10
/
+8
2023-10-22
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
1
-56
/
+0
2023-10-22
bcachefs: Change bch2_dump_bset() to also print key values
Kent Overstreet
1
-21
/
+20
2023-10-22
bcachefs: Iterator debug code improvements
Kent Overstreet
1
-2
/
+4
2023-10-22
bcachefs: Fix bch2_dump_bset()
Kent Overstreet
1
-2
/
+2
2023-10-22
bcachefs: Improve an insert path optimization
Kent Overstreet
1
-1
/
+2
2023-10-22
bcachefs: Rework iter->pos handling
Kent Overstreet
1
-5
/
+5
2023-10-22
bcachefs: Fix bch2_verify_insert_pos()
Kent Overstreet
1
-8
/
+6
2023-10-22
bcachefs: bkey noops
Kent Overstreet
1
-19
/
+21
2023-10-22
bcachefs: Go back to 16 bit mantissa bkey floats
Kent Overstreet
1
-71
/
+28
2023-10-22
bcachefs: Fall back to slowpath on exact comparison
Kent Overstreet
1
-55
/
+45
2023-10-22
bcachefs: kill BFLOAT_FAILED_PREV
Kent Overstreet
1
-55
/
+4
2023-10-22
bcachefs: Pipeline binary searches and linear searches
Kent Overstreet
1
-45
/
+69
2023-10-22
bcachefs: More bset.c microoptimization
Kent Overstreet
1
-5
/
+13
2023-10-22
bcachefs: Fix bch2_btree_node_iter_prev_filter()
Kent Overstreet
1
-18
/
+17
2023-10-22
bcachefs: Improved debug checks
Kent Overstreet
1
-13
/
+30
2023-10-22
bcachefs: move some checks to expensive_debug_checks
Kent Overstreet
1
-6
/
+7
2023-10-22
bcachefs: revamp to_text methods
Kent Overstreet
1
-41
/
+41
2023-10-22
bcachefs: Some fixes for building in userspace
Kent Overstreet
1
-1
/
+1
2023-10-22
bcachefs: fix bch2_bkey_print_bfloat
Kent Overstreet
1
-48
/
+52
2023-10-22
bcachefs: Comparison function cleanups
Kent Overstreet
1
-32
/
+45
2023-10-22
bcachefs: Pass around bset_tree less
Kent Overstreet
1
-12
/
+4
2023-10-22
bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possible
Kent Overstreet
1
-7
/
+0
2023-10-22
bcachefs: lift ordering restriction on 0 size extents
Kent Overstreet
1
-100
/
+93
2023-10-22
bcachefs: bkey_written()
Kent Overstreet
1
-24
/
+21
2023-10-22
bcachefs: improved rw_aux_tree_bsearch()
Kent Overstreet
1
-21
/
+19
2023-10-22
bcachefs: Initial commit
Kent Overstreet
1
-0
/
+1849