summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES52
1 files changed, 46 insertions, 6 deletions
diff --git a/CHANGES b/CHANGES
index 6186808d..db900588 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,43 @@
+btrfs-progs-4.6.1 (2016-06-24)
+ * fi resize: negative resize argument accepted again (broken
+ * qgroup rescan: fix skipping when rescan is in progress
+ * mkfs: initialize stripesize to correct value
+ * testsuite updates, mostly convert tests
+ * documentation updates
+ * btrfs-device, btrfs-restore manual pages enhanced
+ * misc fixups
+
+btrfs-progs-4.6 (2016-06-10)
+ * convert - major rewrite:
+ * fix a long-standing bug that led to mixing data blocks into metadata block
+ groups
+ * the workaround was to do full balance after conversion, which was
+ recommended practice anyway
+ * explicitly set the lowest supported version of e2fstools to 1.41
+ * provide and install udev rules file that addresses problems with device
+ mapper devices, renames after removal
+ * send: new option: quiet
+ * dev usage: report slack space (device size minus filesystem area on the dev)
+ * image: support DUP
+ * build: short options to enable debugging builds
+ * other:
+ * code cleanups
+ * build fixes
+ * more tests and other enhancements
+
+btrfs-progs-4.5.3 (2016-05-11)
+ * ioctl: fix unaligned access in buffer from TREE_SEARCH; might cause SIGBUS
+ on architectures that do not support unaligned access and do not performa
+ any fixups
+ * improved validation checks of superblock and chunk-related structures
+ * subvolume sync: fix handling of -s option
+ * balance: adjust timing of safety delay countdown with --full-balance
+ * rescue super-recover: fix reversed condition check
+ * check: fix bytes_used accounting
+ * documentation updates: mount options, scrub, send, receive, select-super,
+ check, mkfs
+ * testing: new fuzzed images, for superblock and chunks
+
btrfs-progs-4.5.2 (2016-05-02)
* new/moved command: btrfs-calc-stats -> btrfs inspect tree-stats
* check: fix false alert for metadata blocks crossing stripe boundary
@@ -82,8 +122,8 @@ btrfs-progs-4.4 (2016-01-18)
* check: fix a false alert where extent record has wrong metadata flag
* improved stability on fuzzed/crafted images when reading sys array in
superblock
- * build: the 'ar' tool is properly deteced during cross-compilation
- * debug-tree: option -t understands ids for tree root and chnuk tree
+ * build: the 'ar' tool is properly detected during cross-compilation
+ * debug-tree: option -t understands ids for tree root and chunk tree
* preparatory work for btrfs-convert rewrite
* sparse, gcc warning fixes
* more memory allocation failure handling
@@ -131,7 +171,7 @@ btrfs-progs-4.3 (2015-11-06)
subvolume
* other:
* check: add progress indicator
- * scrub: enahced error message
+ * scrub: enhanced error message
* show-super: read superblock from a given offset
* add README
* docs: update manual page for mkfs.btrfs, btrfstune, balance,
@@ -155,7 +195,7 @@ btrfs-progs-4.3 (2015-11-06)
btrfs-progs-4.2.3 (2015-10-19)
* subvol sync: make it actually work again: it's been broken since 4.1.2,
- due to a reversed condition it returned immediatelly instead of waiting
+ due to a reversed condition it returned immediately instead of waiting
* scanning: do not scan already discovered filesystems (minor optimization)
* convert: better error message in case the filesystem is not finalized
* restore: off-by-one symlink path check fix
@@ -226,7 +266,7 @@ btrfs-progs-4.1.1 (2015-07-10) -- Do not use this version!
* documentation updates
* debug-tree: print nbytes
* test: image for corrupted nbytes
- * corupt-block: let it kill nbytes
+ * corrupt-block: let it kill nbytes
btrfs-progs-4.1 (2015-06-22)
Bugfixes:
@@ -267,7 +307,7 @@ btrfs-progs-4.1 (2015-06-22)
* debug tree: print key names according to their C name
New:
- * rescure zero-log
+ * rescue zero-log
* btrfsune:
* rewrite uuid on a filesystem image
* new option to turn on NO_HOLES incompat feature