aboutsummaryrefslogtreecommitdiffstats
path: root/src/emap.c
Commit message (Expand)AuthorAgeFilesLines
* Edata: rename "ranged" bit to "pai".David Goldblatt2020-09-181-1/+1
* Edata: zero stack edatas before initializing.David Goldblatt2020-05-141-1/+1
* Rtree: Remove the per-field accessors.David Goldblatt2020-04-101-11/+20
* Emap: Drop szind/slab splitting parameters.David Goldblatt2020-04-101-7/+13
* Rtree: Clean up compact/non-compact split.David Goldblatt2020-04-101-12/+12
* PA: Parameterize emap. Move emap_global to arena.David Goldblatt2020-04-101-2/+0
* Emap: Move out last edata state touching.David Goldblatt2020-04-101-11/+0
* Emap: Move out remaining edata modifications.David Goldblatt2020-04-101-10/+0
* Emap: Move edata modification out of emap_remap.David Goldblatt2020-04-101-1/+0
* Edata: Add a ranged bit.David Goldblatt2020-04-101-3/+3
* Rtree: Pull leaf contents into their own struct.David Goldblatt2020-04-101-5/+13
* Rtree: take the base allocator as a parameter.David T. Goldblatt2020-02-181-2/+2
* Emap: Take (and propagate) a zeroed parameter.David T. Goldblatt2020-02-181-2/+2
* Emap: Move in szind and slab modifications.David Goldblatt2020-02-171-2/+14
* Emap: Internal rtree context setting.David Goldblatt2020-02-171-15/+58
* Emap: Comments and cleanupDavid Goldblatt2020-02-171-2/+2
* Rename emap_split_prepare_t -> emap_prepare_t.David Goldblatt2020-02-171-30/+26
* Emap: Move in merge functionality.David Goldblatt2020-02-171-0/+37
* Tell edatas their creation arena immediately.David Goldblatt2020-02-171-2/+2
* Emap: Move over metadata splitting logic.David Goldblatt2020-02-171-0/+53
* Emap: Move over deregistration functions.David Goldblatt2020-02-171-0/+11
* Emap: Move over deregistration boundary functions.David Goldblatt2020-02-171-0/+11
* Emap: Move in slab interior registration.David Goldblatt2020-02-171-0/+13
* Emap: Move extent boundary registration in.David Goldblatt2020-02-171-0/+13
* Emap: Move in write_acquired from extent.David Goldblatt2020-02-171-0/+10
* Add emap, for tracking extent locking.David Goldblatt2020-02-171-0/+127