summaryrefslogtreecommitdiff
path: root/src/journal
AgeCommit message (Expand)AuthorFilesLines
2015-01-09journal: do not check for number of filesZbigniew Jędrzejewski-Szmek1-7/+0
2015-01-08journal: bump RLIMIT_NOFILE when journal files to 16K (if possible)Lennart Poettering1-0/+5
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 Poettering2-10/+30
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 Poettering2-0/+14
2015-01-06tree-wide: remove unnecessary LOG_PRIZbigniew Jędrzejewski-Szmek2-2/+2
2015-01-06journald: allow restarting journald without losing stream connectionsLennart Poettering3-61/+348
2015-01-05journald: reuse IOVEC_TOTAL_SIZE() macros where possibleLennart Poettering1-14/+4
2015-01-05journald: when we detect the journal file we are about to write to has been d...Lennart Poettering4-18/+57
2015-01-05journald: add some additional checks before we divide by values read from jou...Lennart Poettering1-12/+21
2015-01-05journalctl: static variables immediately configured via command line argument...Lennart Poettering1-10/+9
2015-01-05journal: install sigbus handler for journal tools tooLennart Poettering2-2/+6
2015-01-05journald: constify all thingsLennart Poettering1-10/+18
2015-01-05journald: prefix exported calls with "server_", unexport unnecessary callsLennart Poettering5-7/+6
2015-01-05journald: process SIGBUS for the memory maps we set upLennart Poettering6-27/+180
2014-12-30tree-wide: spelling fixesVeres Lajos2-3/+3
2014-12-26journald: always allocate space for object fieldsZbigniew Jędrzejewski-Szmek1-1/+1
2014-12-26journald: fix off by one in native transportZbigniew Jędrzejewski-Szmek1-2/+2
2014-12-24util: make creation time xattr logic more genericLennart Poettering2-11/+4
2014-12-24util: fix strict aliasing violations in use of struct inotify_event v5Shawn Paul Landden1-2/+2
2014-12-19journal: skipping of exhausted journal files is bad if direction changedMichal Schmidt1-6/+6
2014-12-19journal: make next_with_matches() always use f->current_offsetMichal Schmidt1-8/+5
2014-12-19journal: fix skipping of duplicate entries in iterationMichal Schmidt1-36/+30
2014-12-18journal: next_with_matches() now does not need a mapped object as inputMichal Schmidt1-4/+0
2014-12-18journal: journal_file_next_entry() does not need pointer to current ObjectMichal Schmidt4-18/+12
2014-12-18journal: optimize iteration by returning previously found candidate entryMichal Schmidt1-0/+6
2014-12-18journal: optimize iteration by skipping exhausted filesMichal Schmidt2-1/+8
2014-12-18journal: drop unnecessary parameters of next_beyond_location()Michal Schmidt1-8/+2
2014-12-18journal: remove redundant variable new_offsetMichal Schmidt1-5/+2
2014-12-18journal: compare candidate entries using JournalFiles' locationsMichal Schmidt3-85/+54
2014-12-18journal: simplify set_location()Michal Schmidt1-8/+3
2014-12-18journal: keep per-JournalFile location info during iterationMichal Schmidt3-1/+33
2014-12-18journal: abstract the resetting of JournalFile's locationMichal Schmidt3-1/+6
2014-12-18journal: move definition of LocationType to journal-file.hMichal Schmidt2-14/+14
2014-12-18Revert "journal: optimize iteration: skip whole files behind current location"Michal Schmidt1-23/+0
2014-12-18Revert "journal: optimize iteration: skip files that cannot improve current c...Michal Schmidt1-24/+0
2014-12-18journal: delete unused function journal_file_skip_entry()Michal Schmidt3-59/+0
2014-12-18journal: delete unused function journal_file_move_to_entry_by_offset()Michal Schmidt2-18/+0
2014-12-13journal: replace contexts hashmap with a plain arrayMichal Schmidt3-20/+17
2014-12-13journal: delete unused function mmap_cache_close_contextMichal Schmidt2-13/+0
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 Schmidt5-9/+9
2014-12-13journal: consistently use OBJECT_<type> names instead of numbersMichal Schmidt5-14/+14
2014-12-13journal: consistently allow type==0 to mean "any type"Michal Schmidt1-1/+1
2014-12-13journal: move type_to_context() to journal-file.cMichal Schmidt2-6/+5
2014-12-13journal: remove journal_file_object_keep/release functionsMichal Schmidt7-92/+24
2014-12-13journal: map objects to context set by caller, not by actual object typeMichal Schmidt1-1/+1
2014-12-13journal: add debug mode for mmap-cache (--enable-debug=mmap-cache)Michal Schmidt1-1/+13
2014-12-12copy: use btrfs reflinking only whe we know we copy full filesLennart Poettering1-1/+1