]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/mmap-cache.c
tree-wide: sort includes
[thirdparty/systemd.git] / src / journal / mmap-cache.c
2015-11-16  Thomas Hindoe Paab... tree-wide: sort includes 1922/head
2015-11-13  Lennart PoetteringMerge pull request #1880 from fsateler/sysctl-doc
2015-11-09  Lennart PoetteringMerge pull request #1821 from darkcircle/ko-catalog...
2015-11-02  Lennart PoetteringMerge pull request #1690 from evverx/run-runtime-directory
2015-10-27  Lennart PoetteringMerge pull request #1695 from evverx/fix-cap-bounding...
2015-10-27  Tom GundersenMerge pull request #1691 from poettering/util-lib-3
2015-10-27  Lennart Poetteringutil-lib: split out allocation calls into alloc-util...
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-02-23  Thomas Hindoe Paab... remove unused includes
2015-01-05  Lennart Poetteringjournald: process SIGBUS for the memory maps we set up
2014-12-12  Michal Schmidtjournal: replace contexts hashmap with a plain array
2014-12-12  Michal Schmidtjournal: delete unused function mmap_cache_close_context
2014-12-12  Michal Schmidtjournal: remove journal_file_object_keep/release functions
2014-12-12  Michal Schmidtjournal: add debug mode for mmap-cache (--enable-debug...
2014-10-10  Jan Janssensd-journal: fix sd_journal_enumerate_unique skipping...
2014-09-15  Michal Schmidthashmap: introduce hash_ops to make struct Hashmap...
2014-09-11  Philippe De Swertjournal: do not leak mmaps on OOM
2014-01-11  Zbigniew Jędrzejew... journal: fix access to munmapped memory in sd_journal_e...
2013-11-26  Lennart Poetteringjournald: keep statistics on how of we hit/miss the...
2013-10-14  Lennart Poetteringlist: make our list macros a bit easier to use by not...
2013-08-02  George McCollisterjournal: fix hashmap leak in mmap-cache
2013-05-09  Zbigniew Jędrzejew... Rearrange a few fields to reduce holes
2013-05-03  Zbigniew Jędrzejew... Add __attribute__((const, pure, format)) in various...
2013-01-07  Tom GundersenMerge nss-myhostname
2012-10-16  Colin Guthriejournal: Set the last_unused pointer correctly when...
2012-10-16  Colin Guthriejournal: Properly track the number of allocated windows.
2012-09-21  Lennart Poetteringjournal: always keep marked mmap windows around
2012-09-21  Lennart Poetteringjournal: completely rework the mmap cache as I too...
2012-09-13  Thomas Hindoe Paab... man: fix a bunch of typos in docs
2012-08-21  Lennart Poetteringjournal: be more careful when keeping around mmaps...
2012-08-17  Lennart Poetteringmmap: resize arrays dynamically
2012-08-16  Lennart Poetteringjournal: add superficial structure verifier
2012-08-16  Lennart Poetteringjournal: implement basic journal file verification...
2012-08-16  Lennart Poetteringjournal: implement generic sharable mmap caching logic