summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.h
Commit message (Expand)AuthorAgeFilesLines
* 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-101-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-191-1/+5
* journal: asynchronous journal_file_set_offline()Vito Caputo2016-02-191-1/+14
* tree-wide: remove Emacs lines from all filesDaniel Mack2016-02-101-2/+0
* journal: coalesce ftruncate()s in 250ms windowsVito Caputo2016-01-141-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-181-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
* journal: delete unused function journal_file_skip_entry()Michal Schmidt2014-12-181-1/+0
* journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt2014-12-181-1/+0
* journal: have a named enum ObjectTypeMichal Schmidt2014-12-131-2/+2
* journal: move type_to_context() to journal-file.cMichal Schmidt2014-12-131-6/+0
* journal: remove journal_file_object_keep/release functionsMichal Schmidt2014-12-131-12/+0
* journal: make JournalFile::chain_cache an OrderedHashmapMichal Schmidt2014-10-231-1/+1
* sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen2014-10-091-7/+4
* journal: build fix when LZ4 is enabled but XZ is notGustavo Sverzut Barbieri2014-09-251-1/+1
* sd-journal: properly convert object->size on big endianZbigniew Jędrzejewski-Szmek2014-08-271-3/+4