summaryrefslogtreecommitdiff
path: root/mmap_cache.c
Commit message (Expand)AuthorAgeFilesLines
* mmap_cache: simplify APIEugene Syromyatnikov2018-09-041-1/+16
* mmap_cache: add customizable search functionMasatake YAMATO2018-07-071-0/+10
* mmap_cache: do not activate unless requestedDmitry V. Levin2018-05-041-72/+73
* mmap_cache: remove mmap_cache_is_enabledDmitry V. Levin2018-05-031-6/+2
* mmap_cache: use the mmap_notify subsystemMasatake YAMATO2018-05-031-18/+23
* mmap_cache: fool-proofing build_mmap_cacheEugene Syromyatnikov2018-05-031-1/+3
* Replace fopen_for_input and fopen_for_output with fopen_streamDmitry V. Levin2018-02-271-1/+1
* Move definitions of fopen_for_input to largefile_wrappers.hDmitry V. Levin2018-02-261-10/+1
* Introduce mmap_cache.hDmitry V. Levin2018-02-261-0/+1
* mmap_cache: record device major and minor numbersMasatake YAMATO2018-02-261-2/+7
* mmap_cache: add function to enable mmap_cacheMasatake YAMATO2018-02-261-0/+11
* mmap_cache: record protection bitsMasatake YAMATO2018-02-261-5/+22
* mmap_cache: move code for searching a mmap cache from unwindMasatake YAMATO2018-02-261-0/+23
* mmap_cache: new subsystem derived from unwind.cMasatake YAMATO2018-02-261-0/+185