index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
bset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
bcachefs: for_each_bset() declares loop iter
Kent Overstreet
2024-05-09
1
-19
/
+10
*
bcachefs: Fix btree node keys accounting in topology repair path
Kent Overstreet
2024-03-31
1
-4
/
+10
*
bcachefs: Prep work for variable size btree node buffers
Kent Overstreet
2024-01-21
1
-3
/
+2
*
bcachefs: eytzinger_for_each() declares loop iter
Kent Overstreet
2024-01-21
1
-1
/
+1
*
bcachefs: bch2_dump_bset() doesn't choke on u64s == 0
Kent Overstreet
2024-01-05
1
-0
/
+6
*
bcachefs: Kill other unreachable() uses
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
1
-4
/
+8
*
bcachefs: Array bounds fixes
Kent Overstreet
2023-10-22
1
-6
/
+7
*
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
1
-5
/
+4
*
bcachefs: Use memcpy_u64s_small() for copying keys
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: bch2_btree_node_to_text() const correctness
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
2023-10-22
1
-10
/
+10
*
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
1
-7
/
+6
*
bcachefs: Optimize __bch2_btree_node_iter_advance()
Kent Overstreet
2023-10-22
1
-1
/
+4
*
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
1
-24
/
+27
*
bcachefs: Make eytzinger size parameter more conventional
Kent Overstreet
2023-10-22
1
-7
/
+7
*
bcachefs: Kill bch2_bset_fix_invalidated_key()
Kent Overstreet
2023-10-22
1
-120
/
+7
*
bcachefs: btree_path
Kent Overstreet
2023-10-22
1
-1
/
+3
*
bcachefs: fix ifdef for x86_64 asm
Dan Robertson
2023-10-22
1
-1
/
+1
*
bcachefs: rewrote prefetch asm in gas syntax for clang compatibility
Brett Holman
2023-10-22
1
-7
/
+5
*
bcachefs: made changes to support clang, fixed a couple bugs
Brett Holman
2023-10-22
1
-1
/
+1
*
bcachefs: kill bset_tree->max_key
Kent Overstreet
2023-10-22
1
-33
/
+3
*
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
1
-1
/
+1
*
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
2023-10-22
1
-6
/
+6
*
bcachefs: Simplify btree_node_iter_init_pack_failed()
Kent Overstreet
2023-10-22
1
-12
/
+7
*
bcachefs: Fix building of aux search trees
Kent Overstreet
2023-10-22
1
-10
/
+19
*
bcachefs: Drop bkey noops
Kent Overstreet
2023-10-22
1
-15
/
+11
*
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
2023-10-22
1
-3
/
+4
*
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
2023-10-22
1
-6
/
+5
*
bcachefs: Inline make_bfloat() into __build_ro_aux_tree()
Kent Overstreet
2023-10-22
1
-48
/
+46
*
bcachefs: add const annotations to bset.c
Kent Overstreet
2023-10-22
1
-7
/
+7
*
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
2023-10-22
1
-10
/
+8
*
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
2023-10-22
1
-56
/
+0
*
bcachefs: Change bch2_dump_bset() to also print key values
Kent Overstreet
2023-10-22
1
-21
/
+20
*
bcachefs: Iterator debug code improvements
Kent Overstreet
2023-10-22
1
-2
/
+4
*
bcachefs: Fix bch2_dump_bset()
Kent Overstreet
2023-10-22
1
-2
/
+2
*
bcachefs: Improve an insert path optimization
Kent Overstreet
2023-10-22
1
-1
/
+2
*
bcachefs: Rework iter->pos handling
Kent Overstreet
2023-10-22
1
-5
/
+5
*
bcachefs: Fix bch2_verify_insert_pos()
Kent Overstreet
2023-10-22
1
-8
/
+6
*
bcachefs: bkey noops
Kent Overstreet
2023-10-22
1
-19
/
+21
*
bcachefs: Go back to 16 bit mantissa bkey floats
Kent Overstreet
2023-10-22
1
-71
/
+28
*
bcachefs: Fall back to slowpath on exact comparison
Kent Overstreet
2023-10-22
1
-55
/
+45
*
bcachefs: kill BFLOAT_FAILED_PREV
Kent Overstreet
2023-10-22
1
-55
/
+4
*
bcachefs: Pipeline binary searches and linear searches
Kent Overstreet
2023-10-22
1
-45
/
+69
*
bcachefs: More bset.c microoptimization
Kent Overstreet
2023-10-22
1
-5
/
+13
*
bcachefs: Fix bch2_btree_node_iter_prev_filter()
Kent Overstreet
2023-10-22
1
-18
/
+17
*
bcachefs: Improved debug checks
Kent Overstreet
2023-10-22
1
-13
/
+30
*
bcachefs: move some checks to expensive_debug_checks
Kent Overstreet
2023-10-22
1
-6
/
+7
[next]