summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
AgeCommit message (Expand)Author
2015-10-27util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]Lennart Poettering
2015-10-25Merge pull request #1654 from poettering/util-libTom Gundersen
2015-10-25util-lib: split out fd-related operations into fd-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-24journal: irrelevant coding style fixesLennart Poettering
2015-10-24journal: fix error handling when compressing journal objectsLennart Poettering
2015-10-02journal: rework vacuuming logicLennart Poettering
2015-10-02journal: improve some messagesLennart Poettering
2015-10-02journal: simplify things by using the LESS_BY() macroLennart Poettering
2015-10-02journal: make journal_file_close() return NULLLennart Poettering
2015-09-10tree-wide: never use the off_t unless glibc makes us use itLennart Poettering
2015-08-17Bug #944: Deletion of unnecessary checks before calls of the function "free"Markus Elfring
2015-07-24journal: avoid mapping empty data and field hash tablesLennart Poettering
2015-04-22journal: don't force FS_NOCOW_FL on new journal files, but warn if it is missingLennart Poettering
2015-04-11shared: add random-util.[ch]Ronny Chevalier
2015-04-08util: merge change_attr_fd() and chattr_fd()Lennart Poettering
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer
2015-03-09journal: fix return codeZbigniew Jędrzejewski-Szmek
2015-03-09journal-file: update format string to remove castZbigniew Jędrzejewski-Szmek
2015-03-09journal: align comments to make them more legibleZbigniew Jędrzejewski-Szmek
2015-03-02journal: fix Inappropriate ioctl for device on ext4Cristian Rodríguez
2015-02-25journal: make skipping of exhausted journal files effective againMichal Schmidt
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen
2015-02-10journald: don't specify inline in local functionsLennart Poettering
2015-01-22Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek
2015-01-08util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering
2015-01-08journald: turn off COW for journal files on btrfsLennart Poettering
2015-01-06journal: consider file deletion errors a reason for rotationLennart Poettering
2015-01-06journald: whenever we rotate a file, btrfs defrag itLennart Poettering
2015-01-05journald: when we detect the journal file we are about to write to has been d...Lennart Poettering
2015-01-05journald: add some additional checks before we divide by values read from jou...Lennart Poettering
2015-01-05journald: process SIGBUS for the memory maps we set upLennart Poettering
2014-12-24util: make creation time xattr logic more genericLennart Poettering
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt
2014-12-18journal: compare candidate entries using JournalFiles' locationsMichal Schmidt
2014-12-18journal: keep per-JournalFile location info during iterationMichal Schmidt
2014-12-18journal: abstract the resetting of JournalFile's locationMichal Schmidt
2014-12-18journal: delete unused function journal_file_skip_entry()Michal Schmidt
2014-12-18journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt
2014-12-13journal: replace contexts hashmap with a plain arrayMichal Schmidt
2014-12-13journal: push type_to_context conversion down to journal_file_move_to()Michal Schmidt
2014-12-13journal: have a named enum ObjectTypeMichal Schmidt
2014-12-13journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt
2014-12-13journal: move type_to_context() to journal-file.cMichal Schmidt
2014-12-13journal: remove journal_file_object_keep/release functionsMichal Schmidt
2014-12-13journal: map objects to context set by caller, not by actual object typeMichal Schmidt
2014-12-11journald: correct spacing near eol code commentsTorstein Husebø
2014-12-08journal: Fix navigating backwards missing entriesOlivier Brunel
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt
2014-10-27journald: be nice to coverity, add an extra assertLennart Poettering