index
:
~lukeshu/systemd
elogind/master
eudev/master
notsystemd/master
notsystemd/postmove
notsystemd/premove
notsystemd/wip/cgroup2
notsystemd/wip/nspawn
notsystemd/wip/nspawn-parse
systemd/master
systemd/parabola
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
journal
/
journal-vacuum.c
Age
Commit message (
Expand
)
Author
2016-02-10
tree-wide: remove Emacs lines from all files
Daniel Mack
2015-10-27
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
util-lib: split xattr-related calls into xattr-util.[ch]
Lennart Poettering
2015-10-27
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-25
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-24
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-19
journal: fix bad memory freeing
Lennart Poettering
2015-10-02
journal: rework vacuuming logic
Lennart Poettering
2015-10-02
journal: don't affect atime of journal files when vacuuming
Lennart Poettering
2015-10-02
journal: port over to fd_getcrtime_at()
Lennart Poettering
2015-07-24
tree-wide: do not use _cleanup_free_ on const pointers
Daniel Mack
2015-03-27
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-02-23
remove unused includes
Thomas Hindoe Paaboel Andersen
2014-12-24
util: make creation time xattr logic more generic
Lennart Poettering
2014-11-28
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-03
journald: fix memory leak on error path
Lennart Poettering
2014-11-03
journald: also check journal file size to deduce if it is empty
Lennart Poettering
2014-11-03
journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...
Lennart Poettering
2014-07-29
time-util: add and use USEC/NSEC_INFINIY
Kay Sievers
2014-06-27
journald: invoking fstatvfs() is now redundant in the vacuuming code
Lennart Poettering
2014-05-28
build-sys: use glibc's xattr support instead of requiring libattr
Kay Sievers
2014-02-23
journal: downgrade vaccuum message to debug level
Lennart Poettering
2014-01-11
journald: do not free space when disk space runs low
Zbigniew Jędrzejewski-Szmek
2013-12-21
journal/vacuum: replace readdir_r with readdir
Florian Weimer
2013-10-13
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-10-09
journald: fix minor memory leak
Lennart Poettering
2013-09-10
journald: be a bit more verbose when vacuuming
Zbigniew Jędrzejewski-Szmek
2013-09-06
journald: fix fd leak in journal_file_empty
George McCollister
2013-09-06
journald: fix vacuuming of archived journals
George McCollister
2013-06-24
journald: always vacuum empty offline files
Zbigniew Jędrzejewski-Szmek
2013-06-24
journal/vacuum: cleanup
Zbigniew Jędrzejewski-Szmek
2013-03-21
Fix vacuum logic error
Jan Alexander Steffens (heftig)
2012-10-17
journal: fix potential integer overflow
Lennart Poettering
2012-10-16
journal: implement time-based rotation/vacuuming
Lennart Poettering
2012-09-19
util: define union dirent_storage and make use of it everywhere
Lennart Poettering
2012-09-06
journald: avoid logging to kmsg in the normal paths
Lennart Poettering
2012-08-16
journal: split up journal-file.c
Lennart Poettering