summaryrefslogtreecommitdiff
path: root/src/readahead/readahead-collect.c
Commit message (Expand)AuthorAge
* Always prefer our headers to system headersZbigniew Jędrzejewski-Szmek2014-07-31
* util: replace close_nointr_nofail() by a more useful safe_close()Lennart Poettering2014-03-18
* util: use alloca0() intead of alloca() + memzero()Lennart Poettering2014-01-31
* use memzero(foo, length); for all memset(foo, 0, length); callsGreg KH2014-01-31
* ModernizationZbigniew Jędrzejewski-Szmek2013-10-13
* Never call qsort on potentially NULL arraysZbigniew Jędrzejewski-Szmek2013-10-13
* Rename F_TYPE_CMP() to F_TYPE_EQUAL()Zbigniew Jędrzejewski-Szmek2013-08-20
* build-sys: Add configure check for linux/btrfs.hMichael Marineau2013-08-16
* missing: use btrfs.h instead of defining our own btrfs structuresLennart Poettering2013-08-13
* Add set_consume which always takes ownershipZbigniew Jędrzejewski-Szmek2013-04-24
* Reintroduce f_type comparison macroHarald Hoyer2013-04-19
* Revert f_type fixupsHarald Hoyer2013-04-18
* rename CMP_F_TYPE to F_TYPE_CMPHarald Hoyer2013-04-18
* Add ugly CMP_F_TYPE() macroHarald Hoyer2013-04-18
* fixup for cddf148028f52Harald Hoyer2013-04-17
* fixup 8c68a7017 and cast to (unsigned long)Harald Hoyer2013-04-17
* fixed statfs.f_type signed vs unsigned comparisonsHarald Hoyer2013-04-17
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-05
* Partially revert e62d8c394474Zbigniew Jędrzejewski-Szmek2013-03-31
* ModernizationZbigniew Jędrzejewski-Szmek2013-03-31
* readahead: cleanupsAuke Kok2013-03-26
* readahead: chunk on spinning mediaAuke Kok2013-03-26
* readahead: fix fd validity checkMichal Schmidt2012-10-22
* missing: define name_to_handle_at on our own if it is missingLennart Poettering2012-09-04
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-26
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-25
* readahead: merge three binaries into oneLennart Poettering2012-06-21
* readahead: Add tool to analyze the contents of the pack file. v3.Auke Kok2012-06-05
* readahead: avoid activating the journal by accident, log directly to kmsgLennart Poettering2012-05-23
* readahead: store inode numbers in pack fileLennart Poettering2012-05-04
* units: use OOMScoreAdjust= in the unit files to set OOM score adjustLennart Poettering2012-05-04
* readhead: temporarily lower the kernel's read_ahead_kb setting while collectingLennart Poettering2012-05-04
* readahead: rather than checking for virtualization in the C code, use Conditi...Lennart Poettering2012-04-24
* relicense to LGPLv2.1 (with exceptions)Lennart Poettering2012-04-12
* core: switch all log targets to go directly to the journal, instead via syslogLennart Poettering2012-01-12
* build-sys: move public header files into a dir of their ownLennart Poettering2012-01-05
* build-sys: make readahead and vconsole optionalLennart Poettering2011-12-31