index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
journal
/
journal-vacuum.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: introduce format_bytes_full()
Yu Watanabe
2019-06-19
1
-1
/
+1
*
util: split out sorting related calls to new sort-util.[ch]
Lennart Poettering
2019-03-13
1
-1
/
+1
*
journal: fix some type confusion in journal_directory_vacuum()
Lennart Poettering
2018-10-25
1
-4
/
+3
*
journald: use structured initialization
Lennart Poettering
2018-10-25
1
-7
/
+8
*
journald: use usec_sub_unsigned() where we can
Lennart Poettering
2018-10-25
1
-7
/
+3
*
tree-wide: use typesafe_qsort()
Yu Watanabe
2018-09-19
1
-21
/
+12
*
tree-wide: remove Lennart's copyright lines
Lennart Poettering
2018-06-14
1
-3
/
+0
*
tree-wide: drop 'This file is part of systemd' blurb
Lennart Poettering
2018-06-14
1
-2
/
+0
*
tree-wide: drop license boilerplate
Zbigniew Jędrzejewski-Szmek
2018-04-06
1
-13
/
+0
*
tree-wide: use TAKE_PTR() and TAKE_FD() macros
Yu Watanabe
2018-04-05
1
-2
/
+1
*
coredump,journal: when vacuuming use new unlinkat_deallocate() calls
Lennart Poettering
2018-02-12
1
-6
/
+9
*
Add SPDX license identifiers to source files under the LGPL
Zbigniew Jędrzejewski-Szmek
2017-11-19
1
-0
/
+1
*
journalctl: say in which directory we vacuum stuff
Lennart Poettering
2016-10-12
1
-1
/
+1
*
tree-wide: make ++/-- usage consistent WRT spacing
Vito Caputo
2016-02-23
1
-4
/
+4
*
tree-wide: remove Emacs lines from all files
Daniel Mack
2016-02-10
1
-2
/
+0
*
util-lib: split out allocation calls into alloc-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split xattr-related calls into xattr-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: introduce dirent-util.[ch] for directory entry calls
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split string parsing related calls from util.[ch] into parse-util.[ch]
Lennart Poettering
2015-10-27
1
-0
/
+1
*
util-lib: split out fd-related operations into fd-util.[ch]
Lennart Poettering
2015-10-25
1
-2
/
+2
*
util-lib: split our string related calls from util.[ch] into its own file str...
Lennart Poettering
2015-10-24
1
-2
/
+5
*
journal: fix bad memory freeing
Lennart Poettering
2015-10-19
1
-3
/
+0
*
journal: rework vacuuming logic
Lennart Poettering
2015-10-02
1
-38
/
+60
*
journal: don't affect atime of journal files when vacuuming
Lennart Poettering
2015-10-02
1
-3
/
+7
*
journal: port over to fd_getcrtime_at()
Lennart Poettering
2015-10-02
1
-12
/
+4
*
tree-wide: do not use _cleanup_free_ on const pointers
Daniel Mack
2015-07-24
1
-1
/
+1
*
fix gcc warnings about uninitialized variables
Harald Hoyer
2015-03-27
1
-1
/
+1
*
remove unused includes
Thomas Hindoe Paaboel Andersen
2015-02-23
1
-3
/
+0
*
util: make creation time xattr logic more generic
Lennart Poettering
2014-12-24
1
-6
/
+3
*
treewide: use log_*_errno whenever %m is in the format string
Michal Schmidt
2014-11-28
1
-2
/
+2
*
journald: fix memory leak on error path
Lennart Poettering
2014-11-03
1
-1
/
+5
*
journald: also check journal file size to deduce if it is empty
Lennart Poettering
2014-11-03
1
-7
/
+15
*
journalctl: add new --vacuum-size= and --vacuum-time= commands to clean up jo...
Lennart Poettering
2014-11-03
1
-9
/
+8
*
time-util: add and use USEC/NSEC_INFINIY
Kay Sievers
2014-07-29
1
-3
/
+3
*
journald: invoking fstatvfs() is now redundant in the vacuuming code
Lennart Poettering
2014-06-27
1
-7
/
+0
*
build-sys: use glibc's xattr support instead of requiring libattr
Kay Sievers
2014-05-28
1
-9
/
+1
*
journal: downgrade vaccuum message to debug level
Lennart Poettering
2014-02-23
1
-1
/
+1
*
journald: do not free space when disk space runs low
Zbigniew Jędrzejewski-Szmek
2014-01-11
1
-4
/
+2
*
journal/vacuum: replace readdir_r with readdir
Florian Weimer
2013-12-22
1
-5
/
+4
*
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-10-13
1
-2
/
+1
*
journald: fix minor memory leak
Lennart Poettering
2013-10-09
1
-0
/
+2
*
journald: be a bit more verbose when vacuuming
Zbigniew Jędrzejewski-Szmek
2013-09-10
1
-6
/
+14
*
journald: fix fd leak in journal_file_empty
George McCollister
2013-09-06
1
-1
/
+2
*
journald: fix vacuuming of archived journals
George McCollister
2013-09-06
1
-5
/
+5
*
journald: always vacuum empty offline files
Zbigniew Jędrzejewski-Szmek
2013-06-25
1
-0
/
+29
*
journal/vacuum: cleanup
Zbigniew Jędrzejewski-Szmek
2013-06-25
1
-19
/
+4
*
Fix vacuum logic error
Jan Alexander Steffens (heftig)
2013-03-22
1
-2
/
+2
*
journal: fix potential integer overflow
Lennart Poettering
2012-10-17
1
-1
/
+7
*
journal: implement time-based rotation/vacuuming
Lennart Poettering
2012-10-16
1
-5
/
+86
*
util: define union dirent_storage and make use of it everywhere
Lennart Poettering
2012-09-19
1
-2
/
+3
[next]