Print this page
FAR: generating send-streams in portable format
This commit adds a switch '-F' to  zfs send. This set, zfs send generates
a stream in FAR-format instead of the traditional zfs stream format. The
generated send stream is compatible with the stream generated from 'btrfs send'
and can in principle easily be received to any filesystem.

@@ -1416,10 +1416,16 @@
         zfs_replay.o            \
         zfs_rlock.o             \
         rrwlock.o               \
         zfs_vfsops.o            \
         zfs_vnops.o             \
+        far.o                   \
+        far_pass1.o             \
+        far_pass2.o             \
+        far_send.o              \
+        far_crc32c.o            \
+        far_count.o             \
         zvol.o
 
 ZUT_OBJS +=                     \
         zut.o