xfsdump historically has truncated the inode generation number to the low 12 bits when writing out directory entries. This makes it possible for xfsrestore to mistakingly think 2 directory entries re
This patch changes xfsdump to use the full 32-bit inode generation number. A change to part of the dump format (direnthdr_t) was required, so the dump format version has been bumped to 3. xfsdump al
This patch changes xfsdump to use the full 32-bit inode generation number. A change to part of the dump format (direnthdr_t) was required, so the dump format version has been bumped to 3. xfsdump al
Christoph Hellwig wrote: On Fri, Jan 06, 2012 at 02:09:25PM -0600, Bill Kendall wrote: dump format version has been bumped to 3. xfsdump also required changes to its inode-to-generation cache. This m
Christoph Hellwig wrote: On Mon, Feb 06, 2012 at 11:40:09AM -0600, Bill Kendall wrote: You were referring to an xfsdump option. What use case did you have in mind? Compatibility with an old restore?