index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal
/
mmap-cache.c
Age
Commit message (
Expand
)
Author
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-05
journal: move mmap() ENOMEM loop to function
Vito Caputo
2016-02-05
journal: move window initialization to window_add
Vito Caputo
2016-02-03
journal: fix boolean handling in MMapCache
Lennart Poettering
2015-12-10
journal: make mmap_cache_unref() a NOP when NULL is passed, like all other de...
Lennart Poettering
2015-11-17
tree-wide: make macros for converting fds to pointers and back generic and us...
Lennart Poettering
2015-11-16
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-01-05
journald: process SIGBUS for the memory maps we set up
Lennart Poettering
2014-12-13
journal: replace contexts hashmap with a plain array
Michal Schmidt
2014-12-13
journal: delete unused function mmap_cache_close_context
Michal Schmidt
2014-12-13
journal: remove journal_file_object_keep/release functions
Michal Schmidt
2014-12-13
journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)
Michal Schmidt
2014-10-09
sd-journal: fix sd_journal_enumerate_unique skipping values
Jan Janssen
2014-09-15
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-11
journal: do not leak mmaps on OOM
Philippe De Swert
2014-01-11
journal: fix access to munmapped memory in sd_journal_enumerate_unique
Zbigniew Jędrzejewski-Szmek
2013-11-26
journald: keep statistics on how of we hit/miss the mmap cache
Lennart Poettering
2013-10-14
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-08-02
journal: fix hashmap leak in mmap-cache
George McCollister
2013-05-08
Rearrange a few fields to reduce holes
Zbigniew Jędrzejewski-Szmek
2013-05-02
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2012-10-16
journal: Set the last_unused pointer correctly when attaching an unused window
Colin Guthrie
2012-10-16
journal: Properly track the number of allocated windows.
Colin Guthrie
2012-09-21
journal: always keep marked mmap windows around
Lennart Poettering
2012-09-21
journal: completely rework the mmap cache as I too dumb to actually understan...
Lennart Poettering
2012-09-13
man: fix a bunch of typos in docs
Thomas Hindoe Paaboel Andersen
2012-08-21
journal: be more careful when keeping around mmaps we still need
Lennart Poettering
2012-08-18
mmap: resize arrays dynamically
Lennart Poettering
2012-08-16
journal: add superficial structure verifier
Lennart Poettering
2012-08-16
journal: implement basic journal file verification logic
Lennart Poettering
2012-08-16
journal: implement generic sharable mmap caching logic
Lennart Poettering