The following changes since commit c5c8bd5c9b265df2c7feb386b5c1fba0a5a34eec: Jens Axboe (1): Add helpers include file are available in the git repository at: git://git.kernel.dk/fio.git master Jens Axboe (7): Move back to realtime clock Add support for blkio cgroups on Linux CGROUP fixes Better support for setting up and removing private cgroups cgroup cleanups/fixes Move cgroup list to proper shared storage cgroup cleanups HOWTO | 16 ++++++ Makefile | 3 +- cgroup.c | 167 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ cgroup.h | 28 ++++++++++ fio.1 | 23 ++++++--- fio.c | 12 ++++ fio.h | 7 +++ gettime.c | 2 +- mutex.c | 3 +- options.c | 21 +++++++ os/os-linux.h | 1 + 11 files changed, 272 insertions(+), 11 deletions(-) create mode 100644 cgroup.c create mode 100644 cgroup.h -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html