]> git.ipfire.org Git - thirdparty/systemd.git/history - src/journal/journal-vacuum.c
Merge pull request #1452 from poettering/journal-vacuum
[thirdparty/systemd.git] / src / journal / journal-vacuum.c
2015-10-06  Daniel MackMerge pull request #1452 from poettering/journal-vacuum
2015-10-02  Lennart Poetteringjournal: rework vacuuming logic
2015-10-02  Lennart Poetteringjournal: don't affect atime of journal files when vacuuming
2015-10-02  Lennart Poetteringjournal: port over to fd_getcrtime_at()
2015-10-01  Kay SieversMerge pull request #1428 from franciozzy/tagenhance
2015-09-24  Lennart PoetteringMerge pull request #1374 from olof/autoconf_gcrypt_dep
2015-07-28  Daniel MackMerge pull request #756 from ldzhong/fix
2015-07-28  Lennart PoetteringMerge pull request #375 from msekletar/test-install...
2015-07-27  Lennart PoetteringMerge pull request #362 from d-hatayama/fix_selinux_uni...
2015-07-25  Kay SieversMerge pull request #634 from icarlosvenegas/sd-boot...
2015-07-24  Daniel MackMerge pull request #704 from richardmaw-codethink/empty...
2015-07-24  Daniel MackMerge pull request #711 from zonque/const
2015-07-24  Daniel Macktree-wide: do not use _cleanup_free_ on const pointers 711/head
2015-06-04  David HerrmannMerge pull request #57 from pwithnall/wip/pwithnall...
2015-03-27  Harald Hoyerfix gcc warnings about uninitialized variables
2015-02-23  Thomas Hindoe Paab... remove unused includes
2014-12-24  Lennart Poetteringutil: make creation time xattr logic more generic
2014-11-28  Michal Schmidttreewide: use log_*_errno whenever %m is in the format...
2014-11-03  Lennart Poetteringjournald: fix memory leak on error path
2014-11-03  Lennart Poetteringjournald: also check journal file size to deduce if...
2014-11-03  Lennart Poetteringjournalctl: add new --vacuum-size= and --vacuum-time...
2014-07-29  Kay Sieverstime-util: add and use USEC/NSEC_INFINIY
2014-06-27  Lennart Poetteringjournald: invoking fstatvfs() is now redundant in the...
2014-05-28  Kay Sieversbuild-sys: use glibc's xattr support instead of requiri...
2014-02-23  Lennart Poetteringjournal: downgrade vaccuum message to debug level
2014-01-11  Zbigniew Jędrzejew... journald: do not free space when disk space runs low
2013-12-21  Florian Weimerjournal/vacuum: replace readdir_r with readdir
2013-10-13  Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-10-09  Lennart Poetteringjournald: fix minor memory leak
2013-09-10  Zbigniew Jędrzejew... journald: be a bit more verbose when vacuuming
2013-09-06  George McCollisterjournald: fix fd leak in journal_file_empty
2013-09-06  George McCollisterjournald: fix vacuuming of archived journals
2013-06-25  Zbigniew Jędrzejew... journald: always vacuum empty offline files
2013-06-25  Zbigniew Jędrzejew... journal/vacuum: cleanup
2013-03-22  Jan Alexander Stef... Fix vacuum logic error
2013-01-07  Tom GundersenMerge nss-myhostname
2012-10-17  Lennart Poetteringjournal: fix potential integer overflow
2012-10-16  Lennart Poetteringjournal: implement time-based rotation/vacuuming
2012-09-19  Lennart Poetteringutil: define union dirent_storage and make use of it...
2012-09-06  Lennart Poetteringjournald: avoid logging to kmsg in the normal paths
2012-08-16  Lennart Poetteringjournal: split up journal-file.c