summaryrefslogtreecommitdiff
path: root/src/journal/mmap-cache.c
Commit message (Expand)AuthorAgeFilesLines
* journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek2014-01-111-11/+46
* journald: keep statistics on how of we hit/miss the mmap cacheLennart Poettering2013-11-261-2/+23
* list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering2013-10-141-8/+8
* journal: fix hashmap leak in mmap-cacheGeorge McCollister2013-08-021-0/+4
* Rearrange a few fields to reduce holesZbigniew Jędrzejewski-Szmek2013-05-081-3/+2
* Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek2013-05-021-1/+1
* journal: Set the last_unused pointer correctly when attaching an unused windowColin Guthrie2012-10-161-2/+2
* journal: Properly track the number of allocated windows.Colin Guthrie2012-10-161-0/+2
* journal: always keep marked mmap windows aroundLennart Poettering2012-09-211-2/+2
* journal: completely rework the mmap cache as I too dumb to actually understan...Lennart Poettering2012-09-211-454/+323
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-131-1/+1
* journal: be more careful when keeping around mmaps we still needLennart Poettering2012-08-211-48/+25
* mmap: resize arrays dynamicallyLennart Poettering2012-08-181-11/+44
* journal: add superficial structure verifierLennart Poettering2012-08-161-29/+149
* journal: implement basic journal file verification logicLennart Poettering2012-08-161-2/+1
* journal: implement generic sharable mmap caching logicLennart Poettering2012-08-161-0/+577