summaryrefslogtreecommitdiff
path: root/src/journal/mmap-cache.c
AgeCommit message (Expand)Author
2017-05-20./tools/notsd-moveLuke Shumaker
2016-10-16tree-wide: use mfree moreZbigniew Jędrzejewski-Szmek
2016-06-21tree-wide: some work-arounds for gcc false positives regarding uninitialized ...Lennart Poettering
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-05journal: move mmap() ENOMEM loop to functionVito Caputo
2016-02-05journal: move window initialization to window_addVito Caputo
2016-02-03journal: fix boolean handling in MMapCacheLennart Poettering
2015-12-10journal: make mmap_cache_unref() a NOP when NULL is passed, like all other de...Lennart Poettering
2015-11-17tree-wide: make macros for converting fds to pointers and back generic and us...Lennart Poettering
2015-11-16tree-wide: sort includesThomas Hindoe Paaboel Andersen
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-01-05journald: process SIGBUS for the memory maps we set upLennart Poettering
2014-12-13journal: replace contexts hashmap with a plain arrayMichal Schmidt
2014-12-13journal: delete unused function mmap_cache_close_contextMichal Schmidt
2014-12-13journal: remove journal_file_object_keep/release functionsMichal Schmidt
2014-12-13journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)Michal Schmidt
2014-10-09sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt
2014-09-11journal: do not leak mmaps on OOMPhilippe De Swert
2014-01-11journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek
2013-11-26journald: keep statistics on how of we hit/miss the mmap cacheLennart Poettering
2013-10-14list: make our list macros a bit easier to use by not requring type spec on e...Lennart Poettering
2013-08-02journal: fix hashmap leak in mmap-cacheGeorge McCollister
2013-05-08Rearrange a few fields to reduce holesZbigniew Jędrzejewski-Szmek
2013-05-02Add __attribute__((const, pure, format)) in various placesZbigniew Jędrzejewski-Szmek
2012-10-16journal: Set the last_unused pointer correctly when attaching an unused windowColin Guthrie
2012-10-16journal: Properly track the number of allocated windows.Colin Guthrie
2012-09-21journal: always keep marked mmap windows aroundLennart Poettering
2012-09-21journal: completely rework the mmap cache as I too dumb to actually understan...Lennart Poettering
2012-09-13man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen
2012-08-21journal: be more careful when keeping around mmaps we still needLennart Poettering
2012-08-18mmap: resize arrays dynamicallyLennart Poettering
2012-08-16journal: add superficial structure verifierLennart Poettering
2012-08-16journal: implement basic journal file verification logicLennart Poettering
2012-08-16journal: implement generic sharable mmap caching logicLennart Poettering