summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAgeFilesLines
* test-journal-syslog: Add some valid priority casesJan Janssen2022-03-161-11/+18
* test: Use TEST macros in more placesJan Janssen2022-03-164-67/+55
* Merge pull request #22739 from mrc0mmand/list-boot-followupYu Watanabe2022-03-151-1/+11
|\
| * journal: make --reverse affect --list-bootsFrantisek Sumsal2022-03-141-0/+3
| * journal: use table_set_json_field_name() to override a column nameFrantisek Sumsal2022-03-141-1/+5
| * journal: reset previously set JSON flagsFrantisek Sumsal2022-03-141-0/+3
* | journal: preserve acls when rotating user journals with NOCOW attribute setFranck Bui2022-03-141-1/+4
|/
* journal: convert --list-boots to a tableFrantisek Sumsal2022-03-131-11/+23
* meson: move files' closing brace to separate lineZbigniew Jędrzejewski-Szmek2022-03-031-2/+4
* meson: do not use split() in file listsZbigniew Jędrzejewski-Szmek2022-03-021-31/+27
* shared: Add more dlopen() testsDaan De Meyer2022-03-013-64/+0
* 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-0211-174/+173
* journal-file: don't use pread() when determining where to append, use mmap as...Lennart Poettering2022-02-021-1/+1
* journal: various fixes to journal_file_read_object()Lennart Poettering2022-02-011-2/+2
* journal: Truncate file instead of punching hole in final objectDaan De Meyer2022-01-271-0/+13
* journal: stat journal file after truncatingDaan De Meyer2022-01-271-2/+2
* journal: Pass data objects to journal_file_move_to_entry_..._for_data() funct...Daan De Meyer2022-01-261-8/+8
* Fix journald audit logging with fields > N_IOVEC_AUDIT_FIELDS.YmrDtnJu2022-01-211-1/+1
* journal: Copy holes when archiving BTRFS journal filesDaan De Meyer2022-01-171-1/+1
* Merge pull request #22098 from DaanDeMeyer/journal-corrupt-2Yu Watanabe2022-01-141-4/+4
|\
| * journal: Remove unused arguments from journal_file_next_entry_for_data()Daan De Meyer2022-01-121-4/+4
* | journal: Don't discard -b arg when followed by -eDaan De Meyer2022-01-141-2/+0
* | meson: Use files() for fuzzersJan Janssen2022-01-111-12/+12
* | meson: Use files() for testsJan Janssen2022-01-111-7/+7
|/
* journal: Log filename when we fail to write an entryDaan De Meyer2022-01-051-2/+2
* journal: Log a better message when we're rotating because a file is fullDaan De Meyer2022-01-051-1/+4
* journal: Handle partially read HashItem's when punching holesDaan De Meyer2021-12-211-2/+5
* Merge pull request #21786 from keszybz/dirent-workYu Watanabe2021-12-173-3/+1
|\
| * meson: stop building out convenience libraries by defaultZbigniew Jędrzejewski-Szmek2021-12-161-1/+1
| * Define FOREACH_DIRENT through FOREACH_DIRENT_ALLZbigniew Jędrzejewski-Szmek2021-12-151-1/+0
| * tree-wide: make FOREACH_DIRENT_ALL define the iterator variableZbigniew Jędrzejewski-Szmek2021-12-151-1/+0
* | Merge pull request #21784 from DaanDeMeyer/issue-21675Luca Boccassi2021-12-151-10/+13
|\ \
| * | journal: Stop reading in increments of block size during hole punchingDaan De Meyer2021-12-151-3/+1
| * | journal: Use 16kb buffer during hole punchingDaan De Meyer2021-12-151-1/+2
| * | journal: Correctly advance offset when iterating hash table entriesDaan De Meyer2021-12-151-7/+6
| * | journal: Add a minimum hole size for hole punchingDaan De Meyer2021-12-151-0/+5
| |/
* | journactl: show info about journal range only at debug level (#21775)Zbigniew Jędrzejewski-Szmek2021-12-151-1/+1
|/
* journalctl: have -f and -e imply no-value -bнаб2021-12-101-0/+9
* journal: succes[s]fully typoнаб2021-12-081-1/+1
* journal-file: require MMapCache* for journal_file_open()Vito Caputo2021-12-075-19/+56
* journal: stop using JournalFile.mmap everywhereVito Caputo2021-12-074-5/+6
* journal: Fix disabling NO_COW on btrfs filesystemsDaan De Meyer2021-12-061-0/+26
* journal: Update the JournalFile path when archivingDaan De Meyer2021-12-062-3/+4
* journal: Move offlining logic to journald-file.cDaan De Meyer2021-12-064-4/+312
* journal: Introduce journald-file.c for journal file write related logicDaan De Meyer2021-12-0611-68/+1240
* tree-wide: use ERRNO_IS_TRANSIENT()Yu Watanabe2021-11-303-9/+10
* basic/util: rename u64log2 to log2u64Zbigniew Jędrzejewski-Szmek2021-11-261-1/+1