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.h
Age
Commit message (
Expand
)
Author
2024-05-09
bcachefs: for_each_bset() declares loop iter
Kent Overstreet
2024-03-31
bcachefs: Fix btree node keys accounting in topology repair path
Kent Overstreet
2024-01-21
bcachefs: Prep work for variable size btree node buffers
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: Btree split improvement
Kent Overstreet
2023-10-22
bcachefs: Move bkey bkey_unpack_key() to bkey.h
Kent Overstreet
2023-10-22
bcachefs: Optimize __bkey_unpack_key_format_checked()
Kent Overstreet
2023-10-22
bcachefs: Kill bch2_bset_fix_invalidated_key()
Kent Overstreet
2023-10-22
bcachefs: Increase BSET_CACHELINE to 256 bytes
Kent Overstreet
2023-10-22
bcachefs: Split out bpos_cmp() and bkey_cmp()
Kent Overstreet
2023-10-22
bcachefs: Drop bkey noops
Kent Overstreet
2023-10-22
bcachefs: KEY_TYPE_discard is no longer used
Kent Overstreet
2023-10-22
bcachefs: Drop typechecking from bkey_cmp_packed()
Kent Overstreet
2023-10-22
bcachefs: add const annotations to bset.c
Kent Overstreet
2023-10-22
bcachefs: Split out debug_check_btree_accounting
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: Fix bch2_sort_keys() to not modify src keys
Kent Overstreet
2023-10-22
bcachefs: Rework iter->pos handling
Kent Overstreet
2023-10-22
bcachefs: Rework of cut_front & cut_back
Kent Overstreet
2023-10-22
bcachefs: bkey noops
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: Fix bch2_btree_node_iter_prev_filter()
Kent Overstreet
2023-10-22
bcachefs: cmp_int()
Kent Overstreet
2023-10-22
bcachefs: Make bkey types globally unique
Kent Overstreet
2023-10-22
bcachefs: revamp to_text methods
Kent Overstreet
2023-10-22
bcachefs: Comparison function cleanups
Kent Overstreet
2023-10-22
bcachefs: Pass around bset_tree less
Kent Overstreet
2023-10-22
bcachefs: BTREE_INSERT_JOURNAL_RES_FULL is no longer possible
Kent Overstreet
2023-10-22
bcachefs: lift ordering restriction on 0 size extents
Kent Overstreet
2023-10-22
bcachefs: Initial commit
Kent Overstreet