btrfs-progs: free-space-tree: minor message adjustments

Signed-off-by: David Sterba <dsterba@suse.com>
1 file changed
tree: 67a07002bcba9ab54d83734533d9480099f00c58
  1. Documentation/
  2. tests/
  3. .gitignore
  4. Android.mk
  5. androidcompat.h
  6. autogen.sh
  7. backref.c
  8. backref.h
  9. bcp
  10. bitops.h
  11. btrfs-calc-size.c
  12. btrfs-completion
  13. btrfs-convert.c
  14. btrfs-corrupt-block.c
  15. btrfs-crc.c
  16. btrfs-debug-tree.c
  17. btrfs-debugfs
  18. btrfs-find-root.c
  19. btrfs-fragments.c
  20. btrfs-image.c
  21. btrfs-list.c
  22. btrfs-list.h
  23. btrfs-map-logical.c
  24. btrfs-select-super.c
  25. btrfs-show-super.c
  26. btrfs-zero-log.c
  27. btrfs.c
  28. btrfsck.h
  29. btrfstune.c
  30. chunk-recover.c
  31. cmds-balance.c
  32. cmds-check.c
  33. cmds-device.c
  34. cmds-fi-usage.c
  35. cmds-fi-usage.h
  36. cmds-filesystem.c
  37. cmds-inspect.c
  38. cmds-property.c
  39. cmds-qgroup.c
  40. cmds-quota.c
  41. cmds-receive.c
  42. cmds-replace.c
  43. cmds-rescue.c
  44. cmds-restore.c
  45. cmds-scrub.c
  46. cmds-send.c
  47. cmds-subvolume.c
  48. commands.h
  49. configure.ac
  50. COPYING
  51. crc32c.c
  52. crc32c.h
  53. ctree.c
  54. ctree.h
  55. dir-item.c
  56. dir-test.c
  57. disk-io.c
  58. disk-io.h
  59. extent-cache.c
  60. extent-cache.h
  61. extent-tree.c
  62. extent_io.c
  63. extent_io.h
  64. file-item.c
  65. file.c
  66. find-root.c
  67. find-root.h
  68. free-space-cache.c
  69. free-space-cache.h
  70. free-space-tree.c
  71. free-space-tree.h
  72. fsck.btrfs
  73. hash.h
  74. hasher.c
  75. help.c
  76. inode-item.c
  77. inode-map.c
  78. inode.c
  79. INSTALL
  80. ioctl-test.c
  81. ioctl.h
  82. kerncompat.h
  83. library-test.c
  84. list.h
  85. list_sort.c
  86. list_sort.h
  87. Makefile.extrawarn
  88. Makefile.in
  89. mkfs.c
  90. print-tree.c
  91. print-tree.h
  92. props.c
  93. props.h
  94. qgroup-verify.c
  95. qgroup-verify.h
  96. qgroup.c
  97. qgroup.h
  98. quick-test.c
  99. radix-tree.c
  100. radix-tree.h
  101. raid6.c
  102. random-test.c
  103. rbtree-utils.c
  104. rbtree-utils.h
  105. rbtree.c
  106. rbtree.h
  107. rbtree_augmented.h
  108. README.md
  109. repair.c
  110. repair.h
  111. root-tree.c
  112. send-stream.c
  113. send-stream.h
  114. send-test.c
  115. send-utils.c
  116. send-utils.h
  117. send.h
  118. show-blocks
  119. string-table.c
  120. string-table.h
  121. super-recover.c
  122. task-utils.c
  123. task-utils.h
  124. transaction.h
  125. ulist.c
  126. ulist.h
  127. utils-lib.c
  128. utils.c
  129. utils.h
  130. uuid-tree.c
  131. version.h.in
  132. version.sh
  133. volumes.c
  134. volumes.h
README.md

Btrfs-progs

Userspace utilities to manage btrfs filesystems. License: GPLv2.

Btrfs is a copy on write (COW) filesystem for Linux aimed at implementing advanced features while focusing on fault tolerance, repair and easy administration.

This repository hosts following utilities:

  • btrfs — the main administration tool (manual page)
  • mkfs.btrfs — utility to create the filesystem (manual page)

See INSTALL for build instructions.

Release cycle

The major version releases are time-based and follow the cycle of the linux kernel releases. The cycle usually takes 2 months. A minor version releases may happen in the meantime if there are queued bug fixes or minor useful improvements.

Development

The patch submissions, development or general discussions take place at linux-btrfs@vger.kernel.org mailinglist, subsciption not required.

References