summaryrefslogtreecommitdiff
path: root/src/readahead
Commit message (Expand)AuthorAge
* man: readahead: fix cmdline switch inconsistency between readahead.c and docsAlison Chaiken2014-05-16
* readahead: modernizationsLennart Poettering2014-05-16
* readahead: add test to show fs_on_ssd() resultZbigniew Jędrzejewski-Szmek2014-05-15
* Remove unnecessary casts in printfsZbigniew Jędrzejewski-Szmek2014-05-15
* implement a union to pad out file_handleDave Reisner2014-04-21
* 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
* clients: unify how we invoke getopt_long()Lennart Poettering2013-11-06
* Introduce udev object cleanup functionsZbigniew Jędrzejewski-Szmek2013-10-13
* 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
* readahead: fix format string issueZbigniew Jędrzejewski-Szmek2013-04-25
* readahead: be more verbose about creation failuresZbigniew Jędrzejewski-Szmek2013-04-24
* 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
* move _cleanup_ attribute in front of the typeHarald 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
* readahead-analyze: avoid division-by-0Zbigniew Jędrzejewski-Szmek2013-04-14
* errno is positiveZbigniew Jędrzejewski-Szmek2013-04-11
* Use initalization instead of explicit zeroingZbigniew Jędrzejewski-Szmek2013-04-05
* util: rename parse_usec() to parse_sec() sinds the default unit is secondsLennart Poettering2013-04-03
* util: rename write_one_line_file() to write_string_file()Lennart Poettering2013-04-03
* 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
* Remove or indent #define GNU_SOURCEZbigniew Jędrzejewski-Szmek2013-03-11
* honor SELinux labels, when creating and writing config filesHarald Hoyer2013-02-14
* Revert "log_error() if inotify_add_watch() fails"Lennart Poettering2013-02-13
* log_error() if inotify_add_watch() failsHarald Hoyer2013-02-13
* readahead: don't complain that we cannot precache symlinksLennart Poettering2013-01-03
* readahead: properly detect btrfs on SSDLennart Poettering2012-11-22
* readahead: fix fd validity checkMichal Schmidt2012-10-22
* readahead: use 20K instead of 16K as temporary request nr bumpLennart Poettering2012-09-13
* missing: define name_to_handle_at on our own if it is missingLennart Poettering2012-09-04
* readahead: a bit of reformattingLennart Poettering2012-09-03
* readahead-analyze: don't call fclose on nullLukas Nykryn2012-08-23
* fix a couple of issues found with llvm-analyzeLennart Poettering2012-08-08
* log.h: new log_oom() -> int -ENOMEM, use itShawn Landden2012-07-26
* use "Out of memory." consistantly (or with "\n")Shawn Landden2012-07-25
* use #pragma once instead of foo*foo #define guardsShawn Landden2012-07-19