[question] "copy-on-write" in ext4

Previous thread: [PATCH] sysfs: use ilookup5() instead of ilookup5_nowait() by Tejun Heo on Saturday, September 27, 2008 - 3:48 pm. (2 messages)

Next thread: linux object file containing all kernel symbols and suitable for userspace linking? by Daniel Rosenthal on Saturday, September 27, 2008 - 7:57 pm. (5 messages)
From: Ivan Zorin
Date: Saturday, September 27, 2008 - 4:08 pm

Hello, everybody. I have a question to ext4 filesystem developers. Could 
you tell me please, have you planned to implement (no matter, how soon) 
in ext4 some "copy-on-write" feature? If you have, then how it will be 
looks like (and how soon :-) ?
If you haven't, then did you think about ability to implement such 
feature and how it could be?
--

From: Theodore Tso
Date: Saturday, September 27, 2008 - 7:17 pm

What do you mean by "copy on write", precisely?  Do you mean at the
file level, directory level, or the filesystem level? 

We don't have any plans to implement "copy on write" in ext4, although
you can create a copy-on-write snapshot at the block device level
using LVM/devicemapper.  For many things (database backups, etc.) this
is quite suitable.

So why don't you tell us what you are trying to do, and we can suggest
to you ways that you might be able to do it.

							- Ted
--

Previous thread: [PATCH] sysfs: use ilookup5() instead of ilookup5_nowait() by Tejun Heo on Saturday, September 27, 2008 - 3:48 pm. (2 messages)

Next thread: linux object file containing all kernel symbols and suitable for userspace linking? by Daniel Rosenthal on Saturday, September 27, 2008 - 7:57 pm. (5 messages)