summaryrefslogtreecommitdiff
path: root/src/journal/managed-journal-file.c
Commit message (Expand)AuthorAgeFilesLines
* journal: handle EADDRNOTAVAIL in two more cases gracefullyLennart Poettering2023-05-031-0/+1
* copy: Move chattr arguments to full function signaturesDaan De Meyer2023-03-211-4/+5
* journal-file: drop checking if files are from the future at time of openLennart Poettering2023-02-211-2/+1
* journald: some minor modernizationsLennart Poettering2023-02-011-8/+27
* journald: don't check for -EREMCHG on open, given that open doesn't generate itLennart Poettering2023-01-271-2/+1
* journal: handle clock rollback error in managed_journal_file_open_reliablymsizanoen12023-01-091-1/+2
* journal: fix indentation in managed_journal_file_open_reliablymsizanoen12022-10-161-2/+2
* journald: harden against forward clock jumps before unclean shutdownmsizanoen12022-10-161-0/+14
* journal: Use 32-bit entry array offsets in compact modeDaan De Meyer2022-10-071-2/+2
* journal: replace __sync intrinsics with __atomicmatoro2022-07-141-17/+42
* sd-event: allow sd_event_source_is_enabled() to return false for NULLZbigniew Jędrzejewski-Szmek2022-06-301-6/+3
* journal: return & log in one statementFrantisek Sumsal2022-05-301-4/+3
* journal: Use header macros everywhere instead of JournalFile fieldsDaan De Meyer2022-05-031-3/+3
* journal-file: merge compress/seal bool args into a single flags paramLennart Poettering2022-03-251-16/+12
* journal: preserve acls when rotating user journals with NOCOW attribute setFranck Bui2022-03-141-1/+4
* journal-file: explicitly handle file systems that do not support hole punchingLennart Poettering2022-02-041-3/+14
* journal-file: fix error handling of pread() in journald_file_punch_holes()Lennart Poettering2022-02-041-3/+10
* journal: when copying journal file to undo NOCOW flag, go via fdLennart Poettering2022-02-031-1/+1
* journal: Rename JournaldFile to ManagedJournalFileDaan De Meyer2022-02-021-0/+509