summaryrefslogtreecommitdiffstats
path: root/src/journal/journal-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-181-4153/+0
* journal: journal-file - tighten variable scope used in loopSusant Sahani2021-01-171-13/+9
* Merge pull request #17799 from yuwata/oss-fuzz-25353Zbigniew Jędrzejewski-Szmek2020-12-161-0/+41
|\
| * journal: refuse data which contain invalid fieldsYu Watanabe2020-12-151-0/+3
| * journal: move journal_field_valid() to journal_file.cYu Watanabe2020-12-151-0/+38
* | tree-wide: fix typoYu Watanabe2020-12-161-1/+1
|/
* journalctl: don't skip the entries that have the same seqnumshenyangyang42020-12-151-3/+5
* mmap-cache: drop ret_size from mmap_cache_get()Vito Caputo2020-12-131-15/+11
* mmap-cache: bind prot(ection) to MMapFileDescriptorVito Caputo2020-12-101-4/+3
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: make use of new relative time events in sd-event.hLennart Poettering2020-07-281-8/+1
* 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