public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* about XFS_IOC_RESVSP
@ 2009-05-22 14:16 Joe Hsu
  2009-05-22 15:49 ` Eric Sandeen
  2009-05-24  7:08 ` Joe Hsu
  0 siblings, 2 replies; 5+ messages in thread
From: Joe Hsu @ 2009-05-22 14:16 UTC (permalink / raw)
  To: xfs

        I pre-allocate blocks for a file. Then I use "open" and "write" system
calls to generate the content for that file. After the file is really
written to the disk,
I want to set all the extent(s) of that file unwritten. Then I will
write new content to
the same file. Is that possible? That means:
I want to dis-care the content just written and use the same allocated blocks.
In another words, I want to restore the state of the file to the state
when it was
first pre-allocated.

        Why am I doing this? Why not just over-write it? When doing
partial over-writing,
some blocks may be read for partial update before they are written
out. This hurts
some IO performance and If I can, I would prefer to dis-care old
content of the file and
use same (pre)allocated blocks. (In my case, I am doing intensive IO.)

        Any one can give me some hints? Thanks.

-- 
The sun is shinny but the ice is slippery.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2009-05-24 13:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-22 14:16 about XFS_IOC_RESVSP Joe Hsu
2009-05-22 15:49 ` Eric Sandeen
2009-05-22 17:36   ` Joe Hsu
2009-05-24 13:29     ` Eric Sandeen
2009-05-24  7:08 ` Joe Hsu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox