[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
mkfile -- create large files efficiently
From: |
Matej Cepl |
Subject: |
mkfile -- create large files efficiently |
Date: |
Fri, 6 Feb 2009 18:01:07 +0100 |
Hi,
I wanted to write this utility which exists on other Unices for
some time, but with introduction of posix_fallocate this actually
seems make sense now.
Eagerly waiting for comments and critcism -- this is my first
serious program in C which I make public, so I expect a lot of
both ;-).
Best,
Matěj Cepl
- mkfile -- create large files efficiently,
Matej Cepl <=
- [PATCH] mkfile -- create large files efficiently, Matej Cepl, 2009/02/06
- Re: mkfile -- create large files efficiently, Pádraig Brady, 2009/02/06
- Re: mkfile -- create large files efficiently, Matej Cepl, 2009/02/07
- Re: mkfile -- create large files efficiently, Pádraig Brady, 2009/02/07
- Re: mkfile -- create large files efficiently, Matej Cepl, 2009/02/08
- Re: mkfile -- create large files efficiently, Pádraig Brady, 2009/02/08
- Re: mkfile -- create large files efficiently, Jim Meyering, 2009/02/09
- [PATCH] Trying to finalize loose ends of truncate.c fallocate, Matej Cepl, 2009/02/27
- Re: [PATCH] Trying to finalize loose ends of truncate.c fallocate, Eric Blake, 2009/02/27
- Re: [PATCH] Trying to finalize loose ends of truncate.c fallocate, Pádraig Brady, 2009/02/27