summaryrefslogtreecommitdiffstats
path: root/src/journal/mmap-cache.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* journal: return mapped size from mmap_cache_get()Vito Caputo2017-07-131-1/+2
* journal: explicitly add fds to mmap-cache (#6307)Vito Caputo2017-07-111-3/+5
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* remove unused includesThomas Hindoe Paaboel Andersen2015-02-231-1/+0
* journald: process SIGBUS for the memory maps we set upLennart Poettering2015-01-051-1/+4
* journal: replace contexts hashmap with a plain arrayMichal Schmidt2014-12-131-0/+2
* journal: delete unused function mmap_cache_close_contextMichal Schmidt2014-12-131-1/+0
* journal: remove journal_file_object_keep/release functionsMichal Schmidt2014-12-131-6/+1
* sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen2014-10-101-5/+3
* journal: fix access to munmapped memory in sd_journal_enumerate_uniqueZbigniew Jędrzejewski-Szmek2014-01-111-1/+17
* journald: keep statistics on how of we hit/miss the mmap cacheLennart Poettering2013-11-261-0/+3
* journal: bring mmap cache prototype in syncLennart Poettering2012-09-221-1/+1
* journal: completely rework the mmap cache as I too dumb to actually understan...Lennart Poettering2012-09-211-0/+2
* journal: be more careful when keeping around mmaps we still needLennart Poettering2012-08-211-2/+1
* mmap: resize arrays dynamicallyLennart Poettering2012-08-181-1/+1
* journal: add superficial structure verifierLennart Poettering2012-08-161-0/+1
* journal: implement generic sharable mmap caching logicLennart Poettering2012-08-161-0/+34