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.

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/common/Makefile.files
          +++ new/usr/src/uts/common/Makefile.files
↓ open down ↓ 1410 lines elided ↑ open up ↑
1411 1411          zfs_ctldir.o            \
1412 1412          zfs_dir.o               \
1413 1413          zfs_ioctl.o             \
1414 1414          zfs_log.o               \
1415 1415          zfs_onexit.o            \
1416 1416          zfs_replay.o            \
1417 1417          zfs_rlock.o             \
1418 1418          rrwlock.o               \
1419 1419          zfs_vfsops.o            \
1420 1420          zfs_vnops.o             \
     1421 +        far.o                   \
     1422 +        far_pass1.o             \
     1423 +        far_pass2.o             \
     1424 +        far_send.o              \
     1425 +        far_crc32c.o            \
     1426 +        far_count.o             \
1421 1427          zvol.o
1422 1428  
1423 1429  ZUT_OBJS +=                     \
1424 1430          zut.o
1425 1431  
1426 1432  #
1427 1433  #                       streams modules
1428 1434  #
1429 1435  BUFMOD_OBJS     +=      bufmod.o
1430 1436  
↓ open down ↓ 588 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX