summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
AgeCommit message (Expand)Author
2016-02-23Merge pull request #2708 from vcaputo/journal-restore-offline-state-on-errorLennart Poettering
2016-02-22tree-wide: make ++/-- usage consistent WRT spacingVito Caputo
2016-02-22journal: restore offline state on errorVito Caputo
2016-02-19journal: defer journal closes on rotateVito Caputo
2016-02-19journal: asynchronous journal_file_set_offline()Vito Caputo
2016-02-19journal: add void cast to journal_file_close() callsVito Caputo
2016-02-19journal: add void cast to fsync() callsVito Caputo
2016-02-13Merge pull request #2589 from keszybz/resolve-tool-2Lennart Poettering
2016-02-11Add memcpy_safeZbigniew Jędrzejewski-Szmek
2016-02-10tree-wide: remove Emacs lines from all filesDaniel Mack
2016-02-09journal: Drop monotonicity check when appending to journal fileKlearchos Chaloulos
2016-02-06journal: add missing space to switch statementVito Caputo
2016-02-05journal: add asserts on f->(data|field)_hash_tableVito Caputo
2016-02-05journal: add asserts for f->headerVito Caputo
2016-01-26journald: minor fixesLennart Poettering
2016-01-23Merge pull request #2318 from vcaputo/coalesce-ftruncates-reduxZbigniew Jędrzejewski-Szmek
2016-01-14journal: coalesce ftruncate()s in 250ms windowsVito Caputo
2015-12-23Merge pull request #2158 from keszybz/journal-decompressionLennart Poettering
2015-12-13journal: add dst_allocated_size parameter for compress_blobZbigniew Jędrzejewski-Szmek
2015-12-10journal: make mmap_cache_unref() a NOP when NULL is passed, like all other de...Lennart Poettering
2015-11-06journal: reduce minimum journal file size to 512 KiBMichael Olbrich
2015-11-03journal: return better error for empty filesZbigniew Jędrzejewski-Szmek
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-27util-lib: split out file attribute calls to chattr-util.[ch]Lennart Poettering
2015-10-27util-lib: split xattr-related calls into xattr-util.[ch]Lennart Poettering
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