]> git.ipfire.org Git - thirdparty/systemd.git/history - src/readahead
rules: allow systemd to manage loop device partitions
[thirdparty/systemd.git] / src / readahead /
2014-07-31  Zbigniew Jędrzejew... Always prefer our headers to system headers
2014-06-22  Zbigniew Jędrzejew... readahead: avoid gcc warning about format
2014-06-21  Thomas Hindoe Paab... consistently order cleanup attribute before type
2014-05-16  Alison Chaikenman: readahead: fix cmdline switch inconsistency betwee...
2014-05-16  Lennart Poetteringreadahead: modernizations
2014-05-15  Zbigniew Jędrzejew... readahead: add test to show fs_on_ssd() result
2014-05-15  Zbigniew Jędrzejew... Remove unnecessary casts in printfs
2014-04-21  Dave Reisnerimplement a union to pad out file_handle
2014-03-18  Lennart Poetteringutil: replace close_nointr_nofail() by a more useful...
2014-01-31  Lennart Poetteringutil: use alloca0() intead of alloca() + memzero()
2014-01-31  Greg KHuse memzero(foo, length); for all memset(foo, 0, length...
2013-11-06  Lennart Poetteringclients: unify how we invoke getopt_long()
2013-10-13  Zbigniew Jędrzejew... Introduce udev object cleanup functions
2013-10-13  Zbigniew Jędrzejew... Modernization
2013-10-13  Zbigniew Jędrzejew... Never call qsort on potentially NULL arrays
2013-08-21  Zbigniew Jędrzejew... Rename F_TYPE_CMP() to F_TYPE_EQUAL()
2013-08-16  Michael Marineaubuild-sys: Add configure check for linux/btrfs.h
2013-08-13  Lennart Poetteringmissing: use btrfs.h instead of defining our own btrfs...
2013-04-26  Zbigniew Jędrzejew... readahead: fix format string issue
2013-04-24  Zbigniew Jędrzejew... readahead: be more verbose about creation failures
2013-04-24  Zbigniew Jędrzejew... Add set_consume which always takes ownership
2013-04-19  Harald HoyerReintroduce f_type comparison macro
2013-04-18  Harald HoyerRevert f_type fixups
2013-04-18  Harald Hoyermove _cleanup_ attribute in front of the type
2013-04-18  Harald Hoyerrename CMP_F_TYPE to F_TYPE_CMP
2013-04-18  Harald HoyerAdd ugly CMP_F_TYPE() macro
2013-04-17  Harald Hoyerfixup for cddf148028f52
2013-04-17  Harald Hoyerfixup 8c68a7017 and cast to (unsigned long)
2013-04-17  Harald Hoyerfixed statfs.f_type signed vs unsigned comparisons
2013-04-14  Zbigniew Jędrzejew... readahead-analyze: avoid division-by-0
2013-04-11  Zbigniew Jędrzejew... errno is positive
2013-04-05  Zbigniew Jędrzejew... Use initalization instead of explicit zeroing
2013-04-03  Lennart Poetteringutil: rename parse_usec() to parse_sec() sinds the...
2013-04-03  Lennart Poetteringutil: rename write_one_line_file() to write_string_file()
2013-03-31  Zbigniew Jędrzejew... Partially revert e62d8c394474
2013-03-31  Zbigniew Jędrzejew... Modernization
2013-03-26  Auke Kokreadahead: cleanups
2013-03-26  Auke Kokreadahead: chunk on spinning media
2013-03-11  Zbigniew Jędrzejew... Remove or indent #define GNU_SOURCE
2013-02-14  Harald Hoyerhonor SELinux labels, when creating and writing config...
2013-02-13  Lennart PoetteringRevert "log_error() if inotify_add_watch() fails"
2013-02-13  Harald Hoyerlog_error() if inotify_add_watch() fails
2013-01-07  Tom GundersenMerge nss-myhostname
2013-01-03  Lennart Poetteringreadahead: don't complain that we cannot precache symlinks
2012-11-22  Lennart Poetteringreadahead: properly detect btrfs on SSD
2012-10-22  Michal Schmidtreadahead: fix fd validity check
2012-09-12  Lennart Poetteringreadahead: use 20K instead of 16K as temporary request...
2012-09-04  Lennart Poetteringmissing: define name_to_handle_at on our own if it...
2012-09-04  Lennart Poetteringreadahead: a bit of reformatting
2012-08-23  Lukas Nykrynreadahead-analyze: don't call fclose on null
2012-08-08  Lennart Poetteringfix a couple of issues found with llvm-analyze
2012-07-26  Shawn Landdenlog.h: new log_oom() -> int -ENOMEM, use it
2012-07-25  Shawn Landdenuse "Out of memory." consistantly (or with "\n")
2012-07-19  Shawn Landdenuse #pragma once instead of foo*foo #define guards
2012-07-03  Lennart Poetteringreadahead: fix calculation of percentage
2012-06-21  Lennart Poetteringjournal: fix sd_journal_stream_fd()
2012-06-21  Lennart Poetteringreadahead: minor code style fixes
2012-06-21  Lennart Poetteringreadahead: make sure to close pack file before exiting...
2012-06-21  Lennart Poetteringreadahead: use log_error() for logging errors
2012-06-21  Lennart Poetteringreadahead: make use of util.h's page_size() call
2012-06-21  Lennart Poetteringreadahead: merge three binaries into one
2012-06-05  Auke Kokreadahead: Add tool to analyze the contents of the...
2012-05-23  Lennart Poetteringreadahead: avoid running of readahead services if reada...
2012-05-23  Lennart Poetteringreadahead: avoid activating the journal by accident...
2012-05-03  Lennart Poetteringreadahead: store inode numbers in pack file
2012-05-03  Lennart Poetteringunits: use OOMScoreAdjust= in the unit files to set...
2012-05-03  Lennart Poetteringreadhead: temporarily lower the kernel's read_ahead_kb...
2012-04-24  Lennart Poetteringreadahead: rather than checking for virtualization...
2012-04-11  Lennart Poetteringrelicense to LGPLv2.1 (with exceptions)
2012-04-03  Kay Sieversimport udev repository
2012-01-21  Lennart Poetteringreadahead: don't monopolize IO when replaying
2012-01-12  Lennart Poetteringcore: switch all log targets to go directly to the...
2012-01-05  Lennart Poetteringbuild-sys: add stub makefiles to subdirs
2012-01-05  Lennart Poetteringbuild-sys: move public header files into a dir of their own
2012-01-03  Lennart Poetteringreadahead: bring export definition of sd-readahead...
2011-12-31  Lennart Poetteringbuild-sys: make readahead and vconsole optional