index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
bcachefs
/
bset.c
Age
Commit message (
Expand
)
Author
2024-01-21
bcachefs: Prep work for variable size btree node buffers
Kent Overstreet
2024-01-21
bcachefs: eytzinger_for_each() declares loop iter
Kent Overstreet
2024-01-05
bcachefs: bch2_dump_bset() doesn't choke on u64s == 0
Kent Overstreet
2023-10-22
bcachefs: Kill other unreachable() uses
Kent Overstreet
2023-10-22
bcachefs: Fix W=12 build errors
Kent Overstreet
2023-10-22
bcachefs: Array bounds fixes
Kent Overstreet
2023-10-22
bcachefs: Assorted sparse fixes
Kent Overstreet
2023-10-22
bcachefs: Use memcpy_u64s_small() for copying keys
Kent Overstreet
2023-10-22
bcachefs: bch2_btree_node_to_text() const correctness
Kent Overstreet
2023-10-22
bcachefs: Drop some anonymous structs, unions
Kent Overstreet
2023-10-22
bcachefs: New bpos_cmp(), bkey_cmp() replacements
Kent Overstreet
2023-10-22
bcachefs: Optimize __bch2_btree_node_iter_advance()
Kent Overstreet
2023-10-22
bcachefs: Assorted checkpatch fixes
Kent Overstreet
2023-10-22
bcachefs: Printbuf rework
Kent Overstreet
2023-10-22
bcachefs: Heap allocate printbufs
Kent Overstreet
2023-10-22
bcachefs: Make eytzinger size parameter more conventional
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_bset_fix_invalidated_key()
Kent Overstreet
2023-10-22
bcachefs: btree_path
Kent Overstreet
2023-10-22
bcachefs: fix ifdef for x86_64 asm
Dan Robertson
2023-10-22
bcachefs: rewrote prefetch asm in gas syntax for clang compatibility
Brett Holman
2023-10-22
bcachefs: made changes to support clang, fixed a couple bugs
Brett Holman
2023-10-22
bcachefs: kill bset_tree->max_key
Kent Overstreet
2023-10-22
bcachefs: Start using bpos.snapshot field
Kent Overstreet
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
2023-10-22
bcachefs: Simplify btree_node_iter_init_pack_failed()
Kent Overstreet
2023-10-22
bcachefs: Fix building of aux search trees
Kent Overstreet
2023-10-22
bcachefs: Drop bkey noops
Kent Overstreet
2023-10-22
bcachefs: Use bch2_bpos_to_text() more consistently
Kent Overstreet
2023-10-22
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
2023-10-22
bcachefs: Inline make_bfloat() into __build_ro_aux_tree()
Kent Overstreet
2023-10-22
bcachefs: add const annotations to bset.c
Kent Overstreet
2023-10-22
bcachefs: Drop sysfs interface to debug parameters
Kent Overstreet
2023-10-22
bcachefs: Remove some uses of PAGE_SIZE in the btree code
Kent Overstreet
2023-10-22
bcachefs: Change bch2_dump_bset() to also print key values
Kent Overstreet
2023-10-22
bcachefs: Iterator debug code improvements
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_dump_bset()
Kent Overstreet
2023-10-22
bcachefs: Improve an insert path optimization
Kent Overstreet
2023-10-22
bcachefs: Rework iter->pos handling
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_verify_insert_pos()
Kent Overstreet
2023-10-22
bcachefs: bkey noops
Kent Overstreet
2023-10-22
bcachefs: Go back to 16 bit mantissa bkey floats
Kent Overstreet
2023-10-22
bcachefs: Fall back to slowpath on exact comparison
Kent Overstreet
2023-10-22
bcachefs: kill BFLOAT_FAILED_PREV
Kent Overstreet
2023-10-22
bcachefs: Pipeline binary searches and linear searches
Kent Overstreet
2023-10-22
bcachefs: More bset.c microoptimization
Kent Overstreet
2023-10-22
bcachefs: Fix bch2_btree_node_iter_prev_filter()
Kent Overstreet
2023-10-22
bcachefs: Improved debug checks
Kent Overstreet
2023-10-22
bcachefs: move some checks to expensive_debug_checks
Kent Overstreet
2023-10-22
bcachefs: revamp to_text methods
Kent Overstreet
2023-10-22
bcachefs: Some fixes for building in userspace
Kent Overstreet
[next]