summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.com>2016-05-02 15:32:02 +0200
committerDavid Sterba <dsterba@suse.com>2016-05-11 16:39:28 +0200
commit4ad85e4e33a0776196120293a5d5646a84d8c2ad (patch)
tree1eec50a3e9aaad5f83d4f9eacd1830450d73435a /CHANGES
parentf2873c47d74c5972cec555620716a3753c02cb2b (diff)
btrfs-progs: update CHANGES for 4.5.3
Signed-off-by: David Sterba <dsterba@suse.com>
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6186808d..a70751d4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,16 @@
+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