On Wed, 2008-12-03 at 00:32 +0000, Oliver Mattos wrote: > Hi, > > I presume that in the design of BTRFS, like most other filesystems, a > block on the underlying storage is either allocated (ie. to store > metadata or file data), or deallocated (possibly blank or containing > garbage left over, but the contents are irrelivant). > > Does BTRFS have any system that could allow adding at a later point in > time a feature which would allow "weak" allocation of blocks, by which I > mean the block is allocated (ie. storing useful data), but if another > file needs to be written which has a higher priority and there are not > many free blocks left, then the data could be replaced. > It could be done, but I would expect that any userland facility that wanted this kind of feature would want to maintain its own cache. Files that disappear tend to confuse all but a very small set of applications. For now it doesn't have broad enough applications that I'm willing to code it up before 1.0. But if you want to dive in, please feel free. -chris -- To unsubscribe from this list: send the line "unsubscribe linux-btrfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
