They were disabled for now because small io operations are noticeably slower with xattrs enabled. After thinking about it I think the best solution for now is to allow to enable them from the command line.
You'll see quite some big difference with something like
dd if=/dev/zero of=image count=10000 bs=1k
because for each of 10000 operations here lsxattr is called on the image file to check if it hasn't changed !
--
zfs-fuse git repository :
http://rainemu.swishparty.co.uk/cgi-bin/gitweb.cgi?p=zfs;a=summary