summaryrefslogtreecommitdiffstats
path: root/src/journal/journal-file.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* sd-journal: move source files for sd-journal to src/libsystemd/sd-journalYu Watanabe2021-01-181-275/+0
* journal: move journal_field_valid() to journal_file.cYu Watanabe2020-12-151-0/+2
* mmap-cache: bind prot(ection) to MMapFileDescriptorVito Caputo2020-12-101-1/+0
* license: LGPL-2.1+ -> LGPL-2.1-or-laterYu Watanabe2020-11-091-1/+1
* tree-wide: add new HAVE_COMPRESSION compile time flagLennart Poettering2020-06-251-1/+1
* journal: support zstd compression for large objects in journal filesLennart Poettering2020-06-251-2/+6
* journal: use a different hash function for each journal fileLennart Poettering2020-06-251-0/+6
* journal-file: use FLAGS_SET where appropriateLennart Poettering2020-06-251-3/+3
* sd-journal: close journal files that were deleted by journald before we've se...Michal Sekletár2020-02-051-0/+1
* journal: use cleanup attribute at one more placeYu Watanabe2019-05-281-0/+1
* headers: add missing includesZbigniew Jędrzejewski-Szmek2019-03-281-0/+1
* headers: remove unneeded includes from util.hZbigniew Jędrzejewski-Szmek2019-03-271-1/+1
* journal: fix sort order of header includesZbigniew Jędrzejewski-Szmek2018-11-201-2/+2
* journal-file: refactor journal_file_open_reliably()Lennart Poettering2018-10-251-0/+2
* journal-file: refactor journal_file_rotate()Lennart Poettering2018-10-251-0/+2
* tree-wide: remove Lennart's copyright linesLennart Poettering2018-06-141-4/+0
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* journal: allow boot_id to be passed to journal_append_entry()Zbigniew Jędrzejewski-Szmek2018-05-311-1/+8
* journal: remove unused args from journal_file_copy_entry()Zbigniew Jędrzejewski-Szmek2018-05-311-1/+1
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Merge pull request #8313 from alexgartrell/compression-thresholdLennart Poettering2018-03-211-1/+4
|\
| * journal: provide compress_threshold_bytes parameterAlex Gartrell2018-03-201-1/+4
* | journal-file: drop unused tail_entry_monotonic_valid field.Lennart Poettering2018-03-201-2/+0
|/
* sd-journal: properly handle inotify queue overflowLennart Poettering2018-02-121-0/+2
* journal: use new helpers with journal_file_closeZbigniew Jędrzejewski-Szmek2017-11-281-1/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* build-sys: use #if Y instead of #ifdef Y everywhereZbigniew Jędrzejewski-Szmek2017-10-041-3/+3
* journal: explicitly add fds to mmap-cache (#6307)Vito Caputo2017-07-111-0/+1
* journal: set STATE_ARCHIVED as part of offlining (#2740)Vito Caputo2016-04-271-0/+1
* sd-journal: add API for opening journal files or directories by fdLennart Poettering2016-04-251-0/+2
* journal: defer journal closes on rotateVito Caputo2016-02-201-1/+5
* journal: asynchronous journal_file_set_offline()Vito Caputo2016-02-201-1/+14
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal: coalesce ftruncate()s in 250ms windowsVito Caputo2016-01-151-0/+5
* tree-wide: sort includes in *.hThomas Hindoe Paaboel Andersen2015-11-181-2/+2
* journal: fix error handling when compressing journal objectsLennart Poettering2015-10-241-0/+5
* journal: rework vacuuming logicLennart Poettering2015-10-021-5/+8
* journal: make journal_file_close() return NULLLennart Poettering2015-10-021-1/+1
* journal: avoid mapping empty data and field hash tablesLennart Poettering2015-07-241-0/+3
* journal: make skipping of exhausted journal files effective againMichal Schmidt2015-02-251-1/+1
* Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.hZbigniew Jędrzejewski-Szmek2015-01-191-1/+1
* journald: whenever we rotate a file, btrfs defrag itLennart Poettering2015-01-061-0/+1
* journald: when we detect the journal file we are about to write to has been d...Lennart Poettering2015-01-051-0/+1
* journald: process SIGBUS for the memory maps we set upLennart Poettering2015-01-051-1/+1
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-181-1/+1
* journal: optimize iteration by skipping exhausted filesMichal Schmidt2014-12-181-0/+1
* journal: compare candidate entries using JournalFiles' locationsMichal Schmidt2014-12-181-0/+1
* journal: keep per-JournalFile location info during iterationMichal Schmidt2014-12-181-0/+7
* journal: abstract the resetting of JournalFile's locationMichal Schmidt2014-12-181-0/+1
* journal: move definition of LocationType to journal-file.hMichal Schmidt2014-12-181-0/+14