summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
AgeCommit message (Expand)Author
2012-07-19journal: rotate busy files away when we try to write to themLennart Poettering
2012-07-18journal: when we suggest a rotation, explain whyLennart Poettering
2012-07-18journal: estimate data hash table size a bit larger by defaultLennart Poettering
2012-07-17journal: actually set archived files to archived stateLennart Poettering
2012-07-17journalctl: decode more header files in --headerLennart Poettering
2012-07-17journal: size journal data hash table based on maximum file size metricsLennart Poettering
2012-07-17journal: immediately rotate when the journal was previously not closed properlyLennart Poettering
2012-07-17journal: automatically rotate journal files if the data hash table is full > 75%Lennart Poettering
2012-07-16journal: use tail/head timestamps from header for cutoff logicLennart Poettering
2012-07-16journald: don't enforce monotonicity of realtime clocks when copying entriesLennart Poettering
2012-07-13journal: beef up journal matches considerablyLennart Poettering
2012-07-13journal: fix seeking by realtime/seqnumLennart Poettering
2012-07-13journal: fix bad memory accessLennart Poettering
2012-07-13journal: fix bisection logic for first entryLennart Poettering
2012-06-17journal: fix monotonic seekingLennart Poettering
2012-06-17journal: expose and make use of cutoff times of journalLennart Poettering
2012-06-17journal: correct list link up on hash collisionsLennart Poettering
2012-06-17journal: add basic object definition for signaturesLennart Poettering
2012-06-17journal: replace arena offset by header sizeLennart Poettering
2012-06-12journal-file: fix mmap leakMichal Schmidt
2012-05-22Fixed handling of posix_fallocate() returned valueGuillermo Vidal
2012-04-13fix a couple of things found with the llvm static analyzerLennart Poettering
2012-04-12relicense to LGPLv2.1 (with exceptions)Lennart Poettering
2012-04-02journal: decrease default mmap window size to allow a bigger number of journa...Lennart Poettering
2012-03-22add sparse support to detect endianness bugFrederic Crozat
2012-03-21journal: react with immediate rotation to a couple of more errorsLennart Poettering
2012-03-15man: document systemd-journald.conf(5)Lennart Poettering
2012-03-15journal: only use uint8_t for stateFrederic Crozat
2012-03-15journald: be a bit more verboseLennart Poettering
2012-03-15journald: fix calculation of disk spaceLennart Poettering
2012-03-15journald: copy metrics/compression state from template when rotatingLennart Poettering
2012-03-15journald: increase max file size to 128MBLennart Poettering
2012-03-15journal: vacuum corrupted files, tooLennart Poettering
2012-03-15journal: if we encounter a corrupted file, rotate and go onLennart Poettering
2012-03-06journal: make sure to refresh window position and pointer after we linked up ...Lennart Poettering
2012-03-05journal: fix endianness errorsFrederic Crozat
2012-02-29systemd-journald: fix endianess bugDirk Eibach
2012-01-31journal: increase compression threshold for objects from 64 to 512Lennart Poettering
2012-01-14util: introduce FORMAT_BYTES_MAXLennart Poettering
2012-01-11journal: fix more 32/64 bit issuesLennart Poettering
2012-01-11journald: don't assume size_t and uint64_t are the sameLennart Poettering
2012-01-11journal: don't realign window twiceLennart Poettering
2012-01-07journald: remove inner loop debug messageLennart Poettering
2012-01-04journal: it's not a problem if the realtime jumps, hence don't ensure monoton...Lennart Poettering
2012-01-04journal: when increasing window, make sure to use the increased windowLennart Poettering
2012-01-04journal: apply seek check before resizing window, and refresh stat data if ne...Lennart Poettering
2012-01-04journal: add memory barrier before linking in newly created entriesLennart Poettering
2011-12-31journal: silence gcc warningsKay Sievers
2011-12-31journal: automatically deduce journal metrics from file system sizesLennart Poettering
2011-12-29journald: flush /run to /var as soon as it becomes availableLennart Poettering