2 Replies to “Another HAMMER change before release”

  1. Regarding the question about “filesystemizing,” if the pseudo/subfses in that (proposed 32-bit) tag-space can be created on demand, shouldn’t it be possible to mkdir under a new tag, replicate only the desired files into it (preserving inode numbers), and mv that to the desired location?

    You’d be limited to doing that once per clean subfs, and need the free disk space, but that wouldn’t be onerous for the example provided.

    Also, that’d be an escape valve for inode exhaustion, wouldn’t it? (Not that it should be easy to exhaust 64 bit inodes, but maybe with some sort of runaway process…) Some future utility could do the complex job of repacking (with new inode numbers) into a new pseudo/subfs without having to be part of the base FS.

  2. [Although doing the math on that, even assuming a few orders of magnitude improvement on file creation, it’d take well beyond 10,000,000 years to run out of inodes. 64-bit numbers are big, dur.]

Comments are closed.