X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=README;h=c5598109b6309a8cc44972f740fd95b664cf8c0b;hp=89e32c8c21d9f6d71068aa85e8ef10569f4e5e95;hb=88b5a391bc2f9eb85066219e453682a746730ead;hpb=5f42100411888488beb3e17637dea57994f58153 diff --git a/README b/README index 89e32c8c..c5598109 100644 --- a/README +++ b/README @@ -40,10 +40,18 @@ Mailing list ------------ There's a mailing list associated with fio. It's meant for general -discussion, bug reporting, questions - basically anything that has to -do with fio. An automated mail detailing recent commits is automatically -sent to the list at most daily. The list address is fio-devel@kernel.dk, -subscribe by sending an empty email to fio-devel+subscribe@kernel.dk. +discussion, bug reporting, questions, and development - basically anything +that has to do with fio. An automated mail detailing recent commits is +automatically sent to the list at most daily. The list address is +fio@vger.kernel.org, subscribe by sending an email to +majordomo@vger.kernel.org with + +subscribe fio + +in the body of the email. There is no archive for the new list yet, +archives for the old list can be found here: + +http://maillist.kernel.dk/fio-devel/ Building @@ -218,6 +226,7 @@ The job file parameters are: verify=x If 'x' == md5, use md5 for verifies. If 'x' == crc32, use crc32 for verifies. md5 is 'safer', but crc32 is a lot faster. Only makes sense for writing to a file. + For other types of checksumming, see HOWTO. stonewall Wait for preceeding jobs to end before running. numjobs=x Create 'x' similar entries for this job thread Use pthreads instead of forked jobs