aboutsummaryrefslogtreecommitdiffstats
path: root/src/ehooks.c
Commit message (Expand)AuthorAgeFilesLines
* Ehooks: avoid touching arena_emap_global in tests.David Goldblatt2020-04-101-31/+5
* PA: Parameterize emap. Move emap_global to arena.David Goldblatt2020-04-101-4/+4
* Emap: Standardize naming.David Goldblatt2020-02-171-4/+4
* Emap: Move in iealloc.David Goldblatt2020-02-171-4/+4
* Disallow merge across mmap regions to preserve SN / first-fit.Qi Wang2020-02-131-13/+19
* Fix an assertion on extent head state with dss.Qi Wang2020-01-101-1/+2
* Ehooks: Further optimize default merge case.David Goldblatt2019-12-201-1/+1
* Ehooks: Assert alloc isn't NULLDavid Goldblatt2019-12-201-0/+2
* Move relevant index into the ehooks_t itself.David Goldblatt2019-12-201-1/+3
* Ehooks: Add head tracking.David Goldblatt2019-12-201-10/+50
* Rename extent_t to edata_t.David Goldblatt2019-12-201-2/+2
* Ehooks: Add a "zero" ehook.David Goldblatt2019-12-201-0/+17
* Ehooks comments and cleanup.David Goldblatt2019-12-201-9/+9
* Extent -> Ehooks: Move over default hooks.David Goldblatt2019-12-201-0/+20
* Extent -> Ehooks: Move merge hook.David Goldblatt2019-12-201-0/+26
* Extent -> Ehooks: Move split hook.David Goldblatt2019-12-201-0/+20
* Extent -> Ehooks: Move purge_forced hook.David Goldblatt2019-12-201-0/+18
* Extent -> Ehooks: Move purge_lazy hook.David Goldblatt2019-12-201-0/+18
* Extent -> Ehooks: Move commit and decommit hooks.David Goldblatt2019-12-201-0/+23
* Extent -> Ehooks: Move destroy hook.David Goldblatt2019-12-201-0/+14
* Extent -> Ehooks: Move dalloc hook.David Goldblatt2019-12-201-0/+14
* Extent -> Ehooks: Move alloc hook.David Goldblatt2019-12-201-0/+69
* Move extent ehook calls into ehooksDavid Goldblatt2019-12-201-0/+5
* Add ehooks moduleDavid Goldblatt2019-12-201-0/+3