summaryrefslogtreecommitdiffstats
path: root/src/libsystemd/sd-journal/journal-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-journal: drop unused argument from journal_file_check_object()Yu Watanabe2022-06-281-4/+3
* sd-journal: shorten code a bitYu Watanabe2022-06-281-9/+3
* sd-journal: align tableYu Watanabe2022-06-281-6/+6
* journal: Make journal_default_metrics() staticDaan De Meyer2022-05-051-78/+78
* journal: Use header macros everywhere instead of JournalFile fieldsDaan De Meyer2022-05-031-78/+51
* Merge pull request #23135 from DaanDeMeyer/journal-moveLennart Poettering2022-05-031-0/+13
|\
| * journal: Document generic_array_bisect()Daan De Meyer2022-04-201-0/+13
* | compress: make Compression a regular non-sparse enumLennart Poettering2022-04-261-4/+7
* | basic: move compress.[ch] → src/basic/Lennart Poettering2022-04-261-11/+16
* | meson: use a single constant for default compression settingZbigniew Jędrzejewski-Szmek2022-04-221-7/+7
* | meson: simplify setting of default compressionZbigniew Jędrzejewski-Szmek2022-04-221-3/+3
|/
* compression: add separate pre-processor definitionsLuca Boccassi2022-04-191-3/+3
* compression: add build-time option to select defaultLuca Boccassi2022-04-171-3/+3
* journald: make sure journal_file_open() doesn't leave a corrupted file around...Franck Bui2022-04-041-0/+3
* fix typoYu Watanabe2022-03-281-1/+1
* Merge pull request #22861 from poettering/journald-sigtermYu Watanabe2022-03-251-0/+7
|\
| * journal-file: if we are going down, don't use event loop to schedule postLennart Poettering2022-03-251-0/+7
* | journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-14/+13
|/
* journal-file: port journal_file_open() to openat_report_new()Lennart Poettering2022-03-211-10/+16
* sd-journal: refuse invocation of journal_file_open() with O_RDONLY|O_CREATLennart Poettering2022-03-211-0/+3
* journal: Improve handling of corruption during upwards entry iterationDaan De Meyer2022-02-071-0/+18
* journal: Fix upwards iteration of entry items in case of corruptionDaan De Meyer2022-02-071-1/+39
* journal-file: don't use pread() when determining where to append, use mmap as...Lennart Poettering2022-02-021-3/+43
* journal: various fixes to journal_file_read_object()Lennart Poettering2022-02-011-9/+20
* journal: Stop comparing hash values from entry items against data objectsDaan De Meyer2022-01-261-5/+0
* journal: Invert verify entry <=> data consistency checksDaan De Meyer2022-01-261-0/+20
* journal: Fail gracefully when linking a new entryDaan De Meyer2022-01-261-4/+12
* journal: Only move to objects when necessaryDaan De Meyer2022-01-261-77/+53
* journal: Pass data objects to journal_file_move_to_entry_..._for_data() funct...Daan De Meyer2022-01-261-44/+29
* journal: Log error when keyed hash env variable cannot be parsedDaan De Meyer2022-01-261-1/+1
* journal: Use offsetof(Object, ...) to retrieve object field offsetsDaan De Meyer2022-01-261-15/+15
* journal: Fix entry array iteration corruption checksDaan De Meyer2022-01-141-71/+81
* journal: Remove unused arguments from journal_file_next_entry_for_data()Daan De Meyer2022-01-121-31/+1
* journal-file: require MMapCache* for journal_file_open()Vito Caputo2021-12-071-15/+2
* journal-file: goodbye JournalFile.mmapVito Caputo2021-12-071-9/+11
* journal: Fix disabling NO_COW on btrfs filesystemsDaan De Meyer2021-12-061-26/+0
* journal: Update the JournalFile path when archivingDaan De Meyer2021-12-061-1/+8
* journal: Move offlining logic to journald-file.cDaan De Meyer2021-12-061-304/+2
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-061-111/+0
* journal: punch holes in unused parts of entry arrays when archivingDaan De Meyer2021-12-061-1/+88
* journal: truncate archived journalsDaan De Meyer2021-12-061-21/+60
* journal: Add journal_file_read_object()Daan De Meyer2021-12-061-0/+59
* journal: Deduplicate entry items before they are stored in the entry objectDaan De Meyer2021-11-251-0/+16
* journal: Remove entry seqnum revert logicDaan De Meyer2021-11-251-30/+2
* journal: Don't allow creating invalid objectsDaan De Meyer2021-11-241-23/+21
* Merge pull request #21452 from vcaputo/mmap-cache-fdDaan De Meyer2021-11-221-10/+10
|\
| * mmap-cache: s/mmap_cache/mmap_cache_fd_/ where aproposVito Caputo2021-11-191-10/+10
| * mmap-cache: simplify API around MMapFileDescriptorVito Caputo2021-11-191-10/+10
* | journal: Add journal_file_object_to_string()Daan De Meyer2021-11-191-27/+31
* | journal: Use more structured initializationDaan De Meyer2021-11-191-6/+12