summaryrefslogtreecommitdiff
path: root/src/journal/journal-file.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-22journal: don't force FS_NOCOW_FL on new journal files, but warn if it is missingLennart Poettering1-10/+36
2015-04-11shared: add random-util.[ch]Ronny Chevalier1-0/+1
2015-04-08util: merge change_attr_fd() and chattr_fd()Lennart Poettering1-2/+2
2015-03-27fix gcc warnings about uninitialized variablesHarald Hoyer1-3/+3
2015-03-09journal: fix return codeZbigniew Jędrzejewski-Szmek1-3/+1
2015-03-09journal-file: update format string to remove castZbigniew Jędrzejewski-Szmek1-2/+2
2015-03-09journal: align comments to make them more legibleZbigniew Jędrzejewski-Szmek1-8/+9
2015-03-02journal: fix Inappropriate ioctl for device on ext4Cristian Rodríguez1-2/+2
2015-02-25journal: make skipping of exhausted journal files effective againMichal Schmidt1-2/+1
2015-02-23remove unused includesThomas Hindoe Paaboel Andersen1-1/+0
2015-02-10journald: don't specify inline in local functionsLennart Poettering1-1/+2
2015-01-22Fix some format strings for enums, they are signedZbigniew Jędrzejewski-Szmek1-2/+2
2015-01-08util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering1-1/+1
2015-01-08journald: turn off COW for journal files on btrfsLennart Poettering1-2/+26
2015-01-06journal: consider file deletion errors a reason for rotationLennart Poettering1-1/+2
2015-01-06journald: whenever we rotate a file, btrfs defrag itLennart Poettering1-0/+13
2015-01-05journald: when we detect the journal file we are about to write to has been d...Lennart Poettering1-15/+50
2015-01-05journald: add some additional checks before we divide by values read from jou...Lennart Poettering1-12/+21
2015-01-05journald: process SIGBUS for the memory maps we set upLennart Poettering1-16/+51
2014-12-24util: make creation time xattr logic more genericLennart Poettering1-5/+1
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt1-6/+2
2014-12-18journal: compare candidate entries using JournalFiles' locationsMichal Schmidt1-0/+52
2014-12-18journal: keep per-JournalFile location info during iterationMichal Schmidt1-0/+17
2014-12-18journal: abstract the resetting of JournalFile's locationMichal Schmidt1-0/+4
2014-12-18journal: delete unused function journal_file_skip_entry()Michal Schmidt1-49/+0
2014-12-18journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt1-17/+0
2014-12-13journal: replace contexts hashmap with a plain arrayMichal Schmidt1-0/+1
2014-12-13journal: push type_to_context conversion down to journal_file_move_to()Michal Schmidt1-4/+4
2014-12-13journal: have a named enum ObjectTypeMichal Schmidt1-3/+3
2014-12-13journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt1-5/+5
2014-12-13journal: move type_to_context() to journal-file.cMichal Schmidt1-0/+5
2014-12-13journal: remove journal_file_object_keep/release functionsMichal Schmidt1-1/+1
2014-12-13journal: map objects to context set by caller, not by actual object typeMichal Schmidt1-1/+1
2014-12-11journald: correct spacing near eol code commentsTorstein Husebø1-1/+1
2014-12-08journal: Fix navigating backwards missing entriesOlivier Brunel1-1/+1
2014-11-28treewide: use log_*_errno whenever %m is in the format stringMichal Schmidt1-1/+1
2014-10-27journald: be nice to coverity, add an extra assertLennart Poettering1-2/+3
2014-10-23journal: make JournalFile::chain_cache an OrderedHashmapMichal Schmidt1-8/+8
2014-10-09sd-journal: fix sd_journal_enumerate_unique skipping valuesJan Janssen1-1/+1
2014-09-15hashmap: introduce hash_ops to make struct Hashmap smallerMichal Schmidt1-1/+1
2014-08-27sd-journal: verify that object start with the field nameZbigniew Jędrzejewski-Szmek1-1/+0
2014-08-03Fix misuse of uint64_t as size_tZbigniew Jędrzejewski-Szmek1-4/+5
2014-07-15journal: allow files with no data whatsoeverZbigniew Jędrzejewski-Szmek1-6/+0
2014-07-11Fix build without any compression enabledZbigniew Jędrzejewski-Szmek1-1/+8
2014-07-08fix #ifdefRonny Chevalier1-1/+1
2014-07-06journal: add LZ4 as optional compressorZbigniew Jędrzejewski-Szmek1-53/+62
2014-05-28build-sys: use glibc's xattr support instead of requiring libattrKay Sievers1-6/+1
2014-03-18util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering1-3/+1
2014-03-05journal: assume that next entry is after previous entryZbigniew Jędrzejewski-Szmek1-6/+20
2014-02-24Remove dead lines in various placesZbigniew Jędrzejewski-Szmek1-2/+0