index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
mmap-cache.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: split out errno related stuff
Lennart Poettering
2019-03-14
1
-0
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
Remove 'inline' attributes from static functions in .c files (#11426)
Topi Miettinen
2019-01-15
1
-1
/
+1
*
tree-wide: use DEFINE_TRIVIAL_REF_UNREF_FUNC() macro or friends where applicable
Yu Watanabe
2018-08-27
1
-23
/
+3
*
tree-wide: use unsigned for refcount
Yu Watanabe
2018-08-27
1
-1
/
+1
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
macro: introduce TAKE_PTR() macro
Lennart Poettering
2018-03-22
1
-2
/
+1
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
build-sys: use #if Y instead of #ifdef Y everywhere
Zbigniew Jędrzejewski-Szmek
2017-10-04
1
-2
/
+2
*
Merge pull request #6355 from vcaputo/journal_avoid_mmap_cache_get_calls
Lennart Poettering
2017-07-17
1
-7
/
+20
|
\
|
*
journal: return mapped size from mmap_cache_get()
Vito Caputo
2017-07-13
1
-7
/
+20
*
|
journal: elide fd matching from window_matches() (#6340)
Vito Caputo
2017-07-14
1
-6
/
+13
*
|
journal: use context_attach_window() in add_mmap() (#6339)
Vito Caputo
2017-07-14
1
-3
/
+1
|
/
*
journal: explicitly add fds to mmap-cache (#6307)
Vito Caputo
2017-07-11
1
-99
/
+64
*
tree-wide: use mfree more
Zbigniew Jędrzejewski-Szmek
2016-10-17
1
-4
/
+2
*
tree-wide: some work-arounds for gcc false positives regarding uninitialized ...
Lennart Poettering
2016-06-21
1
-2
/
+2
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-4
/
+4
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
journal: move mmap() ENOMEM loop to function
Vito Caputo
2016-02-05
1
-13
/
+30
*
journal: move window initialization to window_add
Vito Caputo
2016-02-05
1
-11
/
+12
*
journal: fix boolean handling in MMapCache
Lennart Poettering
2016-02-03
1
-6
/
+5
*
journal: make mmap_cache_unref() a NOP when NULL is passed, like all other de...
Lennart Poettering
2015-12-10
1
-1
/
+4
*
tree-wide: make macros for converting fds to pointers and back generic and us...
Lennart Poettering
2015-11-17
1
-6
/
+7
*
tree-wide: sort includes
Thomas Hindoe Paaboel Andersen
2015-11-16
1
-2
/
+2
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-1
/
+0
*
journald: process SIGBUS for the memory maps we set up
Lennart Poettering
2015-01-05
1
-9
/
+117
*
journal: replace contexts hashmap with a plain array
Michal Schmidt
2014-12-13
1
-20
/
+14
*
journal: delete unused function mmap_cache_close_context
Michal Schmidt
2014-12-13
1
-12
/
+0
*
journal: remove journal_file_object_keep/release functions
Michal Schmidt
2014-12-13
1
-58
/
+16
*
journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)
Michal Schmidt
2014-12-13
1
-1
/
+13
*
sd-journal: fix sd_journal_enumerate_unique skipping values
Jan Janssen
2014-10-10
1
-13
/
+19
*
hashmap: introduce hash_ops to make struct Hashmap smaller
Michal Schmidt
2014-09-15
1
-2
/
+2
*
journal: do not leak mmaps on OOM
Philippe De Swert
2014-09-11
1
-3
/
+7
*
journal: fix access to munmapped memory in sd_journal_enumerate_unique
Zbigniew Jędrzejewski-Szmek
2014-01-11
1
-11
/
+46
*
journald: keep statistics on how of we hit/miss the mmap cache
Lennart Poettering
2013-11-26
1
-2
/
+23
*
list: make our list macros a bit easier to use by not requring type spec on e...
Lennart Poettering
2013-10-14
1
-8
/
+8
*
journal: fix hashmap leak in mmap-cache
George McCollister
2013-08-02
1
-0
/
+4
*
Rearrange a few fields to reduce holes
Zbigniew Jędrzejewski-Szmek
2013-05-09
1
-3
/
+2
*
Add __attribute__((const, pure, format)) in various places
Zbigniew Jędrzejewski-Szmek
2013-05-03
1
-1
/
+1
*
journal: Set the last_unused pointer correctly when attaching an unused window
Colin Guthrie
2012-10-16
1
-2
/
+2
*
journal: Properly track the number of allocated windows.
Colin Guthrie
2012-10-16
1
-0
/
+2
*
journal: always keep marked mmap windows around
Lennart Poettering
2012-09-21
1
-2
/
+2
*
journal: completely rework the mmap cache as I too dumb to actually understan...
Lennart Poettering
2012-09-21
1
-454
/
+323
*
man: fix a bunch of typos in docs
Thomas Hindoe Paaboel Andersen
2012-09-13
1
-1
/
+1
*
journal: be more careful when keeping around mmaps we still need
Lennart Poettering
2012-08-21
1
-48
/
+25
*
mmap: resize arrays dynamically
Lennart Poettering
2012-08-18
1
-11
/
+44
*
journal: add superficial structure verifier
Lennart Poettering
2012-08-16
1
-29
/
+149
[next]