index
:
systemd
main
systemd
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
readahead
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
util: use alloca0() intead of alloca() + memzero()
Lennart Poettering
2014-01-31
1
-2
/
+1
*
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2014-01-31
1
-1
/
+1
*
clients: unify how we invoke getopt_long()
Lennart Poettering
2013-11-06
1
-6
/
+15
*
Introduce udev object cleanup functions
Zbigniew Jędrzejewski-Szmek
2013-10-13
1
-41
/
+25
*
Modernization
Zbigniew Jędrzejewski-Szmek
2013-10-13
1
-5
/
+5
*
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-10-13
1
-17
/
+22
*
Rename F_TYPE_CMP() to F_TYPE_EQUAL()
Zbigniew Jędrzejewski-Szmek
2013-08-21
1
-1
/
+1
*
build-sys: Add configure check for linux/btrfs.h
Michael Marineau
2013-08-16
1
-1
/
+4
*
missing: use btrfs.h instead of defining our own btrfs structures
Lennart Poettering
2013-08-13
1
-0
/
+1
*
readahead: fix format string issue
Zbigniew Jędrzejewski-Szmek
2013-04-26
1
-6
/
+6
*
readahead: be more verbose about creation failures
Zbigniew Jędrzejewski-Szmek
2013-04-24
1
-16
/
+19
*
Add set_consume which always takes ownership
Zbigniew Jędrzejewski-Szmek
2013-04-24
1
-2
/
+3
*
Reintroduce f_type comparison macro
Harald Hoyer
2013-04-19
1
-1
/
+1
*
Revert f_type fixups
Harald Hoyer
2013-04-18
1
-1
/
+1
*
move _cleanup_ attribute in front of the type
Harald Hoyer
2013-04-18
1
-1
/
+1
*
rename CMP_F_TYPE to F_TYPE_CMP
Harald Hoyer
2013-04-18
1
-1
/
+1
*
Add ugly CMP_F_TYPE() macro
Harald Hoyer
2013-04-18
1
-1
/
+1
*
fixup for cddf148028f52
Harald Hoyer
2013-04-17
1
-1
/
+1
*
fixup 8c68a7017 and cast to (unsigned long)
Harald Hoyer
2013-04-17
1
-1
/
+1
*
fixed statfs.f_type signed vs unsigned comparisons
Harald Hoyer
2013-04-17
1
-1
/
+1
*
readahead-analyze: avoid division-by-0
Zbigniew Jędrzejewski-Szmek
2013-04-14
1
-12
/
+8
*
errno is positive
Zbigniew Jędrzejewski-Szmek
2013-04-12
1
-1
/
+1
*
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-04-06
1
-11
/
+6
*
util: rename parse_usec() to parse_sec() sinds the default unit is seconds
Lennart Poettering
2013-04-03
1
-1
/
+1
*
util: rename write_one_line_file() to write_string_file()
Lennart Poettering
2013-04-03
1
-2
/
+2
*
Partially revert e62d8c394474
Zbigniew Jędrzejewski-Szmek
2013-04-01
1
-2
/
+1
*
Modernization
Zbigniew Jędrzejewski-Szmek
2013-03-31
1
-3
/
+7
*
readahead: cleanups
Auke Kok
2013-03-26
1
-6
/
+14
*
readahead: chunk on spinning media
Auke Kok
2013-03-26
1
-3
/
+25
*
Remove or indent #define GNU_SOURCE
Zbigniew Jędrzejewski-Szmek
2013-03-11
1
-7
/
+7
*
honor SELinux labels, when creating and writing config files
Harald Hoyer
2013-02-14
1
-0
/
+1
*
Revert "log_error() if inotify_add_watch() fails"
Lennart Poettering
2013-02-13
1
-1
/
+1
*
log_error() if inotify_add_watch() fails
Harald Hoyer
2013-02-13
1
-1
/
+1
*
readahead: don't complain that we cannot precache symlinks
Lennart Poettering
2013-01-03
1
-1
/
+1
*
readahead: properly detect btrfs on SSD
Lennart Poettering
2012-11-22
1
-4
/
+55
*
readahead: fix fd validity check
Michal Schmidt
2012-10-22
1
-1
/
+1
*
readahead: use 20K instead of 16K as temporary request nr bump
Lennart Poettering
2012-09-13
1
-1
/
+5
*
missing: define name_to_handle_at on our own if it is missing
Lennart Poettering
2012-09-05
1
-0
/
+4
*
readahead: a bit of reformatting
Lennart Poettering
2012-09-04
1
-8
/
+14
*
readahead-analyze: don't call fclose on null
Lukas Nykryn
2012-08-23
1
-1
/
+2
*
fix a couple of issues found with llvm-analyze
Lennart Poettering
2012-08-08
1
-2
/
+2
*
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-26
2
-8
/
+4
*
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-07-25
2
-4
/
+4
*
use #pragma once instead of foo*foo #define guards
Shawn Landden
2012-07-19
1
-4
/
+1
*
readahead: fix calculation of percentage
Lennart Poettering
2012-07-03
1
-1
/
+1
*
journal: fix sd_journal_stream_fd()
Lennart Poettering
2012-06-22
1
-1
/
+0
*
readahead: minor code style fixes
Lennart Poettering
2012-06-22
1
-19
/
+23
*
readahead: make sure to close pack file before exiting, to be valgrind clean
Lennart Poettering
2012-06-22
2
-10
/
+20
*
readahead: use log_error() for logging errors
Lennart Poettering
2012-06-21
1
-8
/
+8
*
readahead: make use of util.h's page_size() call
Lennart Poettering
2012-06-21
1
-2
/
+1
[next]