index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journal-file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-journal: move source files for sd-journal to src/libsystemd/sd-journal
Yu Watanabe
2021-01-18
1
-4153
/
+0
*
journal: journal-file - tighten variable scope used in loop
Susant Sahani
2021-01-17
1
-13
/
+9
*
Merge pull request #17799 from yuwata/oss-fuzz-25353
Zbigniew Jędrzejewski-Szmek
2020-12-16
1
-0
/
+41
|
\
|
*
journal: refuse data which contain invalid fields
Yu Watanabe
2020-12-15
1
-0
/
+3
|
*
journal: move journal_field_valid() to journal_file.c
Yu Watanabe
2020-12-15
1
-0
/
+38
*
|
tree-wide: fix typo
Yu Watanabe
2020-12-16
1
-1
/
+1
|
/
*
journalctl: don't skip the entries that have the same seqnum
shenyangyang4
2020-12-15
1
-3
/
+5
*
mmap-cache: drop ret_size from mmap_cache_get()
Vito Caputo
2020-12-13
1
-15
/
+11
*
mmap-cache: bind prot(ection) to MMapFileDescriptor
Vito Caputo
2020-12-10
1
-4
/
+3
*
license: LGPL-2.1+ -> LGPL-2.1-or-later
Yu Watanabe
2020-11-09
1
-1
/
+1
*
tree-wide: make use of new relative time events in sd-event.h
Lennart Poettering
2020-07-28
1
-8
/
+1
*
tree-wide: fixes for assorted grammar and spelling issues
Zbigniew Jędrzejewski-Szmek
2020-07-06
1
-1
/
+1
*
tree-wide: add new HAVE_COMPRESSION compile time flag
Lennart Poettering
2020-06-25
1
-4
/
+4
*
journal: support zstd compression for large objects in journal files
Lennart Poettering
2020-06-25
1
-7
/
+14
*
journal-file: when individual hash chains grow too large, rotate
Lennart Poettering
2020-06-25
1
-10
/
+74
*
journal: use a different hash function for each journal file
Lennart Poettering
2020-06-25
1
-26
/
+76
*
journal: rename hash64() to jenkins_hash64()
Lennart Poettering
2020-06-25
1
-4
/
+4
*
journal-file: rename return parameters to ret_xyz
Lennart Poettering
2020-06-25
1
-119
/
+134
*
journal-file: also show field hash table size in debug output
Lennart Poettering
2020-06-25
1
-1
/
+3
*
journal-file: simplify boot ID acquiring
Lennart Poettering
2020-06-25
1
-4
/
+1
*
journal: no need to check offset twice, journal_file_move_to_object() does it...
Lennart Poettering
2020-04-23
1
-3
/
+1
*
journal: make sure to explicitly copy out values of mmap before doing arithme...
Lennart Poettering
2020-04-23
1
-50
/
+112
*
journal: several minor coding style fixes/clean-ups
Lennart Poettering
2020-04-23
1
-6
/
+14
*
journal-file: avoid risky subtraction when validity checking object
Lennart Poettering
2020-04-23
1
-2
/
+2
*
sd-journal: close journal files that were deleted by journald before we've se...
Michal Sekletár
2020-02-05
1
-1
/
+1
*
tree-wide: use SD_ID128_STRING_MAX where appropriate
Lennart Poettering
2019-12-10
1
-1
/
+1
*
journal-file: delete some unnecessary braces
Vito Caputo
2019-11-10
1
-2
/
+1
*
journal: Consistently capitalize printed header entries
Thibault Nélis
2019-10-22
1
-19
/
+19
*
journald: lower keep_free to 5% and raise min_use to 2%
Zbigniew Jędrzejewski-Szmek
2019-07-26
1
-49
/
+38
*
journal: emit debug log about settings only once (or when changed)
Zbigniew Jędrzejewski-Szmek
2019-07-19
1
-4
/
+17
*
util: introduce format_bytes_full()
Yu Watanabe
2019-06-19
1
-1
/
+1
*
journal: do not trigger assertion when journal_file_close() get NULL
Yu Watanabe
2019-05-28
1
-1
/
+2
*
journald: output a proper error message when the journal is used on fs that d...
Lennart Poettering
2019-05-22
1
-0
/
+7
*
Use sd_event_source_disable_unref()
Zbigniew Jędrzejewski-Szmek
2019-05-10
1
-2
/
+1
*
journal-remote: use source's boot-id
Chris Morin
2019-04-02
1
-1
/
+3
*
journal-file: handle SIGBUS on offlining thread
Chris Morin
2019-03-20
1
-0
/
+3
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
util: split out memcmp()/memset() related calls into memory-util.[ch]
Lennart Poettering
2019-03-13
1
-0
/
+1
*
tree-wide: use assert_se() for signal operations with constants
Zbigniew Jędrzejewski-Szmek
2018-12-21
1
-2
/
+1
*
coccinelle: make use of SYNTHETIC_ERRNO
Zbigniew Jędrzejewski-Szmek
2018-11-22
1
-175
/
+147
*
journal: fix sort order of header includes
Zbigniew Jędrzejewski-Szmek
2018-11-20
1
-1
/
+2
*
journal: simplify use of sd_event_source_get_enabled()
Zbigniew Jędrzejewski-Szmek
2018-11-16
1
-9
/
+5
*
journal-file: get rid of a helper variable
Zbigniew Jędrzejewski-Szmek
2018-11-16
1
-7
/
+4
*
journal: drop an unused variable clang is complaining about
Evgeny Vereshchagin
2018-10-29
1
-1
/
+0
*
journal-file: structured initialization is your friend
Lennart Poettering
2018-10-25
1
-15
/
+15
*
journal-file: refactor journal_file_open_reliably()
Lennart Poettering
2018-10-25
1
-19
/
+40
*
journal-file: refactor journal_file_rotate()
Lennart Poettering
2018-10-25
1
-46
/
+82
*
tree-wide: use CMP() macro where applicable
Yu Watanabe
2018-10-16
1
-12
/
+11
*
tree-wide: CMP()ify all the things
Lennart Poettering
2018-10-16
1
-6
/
+1
*
journal-file: avoid calling ftruncate with invalid fd
David Tardon
2018-10-12
1
-0
/
+3
[next]