summaryrefslogtreecommitdiffstats
path: root/src/journal/journal-vacuum.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* journal: downgrade vaccuum message to debug levelLennart Poettering2014-02-231-1/+1
* journald: do not free space when disk space runs lowZbigniew Jędrzejewski-Szmek2014-01-111-4/+2
* journal/vacuum: replace readdir_r with readdirFlorian Weimer2013-12-221-5/+4
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-131-2/+1
* journald: fix minor memory leakLennart Poettering2013-10-091-0/+2
* journald: be a bit more verbose when vacuumingZbigniew Jędrzejewski-Szmek2013-09-101-6/+14
* journald: fix fd leak in journal_file_emptyGeorge McCollister2013-09-061-1/+2
* journald: fix vacuuming of archived journalsGeorge McCollister2013-09-061-5/+5
* journald: always vacuum empty offline filesZbigniew Jędrzejewski-Szmek2013-06-251-0/+29
* journal/vacuum: cleanupZbigniew Jędrzejewski-Szmek2013-06-251-19/+4
* Fix vacuum logic errorJan Alexander Steffens (heftig)2013-03-221-2/+2
* journal: fix potential integer overflowLennart Poettering2012-10-171-1/+7
* journal: implement time-based rotation/vacuumingLennart Poettering2012-10-161-5/+86
* util: define union dirent_storage and make use of it everywhereLennart Poettering2012-09-191-2/+3
* journald: avoid logging to kmsg in the normal pathsLennart Poettering2012-09-061-1/+1
* journal: split up journal-file.cLennart Poettering2012-08-161-0/+230