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