v4.11
Btrfs progs v4.11

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

Btrfs-progs build status coverity status

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 and tests/README.md for testing information.

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 bug fixes or minor useful improvements queued.

The release tags are signed with a GPG key ID F2B4 1200 C54E FB30 380C 1756 C565 D5F9 D76D 583B, release tarballs are hosted at kernel.org. See file CHANGES or changelogs on wiki.

Reporting bugs

There are several ways, each has its own specifics and audience that can give feedback or work on a fix. The following list is sorted in the order of preference:

  • github issue tracker
  • to the mailing list linux-btrfs@vger.kernel.org -- (not required to subscribe), beware that the mail might get overlooked in other traffic
  • IRC (irc.freenode.net #btrfs) -- good for discussions eg. if a bug is already known, but reports could miss developers' attention
  • bugzilla.kernel.org -- (requires registration), set the product to Filesystems and component Btrfs, please put ‘btrfs-progs’ into the subject so it‘s clear that it’s not a kernel bug report

Development

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

The GitHub pull requests will not be accepted directly, the preferred way is to send patches to the mailinglist instead. You can link to a branch in any git repository if the mails do not make it to the mailinglist or just for convenience (makes it easier to test).

The development model of btrfs-progs shares a lot with the kernel model. The github way is different in some ways. We, the upstream community, expect that the patches meet some criteria (often lacking in github contributions):

  • one logical change per patch: eg. not mixing bugfixes, cleanups, features etc., sometimes it's not clear and will be usually pointed out during reviews
  • proper subject line: eg. prefix with btrfs-progs: subpart, ... , descriptive yet not too long, see git log --oneline for some inspiration
  • proper changelog: the changelogs are often missing or lacking explanation why the change was made, or how is something broken, what are user-visible effects of the bug or the fix, how does an improvement help or the intended usecase
  • the Signed-off-by line: this documents who authored the change, you can read more about the The Developer's Certificate of Origin here (chapter 11)

Documentation updates

Documentation fixes or updates do not need much explanation so sticking to the code rules in the previous section is not necessary. Github pull requests are OK, patches could be sent to me directly and not required to be also in the mailinglist. Pointing out typos via IRC also works, although might get accidentally lost in the noise.

References