index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
libsystemd
/
sd-journal
/
journal-file.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
sd-journal: drop unused argument from journal_file_check_object()
Yu Watanabe
2022-06-28
1
-4
/
+3
*
sd-journal: shorten code a bit
Yu Watanabe
2022-06-28
1
-9
/
+3
*
sd-journal: align table
Yu Watanabe
2022-06-28
1
-6
/
+6
*
journal: Make journal_default_metrics() static
Daan De Meyer
2022-05-05
1
-78
/
+78
*
journal: Use header macros everywhere instead of JournalFile fields
Daan De Meyer
2022-05-03
1
-78
/
+51
*
Merge pull request #23135 from DaanDeMeyer/journal-move
Lennart Poettering
2022-05-03
1
-0
/
+13
|
\
|
*
journal: Document generic_array_bisect()
Daan De Meyer
2022-04-20
1
-0
/
+13
*
|
compress: make Compression a regular non-sparse enum
Lennart Poettering
2022-04-26
1
-4
/
+7
*
|
basic: move compress.[ch] → src/basic/
Lennart Poettering
2022-04-26
1
-11
/
+16
*
|
meson: use a single constant for default compression setting
Zbigniew Jędrzejewski-Szmek
2022-04-22
1
-7
/
+7
*
|
meson: simplify setting of default compression
Zbigniew Jędrzejewski-Szmek
2022-04-22
1
-3
/
+3
|
/
*
compression: add separate pre-processor definitions
Luca Boccassi
2022-04-19
1
-3
/
+3
*
compression: add build-time option to select default
Luca Boccassi
2022-04-17
1
-3
/
+3
*
journald: make sure journal_file_open() doesn't leave a corrupted file around...
Franck Bui
2022-04-04
1
-0
/
+3
*
fix typo
Yu Watanabe
2022-03-28
1
-1
/
+1
*
Merge pull request #22861 from poettering/journald-sigterm
Yu Watanabe
2022-03-25
1
-0
/
+7
|
\
|
*
journal-file: if we are going down, don't use event loop to schedule post
Lennart Poettering
2022-03-25
1
-0
/
+7
*
|
journal-file: merge compress/seal bool args into a single flags param
Lennart Poettering
2022-03-25
1
-14
/
+13
|
/
*
journal-file: port journal_file_open() to openat_report_new()
Lennart Poettering
2022-03-21
1
-10
/
+16
*
sd-journal: refuse invocation of journal_file_open() with O_RDONLY|O_CREAT
Lennart Poettering
2022-03-21
1
-0
/
+3
*
journal: Improve handling of corruption during upwards entry iteration
Daan De Meyer
2022-02-07
1
-0
/
+18
*
journal: Fix upwards iteration of entry items in case of corruption
Daan De Meyer
2022-02-07
1
-1
/
+39
*
journal-file: don't use pread() when determining where to append, use mmap as...
Lennart Poettering
2022-02-02
1
-3
/
+43
*
journal: various fixes to journal_file_read_object()
Lennart Poettering
2022-02-01
1
-9
/
+20
*
journal: Stop comparing hash values from entry items against data objects
Daan De Meyer
2022-01-26
1
-5
/
+0
*
journal: Invert verify entry <=> data consistency checks
Daan De Meyer
2022-01-26
1
-0
/
+20
*
journal: Fail gracefully when linking a new entry
Daan De Meyer
2022-01-26
1
-4
/
+12
*
journal: Only move to objects when necessary
Daan De Meyer
2022-01-26
1
-77
/
+53
*
journal: Pass data objects to journal_file_move_to_entry_..._for_data() funct...
Daan De Meyer
2022-01-26
1
-44
/
+29
*
journal: Log error when keyed hash env variable cannot be parsed
Daan De Meyer
2022-01-26
1
-1
/
+1
*
journal: Use offsetof(Object, ...) to retrieve object field offsets
Daan De Meyer
2022-01-26
1
-15
/
+15
*
journal: Fix entry array iteration corruption checks
Daan De Meyer
2022-01-14
1
-71
/
+81
*
journal: Remove unused arguments from journal_file_next_entry_for_data()
Daan De Meyer
2022-01-12
1
-31
/
+1
*
journal-file: require MMapCache* for journal_file_open()
Vito Caputo
2021-12-07
1
-15
/
+2
*
journal-file: goodbye JournalFile.mmap
Vito Caputo
2021-12-07
1
-9
/
+11
*
journal: Fix disabling NO_COW on btrfs filesystems
Daan De Meyer
2021-12-06
1
-26
/
+0
*
journal: Update the JournalFile path when archiving
Daan De Meyer
2021-12-06
1
-1
/
+8
*
journal: Move offlining logic to journald-file.c
Daan De Meyer
2021-12-06
1
-304
/
+2
*
journal: Introduce journald-file.c for journal file write related logic
Daan De Meyer
2021-12-06
1
-111
/
+0
*
journal: punch holes in unused parts of entry arrays when archiving
Daan De Meyer
2021-12-06
1
-1
/
+88
*
journal: truncate archived journals
Daan De Meyer
2021-12-06
1
-21
/
+60
*
journal: Add journal_file_read_object()
Daan De Meyer
2021-12-06
1
-0
/
+59
*
journal: Deduplicate entry items before they are stored in the entry object
Daan De Meyer
2021-11-25
1
-0
/
+16
*
journal: Remove entry seqnum revert logic
Daan De Meyer
2021-11-25
1
-30
/
+2
*
journal: Don't allow creating invalid objects
Daan De Meyer
2021-11-24
1
-23
/
+21
*
Merge pull request #21452 from vcaputo/mmap-cache-fd
Daan De Meyer
2021-11-22
1
-10
/
+10
|
\
|
*
mmap-cache: s/mmap_cache/mmap_cache_fd_/ where apropos
Vito Caputo
2021-11-19
1
-10
/
+10
|
*
mmap-cache: simplify API around MMapFileDescriptor
Vito Caputo
2021-11-19
1
-10
/
+10
*
|
journal: Add journal_file_object_to_string()
Daan De Meyer
2021-11-19
1
-27
/
+31
*
|
journal: Use more structured initialization
Daan De Meyer
2021-11-19
1
-6
/
+12
[next]