summaryrefslogtreecommitdiff
path: root/src/readahead
Commit message (Expand)AuthorAgeFilesLines
* 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
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-061-6/+15
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-131-41/+25
* 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
* readahead: fix format string issueZbigniew Jędrzejewski-Szmek2013-04-251-6/+6
* readahead: be more verbose about creation failuresZbigniew Jędrzejewski-Szmek2013-04-241-16/+19
* 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
* move _cleanup_ attribute in front of the typeHarald 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
* readahead-analyze: avoid division-by-0Zbigniew Jędrzejewski-Szmek2013-04-141-12/+8
* errno is positiveZbigniew Jędrzejewski-Szmek2013-04-111-1/+1
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-051-11/+6
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-031-1/+1
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-031-2/+2
* 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
* Remove or indent #define GNU_SOURCEZbigniew Jędrzejewski-Szmek2013-03-111-7/+7
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-141-0/+1
* Revert "log_error() if inotify_add_watch() fails"Lennart Poettering2013-02-131-1/+1
* log_error() if inotify_add_watch() failsHarald Hoyer2013-02-131-1/+1
* readahead: don't complain that we cannot precache symlinksLennart Poettering2013-01-031-1/+1
* readahead: properly detect btrfs on SSDLennart Poettering2012-11-221-4/+55
* readahead: fix fd validity checkMichal Schmidt2012-10-221-1/+1
* readahead: use 20K instead of 16K as temporary request nr bumpLennart Poettering2012-09-131-1/+5
* missing: define name_to_handle_at on our own if it is missingLennart Poettering2012-09-041-0/+4
* readahead: a bit of reformattingLennart Poettering2012-09-031-8/+14
* readahead-analyze: don't call fclose on nullLukas Nykryn2012-08-231-1/+2
* fix a couple of issues found with llvm-analyzeLennart Poettering2012-08-081-2/+2
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-262-8/+4
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-252-4/+4
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-191-4/+1
* readahead: fix calculation of percentageLennart Poettering2012-07-031-1/+1
* journal: fix sd_journal_stream_fd()Lennart Poettering2012-06-221-1/+0
* readahead: minor code style fixesLennart Poettering2012-06-221-19/+23
* readahead: make sure to close pack file before exiting, to be valgrind cleanLennart Poettering2012-06-222-10/+20
* readahead: use log_error() for logging errorsLennart Poettering2012-06-211-8/+8
* readahead: make use of util.h's page_size() callLennart Poettering2012-06-211-2/+1