Age | Commit message (Expand) | Author |
2014-05-16 | man: readahead: fix cmdline switch inconsistency between readahead.c and docs | Alison Chaiken |
2014-05-16 | readahead: modernizations | Lennart Poettering |
2014-05-15 | readahead: add test to show fs_on_ssd() result | Zbigniew Jędrzejewski-Szmek |
2014-05-15 | Remove unnecessary casts in printfs | Zbigniew Jędrzejewski-Szmek |
2014-04-21 | implement a union to pad out file_handle | Dave Reisner |
2014-03-18 | util: replace close_nointr_nofail() by a more useful safe_close() | Lennart Poettering |
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-11-06 | clients: unify how we invoke getopt_long() | Lennart Poettering |
2013-10-13 | Introduce udev object cleanup functions | Zbigniew Jędrzejewski-Szmek |
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-25 | readahead: fix format string issue | Zbigniew Jędrzejewski-Szmek |
2013-04-24 | readahead: be more verbose about creation failures | Zbigniew Jędrzejewski-Szmek |
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 | move _cleanup_ attribute in front of the type | 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-14 | readahead-analyze: avoid division-by-0 | Zbigniew Jędrzejewski-Szmek |
2013-04-11 | errno is positive | Zbigniew Jędrzejewski-Szmek |
2013-04-05 | Use initalization instead of explicit zeroing | Zbigniew Jędrzejewski-Szmek |
2013-04-03 | util: rename parse_usec() to parse_sec() sinds the default unit is seconds | Lennart Poettering |
2013-04-03 | util: rename write_one_line_file() to write_string_file() | Lennart Poettering |
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 |
2013-03-11 | Remove or indent #define GNU_SOURCE | Zbigniew Jędrzejewski-Szmek |
2013-02-14 | honor SELinux labels, when creating and writing config files | Harald Hoyer |
2013-02-13 | Revert "log_error() if inotify_add_watch() fails" | Lennart Poettering |
2013-02-13 | log_error() if inotify_add_watch() fails | Harald Hoyer |
2013-01-03 | readahead: don't complain that we cannot precache symlinks | Lennart Poettering |
2012-11-22 | readahead: properly detect btrfs on SSD | Lennart Poettering |
2012-10-22 | readahead: fix fd validity check | Michal Schmidt |
2012-09-13 | readahead: use 20K instead of 16K as temporary request nr bump | Lennart Poettering |
2012-09-04 | missing: define name_to_handle_at on our own if it is missing | Lennart Poettering |
2012-09-03 | readahead: a bit of reformatting | Lennart Poettering |
2012-08-23 | readahead-analyze: don't call fclose on null | Lukas Nykryn |
2012-08-08 | fix a couple of issues found with llvm-analyze | 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-07-19 | use #pragma once instead of foo*foo #define guards | Shawn Landden |