aboutsummaryrefslogtreecommitdiff
path: root/block_tree.c
AgeCommit message (Expand)Author
2022-08-02storage: Add filesystem check and repair functionalityStephen Crane
2022-04-28Cleaning up log messages.Orlando Arbildo
2019-12-05Avoid precision loss when coercing 64-bit integers to doublesNick Bray
2019-11-19Replace reflist-related typedefs with struct typesNick Bray
2019-04-22Fix C literal usageMatthew Maurer
2019-04-18Misc UBSan annotationsMatthew Maurer
2019-04-16Make flags unsigned everywhereMatthew Maurer
2019-01-07Define data_block_t as uint64_t.Nick Bray
2018-10-29Expand "uint" to "unsigned int".Nick Bray
2018-08-02Enable pre-upload clang formatting.Nick Bray
2018-07-17More cleanups to make auto formatting simpler.Nick Bray
2018-02-07storage: use new include paths and eliminate trusty_std.h.Nick Bray
2018-01-22storage: eliminate GCC warning.Nick Bray
2017-08-31storage: block_tree: Fix crash caused by unaligned pointerJocelyn Bohr
2017-08-23storage: use block_mac_copy to support variable size block_macRoberto Pereira
2017-08-23[clang] storage: Initialize block_macRoberto Pereira
2017-05-11storage: Remove local obj_ref_transfer functionArve Hjønnevåg
2016-10-21[app] [storage] fix assignment to comparisonMihir Joshi
2016-05-09storage: block_tree: Ignore parent key mismatch for failed transactionsArve Hjønnevåg
2016-05-09storage: block_tree: Use block_get_no_tr_fail for block_tree_check.Arve Hjønnevåg
2016-05-09storage: block_tree: Change block_tree_check to only reference one node at a ...Arve Hjønnevåg
2016-05-09storage: block_tree: use pr_warn for transaction failed messages and pass err...Arve Hjønnevåg
2016-05-09storage: block_tree: Add block_tree_node_need_copy helper functionArve Hjønnevåg
2016-05-02storage: block_tree: Add block_tree_node_is_leaf helperArve Hjønnevåg
2016-04-13storage: B+treeArve Hjønnevåg