summaryrefslogtreecommitdiffstats
path: root/src/journal/journal-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: fixes for assorted grammar and spelling issuesZbigniew Jędrzejewski-Szmek2020-07-061-1/+1
* tree-wide: add new HAVE_COMPRESSION compile time flagLennart Poettering2020-06-251-4/+4
* journal: support zstd compression for large objects in journal filesLennart Poettering2020-06-251-7/+14
* journal-file: when individual hash chains grow too large, rotateLennart Poettering2020-06-251-10/+74
* journal: use a different hash function for each journal fileLennart Poettering2020-06-251-26/+76
* journal: rename hash64() to jenkins_hash64()Lennart Poettering2020-06-251-4/+4
* journal-file: rename return parameters to ret_xyzLennart Poettering2020-06-251-119/+134
* journal-file: also show field hash table size in debug outputLennart Poettering2020-06-251-1/+3
* journal-file: simplify boot ID acquiringLennart Poettering2020-06-251-4/+1
* journal: no need to check offset twice, journal_file_move_to_object() does it...Lennart Poettering2020-04-231-3/+1
* journal: make sure to explicitly copy out values of mmap before doing arithme...Lennart Poettering2020-04-231-50/+112
* journal: several minor coding style fixes/clean-upsLennart Poettering2020-04-231-6/+14
* journal-file: avoid risky subtraction when validity checking objectLennart Poettering2020-04-231-2/+2
* sd-journal: close journal files that were deleted by journald before we've se...Michal Sekletár2020-02-051-1/+1
* tree-wide: use SD_ID128_STRING_MAX where appropriateLennart Poettering2019-12-101-1/+1
* journal-file: delete some unnecessary bracesVito Caputo2019-11-101-2/+1
* journal: Consistently capitalize printed header entriesThibault Nélis2019-10-221-19/+19
* journald: lower keep_free to 5% and raise min_use to 2%Zbigniew Jędrzejewski-Szmek2019-07-261-49/+38
* journal: emit debug log about settings only once (or when changed)Zbigniew Jędrzejewski-Szmek2019-07-191-4/+17
* util: introduce format_bytes_full()Yu Watanabe2019-06-191-1/+1
* journal: do not trigger assertion when journal_file_close() get NULLYu Watanabe2019-05-281-1/+2
* journald: output a proper error message when the journal is used on fs that d...Lennart Poettering2019-05-221-0/+7
* Use sd_event_source_disable_unref()Zbigniew Jędrzejewski-Szmek2019-05-101-2/+1
* journal-remote: use source's boot-idChris Morin2019-04-021-1/+3
* journal-file: handle SIGBUS on offlining threadChris Morin2019-03-201-0/+3
* util: split out sorting related calls to new sort-util.[ch]Lennart Poettering2019-03-131-0/+1
* util: split out memcmp()/memset() related calls into memory-util.[ch]Lennart Poettering2019-03-131-0/+1
* tree-wide: use assert_se() for signal operations with constantsZbigniew Jędrzejewski-Szmek2018-12-211-2/+1
* coccinelle: make use of SYNTHETIC_ERRNOZbigniew Jędrzejewski-Szmek2018-11-221-175/+147
* journal: fix sort order of header includesZbigniew Jędrzejewski-Szmek2018-11-201-1/+2
* journal: simplify use of sd_event_source_get_enabled()Zbigniew Jędrzejewski-Szmek2018-11-161-9/+5
* journal-file: get rid of a helper variableZbigniew Jędrzejewski-Szmek2018-11-161-7/+4
* journal: drop an unused variable clang is complaining aboutEvgeny Vereshchagin2018-10-291-1/+0
* journal-file: structured initialization is your friendLennart Poettering2018-10-251-15/+15
* journal-file: refactor journal_file_open_reliably()Lennart Poettering2018-10-251-19/+40
* journal-file: refactor journal_file_rotate()Lennart Poettering2018-10-251-46/+82
* tree-wide: use CMP() macro where applicableYu Watanabe2018-10-161-12/+11
* tree-wide: CMP()ify all the thingsLennart Poettering2018-10-161-6/+1
* journal-file: avoid calling ftruncate with invalid fdDavid Tardon2018-10-121-0/+3
* chattr: optionally, return the old flags when updating themLennart Poettering2018-10-081-2/+2
* tree-wide: use typesafe_qsort()Yu Watanabe2018-09-191-9/+3
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-3/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* Merge pull request #9147 from keszybz/runtime-enablementLennart Poettering2018-06-041-2/+2
|\
| * journal: small simplificationZbigniew Jędrzejewski-Szmek2018-05-311-2/+2
* | journal: allow boot_id to be passed to journal_append_entry()Zbigniew Jędrzejewski-Szmek2018-05-311-4/+15
* | journal: remove unused args from journal_file_copy_entry()Zbigniew Jędrzejewski-Szmek2018-05-311-1/+1
* | journal: refuse an entry with invalid timestamp fieldsZbigniew Jędrzejewski-Szmek2018-05-311-1/+10
* | journal: allow writing journal files even if machine-id is missingZbigniew Jędrzejewski-Szmek2018-05-311-1/+4
|/
* journal-file: avoid joining offline threadVito Caputo2018-05-291-4/+6