summaryrefslogtreecommitdiff
path: root/src/journal
Commit message (Expand)AuthorAge
* journal: do not check for number of filesZbigniew Jędrzejewski-Szmek2015-01-09
* journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering2015-01-08
* util: make it easy to initialize the crtime from the current time in fd_setcr...Lennart Poettering2015-01-08
* journald: turn off COW for journal files on btrfsLennart Poettering2015-01-08
* journal: consider file deletion errors a reason for rotationLennart Poettering2015-01-06
* journald: whenever we rotate a file, btrfs defrag itLennart Poettering2015-01-06
* tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek2015-01-06
* journald: allow restarting journald without losing stream connectionsLennart Poettering2015-01-06
* journald: reuse IOVEC_TOTAL_SIZE() macros where possibleLennart Poettering2015-01-05
* journald: when we detect the journal file we are about to write to has been d...Lennart Poettering2015-01-05
* journald: add some additional checks before we divide by values read from jou...Lennart Poettering2015-01-05
* journalctl: static variables immediately configured via command line argument...Lennart Poettering2015-01-05
* journal: install sigbus handler for journal tools tooLennart Poettering2015-01-05
* journald: constify all thingsLennart Poettering2015-01-05
* journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering2015-01-05
* journald: process SIGBUS for the memory maps we set upLennart Poettering2015-01-05
* tree-wide: spelling fixesVeres Lajos2014-12-30
* journald: always allocate space for object fieldsZbigniew Jędrzejewski-Szmek2014-12-26
* journald: fix off by one in native transportZbigniew Jędrzejewski-Szmek2014-12-26
* util: make creation time xattr logic more genericLennart Poettering2014-12-24
* util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden2014-12-24
* journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt2014-12-19
* journal: make next_with_matches() always use f->current_offsetMichal Schmidt2014-12-19
* journal: fix skipping of duplicate entries in iterationMichal Schmidt2014-12-19
* journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt2014-12-18
* journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt2014-12-18
* journal: optimize iteration by returning previously found candidate entryMichal Schmidt2014-12-18
* journal: optimize iteration by skipping exhausted filesMichal Schmidt2014-12-18
* journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt2014-12-18
* journal: remove redundant variable new_offsetMichal Schmidt2014-12-18
* journal: compare candidate entries using JournalFiles' locationsMichal Schmidt2014-12-18
* journal: simplify set_location()Michal Schmidt2014-12-18
* journal: keep per-JournalFile location info during iterationMichal Schmidt2014-12-18
* journal: abstract the resetting of JournalFile's locationMichal Schmidt2014-12-18
* journal: move definition of LocationType to journal-file.hMichal Schmidt2014-12-18
* Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt2014-12-18
* Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt2014-12-18
* journal: delete unused function journal_file_skip_entry()Michal Schmidt2014-12-18
* journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt2014-12-18
* journal: replace contexts hashmap with a plain arrayMichal Schmidt2014-12-13
* journal: delete unused function mmap_cache_close_contextMichal Schmidt2014-12-13
* journal: push type_to_context conversion down to journal_file_move_to()Michal Schmidt2014-12-13
* journal: have a named enum ObjectTypeMichal Schmidt2014-12-13
* journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt2014-12-13
* journal: consistently allow type==0 to mean "any type"Michal Schmidt2014-12-13
* journal: move type_to_context() to journal-file.cMichal Schmidt2014-12-13
* journal: remove journal_file_object_keep/release functionsMichal Schmidt2014-12-13
* journal: map objects to context set by caller, not by actual object typeMichal Schmidt2014-12-13
* journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)Michal Schmidt2014-12-13
* copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering2014-12-12