fio.git
17 years ago[PATCH] cleanup sg ioctl vs read approach
Jens Axboe [Wed, 24 May 2006 23:30:48 +0000 (01:30 +0200)]
[PATCH] cleanup sg ioctl vs read approach

17 years ago[PATCH] Allow proper sharing of files
Jens Axboe [Mon, 22 May 2006 18:20:54 +0000 (20:20 +0200)]
[PATCH] Allow proper sharing of files

17 years ago[PATCH] Update version string, fix offset bug fio-1.3
Jens Axboe [Fri, 5 May 2006 09:11:22 +0000 (11:11 +0200)]
[PATCH] Update version string, fix offset bug

17 years ago[PATCH] Fix ETA display
Jens Axboe [Fri, 5 May 2006 08:34:43 +0000 (10:34 +0200)]
[PATCH] Fix ETA display

Should be precise within the limits of the knowledge we have.

18 years ago[PATCH] Silence bogus gcc 4.x warnings
Jens Axboe [Fri, 17 Feb 2006 10:34:47 +0000 (11:34 +0100)]
[PATCH] Silence bogus gcc 4.x warnings

18 years ago[PATCH] Support for multiple queued commands with read/write SG v3 io
Jens Axboe [Fri, 17 Feb 2006 10:35:58 +0000 (11:35 +0100)]
[PATCH] Support for multiple queued commands with read/write SG v3 io

18 years ago[PATCH] Add support for the read/write interface of SG v3
Jens Axboe [Fri, 17 Feb 2006 09:10:12 +0000 (10:10 +0100)]
[PATCH] Add support for the read/write interface of SG v3

18 years ago[PATCH] Woops, forgot to define FIO_HAVE_IOPRIO for Linux
Jens Axboe [Thu, 26 Jan 2006 21:45:54 +0000 (13:45 -0800)]
[PATCH] Woops, forgot to define FIO_HAVE_IOPRIO for Linux

18 years ago[PATCH] sysfs layout fix for md
Jens Axboe [Thu, 26 Jan 2006 19:04:48 +0000 (11:04 -0800)]
[PATCH] sysfs layout fix for md

18 years ago[PATCH] Fix offset/size setting problem fio-1.2
Jens Axboe [Fri, 20 Jan 2006 11:38:29 +0000 (12:38 +0100)]
[PATCH] Fix offset/size setting problem

Add ->real_file_size, as ->file_size is the io size. Otherwise we don't
know if an offset + size is valid. This fixes the bug of offset >= size,
if size is set smaller than the device/file size.

18 years ago[PATCH] 32-bit fixes
Jens Axboe [Wed, 28 Dec 2005 22:50:45 +0000 (23:50 +0100)]
[PATCH] 32-bit fixes

Need to bump some variables to full 64-bits on 32-bit archs as well.

18 years ago[PATCH] examples/disk-zone-profile added
Jens Axboe [Mon, 12 Dec 2005 19:24:30 +0000 (20:24 +0100)]
[PATCH] examples/disk-zone-profile added

18 years ago[PATCH] Misc minor fixes
Jens Axboe [Mon, 12 Dec 2005 15:29:20 +0000 (16:29 +0100)]
[PATCH] Misc minor fixes

- examples/aio-read needs size=
- check ->zone_skip before doing division, ->zone_size is always set.

18 years ago[PATCH] Add support for zoned io sections
Jens Axboe [Fri, 9 Dec 2005 09:29:35 +0000 (10:29 +0100)]
[PATCH] Add support for zoned io sections

18 years ago[PATCH] Include ETA for job(s) to finish
Jens Axboe [Thu, 8 Dec 2005 19:47:28 +0000 (20:47 +0100)]
[PATCH] Include ETA for job(s) to finish

18 years ago[PATCH] Kill ->cur_off, always just lseek() in sync ->io_prep
Jens Axboe [Thu, 8 Dec 2005 19:09:36 +0000 (20:09 +0100)]
[PATCH] Kill ->cur_off, always just lseek() in sync ->io_prep

18 years ago[PATCH] Further job parsing fixes
Jens Axboe [Thu, 8 Dec 2005 19:05:38 +0000 (20:05 +0100)]
[PATCH] Further job parsing fixes

18 years ago[PATCH] Fixup check_range() so it accepts any combination of suffixes
Jens Axboe [Thu, 8 Dec 2005 18:50:40 +0000 (19:50 +0100)]
[PATCH] Fixup check_range() so it accepts any combination of suffixes

18 years ago[PATCH] Bump version to 1.1 for release fio-1.1
Jens Axboe [Thu, 8 Dec 2005 14:44:53 +0000 (15:44 +0100)]
[PATCH] Bump version to 1.1 for release

18 years ago[PATCH] Add reference to git/http resources
Jens Axboe [Thu, 8 Dec 2005 14:29:14 +0000 (15:29 +0100)]
[PATCH] Add reference to git/http resources

18 years agoMove fio to seperate repo
Jens Axboe [Thu, 8 Dec 2005 14:25:21 +0000 (15:25 +0100)]
Move fio to seperate repo