The following changes since commit ef11d7376273302d22c7d013bb9c296ee27f4082:
Jens Axboe (1):
Save a division, if delta is non-zero.
are found in the git repository at:
git://git.kernel.dk/data/git/fio.git
Jens Axboe (9):
Log and return error in early file open checks
splice engine: return negative for error
sg engine: errno return value fixes
sg engine: do type check only when sd has been setup
sg engine: fix old comment
Fio 1.15.1
Fix disk utilization and ioscheduler switch on raw devices
Seperate disk util code out of fio.c
Move os/arch/compiler headers into directories
Makefile | 2 +-
arch-alpha.h => arch/arch-alpha.h | 0
arch-ia64.h => arch/arch-ia64.h | 0
arch-ppc.h => arch/arch-ppc.h | 0
arch-s390.h => arch/arch-s390.h | 0
arch-x86.h => arch/arch-x86.h | 0
arch-x86_64.h => arch/arch-x86_64.h | 0
arch.h => arch/arch.h | 0
compiler-gcc3.h => compiler/compiler-gcc3.h | 0
compiler-gcc4.h => compiler/compiler-gcc4.h | 0
compiler.h => compiler/compiler.h | 0
diskutil.c | 328 +++++++++++++++++++++++++++
engines/cpu.c | 1 -
engines/guasi.c | 1 -
engines/libaio.c | 1 -
engines/mmap.c | 1 -
engines/net.c | 1 -
engines/null.c | 1 -
engines/posixaio.c | 1 -
engines/sg.c | 15 +-
engines/skeleton_external.c | 1 -
engines/splice.c | 9 +-
engines/sync.c | 1 -
engines/syslet-rw.c | 1 -
eta.c | 1 -
filesetup.c | 14 +-
fio.c | 1 -
fio.h | 23 ++-
gettime.c | 1 -
init.c | 2 +-
io_u.c | 1 -
ioengines.c | 1 -
memory.c | 1 -
os-freebsd.h => os/os-freebsd.h | 0
os-linux.h => os/os-linux.h | 32 +++
os-solaris.h => os/os-solaris.h | 0
os.h => os/os.h | 4 +
stat.c | 307 -------------------------
verify.c | 1 -
39 files changed, 403 insertions(+), 350 deletions(-)
rename arch-alpha.h => arch/arch-alpha.h (100%)
rename arch-ia64.h => arch/arch-ia64.h (100%)
rename arch-ppc.h => arch/arch-ppc.h (100%)
rename arch-s390.h => arch/arch-s390.h (100%)
rename arch-x86.h => arch/arch-x86.h (100%)
rename arch-x86_64.h => arch/arch-x86_64.h (100%)
rename arch.h => arch/arch.h (100%)
rename compiler-gcc3.h => compiler/compiler-gcc3.h (100%)
rename compiler-gcc4.h => compiler/compiler-gcc4.h (100%)
rename compiler.h => compiler/compiler.h (100%)
create mode 100644 diskutil.c
rename os-freebsd.h => os/os-freebsd.h (100%)
rename os-linux.h => os/os-linux.h (87%)
rename os-solaris.h => os/os-solaris.h (100%)
rename os.h => os/os.h (93%)
Received on Tue Apr 03 2007 - 06:00:03 CEST
This archive was generated by hypermail 2.2.0 : Tue Apr 03 2007 - 06:30:01 CEST