Idmap mounts xattr
I think this is all the core vfs stuff for xattrs.
Note that ext4 creates new inodes for large xattrs, so we need to plumb the user namespace through to ext4_xattr_inode_create() in order for this to function totally correctly. I'm still looking at that.
Also, these are all used by overlay, so this works toward that port too.