2009-06-05 17:49:19

by Chris Mason

[permalink] [raw]
Subject: [GIT PULL] Btrfs fixes for 2.6.30-rc

Hello everyone,

These fix two bugs we found this week, and they can lead to oopsen when
using the btrfs device management ioctls (adding/removing/balancing
space across drives).

Linus, please pull from the master branch of:

git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable.git

Chris Mason (1) commits (+48/-3):
Btrfs: Fix oops and use after free during space balancing

Yan Zheng (1) commits (+1/-0):
Btrfs: set device->total_disk_bytes when adding new device

Total: (2) commits

fs/btrfs/extent-tree.c | 51 ++++++++++++++++++++++++++++++++++++++++++++++---
fs/btrfs/volumes.c | 1

-chris