null engine: fix queue bug with repeated commit() calls before event retrieval
[fio.git] / README
diff --git a/README b/README
index f7d7457732b0a8202d15a7637d328ca58d8fba34..69803403ac83c2cd8f7c5d424317fa9e3ee3fba6 100644 (file)
--- a/README
+++ b/README
@@ -21,11 +21,15 @@ well. You can download them here:
 
 http://brick.kernel.dk/snaps/
 
-Pascal Bleser <guru@unixtech.be> has fio RPMs in his repository, you
-can find them here:
+Pascal Bleser <guru@unixtech.be> has fio RPMs in his repository for
+SUSE variants, you can find them here:
 
 http://linux01.gwdg.de/~pbleser/rpm-navigation.php?cat=System/fio
 
+Dag WieĆ«rs has RPMs for Red Hat related distros, find them here:
+
+http://dag.wieers.com/rpm/packages/fio/
+
 
 Mailing list
 ------------
@@ -100,7 +104,8 @@ The job file parameters are:
        size=x          Set file size to x bytes (x string can include k/m/g)
        ioengine=x      'x' may be: aio/libaio/linuxaio for Linux aio,
                        posixaio for POSIX aio, sync for regular read/write io,
-                       mmap for mmap'ed io, splice for using splice/vmsplice,
+                       mmap for mmap'ed io, syslet-rw for syslet driven
+                       read/write, splice for using splice/vmsplice,
                        sgio for direct SG_IO io, or net for network io. sgio
                        only works on Linux on SCSI (or SCSI-like devices,
                        such as usb-storage or sata/libata driven) devices.