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
/
readahead
/
readahead-collect.c
Age
Commit message (
Expand
)
Author
2014-01-31
util: use alloca0() intead of alloca() + memzero()
Lennart Poettering
2014-01-31
use memzero(foo, length); for all memset(foo, 0, length); calls
Greg KH
2013-10-13
Modernization
Zbigniew Jędrzejewski-Szmek
2013-10-13
Never call qsort on potentially NULL arrays
Zbigniew Jędrzejewski-Szmek
2013-08-20
Rename F_TYPE_CMP() to F_TYPE_EQUAL()
Zbigniew Jędrzejewski-Szmek
2013-08-16
build-sys: Add configure check for linux/btrfs.h
Michael Marineau
2013-08-13
missing: use btrfs.h instead of defining our own btrfs structures
Lennart Poettering
2013-04-24
Add set_consume which always takes ownership
Zbigniew Jędrzejewski-Szmek
2013-04-19
Reintroduce f_type comparison macro
Harald Hoyer
2013-04-18
Revert f_type fixups
Harald Hoyer
2013-04-18
rename CMP_F_TYPE to F_TYPE_CMP
Harald Hoyer
2013-04-18
Add ugly CMP_F_TYPE() macro
Harald Hoyer
2013-04-17
fixup for cddf148028f52
Harald Hoyer
2013-04-17
fixup 8c68a7017 and cast to (unsigned long)
Harald Hoyer
2013-04-17
fixed statfs.f_type signed vs unsigned comparisons
Harald Hoyer
2013-04-05
Use initalization instead of explicit zeroing
Zbigniew Jędrzejewski-Szmek
2013-03-31
Partially revert e62d8c394474
Zbigniew Jędrzejewski-Szmek
2013-03-31
Modernization
Zbigniew Jędrzejewski-Szmek
2013-03-26
readahead: cleanups
Auke Kok
2013-03-26
readahead: chunk on spinning media
Auke Kok
2012-10-22
readahead: fix fd validity check
Michal Schmidt
2012-09-04
missing: define name_to_handle_at on our own if it is missing
Lennart Poettering
2012-07-26
log.h: new log_oom() -> int -ENOMEM, use it
Shawn Landden
2012-07-25
use "Out of memory." consistantly (or with "\n")
Shawn Landden
2012-06-21
readahead: merge three binaries into one
Lennart Poettering
2012-06-05
readahead: Add tool to analyze the contents of the pack file. v3.
Auke Kok
2012-05-23
readahead: avoid activating the journal by accident, log directly to kmsg
Lennart Poettering
2012-05-04
readahead: store inode numbers in pack file
Lennart Poettering
2012-05-04
units: use OOMScoreAdjust= in the unit files to set OOM score adjust
Lennart Poettering
2012-05-04
readhead: temporarily lower the kernel's read_ahead_kb setting while collecting
Lennart Poettering
2012-04-24
readahead: rather than checking for virtualization in the C code, use Conditi...
Lennart Poettering
2012-04-12
relicense to LGPLv2.1 (with exceptions)
Lennart Poettering
2012-01-12
core: switch all log targets to go directly to the journal, instead via syslog
Lennart Poettering
2012-01-05
build-sys: move public header files into a dir of their own
Lennart Poettering
2011-12-31
build-sys: make readahead and vconsole optional
Lennart Poettering