summaryrefslogtreecommitdiffstats
path: root/src/journal/journal-file.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal: rotate busy files away when we try to write to themLennart Poettering2012-07-191-2/+4
* journal: when we suggest a rotation, explain whyLennart Poettering2012-07-181-3/+19
* journal: estimate data hash table size a bit larger by defaultLennart Poettering2012-07-181-3/+3
* journal: actually set archived files to archived stateLennart Poettering2012-07-171-1/+2
* journalctl: decode more header files in --headerLennart Poettering2012-07-171-0/+10
* journal: size journal data hash table based on maximum file size metricsLennart Poettering2012-07-171-9/+25
* journal: immediately rotate when the journal was previously not closed properlyLennart Poettering2012-07-171-6/+8
* journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering2012-07-171-24/+97
* journal: use tail/head timestamps from header for cutoff logicLennart Poettering2012-07-161-11/+6
* journald: don't enforce monotonicity of realtime clocks when copying entriesLennart Poettering2012-07-161-3/+0
* journal: beef up journal matches considerablyLennart Poettering2012-07-131-32/+187
* journal: fix seeking by realtime/seqnumLennart Poettering2012-07-131-2/+6
* journal: fix bad memory accessLennart Poettering2012-07-131-1/+1
* journal: fix bisection logic for first entryLennart Poettering2012-07-131-3/+6
* journal: fix monotonic seekingLennart Poettering2012-06-171-2/+2
* journal: expose and make use of cutoff times of journalLennart Poettering2012-06-171-0/+72
* journal: correct list link up on hash collisionsLennart Poettering2012-06-171-1/+1
* journal: add basic object definition for signaturesLennart Poettering2012-06-171-0/+4
* journal: replace arena offset by header sizeLennart Poettering2012-06-171-8/+11
* journal-file: fix mmap leakMichal Schmidt2012-06-121-2/+5
* Fixed handling of posix_fallocate() returned valueGuillermo Vidal2012-05-221-2/+4
* fix a couple of things found with the llvm static analyzerLennart Poettering2012-04-131-1/+1
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-121-4/+4
* journal: decrease default mmap window size to allow a bigger number of journa...Lennart Poettering2012-04-021-1/+1
* add sparse support to detect endianness bugFrederic Crozat2012-03-221-7/+8
* journal: react with immediate rotation to a couple of more errorsLennart Poettering2012-03-211-1/+4
* man: document systemd-journald.conf(5)Lennart Poettering2012-03-151-1/+1
* journal: only use uint8_t for stateFrederic Crozat2012-03-151-2/+2
* journald: be a bit more verboseLennart Poettering2012-03-151-6/+6
* journald: fix calculation of disk spaceLennart Poettering2012-03-151-1/+1
* journald: copy metrics/compression state from template when rotatingLennart Poettering2012-03-151-0/+5
* journald: increase max file size to 128MBLennart Poettering2012-03-151-1/+1
* journal: vacuum corrupted files, tooLennart Poettering2012-03-151-26/+65
* journal: if we encounter a corrupted file, rotate and go onLennart Poettering2012-03-151-1/+42
* journal: make sure to refresh window position and pointer after we linked up ...Lennart Poettering2012-03-061-7/+16
* journal: fix endianness errorsFrederic Crozat2012-03-051-4/+4
* systemd-journald: fix endianess bugDirk Eibach2012-02-291-1/+1
* journal: increase compression threshold for objects from 64 to 512Lennart Poettering2012-01-311-1/+1
* util: introduce FORMAT_BYTES_MAXLennart Poettering2012-01-141-1/+1
* journal: fix more 32/64 bit issuesLennart Poettering2012-01-111-3/+2
* journald: don't assume size_t and uint64_t are the sameLennart Poettering2012-01-111-2/+3
* journal: don't realign window twiceLennart Poettering2012-01-111-2/+2
* journald: remove inner loop debug messageLennart Poettering2012-01-071-1/+1
* journal: it's not a problem if the realtime jumps, hence don't ensure monoton...Lennart Poettering2012-01-041-3/+0
* journal: when increasing window, make sure to use the increased windowLennart Poettering2012-01-041-2/+2
* journal: apply seek check before resizing window, and refresh stat data if ne...Lennart Poettering2012-01-041-3/+9
* journal: add memory barrier before linking in newly created entriesLennart Poettering2012-01-041-0/+5
* journal: silence gcc warningsKay Sievers2011-12-311-2/+2
* journal: automatically deduce journal metrics from file system sizesLennart Poettering2011-12-311-5/+95
* journald: flush /run to /var as soon as it becomes availableLennart Poettering2011-12-291-8/+85